Trace number 4304478

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)48 2520.13 2463.63

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-06-4-rom_c18.xml
MD5SUM68fe1d73007454e14d4d429fadb25a11
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints48
Number of domains5
Minimum domain size2
Maximum domain size22859
Distribution of domain sizes[{"size":2,"count":12},{"size":7,"count":84},{"size":27,"count":36},{"size":22859,"count":48}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":60},{"degree":2,"count":84},{"degree":8,"count":36}]
Minimum constraint arity9
Maximum constraint arity10
Distribution of constraint arities[{"arity":9,"count":12},{"arity":10,"count":36}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
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
34.96/22.07	o 16
34.96/22.10	o 20
35.78/22.57	o 21
35.94/22.60	o 23
36.68/23.37	o 24
36.93/23.52	o 30
40.72/27.09	o 31
41.23/27.53	o 32
43.47/29.69	o 34
47.67/33.35	o 38
81.01/66.05	o 41
289.59/273.00	o 43
289.70/273.05	o 44
374.93/356.89	o 46
377.18/359.10	o 48
2520.08/2463.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2463.60		at concrete.MAC.mac(MAC.scala:188)
2520.08/2463.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2463.60		at scala.util.Try$.apply(Try.scala:209)
2520.08/2463.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2463.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2463.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2463.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2463.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2463.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2463.60		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2463.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2463.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2463.60		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2463.60		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2463.60		at concrete.MAC.nextSolution(MAC.scala:355)
2520.08/2463.60		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2463.60		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.08/2463.60		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.08/2463.60		at concrete.Solver.foreach(Solver.scala:68)
2520.08/2463.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.08/2463.60		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2463.60		at scala.util.Success.map(Try.scala:209)
2520.08/2463.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2463.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2463.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2463.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2463.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2463.60		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2463.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2463.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2463.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2463.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2463.61		at scala.App.main(App.scala:76)
2520.08/2463.61		at scala.App.main$(App.scala:74)
2520.08/2463.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2463.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2463.61	v <instantiation cost="48">
2520.08/2463.61	v       <list>
2520.08/2463.61	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] 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] 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] 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] 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] 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] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5]
2520.08/2463.61	v       </list>
2520.08/2463.61	v       <values>
2520.08/2463.61	v         14606 19527 -1 -1 1060 -1 -1 -1 16261 17100 -1 -1 10483 17419 -1 -1 9952 -1 -1 -1 19873 -1 -1 -1 14606 19527 -1 -1 1060 -1 -1 -1 16261 17100 -1 -1 10483 17419 -1 -1 9952 -1 -1 -1 19873 -1 -1 -1 0 5 -1 -1 0 -1 -1 -1 0 4 -1 -1 0 3 -1 -1 1 -1 -1 -1 0 -1 -1 -1 0 5 -1 -1 0 -1 -1 -1 0 4 -1 -1 0 3 -1 -1 1 -1 -1 -1 0 -1 -1 -1 4 0 0 0 6 0 0 0 3 0 0 0 0 0 0 0 5 0 0 0 6 0 0 0 4 0 0 0 6 0 0 0 3 0 0 0 0 0 0 0 5 0 0 0 6 0 0 0 15 0 17 10 26 19 0 17 0 1 8 0 17 0 4 26 17 18 10 1 26 18 0 12 26 8 17 0 11 0 19 0 18 12 0 13
2520.08/2463.61	v       </values>
2520.08/2463.61	v     </instantiation>
2520.08/2463.62	s SATISFIABLE

Verifier Data

OK	48

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304478-1534095450/watcher-4304478-1534095450 -o /tmp/evaluation-result-4304478-1534095450/solver-4304478-1534095450 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534095450-15367 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1846908530 -superng HOME/instance-4304478-1534095450.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
solver pid=15387, runsolver pid=15384
Current StackSize limit: 8192 KiB


[startup+0.100704 s]*
/proc/loadavg: 0.67 0.71 0.97 3/186 15441
/proc/meminfo: memFree=16437260/32770624 swapFree=67108504/67108860
[pid=15387] ppid=15384 vsize=10005480 memory=14644 CPUtime=0.09 cores=0,2,4,6
/proc/15387/stat : 15387 (java) S 15384 15387 9560 0 -1 1077944320 4315 13192 0 0 1 0 6 2 20 0 6 0 227108185 10245611520 3661 33554432000 4194304 4196468 140736673529184 140736673511728 140233800802039 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
/proc/15387/statm: 2501370 3661 1932 1 0 2489808 0
[pid=15387/tid=15440] ppid=15384 vsize=10005480 memory=-6517102902069810590 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15440/stat : 15440 (java) R 15384 15387 9560 0 -1 4202560 2156 13192 0 0 0 0 6 2 20 0 6 0 227108194 10245611520 3661 33554432000 4194304 4196468 140736673529184 140233772638800 140233784882526 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15441] ppid=15384 vsize=10005480 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15441/stat : 15441 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 6 0 227108195 10245611520 3661 33554432000 4194304 4196468 140736673529184 140233805036304 140233800812245 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15442] ppid=15384 vsize=10005480 memory=139817157064320 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15442/stat : 15442 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 6 0 227108195 10245611520 3661 33554432000 4194304 4196468 140736673529184 140233703402384 140233800812245 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15443] ppid=15384 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15443/stat : 15443 (java) S 15384 15387 9560 0 -1 1077944384 2 13192 0 0 0 0 6 2 20 0 6 0 227108195 10245611520 3661 33554432000 4194304 4196468 140736673529184 140233339702288 140233800812245 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15444] ppid=15384 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15444/stat : 15444 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 6 0 227108195 10245611520 3661 33554432000 4194304 4196468 140736673529184 140233338649744 140233800812245 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14644 KiB

