Trace number 4302650

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)56 252.402 229.619

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
152.40/131.12	o 45
155.46/134.08	o 46
157.42/135.92	o 47
163.41/141.81	o 48
177.06/154.99	o 54
180.08/158.00	o 55
215.76/193.27	o 56
252.27/229.58	Exception in thread "main" java.util.concurrent.TimeoutException
252.27/229.59		at concrete.MAC.mac(MAC.scala:188)
252.27/229.59		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.27/229.59		at scala.util.Try$.apply(Try.scala:209)
252.27/229.59		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.27/229.59		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.27/229.59		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.27/229.59		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.27/229.59		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.27/229.59		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.27/229.59		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.27/229.59		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.27/229.59		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.27/229.59		at concrete.MAC.oneRun(MAC.scala:253)
252.27/229.59		at concrete.MAC.nextSolution(MAC.scala:272)
252.27/229.59		at concrete.MAC.nextSolution(MAC.scala:355)
252.27/229.59		at concrete.Solver.hasNext(Solver.scala:166)
252.27/229.59		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.27/229.59		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.27/229.59		at concrete.Solver.foreach(Solver.scala:68)
252.27/229.59		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.27/229.59		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.27/229.59		at scala.util.Success.map(Try.scala:209)
252.27/229.59		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.27/229.59		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.27/229.59		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.27/229.59		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.27/229.59		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.27/229.59		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.27/229.59		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.27/229.59		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.27/229.59		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.27/229.59		at scala.collection.immutable.List.foreach(List.scala:389)
252.27/229.59		at scala.App.main(App.scala:76)
252.27/229.59		at scala.App.main$(App.scala:74)
252.27/229.59		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.27/229.59		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.27/229.59	v <instantiation cost="56">
252.27/229.59	v       <list>
252.27/229.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]
252.27/229.59	v       </list>
252.27/229.59	v       <values>
252.27/229.59	v         45828 -1 -1 -1 0 17785 54929 -1 12830 30290 -1 -1 37606 29639 -1 -1 61046 3 -1 -1 25723 23351 -1 -1 58555 37085 29482 -1 3590 -1 -1 -1 45828 -1 -1 -1 0 37640 62770 -1 10083 62394 48619 -1 38016 30279 -1 -1 60224 18415 -1 -1 26147 25723 -1 -1 54929 37103 -1 -1 3982 35730 59527 -1 0 -1 -1 -1 0 2 7 -1 0 4 -1 -1 0 3 -1 -1 0 5 -1 -1 0 2 -1 -1 0 3 6 -1 0 -1 -1 -1 0 -1 -1 -1 0 2 6 -1 0 4 7 -1 0 3 -1 -1 0 5 -1 -1 0 7 -1 -1 0 2 -1 -1 0 5 7 -1 8 0 0 0 0 4 0 0 0 4 0 0 0 5 0 0 4 0 0 0 0 6 0 0 0 0 0 0 8 0 0 0 8 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 0 0 0 0 0 17 0 2 14 21 8 19 0 0 26 4 3 4 11 26 19 2 14 17 26 11 4 13 0 14 1 26 11 0 6 14 18 21 8 25 4 26 0 1 26 8 26 6 12 4 11 8 13 19 25 26 13 14 26 11 26 0 17 18 4 13 8 4 21
252.27/229.59	v       </values>
252.27/229.59	v     </instantiation>
252.27/229.59	s SATISFIABLE

Verifier Data

OK	56

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302650-1532896848/watcher-4302650-1532896848 -o /tmp/evaluation-result-4302650-1532896848/solver-4302650-1532896848 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1885065386 -superng HOME/instance-4302650-1532896848.xml 

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

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

solver pid=27480, runsolver pid=27477

[startup+0.100061 s]*
/proc/loadavg: 2.40 2.15 1.93 6/206 27537
/proc/meminfo: memFree=24729700/32770624 swapFree=67108860/67108860
[pid=27480] ppid=27477 vsize=10005480 memory=18956 CPUtime=0.1 cores=1,3,5,7
/proc/27480/stat : 27480 (java) S 27477 27480 13514 0 -1 1077944320 4383 12893 0 0 1 1 5 3 20 0 6 0 107247980 10245611520 4739 33554432000 4194304 4196468 140724498606624 140724498589168 140566201769719 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
/proc/27480/statm: 2501370 4739 1935 1 0 2489808 0
[pid=27480/tid=27533] ppid=27477 vsize=10005480 memory=4279135704013833871 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27533/stat : 27533 (java) R 27477 27480 13514 0 -1 4202560 2198 12893 0 0 0 0 5 3 20 0 6 0 107247989 10245611520 4739 33554432000 4194304 4196468 140724498606624 140566173606480 140566186892656 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27534] ppid=27477 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27534/stat : 27534 (java) S 27477 27480 13514 0 -1 1077944384 2 12893 0 0 0 0 5 3 20 0 6 0 107247989 10245611520 4739 33554432000 4194304 4196468 140724498606624 140566206012560 140566201779925 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27535] ppid=27477 vsize=10005480 memory=139881003603584 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27535/stat : 27535 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 6 0 107247989 10245611520 4739 33554432000 4194304 4196468 140724498606624 140566093417488 140566201779925 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27536] ppid=27477 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27536/stat : 27536 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 6 0 107247989 10245611520 4739 33554432000 4194304 4196468 140724498606624 140565740858256 140566201779925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27537] ppid=27477 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27537/stat : 27537 (java) S 27477 27480 13514 0 -1 1077944384 2 12893 0 0 0 0 5 3 20 0 6 0 107247989 10245611520 4739 33554432000 4194304 4196468 140724498606624 140565739805456 140566201779925 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18956 KiB