[startup+0.209941 s]*
/proc/loadavg: 0.67 0.71 0.97 3/198 15453
/proc/meminfo: memFree=16403420/32770624 swapFree=67108504/67108860
[pid=15387] ppid=15384 vsize=10982696 memory=42992 CPUtime=0.26 cores=0,2,4,6
/proc/15387/stat : 15387 (java) S 15384 15387 9560 0 -1 1077944320 8580 13192 0 0 16 2 6 2 20 0 15 0 227108185 11246280704 10748 33554432000 4194304 4196468 140736673529184 140736673511728 140233800802039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
/proc/15387/statm: 2745674 10748 2977 1 0 2708109 0
[pid=15387/tid=15440] ppid=15384 vsize=10982696 memory=-6007365819731575600 CPUtime=0.19 cores=0,2,4,6
/proc/15387/task/15440/stat : 15440 (java) R 15384 15387 9560 0 -1 4202560 5051 13192 0 0 10 1 6 2 20 0 15 0 227108194 11246280704 10748 33554432000 4194304 4196468 140736673529184 140233772599696 140233800823965 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15441] ppid=15384 vsize=10982696 memory=-8458152057954561420 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15441/stat : 15441 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108195 11246280704 10748 33554432000 4194304 4196468 140736673529184 140233805036304 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15442] ppid=15384 vsize=10982696 memory=139817157064320 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15442/stat : 15442 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108195 11246280704 10748 33554432000 4194304 4196468 140736673529184 140233703402384 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15443] ppid=15384 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15443/stat : 15443 (java) S 15384 15387 9560 0 -1 1077944384 2 13192 0 0 0 0 6 2 20 0 15 0 227108195 11246280704 10748 33554432000 4194304 4196468 140736673529184 140233339702288 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15444] ppid=15384 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15444/stat : 15444 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108195 11246280704 10748 33554432000 4194304 4196468 140736673529184 140233338649744 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15445] ppid=15384 vsize=10982696 memory=139817157064320 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15445/stat : 15445 (java) S 15384 15387 9560 0 -1 1077944384 2 13192 0 0 0 0 6 2 20 0 15 0 227108196 11246280704 10748 33554432000 4194304 4196468 140736673529184 140233226029040 140233800813186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15446] ppid=15384 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15446/stat : 15446 (java) S 15384 15387 9560 0 -1 1077944384 13 13192 0 0 0 0 6 2 20 0 15 0 227108197 11246280704 10748 33554432000 4194304 4196468 140736673529184 140232574886816 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15447] ppid=15384 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15447/stat : 15447 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108197 11246280704 10748 33554432000 4194304 4196468 140736673529184 140232427037680 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15448] ppid=15384 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15448/stat : 15448 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11246280704 10748 33554432000 4194304 4196468 140736673529184 140232119638224 140233800820635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15449] ppid=15384 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15387/task/15449/stat : 15449 (java) S 15384 15387 9560 0 -1 1077944384 365 13192 0 0 1 0 6 2 20 0 15 0 227108200 11246280704 10748 33554432000 4194304 4196468 140736673529184 140233224976880 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15450] ppid=15384 vsize=10982696 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/15387/task/15450/stat : 15450 (java) S 15384 15387 9560 0 -1 1077944384 272 13192 0 0 1 0 6 2 20 0 15 0 227108200 11246280704 10748 33554432000 4194304 4196468 140736673529184 140233223924336 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15451] ppid=15384 vsize=10982696 memory=139817157064320 CPUtime=0.11 cores=0,2,4,6
/proc/15387/task/15451/stat : 15451 (java) R 15384 15387 9560 0 -1 4202560 676 13192 0 0 3 0 6 2 20 0 15 0 227108200 11246280704 10748 33554432000 4194304 4196468 140736673529184 140233222871792 140233779771081 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15452] ppid=15384 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15452/stat : 15452 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11246280704 10748 33554432000 4194304 4196468 140736673529184 140231688842336 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15453] ppid=15384 vsize=10982696 memory=139817157064320 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15453/stat : 15453 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108200 11246280704 10748 33554432000 4194304 4196468 140736673529184 140233221818672 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42992 KiB

[startup+0.31044 s]*
/proc/loadavg: 0.67 0.71 0.97 3/198 15453
/proc/meminfo: memFree=16380972/32770624 swapFree=67108504/67108860
[pid=15387] ppid=15384 vsize=10983192 memory=52832 CPUtime=0.39 cores=0,2,4,6
/proc/15387/stat : 15387 (java) S 15384 15387 9560 0 -1 1077944320 10290 13192 0 0 28 3 6 2 20 0 15 0 227108185 11246788608 13208 33554432000 4194304 4196468 140736673529184 140736673511728 140233800802039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
/proc/15387/statm: 2745798 13208 3109 1 0 2708109 0
[pid=15387/tid=15440] ppid=15384 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/15387/task/15440/stat : 15440 (java) R 15384 15387 9560 0 -1 4202560 6906 13192 0 0 19 2 6 2 20 0 15 0 227108194 11246788608 13406 33554432000 4194304 4196468 140736673529184 140233772614048 140233781077746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15441] ppid=15384 vsize=10983192 memory=8029187426044502611 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15441/stat : 15441 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108195 11246788608 13406 33554432000 4194304 4196468 140736673529184 140233805036304 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15442] ppid=15384 vsize=10983192 memory=5787213827347079232 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15442/stat : 15442 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108195 11246788608 13406 33554432000 4194304 4196468 140736673529184 140233703402384 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15443] ppid=15384 vsize=10983192 memory=7649539205650268865 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15443/stat : 15443 (java) S 15384 15387 9560 0 -1 1077944384 2 13192 0 0 0 0 6 2 20 0 15 0 227108195 11246788608 13406 33554432000 4194304 4196468 140736673529184 140233339702288 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15444] ppid=15384 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15444/stat : 15444 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108195 11246788608 13406 33554432000 4194304 4196468 140736673529184 140233338649744 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15445] ppid=15384 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15445/stat : 15445 (java) S 15384 15387 9560 0 -1 1077944384 2 13192 0 0 0 0 6 2 20 0 15 0 227108196 11246788608 13406 33554432000 4194304 4196468 140736673529184 140233226029040 140233800813186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15446] ppid=15384 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15446/stat : 15446 (java) S 15384 15387 9560 0 -1 1077944384 13 13192 0 0 0 0 6 2 20 0 15 0 227108197 11246788608 13472 33554432000 4194304 4196468 140736673529184 140232574886816 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15447] ppid=15384 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15447/stat : 15447 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108197 11246788608 13472 33554432000 4194304 4196468 140736673529184 140232427037680 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15448] ppid=15384 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15448/stat : 15448 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11246788608 13472 33554432000 4194304 4196468 140736673529184 140232119638224 140233800820635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15449] ppid=15384 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15387/task/15449/stat : 15449 (java) S 15384 15387 9560 0 -1 1077944384 366 13192 0 0 1 0 6 2 20 0 15 0 227108200 11246788608 13472 33554432000 4194304 4196468 140736673529184 140233224976880 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15450] ppid=15384 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15387/task/15450/stat : 15450 (java) S 15384 15387 9560 0 -1 1077944384 278 13192 0 0 1 0 6 2 20 0 15 0 227108200 11246788608 13472 33554432000 4194304 4196468 140736673529184 140233223924336 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15451] ppid=15384 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/15387/task/15451/stat : 15451 (java) S 15384 15387 9560 0 -1 1077944384 709 13192 0 0 4 0 6 2 20 0 15 0 227108200 11246788608 13472 33554432000 4194304 4196468 140736673529184 140233222871792 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15452] ppid=15384 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15452/stat : 15452 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11246788608 13472 33554432000 4194304 4196468 140736673529184 140231688842336 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15453] ppid=15384 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15453/stat : 15453 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108200 11246788608 13472 33554432000 4194304 4196468 140736673529184 140233221818672 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 52832 KiB

[startup+0.700713 s]
/proc/loadavg: 0.67 0.71 0.97 3/198 15453
/proc/meminfo: memFree=16349024/32770624 swapFree=67108504/67108860
[pid=15387] ppid=15384 vsize=10983192 memory=87936 CPUtime=0.98 cores=0,2,4,6
/proc/15387/stat : 15387 (java) S 15384 15387 9560 0 -1 1077944320 17110 13192 0 0 86 4 6 2 20 0 15 0 227108185 11246788608 21984 33554432000 4194304 4196468 140736673529184 140736673511728 140233800802039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
/proc/15387/statm: 2745798 21984 3245 1 0 2708109 0
[pid=15387/tid=15440] ppid=15384 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/15387/task/15440/stat : 15440 (java) R 15384 15387 9560 0 -1 4202560 12447 13192 0 0 55 3 6 2 20 0 15 0 227108194 11246788608 21984 33554432000 4194304 4196468 140736673529184 140233772624976 140233782365549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15441] ppid=15384 vsize=10983192 memory=2276 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15441/stat : 15441 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108195 11246788608 21984 33554432000 4194304 4196468 140736673529184 140233805036304 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15442] ppid=15384 vsize=10983192 memory=11859 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15442/stat : 15442 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108195 11246788608 21984 33554432000 4194304 4196468 140736673529184 140233703402384 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15443] ppid=15384 vsize=10983192 memory=14134428990525298 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15443/stat : 15443 (java) S 15384 15387 9560 0 -1 1077944384 2 13192 0 0 0 0 6 2 20 0 15 0 227108195 11246788608 21984 33554432000 4194304 4196468 140736673529184 140233339702288 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15444] ppid=15384 vsize=10983192 memory=5788902676974756672 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15444/stat : 15444 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108195 11246788608 21984 33554432000 4194304 4196468 140736673529184 140233338649744 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15445] ppid=15384 vsize=10983192 memory=6226596351323422817 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15445/stat : 15445 (java) S 15384 15387 9560 0 -1 1077944384 6 13192 0 0 0 0 6 2 20 0 15 0 227108196 11246788608 21984 33554432000 4194304 4196468 140736673529184 140233226029040 140233800813186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15446] ppid=15384 vsize=10983192 memory=4638778398332768866 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15446/stat : 15446 (java) S 15384 15387 9560 0 -1 1077944384 13 13192 0 0 0 0 6 2 20 0 15 0 227108197 11246788608 21984 33554432000 4194304 4196468 140736673529184 140232574886816 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15447] ppid=15384 vsize=10983192 memory=8514701219730522529 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15447/stat : 15447 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108197 11246788608 21984 33554432000 4194304 4196468 140736673529184 140232427037680 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15448] ppid=15384 vsize=10983192 memory=4196912344889787449 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15448/stat : 15448 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11246788608 21984 33554432000 4194304 4196468 140736673529184 140232119638224 140233800820635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15449] ppid=15384 vsize=10983192 memory=8257237230706253920 CPUtime=0.15 cores=0,2,4,6
/proc/15387/task/15449/stat : 15449 (java) S 15384 15387 9560 0 -1 1077944384 666 13192 0 0 7 0 6 2 20 0 15 0 227108200 11246788608 21984 33554432000 4194304 4196468 140736673529184 140233224976880 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15450] ppid=15384 vsize=10983192 memory=4785180571215093856 CPUtime=0.17 cores=0,2,4,6
/proc/15387/task/15450/stat : 15450 (java) S 15384 15387 9560 0 -1 1077944384 879 13192 0 0 9 0 6 2 20 0 15 0 227108200 11246788608 21984 33554432000 4194304 4196468 140736673529184 140233223924336 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15451] ppid=15384 vsize=10983192 memory=8475934422144423578 CPUtime=0.2 cores=0,2,4,6
/proc/15387/task/15451/stat : 15451 (java) S 15384 15387 9560 0 -1 1077944384 895 13192 0 0 12 0 6 2 20 0 15 0 227108200 11246788608 21984 33554432000 4194304 4196468 140736673529184 140233222871792 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15452] ppid=15384 vsize=10983192 memory=-8990767739041718176 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15452/stat : 15452 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11246788608 21984 33554432000 4194304 4196468 140736673529184 140231688842336 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15453] ppid=15384 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15453/stat : 15453 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108200 11246788608 21984 33554432000 4194304 4196468 140736673529184 140233221818672 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87936 KiB