[startup+0.210105 s]*
/proc/loadavg: 2.40 2.15 1.93 3/215 27546
/proc/meminfo: memFree=24706124/32770624 swapFree=67108860/67108860
[pid=27480] ppid=27477 vsize=10982696 memory=43848 CPUtime=0.27 cores=1,3,5,7
/proc/27480/stat : 27480 (java) S 27477 27480 13514 0 -1 1077944320 8375 12893 0 0 17 2 5 3 20 0 15 0 107247980 11246280704 10962 33554432000 4194304 4196468 140724498606624 140724498589168 140566201769719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
/proc/27480/statm: 2745674 10962 2932 1 0 2708109 0
[pid=27480/tid=27533] ppid=27477 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/27480/task/27533/stat : 27533 (java) R 27477 27480 13514 0 -1 4202560 4889 12893 0 0 10 1 5 3 20 0 15 0 107247989 11246280704 10962 33554432000 4194304 4196468 140724498606624 140566173556864 140566183333248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27534] ppid=27477 vsize=10982696 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27534/stat : 27534 (java) S 27477 27480 13514 0 -1 1077944384 2 12893 0 0 0 0 5 3 20 0 15 0 107247989 11246280704 10962 33554432000 4194304 4196468 140724498606624 140566206012560 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27535] ppid=27477 vsize=10982696 memory=3617997345881052832 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27535/stat : 27535 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247989 11246280704 10962 33554432000 4194304 4196468 140724498606624 140566093417488 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27536] ppid=27477 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27536/stat : 27536 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247989 11246280704 10962 33554432000 4194304 4196468 140724498606624 140565740858256 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27537] ppid=27477 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27537/stat : 27537 (java) S 27477 27480 13514 0 -1 1077944384 2 12893 0 0 0 0 5 3 20 0 15 0 107247989 11246280704 10962 33554432000 4194304 4196468 140724498606624 140565739805456 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27538] ppid=27477 vsize=10982696 memory=139881003603584 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27538/stat : 27538 (java) S 27477 27480 13514 0 -1 1077944384 2 12893 0 0 0 0 5 3 20 0 15 0 107247991 11246280704 10962 33554432000 4194304 4196468 140724498606624 140565694855536 140566201780866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27539] ppid=27477 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27539/stat : 27539 (java) S 27477 27480 13514 0 -1 1077944384 13 12893 0 0 0 0 5 3 20 0 15 0 107247991 11246280704 10962 33554432000 4194304 4196468 140724498606624 140564965090336 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27540] ppid=27477 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27540/stat : 27540 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247992 11246280704 10962 33554432000 4194304 4196468 140724498606624 140564817240944 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27541] ppid=27477 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27541/stat : 27541 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11246280704 10962 33554432000 4194304 4196468 140724498606624 140564509841232 140566201788315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27542] ppid=27477 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27480/task/27542/stat : 27542 (java) S 27477 27480 13514 0 -1 1077944384 368 12893 0 0 1 0 5 3 20 0 15 0 107247994 11246280704 10962 33554432000 4194304 4196468 140724498606624 140565693803376 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27543] ppid=27477 vsize=10982696 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27480/task/27543/stat : 27543 (java) S 27477 27480 13514 0 -1 1077944384 253 12893 0 0 1 0 5 3 20 0 15 0 107247994 11246280704 10962 33554432000 4194304 4196468 140724498606624 140565692750576 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27544] ppid=27477 vsize=10982696 memory=139881003603584 CPUtime=0.11 cores=1,3,5,7
/proc/27480/task/27544/stat : 27544 (java) S 27477 27480 13514 0 -1 1077944384 640 12893 0 0 3 0 5 3 20 0 15 0 107247994 11246280704 10962 33554432000 4194304 4196468 140724498606624 140565691697776 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27545] ppid=27477 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27545/stat : 27545 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11246280704 10962 33554432000 4194304 4196468 140724498606624 140564079045344 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27546] ppid=27477 vsize=10982696 memory=139881003603584 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27546/stat : 27546 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247995 11246280704 10962 33554432000 4194304 4196468 140724498606624 140565622549168 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43848 KiB