[startup+1.50131 s]
/proc/loadavg: 0.67 0.71 0.97 4/199 15454
/proc/meminfo: memFree=16254380/32770624 swapFree=67108504/67108860
[pid=15387] ppid=15384 vsize=10991948 memory=237068 CPUtime=2.92 cores=0,2,4,6
/proc/15387/stat : 15387 (java) S 15384 15387 9560 0 -1 1077944320 22644 13192 0 0 273 11 6 2 20 0 15 0 227108185 11255754752 59267 33554432000 4194304 4196468 140736673529184 140736673511728 140233800802039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
/proc/15387/statm: 2747987 59267 3462 1 0 2709645 0
[pid=15387/tid=15440] ppid=15384 vsize=10991948 memory=139 CPUtime=1.45 cores=0,2,4,6
/proc/15387/task/15440/stat : 15440 (java) R 15384 15387 9560 0 -1 4202560 15239 13192 0 0 130 7 6 2 20 0 15 0 227108194 11255754752 59267 33554432000 4194304 4196468 140736673529184 140233772633224 140233370522496 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15441] ppid=15384 vsize=10991948 memory=101876 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15441/stat : 15441 (java) S 15384 15387 9560 0 -1 1077944384 294 13192 0 0 0 0 6 2 20 0 15 0 227108195 11255754752 59267 33554432000 4194304 4196468 140736673529184 140233805036304 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15442] ppid=15384 vsize=10991948 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15442/stat : 15442 (java) S 15384 15387 9560 0 -1 1077944384 19 13192 0 0 0 0 6 2 20 0 15 0 227108195 11255754752 59267 33554432000 4194304 4196468 140736673529184 140233703402384 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15443] ppid=15384 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15443/stat : 15443 (java) S 15384 15387 9560 0 -1 1077944384 51 13192 0 0 0 0 6 2 20 0 15 0 227108195 11255754752 59267 33554432000 4194304 4196468 140736673529184 140233339702288 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15444] ppid=15384 vsize=10991948 memory=3816 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15444/stat : 15444 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108195 11255754752 59267 33554432000 4194304 4196468 140736673529184 140233338649744 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15445] ppid=15384 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15445/stat : 15445 (java) S 15384 15387 9560 0 -1 1077944384 93 13192 0 0 0 0 6 2 20 0 15 0 227108196 11255754752 59267 33554432000 4194304 4196468 140736673529184 140233226029040 140233800813186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15446] ppid=15384 vsize=10991948 memory=139817023376176 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15446/stat : 15446 (java) S 15384 15387 9560 0 -1 1077944384 13 13192 0 0 0 0 6 2 20 0 15 0 227108197 11255754752 59267 33554432000 4194304 4196468 140736673529184 140232574886816 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15447] ppid=15384 vsize=10991948 memory=61612 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15447/stat : 15447 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108197 11255754752 59267 33554432000 4194304 4196468 140736673529184 140232427037680 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15448] ppid=15384 vsize=10991948 memory=1116 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15448/stat : 15448 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11255754752 59267 33554432000 4194304 4196468 140736673529184 140232119638224 140233800820635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15449] ppid=15384 vsize=10991948 memory=2144 CPUtime=0.6 cores=0,2,4,6
/proc/15387/task/15449/stat : 15449 (java) R 15384 15387 9560 0 -1 4202560 1484 13192 0 0 52 0 6 2 20 0 15 0 227108200 11255754752 59267 33554432000 4194304 4196468 140736673529184 140233224968160 140233780313573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15450] ppid=15384 vsize=10991948 memory=1752 CPUtime=0.61 cores=0,2,4,6
/proc/15387/task/15450/stat : 15450 (java) R 15384 15387 9560 0 -1 4202560 1679 13192 0 0 53 0 6 2 20 0 15 0 227108200 11255754752 59267 33554432000 4194304 4196468 140736673529184 140233223904336 140233782346138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15451] ppid=15384 vsize=10991948 memory=748 CPUtime=0.42 cores=0,2,4,6
/proc/15387/task/15451/stat : 15451 (java) S 15384 15387 9560 0 -1 1077944384 1570 13192 0 0 34 0 6 2 20 0 15 0 227108200 11255754752 59267 33554432000 4194304 4196468 140736673529184 140233222871792 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15452] ppid=15384 vsize=10991948 memory=1820 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15452/stat : 15452 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11255754752 59267 33554432000 4194304 4196468 140736673529184 140231688842336 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15453] ppid=15384 vsize=10991948 memory=4552 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15453/stat : 15453 (java) S 15384 15387 9560 0 -1 1077944384 1 13192 0 0 0 0 6 2 20 0 15 0 227108200 11255754752 59267 33554432000 4194304 4196468 140736673529184 140233221818672 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10991948 KiB

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