[startup+0.310343 s]*
/proc/loadavg: 2.40 2.15 1.93 3/215 27546
/proc/meminfo: memFree=24696820/32770624 swapFree=67108860/67108860
[pid=27480] ppid=27477 vsize=10983192 memory=55200 CPUtime=0.4 cores=1,3,5,7
/proc/27480/stat : 27480 (java) S 27477 27480 13514 0 -1 1077944320 10413 12893 0 0 29 3 5 3 20 0 15 0 107247980 11246788608 13800 33554432000 4194304 4196468 140724498606624 140724498589168 140566201769719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
/proc/27480/statm: 2745798 13800 3064 1 0 2708109 0
[pid=27480/tid=27533] ppid=27477 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/27480/task/27533/stat : 27533 (java) R 27477 27480 13514 0 -1 4202560 6917 12893 0 0 19 2 5 3 20 0 15 0 107247989 11246788608 13800 33554432000 4194304 4196468 140724498606624 140566173566664 140566201781654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27534] ppid=27477 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27534/stat : 27534 (java) S 27477 27480 13514 0 -1 1077944384 2 12893 0 0 0 0 5 3 20 0 15 0 107247989 11246788608 13800 33554432000 4194304 4196468 140724498606624 140566206012560 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27535] ppid=27477 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27535/stat : 27535 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247989 11246788608 13800 33554432000 4194304 4196468 140724498606624 140566093417488 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27536] ppid=27477 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27536/stat : 27536 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247989 11246788608 13800 33554432000 4194304 4196468 140724498606624 140565740858256 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27537] ppid=27477 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27537/stat : 27537 (java) S 27477 27480 13514 0 -1 1077944384 2 12893 0 0 0 0 5 3 20 0 15 0 107247989 11246788608 13800 33554432000 4194304 4196468 140724498606624 140565739805456 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27538] ppid=27477 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27538/stat : 27538 (java) S 27477 27480 13514 0 -1 1077944384 2 12893 0 0 0 0 5 3 20 0 15 0 107247991 11246788608 13800 33554432000 4194304 4196468 140724498606624 140565694855536 140566201780866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27539] ppid=27477 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27539/stat : 27539 (java) S 27477 27480 13514 0 -1 1077944384 13 12893 0 0 0 0 5 3 20 0 15 0 107247991 11246788608 13800 33554432000 4194304 4196468 140724498606624 140564965090336 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27540] ppid=27477 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27540/stat : 27540 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247992 11246788608 13800 33554432000 4194304 4196468 140724498606624 140564817240944 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27541] ppid=27477 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27541/stat : 27541 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11246788608 13800 33554432000 4194304 4196468 140724498606624 140564509841232 140566201788315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27542] ppid=27477 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27480/task/27542/stat : 27542 (java) S 27477 27480 13514 0 -1 1077944384 369 12893 0 0 2 0 5 3 20 0 15 0 107247994 11246788608 13800 33554432000 4194304 4196468 140724498606624 140565693803376 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27543] ppid=27477 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27480/task/27543/stat : 27543 (java) S 27477 27480 13514 0 -1 1077944384 253 12893 0 0 1 0 5 3 20 0 15 0 107247994 11246788608 13800 33554432000 4194304 4196468 140724498606624 140565692750576 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27544] ppid=27477 vsize=10983192 memory=139881003603584 CPUtime=0.13 cores=1,3,5,7
/proc/27480/task/27544/stat : 27544 (java) R 27477 27480 13514 0 -1 4202560 653 12893 0 0 5 0 5 3 20 0 15 0 107247994 11246788608 13800 33554432000 4194304 4196468 140724498606624 140565691697776 140566185850206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27545] ppid=27477 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27545/stat : 27545 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11246788608 13800 33554432000 4194304 4196468 140724498606624 140564079045344 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27546] ppid=27477 vsize=10983192 memory=139881003603584 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27546/stat : 27546 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247995 11246788608 13800 33554432000 4194304 4196468 140724498606624 140565622549168 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55200 KiB

[startup+0.700775 s]
/proc/loadavg: 2.40 2.15 1.93 3/215 27546
/proc/meminfo: memFree=24684788/32770624 swapFree=67108860/67108860
[pid=27480] ppid=27477 vsize=10983192 memory=89052 CPUtime=1 cores=1,3,5,7
/proc/27480/stat : 27480 (java) S 27477 27480 13514 0 -1 1077944320 16848 12893 0 0 88 4 5 3 20 0 15 0 107247980 11246788608 22263 33554432000 4194304 4196468 140724498606624 140724498589168 140566201769719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
/proc/27480/statm: 2745798 22263 3237 1 0 2708109 0
[pid=27480/tid=27533] ppid=27477 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/27480/task/27533/stat : 27533 (java) R 27477 27480 13514 0 -1 4202560 12390 12893 0 0 55 3 5 3 20 0 15 0 107247989 11246788608 22263 33554432000 4194304 4196468 140724498606624 140566173590544 140566184956528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27534] ppid=27477 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27534/stat : 27534 (java) S 27477 27480 13514 0 -1 1077944384 2 12893 0 0 0 0 5 3 20 0 15 0 107247989 11246788608 22263 33554432000 4194304 4196468 140724498606624 140566206012560 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27535] ppid=27477 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27535/stat : 27535 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247989 11246788608 22263 33554432000 4194304 4196468 140724498606624 140566093417488 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27536] ppid=27477 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27536/stat : 27536 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247989 11246788608 22263 33554432000 4194304 4196468 140724498606624 140565740858256 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27537] ppid=27477 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27537/stat : 27537 (java) S 27477 27480 13514 0 -1 1077944384 2 12893 0 0 0 0 5 3 20 0 15 0 107247989 11246788608 22263 33554432000 4194304 4196468 140724498606624 140565739805456 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27538] ppid=27477 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27538/stat : 27538 (java) S 27477 27480 13514 0 -1 1077944384 5 12893 0 0 0 0 5 3 20 0 15 0 107247991 11246788608 22263 33554432000 4194304 4196468 140724498606624 140565694855536 140566201780866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27539] ppid=27477 vsize=10983192 memory=139880843850416 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27539/stat : 27539 (java) S 27477 27480 13514 0 -1 1077944384 13 12893 0 0 0 0 5 3 20 0 15 0 107247991 11246788608 22263 33554432000 4194304 4196468 140724498606624 140564965090336 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27540] ppid=27477 vsize=10983192 memory=139882789864016 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27540/stat : 27540 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247992 11246788608 22263 33554432000 4194304 4196468 140724498606624 140564817240944 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27541] ppid=27477 vsize=10983192 memory=1020 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27541/stat : 27541 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11246788608 22263 33554432000 4194304 4196468 140724498606624 140564509841232 140566201788315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27542] ppid=27477 vsize=10983192 memory=7089042195949315648 CPUtime=0.17 cores=1,3,5,7
/proc/27480/task/27542/stat : 27542 (java) S 27477 27480 13514 0 -1 1077944384 952 12893 0 0 9 0 5 3 20 0 15 0 107247994 11246788608 22263 33554432000 4194304 4196468 140724498606624 140565693803376 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27543] ppid=27477 vsize=10983192 memory=7881696724453321575 CPUtime=0.15 cores=1,3,5,7
/proc/27480/task/27543/stat : 27543 (java) S 27477 27480 13514 0 -1 1077944384 544 12893 0 0 7 0 5 3 20 0 15 0 107247994 11246788608 22263 33554432000 4194304 4196468 140724498606624 140565692750576 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27544] ppid=27477 vsize=10983192 memory=5789189752906409301 CPUtime=0.21 cores=1,3,5,7
/proc/27480/task/27544/stat : 27544 (java) S 27477 27480 13514 0 -1 1077944384 734 12893 0 0 13 0 5 3 20 0 15 0 107247994 11246788608 22263 33554432000 4194304 4196468 140724498606624 140565691697776 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27545] ppid=27477 vsize=10983192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27545/stat : 27545 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11246788608 22263 33554432000 4194304 4196468 140724498606624 140564079045344 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27546] ppid=27477 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27546/stat : 27546 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247995 11246788608 22263 33554432000 4194304 4196468 140724498606624 140565622549168 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89052 KiB

[startup+1.50088 s]
/proc/loadavg: 2.40 2.15 1.93 3/215 27546
/proc/meminfo: memFree=24638084/32770624 swapFree=67108860/67108860
[pid=27480] ppid=27477 vsize=10991948 memory=266648 CPUtime=2.92 cores=1,3,5,7
/proc/27480/stat : 27480 (java) S 27477 27480 13514 0 -1 1077944320 23738 12893 0 0 274 10 5 3 20 0 15 0 107247980 11255754752 66662 33554432000 4194304 4196468 140724498606624 140724498589168 140566201769719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
/proc/27480/statm: 2747987 66662 3458 1 0 2709645 0
[pid=27480/tid=27533] ppid=27477 vsize=10991948 memory=10757 CPUtime=1.44 cores=1,3,5,7
/proc/27480/task/27533/stat : 27533 (java) R 27477 27480 13514 0 -1 4202560 15119 12893 0 0 130 6 5 3 20 0 15 0 107247989 11255754752 66662 33554432000 4194304 4196468 140724498606624 140566173603840 140565775133186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27534] ppid=27477 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27534/stat : 27534 (java) S 27477 27480 13514 0 -1 1077944384 11 12893 0 0 0 0 5 3 20 0 15 0 107247989 11255754752 66662 33554432000 4194304 4196468 140724498606624 140566206012560 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27535] ppid=27477 vsize=10991948 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27535/stat : 27535 (java) S 27477 27480 13514 0 -1 1077944384 299 12893 0 0 0 0 5 3 20 0 15 0 107247989 11255754752 66662 33554432000 4194304 4196468 140724498606624 140566093417488 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27536] ppid=27477 vsize=10991948 memory=2792 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27536/stat : 27536 (java) S 27477 27480 13514 0 -1 1077944384 41 12893 0 0 0 0 5 3 20 0 15 0 107247989 11255754752 66662 33554432000 4194304 4196468 140724498606624 140565740858256 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27537] ppid=27477 vsize=10991948 memory=89052 CPUtime=0.09 cores=1,3,5,7
/proc/27480/task/27537/stat : 27537 (java) S 27477 27480 13514 0 -1 1077944384 35 12893 0 0 1 0 5 3 20 0 15 0 107247989 11255754752 66662 33554432000 4194304 4196468 140724498606624 140565739805456 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27538] ppid=27477 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27538/stat : 27538 (java) S 27477 27480 13514 0 -1 1077944384 93 12893 0 0 0 0 5 3 20 0 15 0 107247991 11255754752 66662 33554432000 4194304 4196468 140724498606624 140565694855536 140566201780866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27539] ppid=27477 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27539/stat : 27539 (java) S 27477 27480 13514 0 -1 1077944384 13 12893 0 0 0 0 5 3 20 0 15 0 107247991 11255754752 66662 33554432000 4194304 4196468 140724498606624 140564965090336 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27540] ppid=27477 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27540/stat : 27540 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247992 11255754752 66662 33554432000 4194304 4196468 140724498606624 140564817240944 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27541] ppid=27477 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27541/stat : 27541 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11255754752 66662 33554432000 4194304 4196468 140724498606624 140564509841232 140566201788315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27542] ppid=27477 vsize=10991948 memory=4638778398332698720 CPUtime=0.61 cores=1,3,5,7
/proc/27480/task/27542/stat : 27542 (java) R 27477 27480 13514 0 -1 4202560 2222 12893 0 0 53 0 5 3 20 0 15 0 107247994 11255754752 66662 33554432000 4194304 4196468 140724498606624 140565693789400 140566181462815 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27543] ppid=27477 vsize=10991948 memory=279761687976832 CPUtime=0.59 cores=1,3,5,7
/proc/27480/task/27543/stat : 27543 (java) R 27477 27480 13514 0 -1 4202560 2312 12893 0 0 51 0 5 3 20 0 15 0 107247994 11255754752 66662 33554432000 4194304 4196468 140724498606624 140565692731592 140566179886835 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27544] ppid=27477 vsize=10991948 memory=6944656592452807323 CPUtime=0.41 cores=1,3,5,7
/proc/27480/task/27544/stat : 27544 (java) S 27477 27480 13514 0 -1 1077944384 1387 12893 0 0 33 0 5 3 20 0 15 0 107247994 11255754752 66662 33554432000 4194304 4196468 140724498606624 140565691697776 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27545] ppid=27477 vsize=10991948 memory=6944656591801719708 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27545/stat : 27545 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11255754752 66662 33554432000 4194304 4196468 140724498606624 140564079045344 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27546] ppid=27477 vsize=10991948 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27546/stat : 27546 (java) S 27477 27480 13514 0 -1 1077944384 1 12893 0 0 0 0 5 3 20 0 15 0 107247995 11255754752 66662 33554432000 4194304 4196468 140724498606624 140565622549168 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10991948 KiB

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