/proc/15387/task/15440/stat : 15440 (java) R 15384 15387 9560 0 -1 4202560 187909 13192 0 0 229963 73 6 2 20 0 15 0 227108194 11345952768 591629 33554432000 4194304 4196468 140736673529184 140233772107136 140233376531620 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15441] ppid=15384 vsize=11080032 memory=2371596 CPUtime=12.52 cores=0,2,4,6
/proc/15387/task/15441/stat : 15441 (java) S 15384 15387 9560 0 -1 1077944384 30623 13192 0 0 1209 35 6 2 20 0 15 0 227108195 11345952768 591629 33554432000 4194304 4196468 140736673529184 140233805036304 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15442] ppid=15384 vsize=11080032 memory=2367016 CPUtime=12.55 cores=0,2,4,6
/proc/15387/task/15442/stat : 15442 (java) S 15384 15387 9560 0 -1 1077944384 36873 13192 0 0 1213 34 6 2 20 0 15 0 227108195 11345952768 591629 33554432000 4194304 4196468 140736673529184 140233703402384 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15443] ppid=15384 vsize=11080032 memory=2367024 CPUtime=12.56 cores=0,2,4,6
/proc/15387/task/15443/stat : 15443 (java) S 15384 15387 9560 0 -1 1077944384 35207 13192 0 0 1213 35 6 2 20 0 15 0 227108195 11345952768 591629 33554432000 4194304 4196468 140736673529184 140233339702288 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15444] ppid=15384 vsize=11080032 memory=2367024 CPUtime=12.5 cores=0,2,4,6
/proc/15387/task/15444/stat : 15444 (java) S 15384 15387 9560 0 -1 1077944384 29533 13192 0 0 1211 31 6 2 20 0 15 0 227108195 11345952768 591629 33554432000 4194304 4196468 140736673529184 140233338649744 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15445] ppid=15384 vsize=11080032 memory=2367024 CPUtime=7.63 cores=0,2,4,6
/proc/15387/task/15445/stat : 15445 (java) S 15384 15387 9560 0 -1 1077944384 26329 13192 0 0 729 26 6 2 20 0 15 0 227108196 11345952768 591629 33554432000 4194304 4196468 140736673529184 140233226029040 140233800813186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15446] ppid=15384 vsize=11080032 memory=2366516 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15446/stat : 15446 (java) S 15384 15387 9560 0 -1 1077944384 23 13192 0 0 0 0 6 2 20 0 15 0 227108197 11345952768 591629 33554432000 4194304 4196468 140736673529184 140232574886880 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15447] ppid=15384 vsize=11080032 memory=2366516 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15447/stat : 15447 (java) S 15384 15387 9560 0 -1 1077944384 16 13192 0 0 0 0 6 2 20 0 15 0 227108197 11345952768 591629 33554432000 4194304 4196468 140736673529184 140232427037696 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15448] ppid=15384 vsize=11080032 memory=2366516 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15448/stat : 15448 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11345952768 591629 33554432000 4194304 4196468 140736673529184 140232119638224 140233800820635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15449] ppid=15384 vsize=11080032 memory=2367524 CPUtime=7.26 cores=0,2,4,6
/proc/15387/task/15449/stat : 15449 (java) S 15384 15387 9560 0 -1 1077944384 77336 13192 0 0 709 9 6 2 20 0 15 0 227108200 11345952768 591629 33554432000 4194304 4196468 140736673529184 140233224976880 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15450] ppid=15384 vsize=11080032 memory=2383796 CPUtime=7.51 cores=0,2,4,6
/proc/15387/task/15450/stat : 15450 (java) S 15384 15387 9560 0 -1 1077944384 79597 13192 0 0 727 16 6 2 20 0 15 0 227108200 11345952768 591629 33554432000 4194304 4196468 140736673529184 140233223924336 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15451] ppid=15384 vsize=11080032 memory=2366516 CPUtime=2.25 cores=0,2,4,6
/proc/15387/task/15451/stat : 15451 (java) S 15384 15387 9560 0 -1 1077944384 45504 13192 0 0 210 7 6 2 20 0 15 0 227108200 11345952768 591629 33554432000 4194304 4196468 140736673529184 140233222871792 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15452] ppid=15384 vsize=11080032 memory=2366516 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15452/stat : 15452 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11345952768 591629 33554432000 4194304 4196468 140736673529184 140231688842336 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15453] ppid=15384 vsize=11080032 memory=2366516 CPUtime=1.62 cores=0,2,4,6
/proc/15387/task/15453/stat : 15453 (java) S 15384 15387 9560 0 -1 1077944384 2696 13192 0 0 78 76 6 2 20 0 15 0 227108200 11345952768 591629 33554432000 4194304 4196468 140736673529184 140233221818672 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
Current children cumulated CPU time: 2376.23 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2366516 KiB