[pid=27480/tid=27537] ppid=27477 vsize=11014496 memory=33 CPUtime=3.31 cores=1,3,5,7
/proc/27480/task/27537/stat : 27537 (java) S 27477 27480 13514 0 -1 1077944384 3135 12893 0 0 300 23 5 3 20 0 15 0 107247989 11278843904 916185 33554432000 4194304 4196468 140724498606624 140565739805456 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27538] ppid=27477 vsize=11014496 memory=3047711591739728774 CPUtime=0.36 cores=1,3,5,7
/proc/27480/task/27538/stat : 27538 (java) S 27477 27480 13514 0 -1 1077944384 8770 12893 0 0 27 1 5 3 20 0 15 0 107247991 11278843904 916185 33554432000 4194304 4196468 140724498606624 140565694855536 140566201780866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27539] ppid=27477 vsize=11014496 memory=3047711591773610118 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27539/stat : 27539 (java) S 27477 27480 13514 0 -1 1077944384 22 12893 0 0 0 0 5 3 20 0 15 0 107247991 11278843904 916185 33554432000 4194304 4196468 140724498606624 140564965090400 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27540] ppid=27477 vsize=11014496 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27540/stat : 27540 (java) S 27477 27480 13514 0 -1 1077944384 7 12893 0 0 0 0 5 3 20 0 15 0 107247992 11278843904 916185 33554432000 4194304 4196468 140724498606624 140564817240960 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27541] ppid=27477 vsize=11014496 memory=322 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27541/stat : 27541 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11278843904 916185 33554432000 4194304 4196468 140724498606624 140564509841232 140566201788315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27542] ppid=27477 vsize=11014496 memory=323 CPUtime=4.52 cores=1,3,5,7
/proc/27480/task/27542/stat : 27542 (java) S 27477 27480 13514 0 -1 1077944384 15519 12893 0 0 441 3 5 3 20 0 15 0 107247994 11278843904 916185 33554432000 4194304 4196468 140724498606624 140565693803376 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27543] ppid=27477 vsize=11014496 memory=27 CPUtime=4.8 cores=1,3,5,7
/proc/27480/task/27543/stat : 27543 (java) S 27477 27480 13514 0 -1 1077944384 12969 12893 0 0 470 2 5 3 20 0 15 0 107247994 11278843904 916185 33554432000 4194304 4196468 140724498606624 140565692750576 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27544] ppid=27477 vsize=11014496 memory=2204 CPUtime=1.8 cores=1,3,5,7
/proc/27480/task/27544/stat : 27544 (java) S 27477 27480 13514 0 -1 1077944384 11776 12893 0 0 168 4 5 3 20 0 15 0 107247994 11278843904 916185 33554432000 4194304 4196468 140724498606624 140565691697776 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27545] ppid=27477 vsize=11014496 memory=1240 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27545/stat : 27545 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11278843904 916185 33554432000 4194304 4196468 140724498606624 140564079045344 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27546] ppid=27477 vsize=11014496 memory=1520 CPUtime=0.13 cores=1,3,5,7
/proc/27480/task/27546/stat : 27546 (java) S 27477 27480 13514 0 -1 1077944384 87 12893 0 0 1 4 5 3 20 0 15 0 107247995 11278843904 916185 33554432000 4194304 4196468 140724498606624 140565622549168 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
Current children cumulated CPU time: 122.9 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3664740 KiB