[startup+2382.3 s]
/proc/loadavg: 0.57 0.62 1.01 2/194 15670
/proc/meminfo: memFree=14102632/32770624 swapFree=67108504/67108860
[pid=15387] ppid=15384 vsize=11080032 memory=2368132 CPUtime=2437.36 cores=0,2,4,6
/proc/15387/stat : 15387 (java) S 15384 15387 9560 0 -1 1077944320 558381 13192 0 0 243408 320 6 2 20 0 15 0 227108185 11345952768 592033 33554432000 4194304 4196468 140736673529184 140736673511728 140233800802039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
/proc/15387/statm: 2770008 592033 3535 1 0 2731661 0
[pid=15387/tid=15440] ppid=15384 vsize=11080032 memory=2368604 CPUtime=2359.78 cores=0,2,4,6
/proc/15387/task/15440/stat : 15440 (java) R 15384 15387 9560 0 -1 4202560 189990 13192 0 0 235896 74 6 2 20 0 15 0 227108194 11345952768 592033 33554432000 4194304 4196468 140736673529184 140233772580736 140233384363614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15441] ppid=15384 vsize=11080032 memory=2368616 CPUtime=12.9 cores=0,2,4,6
/proc/15387/task/15441/stat : 15441 (java) S 15384 15387 9560 0 -1 1077944384 31272 13192 0 0 1246 36 6 2 20 0 15 0 227108195 11345952768 592033 33554432000 4194304 4196468 140736673529184 140233805036304 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15442] ppid=15384 vsize=11080032 memory=2368644 CPUtime=12.93 cores=0,2,4,6
/proc/15387/task/15442/stat : 15442 (java) S 15384 15387 9560 0 -1 1077944384 37037 13192 0 0 1250 35 6 2 20 0 15 0 227108195 11345952768 592033 33554432000 4194304 4196468 140736673529184 140233703402384 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15443] ppid=15384 vsize=11080032 memory=279634048365536 CPUtime=12.94 cores=0,2,4,6
/proc/15387/task/15443/stat : 15443 (java) S 15384 15387 9560 0 -1 1077944384 35472 13192 0 0 1250 36 6 2 20 0 15 0 227108195 11345952768 592033 33554432000 4194304 4196468 140736673529184 140233339702288 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15444] ppid=15384 vsize=11080032 memory=2368644 CPUtime=12.88 cores=0,2,4,6
/proc/15387/task/15444/stat : 15444 (java) S 15384 15387 9560 0 -1 1077944384 29949 13192 0 0 1248 32 6 2 20 0 15 0 227108195 11345952768 592033 33554432000 4194304 4196468 140736673529184 140233338649744 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15445] ppid=15384 vsize=11080032 memory=2368644 CPUtime=7.86 cores=0,2,4,6
/proc/15387/task/15445/stat : 15445 (java) S 15384 15387 9560 0 -1 1077944384 26712 13192 0 0 751 27 6 2 20 0 15 0 227108196 11345952768 592033 33554432000 4194304 4196468 140736673529184 140233226029040 140233800813186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15446] ppid=15384 vsize=11080032 memory=2368644 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15446/stat : 15446 (java) S 15384 15387 9560 0 -1 1077944384 23 13192 0 0 0 0 6 2 20 0 15 0 227108197 11345952768 592033 33554432000 4194304 4196468 140736673529184 140232574886880 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15447] ppid=15384 vsize=11080032 memory=2368644 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15447/stat : 15447 (java) S 15384 15387 9560 0 -1 1077944384 16 13192 0 0 0 0 6 2 20 0 15 0 227108197 11345952768 592033 33554432000 4194304 4196468 140736673529184 140232427037696 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15448] ppid=15384 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15448/stat : 15448 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11345952768 592033 33554432000 4194304 4196468 140736673529184 140232119638224 140233800820635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15449] ppid=15384 vsize=11080032 memory=2368132 CPUtime=7.27 cores=0,2,4,6
/proc/15387/task/15449/stat : 15449 (java) S 15384 15387 9560 0 -1 1077944384 77734 13192 0 0 710 9 6 2 20 0 15 0 227108200 11345952768 592033 33554432000 4194304 4196468 140736673529184 140233224976880 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15450] ppid=15384 vsize=11080032 memory=2368644 CPUtime=7.51 cores=0,2,4,6
/proc/15387/task/15450/stat : 15450 (java) S 15384 15387 9560 0 -1 1077944384 79601 13192 0 0 727 16 6 2 20 0 15 0 227108200 11345952768 592033 33554432000 4194304 4196468 140736673529184 140233223924336 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15451] ppid=15384 vsize=11080032 memory=3816 CPUtime=2.25 cores=0,2,4,6
/proc/15387/task/15451/stat : 15451 (java) S 15384 15387 9560 0 -1 1077944384 45651 13192 0 0 210 7 6 2 20 0 15 0 227108200 11345952768 592033 33554432000 4194304 4196468 140736673529184 140233222871792 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15452] ppid=15384 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15452/stat : 15452 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11345952768 592033 33554432000 4194304 4196468 140736673529184 140231688842336 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15453] ppid=15384 vsize=11080032 memory=492 CPUtime=1.66 cores=0,2,4,6
/proc/15387/task/15453/stat : 15453 (java) S 15384 15387 9560 0 -1 1077944384 2727 13192 0 0 80 78 6 2 20 0 15 0 227108200 11345952768 592033 33554432000 4194304 4196468 140736673529184 140233221818672 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
Current children cumulated CPU time: 2437.36 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2368132 KiB

[startup+2442.3 s]
/proc/loadavg: 0.70 0.65 0.99 2/194 15671
/proc/meminfo: memFree=14104052/32770624 swapFree=67108504/67108860
[pid=15387] ppid=15384 vsize=11080032 memory=2367200 CPUtime=2498.43 cores=0,2,4,6
/proc/15387/stat : 15387 (java) S 15384 15387 9560 0 -1 1077944320 564235 13192 0 0 249509 326 6 2 20 0 15 0 227108185 11345952768 591800 33554432000 4194304 4196468 140736673529184 140736673511728 140233800802039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
/proc/15387/statm: 2770008 591800 3535 1 0 2731661 0
[pid=15387/tid=15440] ppid=15384 vsize=11080032 memory=2367192 CPUtime=2419.16 cores=0,2,4,6
/proc/15387/task/15440/stat : 15440 (java) R 15384 15387 9560 0 -1 4202560 192741 13192 0 0 241834 74 6 2 20 0 15 0 227108194 11345952768 591800 33554432000 4194304 4196468 140736673529184 140233771374608 140233384364099 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15441] ppid=15384 vsize=11080032 memory=2367176 CPUtime=13.27 cores=0,2,4,6
/proc/15387/task/15441/stat : 15441 (java) S 15384 15387 9560 0 -1 1077944384 31934 13192 0 0 1282 37 6 2 20 0 15 0 227108195 11345952768 591800 33554432000 4194304 4196468 140736673529184 140233805036304 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15442] ppid=15384 vsize=11080032 memory=2367192 CPUtime=13.28 cores=0,2,4,6
/proc/15387/task/15442/stat : 15442 (java) S 15384 15387 9560 0 -1 1077944384 37294 13192 0 0 1285 35 6 2 20 0 15 0 227108195 11345952768 591800 33554432000 4194304 4196468 140736673529184 140233703402384 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15443] ppid=15384 vsize=11080032 memory=2367192 CPUtime=13.3 cores=0,2,4,6
/proc/15387/task/15443/stat : 15443 (java) S 15384 15387 9560 0 -1 1077944384 36036 13192 0 0 1285 37 6 2 20 0 15 0 227108195 11345952768 591800 33554432000 4194304 4196468 140736673529184 140233339702288 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15444] ppid=15384 vsize=11080032 memory=2367192 CPUtime=13.24 cores=0,2,4,6
/proc/15387/task/15444/stat : 15444 (java) S 15384 15387 9560 0 -1 1077944384 30919 13192 0 0 1284 32 6 2 20 0 15 0 227108195 11345952768 591800 33554432000 4194304 4196468 140736673529184 140233338649744 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15445] ppid=15384 vsize=11080032 memory=1168 CPUtime=8.07 cores=0,2,4,6
/proc/15387/task/15445/stat : 15445 (java) S 15384 15387 9560 0 -1 1077944384 27285 13192 0 0 771 28 6 2 20 0 15 0 227108196 11345952768 591800 33554432000 4194304 4196468 140736673529184 140233226029040 140233800813186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15446] ppid=15384 vsize=11080032 memory=2367200 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15446/stat : 15446 (java) S 15384 15387 9560 0 -1 1077944384 23 13192 0 0 0 0 6 2 20 0 15 0 227108197 11345952768 591800 33554432000 4194304 4196468 140736673529184 140232574886880 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15447] ppid=15384 vsize=11080032 memory=2367196 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15447/stat : 15447 (java) S 15384 15387 9560 0 -1 1077944384 16 13192 0 0 0 0 6 2 20 0 15 0 227108197 11345952768 591800 33554432000 4194304 4196468 140736673529184 140232427037696 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15448] ppid=15384 vsize=11080032 memory=2367196 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15448/stat : 15448 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11345952768 591800 33554432000 4194304 4196468 140736673529184 140232119638224 140233800820635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15449] ppid=15384 vsize=11080032 memory=2367192 CPUtime=7.27 cores=0,2,4,6
/proc/15387/task/15449/stat : 15449 (java) S 15384 15387 9560 0 -1 1077944384 77741 13192 0 0 710 9 6 2 20 0 15 0 227108200 11345952768 591800 33554432000 4194304 4196468 140736673529184 140233224976880 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15450] ppid=15384 vsize=11080032 memory=2196 CPUtime=7.51 cores=0,2,4,6
/proc/15387/task/15450/stat : 15450 (java) S 15384 15387 9560 0 -1 1077944384 79607 13192 0 0 727 16 6 2 20 0 15 0 227108200 11345952768 591800 33554432000 4194304 4196468 140736673529184 140233223924336 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15451] ppid=15384 vsize=11080032 memory=2367200 CPUtime=2.25 cores=0,2,4,6
/proc/15387/task/15451/stat : 15451 (java) S 15384 15387 9560 0 -1 1077944384 45657 13192 0 0 210 7 6 2 20 0 15 0 227108200 11345952768 591800 33554432000 4194304 4196468 140736673529184 140233222871792 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15452] ppid=15384 vsize=11080032 memory=2367200 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15452/stat : 15452 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11345952768 591800 33554432000 4194304 4196468 140736673529184 140231688842336 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15453] ppid=15384 vsize=11080032 memory=2367200 CPUtime=1.7 cores=0,2,4,6
/proc/15387/task/15453/stat : 15453 (java) S 15384 15387 9560 0 -1 1077944384 2785 13192 0 0 82 80 6 2 20 0 15 0 227108200 11345952768 591800 33554432000 4194304 4196468 140736673529184 140233221818672 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
Current children cumulated CPU time: 2498.43 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2367200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.6 s]
/proc/loadavg: 0.67 0.64 0.98 2/194 15672
/proc/meminfo: memFree=14104292/32770624 swapFree=67108504/67108860
[pid=15387] ppid=15384 vsize=11080032 memory=2366208 CPUtime=2520.08 cores=0,2,4,6
/proc/15387/stat : 15387 (java) S 15384 15387 9560 0 -1 1077944320 566505 13192 0 0 251673 327 6 2 20 0 15 0 227108185 11345952768 591552 33554432000 4194304 4196468 140736673529184 140736673511728 140233800802039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
/proc/15387/statm: 2770008 591552 3535 1 0 2731661 0
[pid=15387/tid=15440] ppid=15384 vsize=11080032 memory=2144 CPUtime=2440.25 cores=0,2,4,6
/proc/15387/task/15440/stat : 15440 (java) R 15384 15387 9560 0 -1 4202560 193637 13192 0 0 243942 75 6 2 20 0 15 0 227108194 11345952768 591552 33554432000 4194304 4196468 140736673529184 140233772517744 140233377845077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15441] ppid=15384 vsize=11080032 memory=1752 CPUtime=13.38 cores=0,2,4,6
/proc/15387/task/15441/stat : 15441 (java) S 15384 15387 9560 0 -1 1077944384 32012 13192 0 0 1293 37 6 2 20 0 15 0 227108195 11345952768 591552 33554432000 4194304 4196468 140736673529184 140233805036304 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15442] ppid=15384 vsize=11080032 memory=748 CPUtime=13.4 cores=0,2,4,6
/proc/15387/task/15442/stat : 15442 (java) S 15384 15387 9560 0 -1 1077944384 37386 13192 0 0 1297 35 6 2 20 0 15 0 227108195 11345952768 591552 33554432000 4194304 4196468 140736673529184 140233703402384 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15443] ppid=15384 vsize=11080032 memory=6791534058613427641 CPUtime=13.42 cores=0,2,4,6
/proc/15387/task/15443/stat : 15443 (java) S 15384 15387 9560 0 -1 1077944384 36248 13192 0 0 1297 37 6 2 20 0 15 0 227108195 11345952768 591552 33554432000 4194304 4196468 140736673529184 140233339702288 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15444] ppid=15384 vsize=11080032 memory=808 CPUtime=13.36 cores=0,2,4,6
/proc/15387/task/15444/stat : 15444 (java) S 15384 15387 9560 0 -1 1077944384 31381 13192 0 0 1296 32 6 2 20 0 15 0 227108195 11345952768 591552 33554432000 4194304 4196468 140736673529184 140233338649744 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15445] ppid=15384 vsize=11080032 memory=1796 CPUtime=8.14 cores=0,2,4,6
/proc/15387/task/15445/stat : 15445 (java) S 15384 15387 9560 0 -1 1077944384 27480 13192 0 0 778 28 6 2 20 0 15 0 227108196 11345952768 591552 33554432000 4194304 4196468 140736673529184 140233226029040 140233800813186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15446] ppid=15384 vsize=11080032 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15446/stat : 15446 (java) S 15384 15387 9560 0 -1 1077944384 23 13192 0 0 0 0 6 2 20 0 15 0 227108197 11345952768 591552 33554432000 4194304 4196468 140736673529184 140232574886880 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15447] ppid=15384 vsize=11080032 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15447/stat : 15447 (java) S 15384 15387 9560 0 -1 1077944384 16 13192 0 0 0 0 6 2 20 0 15 0 227108197 11345952768 591552 33554432000 4194304 4196468 140736673529184 140232427037696 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15448] ppid=15384 vsize=11080032 memory=1820 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15448/stat : 15448 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11345952768 591552 33554432000 4194304 4196468 140736673529184 140232119638224 140233800820635 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15449] ppid=15384 vsize=11080032 memory=4552 CPUtime=7.27 cores=0,2,4,6
/proc/15387/task/15449/stat : 15449 (java) S 15384 15387 9560 0 -1 1077944384 78059 13192 0 0 710 9 6 2 20 0 15 0 227108200 11345952768 591552 33554432000 4194304 4196468 140736673529184 140233224976880 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15450] ppid=15384 vsize=11080032 memory=3732 CPUtime=7.51 cores=0,2,4,6
/proc/15387/task/15450/stat : 15450 (java) S 15384 15387 9560 0 -1 1077944384 79607 13192 0 0 727 16 6 2 20 0 15 0 227108200 11345952768 591552 33554432000 4194304 4196468 140736673529184 140233223924336 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15451] ppid=15384 vsize=11080032 memory=1228 CPUtime=2.25 cores=0,2,4,6
/proc/15387/task/15451/stat : 15451 (java) S 15384 15387 9560 0 -1 1077944384 45657 13192 0 0 210 7 6 2 20 0 15 0 227108200 11345952768 591552 33554432000 4194304 4196468 140736673529184 140233222871792 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15452] ppid=15384 vsize=11080032 memory=10624 CPUtime=0.08 cores=0,2,4,6
/proc/15387/task/15452/stat : 15452 (java) S 15384 15387 9560 0 -1 1077944384 3 13192 0 0 0 0 6 2 20 0 15 0 227108200 11345952768 591552 33554432000 4194304 4196468 140736673529184 140231688842336 140233800812245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
[pid=15387/tid=15453] ppid=15384 vsize=11080032 memory=1624 CPUtime=1.71 cores=0,2,4,6
/proc/15387/task/15453/stat : 15453 (java) S 15384 15387 9560 0 -1 1077944384 2802 13192 0 0 82 81 6 2 20 0 15 0 227108200 11345952768 591552 33554432000 4194304 4196468 140736673529184 140233221818672 140233800813186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140736673532515 140736673535324 140736673535324 140736673537999 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2366208 KiB

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