[startup+162.301 s]
/proc/loadavg: 1.89 2.13 1.97 3/215 27677
/proc/meminfo: memFree=21754088/32770624 swapFree=67108860/67108860
[pid=27480] ppid=27477 vsize=11014496 memory=3634752 CPUtime=184.67 cores=1,3,5,7
/proc/27480/stat : 27480 (java) S 27477 27480 13514 0 -1 1077944320 150049 12893 0 0 18298 161 5 3 20 0 15 0 107247980 11278843904 908688 33554432000 4194304 4196468 140724498606624 140724498589168 140566201769719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
/proc/27480/statm: 2753624 908688 3525 1 0 2715277 0
[pid=27480/tid=27533] ppid=27477 vsize=11014496 memory=3652672 CPUtime=158.6 cores=1,3,5,7
/proc/27480/task/27533/stat : 27533 (java) R 27477 27480 13514 0 -1 4202560 75897 12893 0 0 15807 45 5 3 20 0 15 0 107247989 11278843904 908688 33554432000 4194304 4196468 140724498606624 140566173598600 140565773876416 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27534] ppid=27477 vsize=11014496 memory=3634752 CPUtime=3.33 cores=1,3,5,7
/proc/27480/task/27534/stat : 27534 (java) S 27477 27480 13514 0 -1 1077944384 3433 12893 0 0 302 23 5 3 20 0 15 0 107247989 11278843904 908688 33554432000 4194304 4196468 140724498606624 140566206012560 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27535] ppid=27477 vsize=11014496 memory=3634752 CPUtime=3.33 cores=1,3,5,7
/proc/27480/task/27535/stat : 27535 (java) S 27477 27480 13514 0 -1 1077944384 2649 12893 0 0 301 24 5 3 20 0 15 0 107247989 11278843904 908688 33554432000 4194304 4196468 140724498606624 140566093417488 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27536] ppid=27477 vsize=11014496 memory=3634752 CPUtime=3.34 cores=1,3,5,7
/proc/27480/task/27536/stat : 27536 (java) S 27477 27480 13514 0 -1 1077944384 2557 12893 0 0 301 25 5 3 20 0 15 0 107247989 11278843904 908688 33554432000 4194304 4196468 140724498606624 140565740858256 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27537] ppid=27477 vsize=11014496 memory=3634752 CPUtime=3.35 cores=1,3,5,7
/proc/27480/task/27537/stat : 27537 (java) S 27477 27480 13514 0 -1 1077944384 3588 12893 0 0 304 23 5 3 20 0 15 0 107247989 11278843904 908688 33554432000 4194304 4196468 140724498606624 140565739805456 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27538] ppid=27477 vsize=11014496 memory=3634752 CPUtime=0.4 cores=1,3,5,7
/proc/27480/task/27538/stat : 27538 (java) S 27477 27480 13514 0 -1 1077944384 9088 12893 0 0 31 1 5 3 20 0 15 0 107247991 11278843904 908688 33554432000 4194304 4196468 140724498606624 140565694855536 140566201780866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27539] ppid=27477 vsize=11014496 memory=3652596 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27539/stat : 27539 (java) S 27477 27480 13514 0 -1 1077944384 31 12893 0 0 0 0 5 3 20 0 15 0 107247991 11278843904 908688 33554432000 4194304 4196468 140724498606624 140564965090400 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27540] ppid=27477 vsize=11014496 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27540/stat : 27540 (java) S 27477 27480 13514 0 -1 1077944384 7 12893 0 0 0 0 5 3 20 0 15 0 107247992 11278843904 908688 33554432000 4194304 4196468 140724498606624 140564817240960 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27541] ppid=27477 vsize=11014496 memory=3652696 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27541/stat : 27541 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11278843904 908688 33554432000 4194304 4196468 140724498606624 140564509841232 140566201788315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27542] ppid=27477 vsize=11014496 memory=3652696 CPUtime=5.29 cores=1,3,5,7
/proc/27480/task/27542/stat : 27542 (java) S 27477 27480 13514 0 -1 1077944384 18325 12893 0 0 517 4 5 3 20 0 15 0 107247994 11278843904 908688 33554432000 4194304 4196468 140724498606624 140565693803376 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27543] ppid=27477 vsize=11014496 memory=3634740 CPUtime=5.44 cores=1,3,5,7
/proc/27480/task/27543/stat : 27543 (java) S 27477 27480 13514 0 -1 1077944384 16352 12893 0 0 533 3 5 3 20 0 15 0 107247994 11278843904 908688 33554432000 4194304 4196468 140724498606624 140565692750576 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27544] ppid=27477 vsize=11014496 memory=2724 CPUtime=2.02 cores=1,3,5,7
/proc/27480/task/27544/stat : 27544 (java) S 27477 27480 13514 0 -1 1077944384 15751 12893 0 0 189 5 5 3 20 0 15 0 107247994 11278843904 908688 33554432000 4194304 4196468 140724498606624 140565691697776 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27545] ppid=27477 vsize=11014496 memory=3664740 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27545/stat : 27545 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11278843904 908688 33554432000 4194304 4196468 140724498606624 140564079045344 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27546] ppid=27477 vsize=11014496 memory=1240 CPUtime=0.18 cores=1,3,5,7
/proc/27480/task/27546/stat : 27546 (java) S 27477 27480 13514 0 -1 1077944384 169 12893 0 0 4 6 5 3 20 0 15 0 107247995 11278843904 908688 33554432000 4194304 4196468 140724498606624 140565622549168 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
Current children cumulated CPU time: 184.67 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3634752 KiB

[startup+222.301 s]
/proc/loadavg: 1.66 2.03 1.94 3/215 27678
/proc/meminfo: memFree=21852656/32770624 swapFree=67108860/67108860
[pid=27480] ppid=27477 vsize=11014496 memory=3532820 CPUtime=245.02 cores=1,3,5,7
/proc/27480/stat : 27480 (java) S 27477 27480 13514 0 -1 1077944320 162779 12893 0 0 24328 166 5 3 20 0 15 0 107247980 11278843904 883205 33554432000 4194304 4196468 140724498606624 140724498589168 140566201769719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
/proc/27480/statm: 2753624 883205 3525 1 0 2715277 0
[pid=27480/tid=27533] ppid=27477 vsize=11014496 memory=3532820 CPUtime=218.45 cores=1,3,5,7
/proc/27480/task/27533/stat : 27533 (java) R 27477 27480 13514 0 -1 4202560 81936 12893 0 0 21791 46 5 3 20 0 15 0 107247989 11278843904 883205 33554432000 4194304 4196468 140724498606624 140566169545824 140565785077898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27534] ppid=27477 vsize=11014496 memory=3532820 CPUtime=3.39 cores=1,3,5,7
/proc/27480/task/27534/stat : 27534 (java) S 27477 27480 13514 0 -1 1077944384 4364 12893 0 0 308 23 5 3 20 0 15 0 107247989 11278843904 883205 33554432000 4194304 4196468 140724498606624 140566206012560 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27535] ppid=27477 vsize=11014496 memory=3532820 CPUtime=3.39 cores=1,3,5,7
/proc/27480/task/27535/stat : 27535 (java) S 27477 27480 13514 0 -1 1077944384 3263 12893 0 0 307 24 5 3 20 0 15 0 107247989 11278843904 883205 33554432000 4194304 4196468 140724498606624 140566093417488 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27536] ppid=27477 vsize=11014496 memory=279761688090256 CPUtime=3.42 cores=1,3,5,7
/proc/27480/task/27536/stat : 27536 (java) S 27477 27480 13514 0 -1 1077944384 2647 12893 0 0 308 26 5 3 20 0 15 0 107247989 11278843904 883205 33554432000 4194304 4196468 140724498606624 140565740858256 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27537] ppid=27477 vsize=11014496 memory=3532820 CPUtime=3.42 cores=1,3,5,7
/proc/27480/task/27537/stat : 27537 (java) S 27477 27480 13514 0 -1 1077944384 4689 12893 0 0 311 23 5 3 20 0 15 0 107247989 11278843904 883205 33554432000 4194304 4196468 140724498606624 140565739805456 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27538] ppid=27477 vsize=11014496 memory=3532820 CPUtime=0.46 cores=1,3,5,7
/proc/27480/task/27538/stat : 27538 (java) S 27477 27480 13514 0 -1 1077944384 9391 12893 0 0 37 1 5 3 20 0 15 0 107247991 11278843904 883205 33554432000 4194304 4196468 140724498606624 140565694855536 140566201780866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27539] ppid=27477 vsize=11014496 memory=30468 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27539/stat : 27539 (java) S 27477 27480 13514 0 -1 1077944384 31 12893 0 0 0 0 5 3 20 0 15 0 107247991 11278843904 883205 33554432000 4194304 4196468 140724498606624 140564965090400 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27540] ppid=27477 vsize=11014496 memory=3532820 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27540/stat : 27540 (java) S 27477 27480 13514 0 -1 1077944384 7 12893 0 0 0 0 5 3 20 0 15 0 107247992 11278843904 883205 33554432000 4194304 4196468 140724498606624 140564817240960 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27541] ppid=27477 vsize=11014496 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27541/stat : 27541 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11278843904 883205 33554432000 4194304 4196468 140724498606624 140564509841232 140566201788315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27542] ppid=27477 vsize=11014496 memory=30468 CPUtime=5.33 cores=1,3,5,7
/proc/27480/task/27542/stat : 27542 (java) S 27477 27480 13514 0 -1 1077944384 19122 12893 0 0 521 4 5 3 20 0 15 0 107247994 11278843904 883205 33554432000 4194304 4196468 140724498606624 140565693803376 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27543] ppid=27477 vsize=11014496 memory=3545036 CPUtime=5.46 cores=1,3,5,7
/proc/27480/task/27543/stat : 27543 (java) S 27477 27480 13514 0 -1 1077944384 17493 12893 0 0 535 3 5 3 20 0 15 0 107247994 11278843904 883205 33554432000 4194304 4196468 140724498606624 140565692750576 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27544] ppid=27477 vsize=11014496 memory=4140 CPUtime=2.08 cores=1,3,5,7
/proc/27480/task/27544/stat : 27544 (java) S 27477 27480 13514 0 -1 1077944384 17420 12893 0 0 194 6 5 3 20 0 15 0 107247994 11278843904 883205 33554432000 4194304 4196468 140724498606624 140565691697776 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27545] ppid=27477 vsize=11014496 memory=3532820 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27545/stat : 27545 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11278843904 883205 33554432000 4194304 4196468 140724498606624 140564079045344 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27546] ppid=27477 vsize=11014496 memory=3532820 CPUtime=0.22 cores=1,3,5,7
/proc/27480/task/27546/stat : 27546 (java) S 27477 27480 13514 0 -1 1077944384 214 12893 0 0 5 9 5 3 20 0 15 0 107247995 11278843904 883205 33554432000 4194304 4196468 140724498606624 140565622549168 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
Current children cumulated CPU time: 245.02 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3532820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+229.301 s]
/proc/loadavg: 1.69 2.03 1.94 3/215 27679
/proc/meminfo: memFree=21850396/32770624 swapFree=67108860/67108860
[pid=27480] ppid=27477 vsize=11014496 memory=3532308 CPUtime=252.07 cores=1,3,5,7
/proc/27480/stat : 27480 (java) S 27477 27480 13514 0 -1 1077944320 164264 12893 0 0 25032 167 5 3 20 0 15 0 107247980 11278843904 883077 33554432000 4194304 4196468 140724498606624 140724498589168 140566201769719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
/proc/27480/statm: 2753624 883077 3525 1 0 2715277 0
[pid=27480/tid=27533] ppid=27477 vsize=11014496 memory=3532308 CPUtime=225.43 cores=1,3,5,7
/proc/27480/task/27533/stat : 27533 (java) R 27477 27480 13514 0 -1 4202560 83250 12893 0 0 22489 46 5 3 20 0 15 0 107247989 11278843904 883077 33554432000 4194304 4196468 140724498606624 140566173601752 140565773876581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27534] ppid=27477 vsize=11014496 memory=3532308 CPUtime=3.4 cores=1,3,5,7
/proc/27480/task/27534/stat : 27534 (java) S 27477 27480 13514 0 -1 1077944384 4365 12893 0 0 309 23 5 3 20 0 15 0 107247989 11278843904 883077 33554432000 4194304 4196468 140724498606624 140566206012560 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27535] ppid=27477 vsize=11014496 memory=3532308 CPUtime=3.4 cores=1,3,5,7
/proc/27480/task/27535/stat : 27535 (java) S 27477 27480 13514 0 -1 1077944384 3273 12893 0 0 308 24 5 3 20 0 15 0 107247989 11278843904 883077 33554432000 4194304 4196468 140724498606624 140566093417488 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27536] ppid=27477 vsize=11014496 memory=7955155091472865385 CPUtime=3.43 cores=1,3,5,7
/proc/27480/task/27536/stat : 27536 (java) S 27477 27480 13514 0 -1 1077944384 2670 12893 0 0 309 26 5 3 20 0 15 0 107247989 11278843904 883077 33554432000 4194304 4196468 140724498606624 140565740858256 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27537] ppid=27477 vsize=11014496 memory=3532820 CPUtime=3.43 cores=1,3,5,7
/proc/27480/task/27537/stat : 27537 (java) S 27477 27480 13514 0 -1 1077944384 4691 12893 0 0 312 23 5 3 20 0 15 0 107247989 11278843904 883077 33554432000 4194304 4196468 140724498606624 140565739805456 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27538] ppid=27477 vsize=11014496 memory=3532820 CPUtime=0.47 cores=1,3,5,7
/proc/27480/task/27538/stat : 27538 (java) S 27477 27480 13514 0 -1 1077944384 9391 12893 0 0 38 1 5 3 20 0 15 0 107247991 11278843904 883077 33554432000 4194304 4196468 140724498606624 140565694855536 140566201780866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27539] ppid=27477 vsize=11014496 memory=3532308 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27539/stat : 27539 (java) S 27477 27480 13514 0 -1 1077944384 31 12893 0 0 0 0 5 3 20 0 15 0 107247991 11278843904 883077 33554432000 4194304 4196468 140724498606624 140564965090400 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27540] ppid=27477 vsize=11014496 memory=279761688090256 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27540/stat : 27540 (java) S 27477 27480 13514 0 -1 1077944384 7 12893 0 0 0 0 5 3 20 0 15 0 107247992 11278843904 883077 33554432000 4194304 4196468 140724498606624 140564817240960 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27541] ppid=27477 vsize=11014496 memory=1812 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27541/stat : 27541 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11278843904 883077 33554432000 4194304 4196468 140724498606624 140564509841232 140566201788315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27542] ppid=27477 vsize=11014496 memory=1020 CPUtime=5.34 cores=1,3,5,7
/proc/27480/task/27542/stat : 27542 (java) S 27477 27480 13514 0 -1 1077944384 19233 12893 0 0 522 4 5 3 20 0 15 0 107247994 11278843904 883077 33554432000 4194304 4196468 140724498606624 140565693803376 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27543] ppid=27477 vsize=11014496 memory=3532308 CPUtime=5.46 cores=1,3,5,7
/proc/27480/task/27543/stat : 27543 (java) S 27477 27480 13514 0 -1 1077944384 17503 12893 0 0 535 3 5 3 20 0 15 0 107247994 11278843904 883077 33554432000 4194304 4196468 140724498606624 140565692750576 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27544] ppid=27477 vsize=11014496 memory=3532308 CPUtime=2.09 cores=1,3,5,7
/proc/27480/task/27544/stat : 27544 (java) S 27477 27480 13514 0 -1 1077944384 17434 12893 0 0 195 6 5 3 20 0 15 0 107247994 11278843904 883077 33554432000 4194304 4196468 140724498606624 140565691697776 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27545] ppid=27477 vsize=11014496 memory=3532308 CPUtime=0.08 cores=1,3,5,7
/proc/27480/task/27545/stat : 27545 (java) S 27477 27480 13514 0 -1 1077944384 3 12893 0 0 0 0 5 3 20 0 15 0 107247994 11278843904 883077 33554432000 4194304 4196468 140724498606624 140564079045344 140566201779925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
[pid=27480/tid=27546] ppid=27477 vsize=11014496 memory=288230617509003574 CPUtime=0.23 cores=1,3,5,7
/proc/27480/task/27546/stat : 27546 (java) S 27477 27480 13514 0 -1 1077944384 214 12893 0 0 6 9 5 3 20 0 15 0 107247995 11278843904 883077 33554432000 4194304 4196468 140724498606624 140565622549168 140566201780866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724498610792 140724498613601 140724498613601 140724498616271 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3532308 KiB

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