[startup+2463.63 s]
# the end of solver process 15387 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.81 s, system=3.31585 s

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

Child status: 143
Real time (s): 2463.63
CPU time (s): 2520.13
CPU user time (s): 2516.81
CPU system time (s): 3.31585
CPU usage (%): 102.293
Max. virtual memory (cumulated for all children) (KiB): 11080624
Max. memory (cumulated for all children) (KiB): 2925428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.81
system time used= 3.31585
maximum resident set size= 2929524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 580631
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 159312
involuntary context switches= 7902


# summary of solver processes directly reported to runsolver:
#   pid: 15387
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.81
#   total CPU system time (s): 3.31585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1122 second user time and 22.7535 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 19:37:30
IDJOB=4304478
IDBENCH=141313
IDSOLVER=2781
FILE ID=node104/4304478-1534095450
RUNJOBID= node104-1534095450-15367
PBS_JOBID= 21036981
Free space on /tmp= 37548 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-06-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-4304478-1534095450/watcher-4304478-1534095450 -o /tmp/evaluation-result-4304478-1534095450/solver-4304478-1534095450 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534095450-15367 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1846908530 -superng HOME/instance-4304478-1534095450.xml

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

MD5SUM BENCH= 68fe1d73007454e14d4d429fadb25a11
RANDOM SEED=1846908530

node104.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.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	: 5333.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	: 5333.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	: 5333.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:        16453404 kB
MemAvailable:   31900128 kB
Buffers:          192752 kB
Cached:         15292124 kB
SwapCached:            8 kB
Active:          7637876 kB
Inactive:        7907136 kB
Active(anon):      11584 kB
Inactive(anon):   100964 kB
Active(file):    7626292 kB
Inactive(file):  7806172 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             43096 kB
Writeback:             0 kB
AnonPages:         55408 kB
Mapped:            52124 kB
Shmem:             49636 kB
Slab:             470996 kB
SReclaimable:     442720 kB
SUnreclaim:        28276 kB
KernelStack:        3504 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37524 MiB
End job on node104 at 2018-08-12 20:18:34