[startup+229.619 s]
# the end of solver process 27480 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.672 s, system=1.73054 s

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

[startup+229.601 s]*
/proc/loadavg: 1.69 2.03 1.94 3/202 27681
/proc/meminfo: memFree=23203484/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): 229.619
CPU time (s): 252.402
CPU user time (s): 250.672
CPU system time (s): 1.73054
CPU usage (%): 109.922
Max. virtual memory (cumulated for all children) (KiB): 11276648
Max. memory (cumulated for all children) (KiB): 3683128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.672
system time used= 1.73053
maximum resident set size= 3683208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178251
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15224
involuntary context switches= 428


# summary of solver processes directly reported to runsolver:
#   pid: 27480
#   total CPU time (s): 252.402
#   total CPU user time (s): 250.672
#   total CPU system time (s): 1.73054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.63872 second user time and 2.05656 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:40:48
IDJOB=4302650
IDBENCH=141303
IDSOLVER=2777
FILE ID=node136/4302650-1532896848
RUNJOBID= node136-1532893975-22777
PBS_JOBID= 21022516
Free space on /tmp= 60072 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-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-4302650-1532896848/watcher-4302650-1532896848 -o /tmp/evaluation-result-4302650-1532896848/solver-4302650-1532896848 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1885065386 -superng HOME/instance-4302650-1532896848.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=1885065386

node136.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.50
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.50
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.50
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.50
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:        24737736 kB
MemAvailable:   28284028 kB
Buffers:          219560 kB
Cached:          3597332 kB
SwapCached:            0 kB
Active:          5592384 kB
Inactive:        1957440 kB
Active(anon):    3684604 kB
Inactive(anon):    76480 kB
Active(file):    1907780 kB
Inactive(file):  1880960 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36804 kB
Writeback:             0 kB
AnonPages:       3740492 kB
Mapped:            48204 kB
Shmem:             25228 kB
Slab:             175360 kB
SReclaimable:     146776 kB
SUnreclaim:        28584 kB
KernelStack:        3504 kB
PageTables:        12540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4858800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3561472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60160 MiB
End job on node136 at 2018-07-29 22:44:38