Trace number 4293982

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13SAT (TO)74 2520.35 2396.49

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark2520.4
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
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.74	c Concrete v3.8.1528841891564 running
983.33/875.27	o 43
983.95/875.78	o 46
986.10/877.66	o 50
992.09/883.57	o 54
1220.59/1108.39	o 55
1228.58/1116.16	o 59
1257.77/1144.94	o 60
1261.92/1149.08	o 61
1278.48/1165.36	o 62
1341.55/1227.75	o 63
1385.64/1271.55	o 66
1387.66/1273.54	o 67
1477.27/1362.25	o 68
1516.46/1401.06	o 71
1544.33/1428.59	o 72
2426.73/2304.09	o 73
2457.66/2334.62	o 74
2520.24/2396.44	Exception in thread "main" java.util.concurrent.TimeoutException
2520.24/2396.44		at concrete.MAC.mac(MAC.scala:188)
2520.24/2396.44		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.24/2396.44		at scala.util.Try$.apply(Try.scala:209)
2520.24/2396.44		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.24/2396.44		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.24/2396.44		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.24/2396.44		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.24/2396.44		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.24/2396.44		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.24/2396.44		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.24/2396.44		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.24/2396.44		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.24/2396.44		at concrete.MAC.oneRun(MAC.scala:253)
2520.24/2396.44		at concrete.MAC.nextSolution(MAC.scala:272)
2520.24/2396.44		at concrete.MAC.nextSolution(MAC.scala:355)
2520.24/2396.44		at concrete.Solver.hasNext(Solver.scala:166)
2520.24/2396.44		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.24/2396.44		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.24/2396.44		at concrete.Solver.foreach(Solver.scala:68)
2520.24/2396.44		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.24/2396.44		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.24/2396.44		at scala.util.Success.map(Try.scala:209)
2520.24/2396.44		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.24/2396.44		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.24/2396.44		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.24/2396.44		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.24/2396.44		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.24/2396.44		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.24/2396.44		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.24/2396.44		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.24/2396.44		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.24/2396.44		at scala.collection.immutable.List.foreach(List.scala:389)
2520.24/2396.44		at scala.App.main(App.scala:76)
2520.24/2396.44		at scala.App.main$(App.scala:74)
2520.24/2396.44		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.24/2396.44		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.24/2396.45	v <instantiation cost="74">
2520.24/2396.45	v       <list>
2520.24/2396.45	v         r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] r[4][0] r[4][1] r[4][2] r[4][3] r[5][0] r[5][1] r[5][2] r[5][3] r[6][0] r[6][1] r[6][2] r[6][3] r[7][0] r[7][1] r[7][2] r[7][3] r[8][0] r[8][1] r[8][2] r[8][3] r[9][0] r[9][1] r[9][2] r[9][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] c[6][0] c[6][1] c[6][2] c[6][3] c[7][0] c[7][1] c[7][2] c[7][3] c[8][0] c[8][1] c[8][2] c[8][3] c[9][0] c[9][1] c[9][2] c[9][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pr[4][0] pr[4][1] pr[4][2] pr[4][3] pr[5][0] pr[5][1] pr[5][2] pr[5][3] pr[6][0] pr[6][1] pr[6][2] pr[6][3] pr[7][0] pr[7][1] pr[7][2] pr[7][3] pr[8][0] pr[8][1] pr[8][2] pr[8][3] pr[9][0] pr[9][1] pr[9][2] pr[9][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] pc[4][0] pc[4][1] pc[4][2] pc[4][3] pc[5][0] pc[5][1] pc[5][2] pc[5][3] pc[6][0] pc[6][1] pc[6][2] pc[6][3] pc[7][0] pc[7][1] pc[7][2] pc[7][3] pc[8][0] pc[8][1] pc[8][2] pc[8][3] pc[9][0] pc[9][1] pc[9][2] pc[9][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] br[4][0] br[4][1] br[4][2] br[4][3] br[5][0] br[5][1] br[5][2] br[5][3] br[6][0] br[6][1] br[6][2] br[6][3] br[7][0] br[7][1] br[7][2] br[7][3] br[8][0] br[8][1] br[8][2] br[8][3] br[9][0] br[9][1] br[9][2] br[9][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] bc[4][0] bc[4][1] bc[4][2] bc[4][3] bc[5][0] bc[5][1] bc[5][2] bc[5][3] bc[6][0] bc[6][1] bc[6][2] bc[6][3] bc[7][0] bc[7][1] bc[7][2] bc[7][3] bc[8][0] bc[8][1] bc[8][2] bc[8][3] bc[9][0] bc[9][1] bc[9][2] bc[9][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9]
2520.24/2396.45	v       </list>
2520.24/2396.45	v       <values>
2520.24/2396.45	v         52004 -1 -1 -1 41576 1396 91462 -1 92613 41674 12065 58555 75699 91199 102323 -1 29041 75699 80689 41576 0 57262 -1 -1 9271 40962 96329 -1 61983 75699 23128 87032 57799 83356 80689 -1 62074 83766 -1 -1 56257 63309 -1 -1 0 28748 23128 91462 13323 41576 -1 -1 48742 2773 80689 -1 29065 58555 25276 -1 58555 8417 23598 -1 102166 58555 4232 -1 41582 87825 64896 -1 29811 100747 6859 80689 4646 20876 -1 -1 0 -1 -1 -1 0 2 6 -1 0 4 7 9 0 2 8 -1 0 5 7 9 0 2 -1 -1 1 5 8 -1 0 2 4 6 0 3 9 -1 0 4 -1 -1 0 7 -1 -1 0 2 4 6 0 9 -1 -1 0 3 8 -1 0 5 7 -1 0 2 8 -1 0 3 5 -1 0 4 7 -1 0 3 5 9 1 6 -1 -1 9 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 5 0 0 3 6 0 0 6 3 0 0 0 0 0 4 8 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 5 0 0 0 0 0 0 0 0 0 4 4 0 0 12 0 2 10 4 13 25 8 4 26 8 26 0 4 3 26 19 0 13 0 19 4 13 26 8 1 26 2 26 13 17 26 19 0 11 0 13 26 25 25 4 3 4 11 26 17 26 18 26 8 0 26 12 14 13 19 0 19 0 26 26 1 8 4 26 7 13 26 20 2 14 26 17 26 3 26 18 14 19 14 12 18 26 18 4 3 14 21 26 18 14 1 8 26 18 4 13 4 2 0
2520.24/2396.45	v       </values>
2520.24/2396.45	v     </instantiation>
2520.24/2396.45	s SATISFIABLE

Verifier Data

OK	74

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293982-1532418488/watcher-4293982-1532418488 -o /tmp/evaluation-result-4293982-1532418488/solver-4293982-1532418488 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=370251712 -superng HOME/instance-4293982-1532418488.xml 

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

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


[startup+0.100114 s]*
/proc/loadavg: 1.28 1.42 1.88 2/209 14096
/proc/meminfo: memFree=15901228/32770624 swapFree=67108860/67108860
[pid=14039] ppid=14036 vsize=9972712 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/14039/stat : 14039 (java) S 14036 14039 12709 0 -1 1077944320 4449 12853 0 0 1 0 5 2 20 0 6 0 59412057 10212057088 4269 33554432000 4194304 4196468 140722956799328 140722956781872 140593915002615 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
/proc/14039/statm: 2493178 4269 1934 1 0 2481616 0
[pid=14039/tid=14092] ppid=14036 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/14039/task/14092/stat : 14092 (java) R 14036 14039 12709 0 -1 4202560 2267 12853 0 0 1 0 5 2 20 0 6 0 59412066 10212057088 4335 33554432000 4194304 4196468 140722956799328 140593886839376 140593900314617 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14093] ppid=14036 vsize=9972712 memory=5793855171134368185 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14093/stat : 14093 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 6 0 59412067 10212057088 4335 33554432000 4194304 4196468 140722956799328 140593919244560 140593915012821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14094] ppid=14036 vsize=9972712 memory=139920124475008 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14094/stat : 14094 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 6 0 59412067 10212057088 4335 33554432000 4194304 4196468 140722956799328 140593818134928 140593915012821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14095] ppid=14036 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14095/stat : 14095 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 6 0 59412067 10212057088 4335 33554432000 4194304 4196468 140722956799328 140593817082384 140593915012821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14096] ppid=14036 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14096/stat : 14096 (java) S 14036 14039 12709 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 6 0 59412067 10212057088 4335 33554432000 4194304 4196468 140722956799328 140593816029840 140593915012821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210077 s]*
/proc/loadavg: 1.28 1.42 1.88 3/218 14105
/proc/meminfo: memFree=15880636/32770624 swapFree=67108860/67108860
[pid=14039] ppid=14036 vsize=10818904 memory=46072 CPUtime=0.26 cores=1,3,5,7
/proc/14039/stat : 14039 (java) S 14036 14039 12709 0 -1 1077944320 9448 12853 0 0 17 2 5 2 20 0 15 0 59412057 11078557696 11518 33554432000 4194304 4196468 140722956799328 140722956781872 140593915002615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
/proc/14039/statm: 2704726 11518 2933 1 0 2667149 0
[pid=14039/tid=14092] ppid=14036 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/14039/task/14092/stat : 14092 (java) R 14036 14039 12709 0 -1 4202560 6076 12853 0 0 10 1 5 2 20 0 15 0 59412066 11078557696 11518 33554432000 4194304 4196468 140722956799328 140593886827424 140593915024541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14093] ppid=14036 vsize=10818904 memory=4211973646329265546 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14093/stat : 14093 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412067 11078557696 11518 33554432000 4194304 4196468 140722956799328 140593919244560 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14094] ppid=14036 vsize=10818904 memory=139920124475008 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14094/stat : 14094 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412067 11078557696 11518 33554432000 4194304 4196468 140722956799328 140593818134928 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14095] ppid=14036 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14095/stat : 14095 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412067 11078557696 11518 33554432000 4194304 4196468 140722956799328 140593817082384 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14096] ppid=14036 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14096/stat : 14096 (java) S 14036 14039 12709 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 59412067 11078557696 11518 33554432000 4194304 4196468 140722956799328 140593816029840 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14097] ppid=14036 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14097/stat : 14097 (java) S 14036 14039 12709 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 59412068 11078557696 11518 33554432000 4194304 4196468 140722956799328 140593373936112 140593915013762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14098] ppid=14036 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14098/stat : 14098 (java) S 14036 14039 12709 0 -1 1077944384 33 12853 0 0 0 0 5 2 20 0 15 0 59412068 11078557696 11518 33554432000 4194304 4196468 140722956799328 140593372882336 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14099] ppid=14036 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14099/stat : 14099 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412069 11078557696 11518 33554432000 4194304 4196468 140722956799328 140593016595952 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14100] ppid=14036 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14100/stat : 14100 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412071 11078557696 11518 33554432000 4194304 4196468 140722956799328 140592983038672 140593915021211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14101] ppid=14036 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14039/task/14101/stat : 14101 (java) S 14036 14039 12709 0 -1 1077944384 516 12853 0 0 1 0 5 2 20 0 15 0 59412071 11078557696 11518 33554432000 4194304 4196468 140722956799328 140592949479408 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14102] ppid=14036 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14102/stat : 14102 (java) S 14036 14039 12709 0 -1 1077944384 56 12853 0 0 0 0 5 2 20 0 15 0 59412071 11078557696 11518 33554432000 4194304 4196468 140722956799328 140592948426864 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14103] ppid=14036 vsize=10818904 memory=139920124475008 CPUtime=0.1 cores=1,3,5,7
/proc/14039/task/14103/stat : 14103 (java) R 14036 14039 12709 0 -1 4202560 560 12853 0 0 3 0 5 2 20 0 15 0 59412071 11078557696 11518 33554432000 4194304 4196468 140722956799328 140592947374320 140593893371222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14104] ppid=14036 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14104/stat : 14104 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412072 11078557696 11518 33554432000 4194304 4196468 140722956799328 140592264768096 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14105] ppid=14036 vsize=10818904 memory=139920124475008 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14105/stat : 14105 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412072 11078557696 11518 33554432000 4194304 4196468 140722956799328 140592946322224 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46072 KiB

[startup+0.310504 s]*
/proc/loadavg: 1.28 1.42 1.88 3/218 14105
/proc/meminfo: memFree=15867364/32770624 swapFree=67108860/67108860
[pid=14039] ppid=14036 vsize=10819352 memory=53948 CPUtime=0.39 cores=1,3,5,7
/proc/14039/stat : 14039 (java) S 14036 14039 12709 0 -1 1077944320 10653 12853 0 0 29 3 5 2 20 0 15 0 59412057 11079016448 13487 33554432000 4194304 4196468 140722956799328 140722956781872 140593915002615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
/proc/14039/statm: 2704838 13487 3052 1 0 2667149 0
[pid=14039/tid=14092] ppid=14036 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/14039/task/14092/stat : 14092 (java) R 14036 14039 12709 0 -1 4202560 7267 12853 0 0 19 2 5 2 20 0 15 0 59412066 11079016448 13487 33554432000 4194304 4196468 140722956799328 140593886814624 140593900168201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14093] ppid=14036 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14093/stat : 14093 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412067 11079016448 13487 33554432000 4194304 4196468 140722956799328 140593919244560 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14094] ppid=14036 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14094/stat : 14094 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412067 11079016448 13487 33554432000 4194304 4196468 140722956799328 140593818134928 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14095] ppid=14036 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14095/stat : 14095 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412067 11079016448 13487 33554432000 4194304 4196468 140722956799328 140593817082384 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14096] ppid=14036 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14096/stat : 14096 (java) S 14036 14039 12709 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 59412067 11079016448 13487 33554432000 4194304 4196468 140722956799328 140593816029840 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14097] ppid=14036 vsize=10819352 memory=139920124475007 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14097/stat : 14097 (java) S 14036 14039 12709 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 59412068 11079016448 13487 33554432000 4194304 4196468 140722956799328 140593373936112 140593915013762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14098] ppid=14036 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14098/stat : 14098 (java) S 14036 14039 12709 0 -1 1077944384 33 12853 0 0 0 0 5 2 20 0 15 0 59412068 11079016448 13487 33554432000 4194304 4196468 140722956799328 140593372882336 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14099] ppid=14036 vsize=10819352 memory=139920124475008 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14099/stat : 14099 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412069 11079016448 13487 33554432000 4194304 4196468 140722956799328 140593016595952 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14100] ppid=14036 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14100/stat : 14100 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412071 11079016448 13487 33554432000 4194304 4196468 140722956799328 140592983038672 140593915021211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14101] ppid=14036 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14039/task/14101/stat : 14101 (java) S 14036 14039 12709 0 -1 1077944384 517 12853 0 0 2 0 5 2 20 0 15 0 59412071 11079016448 13487 33554432000 4194304 4196468 140722956799328 140592949479408 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14102] ppid=14036 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14039/task/14102/stat : 14102 (java) S 14036 14039 12709 0 -1 1077944384 56 12853 0 0 1 0 5 2 20 0 15 0 59412071 11079016448 13487 33554432000 4194304 4196468 140722956799328 140592948426864 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14103] ppid=14036 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/14039/task/14103/stat : 14103 (java) S 14036 14039 12709 0 -1 1077944384 572 12853 0 0 5 0 5 2 20 0 15 0 59412071 11079016448 13487 33554432000 4194304 4196468 140722956799328 140592947374320 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14104] ppid=14036 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14104/stat : 14104 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412072 11079016448 13487 33554432000 4194304 4196468 140722956799328 140592264768096 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14105] ppid=14036 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14105/stat : 14105 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412072 11079016448 13487 33554432000 4194304 4196468 140722956799328 140592946322224 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53948 KiB

[startup+0.700708 s]
/proc/loadavg: 1.28 1.42 1.88 3/218 14105
/proc/meminfo: memFree=15858556/32770624 swapFree=67108860/67108860
[pid=14039] ppid=14036 vsize=10819352 memory=86664 CPUtime=0.98 cores=1,3,5,7
/proc/14039/stat : 14039 (java) S 14036 14039 12709 0 -1 1077944320 16758 12853 0 0 87 4 5 2 20 0 15 0 59412057 11079016448 21666 33554432000 4194304 4196468 140722956799328 140722956781872 140593915002615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
/proc/14039/statm: 2704838 21666 3243 1 0 2667149 0
[pid=14039/tid=14092] ppid=14036 vsize=10819352 memory=18684 CPUtime=0.66 cores=1,3,5,7
/proc/14039/task/14092/stat : 14092 (java) R 14036 14039 12709 0 -1 4202560 12335 12853 0 0 56 3 5 2 20 0 15 0 59412066 11079016448 21666 33554432000 4194304 4196468 140722956799328 140593886823440 140593896566171 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14093] ppid=14036 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14093/stat : 14093 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412067 11079016448 21666 33554432000 4194304 4196468 140722956799328 140593919244560 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14094] ppid=14036 vsize=10819352 memory=288230587427469581 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14094/stat : 14094 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412067 11079016448 21666 33554432000 4194304 4196468 140722956799328 140593818134928 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14095] ppid=14036 vsize=10819352 memory=15816694631256675 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14095/stat : 14095 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412067 11079016448 21666 33554432000 4194304 4196468 140722956799328 140593817082384 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14096] ppid=14036 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14096/stat : 14096 (java) S 14036 14039 12709 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 59412067 11079016448 21666 33554432000 4194304 4196468 140722956799328 140593816029840 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14097] ppid=14036 vsize=10819352 memory=139919968477696 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14097/stat : 14097 (java) S 14036 14039 12709 0 -1 1077944384 5 12853 0 0 0 0 5 2 20 0 15 0 59412068 11079016448 21666 33554432000 4194304 4196468 140722956799328 140593373936112 140593915013762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14098] ppid=14036 vsize=10819352 memory=139921444570133 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14098/stat : 14098 (java) S 14036 14039 12709 0 -1 1077944384 33 12853 0 0 0 0 5 2 20 0 15 0 59412068 11079016448 21666 33554432000 4194304 4196468 140722956799328 140593372882336 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14099] ppid=14036 vsize=10819352 memory=952 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14099/stat : 14099 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412069 11079016448 21666 33554432000 4194304 4196468 140722956799328 140593016595952 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14100] ppid=14036 vsize=10819352 memory=7305218370954682711 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14100/stat : 14100 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412071 11079016448 21666 33554432000 4194304 4196468 140722956799328 140592983038672 140593915021211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14101] ppid=14036 vsize=10819352 memory=7452169109558027630 CPUtime=0.15 cores=1,3,5,7
/proc/14039/task/14101/stat : 14101 (java) S 14036 14039 12709 0 -1 1077944384 938 12853 0 0 8 0 5 2 20 0 15 0 59412071 11079016448 21666 33554432000 4194304 4196468 140722956799328 140592949479408 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14102] ppid=14036 vsize=10819352 memory=6935653654008516688 CPUtime=0.16 cores=1,3,5,7
/proc/14039/task/14102/stat : 14102 (java) S 14036 14039 12709 0 -1 1077944384 606 12853 0 0 9 0 5 2 20 0 15 0 59412071 11079016448 21666 33554432000 4194304 4196468 140722956799328 140592948426864 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14103] ppid=14036 vsize=10819352 memory=5450909908396308010 CPUtime=0.2 cores=1,3,5,7
/proc/14039/task/14103/stat : 14103 (java) S 14036 14039 12709 0 -1 1077944384 635 12853 0 0 13 0 5 2 20 0 15 0 59412071 11079016448 21666 33554432000 4194304 4196468 140722956799328 140592947374320 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14104] ppid=14036 vsize=10819352 memory=1404238533774450294 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14104/stat : 14104 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412072 11079016448 21666 33554432000 4194304 4196468 140722956799328 140592264768096 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14105] ppid=14036 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14105/stat : 14105 (java) S 14036 14039 12709 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 59412072 11079016448 21666 33554432000 4194304 4196468 140722956799328 140592946322224 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86664 KiB

[startup+1.50166 s]
/proc/loadavg: 1.28 1.42 1.88 3/218 14105
/proc/meminfo: memFree=15812348/32770624 swapFree=67108860/67108860
[pid=14039] ppid=14036 vsize=10828108 memory=345500 CPUtime=2.84 cores=1,3,5,7
/proc/14039/stat : 14039 (java) S 14036 14039 12709 0 -1 1077944320 22907 12853 0 0 258 19 5 2 20 0 15 0 59412057 11087982592 86375 33554432000 4194304 4196468 140722956799328 140722956781872 140593915002615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
/proc/14039/statm: 2707027 86375 3464 1 0 2668685 0
[pid=14039/tid=14092] ppid=14036 vsize=10828108 memory=286844 CPUtime=1.4 cores=1,3,5,7
/proc/14039/task/14092/stat : 14092 (java) S 14036 14039 12709 0 -1 1077944384 15416 12853 0 0 126 7 5 2 20 0 15 0 59412066 11087982592 86375 33554432000 4194304 4196468 140722956799328 140593886836944 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14093] ppid=14036 vsize=10828108 memory=-3117775541953848420 CPUtime=0.1 cores=1,3,5,7
/proc/14039/task/14093/stat : 14093 (java) R 14036 14039 12709 0 -1 4202560 50 12853 0 0 2 1 5 2 20 0 15 0 59412067 11087982592 86375 33554432000 4194304 4196468 140722956799328 140593919244560 140593900027967 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14094] ppid=14036 vsize=10828108 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14039/task/14094/stat : 14094 (java) R 14036 14039 12709 0 -1 4202560 100 12853 0 0 3 1 5 2 20 0 15 0 59412067 11087982592 86375 33554432000 4194304 4196468 140722956799328 140593818135128 140593908107293 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14095] ppid=14036 vsize=10828108 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/14039/task/14095/stat : 14095 (java) R 14036 14039 12709 0 -1 4202560 272 12853 0 0 2 1 5 2 20 0 15 0 59412067 11087982592 86375 33554432000 4194304 4196468 140722956799328 140593817082384 140593900024736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14096] ppid=14036 vsize=10828108 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14039/task/14096/stat : 14096 (java) R 14036 14039 12709 0 -1 4202560 289 12853 0 0 2 2 5 2 20 0 15 0 59412067 11087982592 86375 33554432000 4194304 4196468 140722956799328 140593816030040 140593908107313 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14097] ppid=14036 vsize=10828108 memory=200466122206512 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14097/stat : 14097 (java) S 14036 14039 12709 0 -1 1077944384 94 12853 0 0 0 0 5 2 20 0 15 0 59412068 11087982592 86375 33554432000 4194304 4196468 140722956799328 140593373934624 140593915012821 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14098] ppid=14036 vsize=10828108 memory=4134682004093673504 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14098/stat : 14098 (java) S 14036 14039 12709 0 -1 1077944384 34 12853 0 0 0 0 5 2 20 0 15 0 59412068 11087982592 86375 33554432000 4194304 4196468 140722956799328 140593372882336 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14099] ppid=14036 vsize=10828108 memory=4638778402628129104 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14099/stat : 14099 (java) S 14036 14039 12709 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 59412069 11087982592 86375 33554432000 4194304 4196468 140722956799328 140593016595952 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14100] ppid=14036 vsize=10828108 memory=6935649255776346176 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14100/stat : 14100 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412071 11087982592 86375 33554432000 4194304 4196468 140722956799328 140592983038672 140593915021211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14101] ppid=14036 vsize=10828108 memory=279839936348400 CPUtime=0.54 cores=1,3,5,7
/proc/14039/task/14101/stat : 14101 (java) R 14036 14039 12709 0 -1 4202560 1677 12853 0 0 47 0 5 2 20 0 15 0 59412071 11087982592 86375 33554432000 4194304 4196468 140722956799328 140592949466256 140593896520514 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14102] ppid=14036 vsize=10828108 memory=6935649255759570240 CPUtime=0.46 cores=1,3,5,7
/proc/14039/task/14102/stat : 14102 (java) S 14036 14039 12709 0 -1 1077944384 1033 12853 0 0 39 0 5 2 20 0 15 0 59412071 11087982592 86375 33554432000 4194304 4196468 140722956799328 140592948426864 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14103] ppid=14036 vsize=10828108 memory=-6651918385984727399 CPUtime=0.41 cores=1,3,5,7
/proc/14039/task/14103/stat : 14103 (java) S 14036 14039 12709 0 -1 1077944384 1738 12853 0 0 34 0 5 2 20 0 15 0 59412071 11087982592 86375 33554432000 4194304 4196468 140722956799328 140592947374320 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14104] ppid=14036 vsize=10828108 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14104/stat : 14104 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412072 11087982592 86375 33554432000 4194304 4196468 140722956799328 140592264768096 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14105] ppid=14036 vsize=10828108 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14105/stat : 14105 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412072 11087982592 86375 33554432000 4194304 4196468 140722956799328 140592946322224 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 10828108 KiB

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

/proc/14039/task/14092/stat : 14092 (java) R 14036 14039 12709 0 -1 4202560 2474698 12853 0 0 228040 193 5 2 20 0 15 0 59412066 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140593886836968 140593502703562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14093] ppid=14036 vsize=10916192 memory=6384080 CPUtime=36.08 cores=1,3,5,7
/proc/14039/task/14093/stat : 14093 (java) S 14036 14039 12709 0 -1 1077944384 212907 12853 0 0 3493 108 5 2 20 0 15 0 59412067 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140593919244560 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14094] ppid=14036 vsize=10916192 memory=6375464 CPUtime=36.23 cores=1,3,5,7
/proc/14039/task/14094/stat : 14094 (java) S 14036 14039 12709 0 -1 1077944384 206688 12853 0 0 3513 103 5 2 20 0 15 0 59412067 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140593818134928 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14095] ppid=14036 vsize=10916192 memory=6394784 CPUtime=36.33 cores=1,3,5,7
/proc/14039/task/14095/stat : 14095 (java) S 14036 14039 12709 0 -1 1077944384 202751 12853 0 0 3524 102 5 2 20 0 15 0 59412067 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140593817082384 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14096] ppid=14036 vsize=10916192 memory=6395088 CPUtime=36.19 cores=1,3,5,7
/proc/14039/task/14096/stat : 14096 (java) S 14036 14039 12709 0 -1 1077944384 203823 12853 0 0 3516 96 5 2 20 0 15 0 59412067 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140593816029840 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14097] ppid=14036 vsize=10916192 memory=6395088 CPUtime=3.34 cores=1,3,5,7
/proc/14039/task/14097/stat : 14097 (java) S 14036 14039 12709 0 -1 1077944384 44163 12853 0 0 317 10 5 2 20 0 15 0 59412068 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140593373936112 140593915013762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14098] ppid=14036 vsize=10916192 memory=6395188 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14098/stat : 14098 (java) S 14036 14039 12709 0 -1 1077944384 64 12853 0 0 0 0 5 2 20 0 15 0 59412068 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140593372882464 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14099] ppid=14036 vsize=10916192 memory=6394784 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14099/stat : 14099 (java) S 14036 14039 12709 0 -1 1077944384 17 12853 0 0 0 0 5 2 20 0 15 0 59412069 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140593016595968 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14100] ppid=14036 vsize=10916192 memory=1696 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14100/stat : 14100 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412071 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140592983038672 140593915021211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14101] ppid=14036 vsize=10916192 memory=8384 CPUtime=5.48 cores=1,3,5,7
/proc/14039/task/14101/stat : 14101 (java) S 14036 14039 12709 0 -1 1077944384 53716 12853 0 0 535 6 5 2 20 0 15 0 59412071 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140592949479408 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14102] ppid=14036 vsize=10916192 memory=0 CPUtime=5.95 cores=1,3,5,7
/proc/14039/task/14102/stat : 14102 (java) S 14036 14039 12709 0 -1 1077944384 60299 12853 0 0 580 8 5 2 20 0 15 0 59412071 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140592948426864 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14103] ppid=14036 vsize=10916192 memory=133 CPUtime=2.27 cores=1,3,5,7
/proc/14039/task/14103/stat : 14103 (java) S 14036 14039 12709 0 -1 1077944384 63747 12853 0 0 213 7 5 2 20 0 15 0 59412071 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140592947374320 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14104] ppid=14036 vsize=10916192 memory=6395088 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14104/stat : 14104 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412072 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140592264768096 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14105] ppid=14036 vsize=10916192 memory=6395088 CPUtime=1.47 cores=1,3,5,7
/proc/14039/task/14105/stat : 14105 (java) S 14036 14039 12709 0 -1 1077944384 2926 12853 0 0 67 73 5 2 20 0 15 0 59412072 11178180608 1598797 33554432000 4194304 4196468 140722956799328 140592946322224 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
Current children cumulated CPU time: 2445.21 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 6395188 KiB

[startup+2382.3 s]
/proc/loadavg: 1.46 1.52 1.57 3/218 14460
/proc/meminfo: memFree=9429232/32770624 swapFree=67108860/67108860
[pid=14039] ppid=14036 vsize=10916192 memory=6438568 CPUtime=2505.99 cores=1,3,5,7
/proc/14039/stat : 14039 (java) S 14036 14039 12709 0 -1 1077944320 3552446 12853 0 0 249894 698 5 2 20 0 15 0 59412057 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140722956781872 140593915002615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
/proc/14039/statm: 2729048 1609642 3534 1 0 2690701 0
[pid=14039/tid=14092] ppid=14036 vsize=10916192 memory=6791534058613427641 CPUtime=2342.12 cores=1,3,5,7
/proc/14039/task/14092/stat : 14092 (java) R 14036 14039 12709 0 -1 4202560 2488920 12853 0 0 234010 195 5 2 20 0 15 0 59412066 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140593879674224 140593503779880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14093] ppid=14036 vsize=10916192 memory=6436508 CPUtime=36.29 cores=1,3,5,7
/proc/14039/task/14093/stat : 14093 (java) S 14036 14039 12709 0 -1 1077944384 215154 12853 0 0 3514 108 5 2 20 0 15 0 59412067 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140593919244560 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14094] ppid=14036 vsize=10916192 memory=6411892 CPUtime=36.44 cores=1,3,5,7
/proc/14039/task/14094/stat : 14094 (java) S 14036 14039 12709 0 -1 1077944384 208832 12853 0 0 3534 103 5 2 20 0 15 0 59412067 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140593818134928 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14095] ppid=14036 vsize=10916192 memory=56 CPUtime=36.55 cores=1,3,5,7
/proc/14039/task/14095/stat : 14095 (java) S 14036 14039 12709 0 -1 1077944384 204093 12853 0 0 3545 103 5 2 20 0 15 0 59412067 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140593817082384 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14096] ppid=14036 vsize=10916192 memory=6430360 CPUtime=36.41 cores=1,3,5,7
/proc/14039/task/14096/stat : 14096 (java) S 14036 14039 12709 0 -1 1077944384 205045 12853 0 0 3537 97 5 2 20 0 15 0 59412067 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140593816029840 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14097] ppid=14036 vsize=10916192 memory=6436508 CPUtime=3.41 cores=1,3,5,7
/proc/14039/task/14097/stat : 14097 (java) S 14036 14039 12709 0 -1 1077944384 44480 12853 0 0 324 10 5 2 20 0 15 0 59412068 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140593373936112 140593915013762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14098] ppid=14036 vsize=10916192 memory=6438568 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14098/stat : 14098 (java) S 14036 14039 12709 0 -1 1077944384 64 12853 0 0 0 0 5 2 20 0 15 0 59412068 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140593372882464 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14099] ppid=14036 vsize=10916192 memory=6436508 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14099/stat : 14099 (java) S 14036 14039 12709 0 -1 1077944384 17 12853 0 0 0 0 5 2 20 0 15 0 59412069 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140593016595968 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14100] ppid=14036 vsize=10916192 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14100/stat : 14100 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412071 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140592983038672 140593915021211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14101] ppid=14036 vsize=10916192 memory=6409840 CPUtime=5.53 cores=1,3,5,7
/proc/14039/task/14101/stat : 14101 (java) S 14036 14039 12709 0 -1 1077944384 54787 12853 0 0 539 7 5 2 20 0 15 0 59412071 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140592949479408 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14102] ppid=14036 vsize=10916192 memory=6409840 CPUtime=5.99 cores=1,3,5,7
/proc/14039/task/14102/stat : 14102 (java) S 14036 14039 12709 0 -1 1077944384 61649 12853 0 0 584 8 5 2 20 0 15 0 59412071 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140592948426864 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14103] ppid=14036 vsize=10916192 memory=279839937162496 CPUtime=2.28 cores=1,3,5,7
/proc/14039/task/14103/stat : 14103 (java) S 14036 14039 12709 0 -1 1077944384 64224 12853 0 0 214 7 5 2 20 0 15 0 59412071 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140592947374320 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14104] ppid=14036 vsize=10916192 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14104/stat : 14104 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412072 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140592264768096 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14105] ppid=14036 vsize=10916192 memory=3828 CPUtime=1.5 cores=1,3,5,7
/proc/14039/task/14105/stat : 14105 (java) S 14036 14039 12709 0 -1 1077944384 2982 12853 0 0 68 75 5 2 20 0 15 0 59412072 11178180608 1609642 33554432000 4194304 4196468 140722956799328 140592946322224 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
Current children cumulated CPU time: 2505.99 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 6438568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2396.2 s]
/proc/loadavg: 1.43 1.51 1.56 3/218 14461
/proc/meminfo: memFree=9425536/32770624 swapFree=67108860/67108860
[pid=14039] ppid=14036 vsize=10916192 memory=6442676 CPUtime=2520.03 cores=1,3,5,7
/proc/14039/stat : 14039 (java) S 14036 14039 12709 0 -1 1077944320 3553994 12853 0 0 251297 699 5 2 20 0 15 0 59412057 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140722956781872 140593915002615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
/proc/14039/statm: 2729048 1610669 3534 1 0 2690701 0
[pid=14039/tid=14092] ppid=14036 vsize=10916192 memory=15868 CPUtime=2355.98 cores=1,3,5,7
/proc/14039/task/14092/stat : 14092 (java) R 14036 14039 12709 0 -1 4202560 2489378 12853 0 0 235396 195 5 2 20 0 15 0 59412066 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140593881905264 140593502708496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14093] ppid=14036 vsize=10916192 memory=4012 CPUtime=36.32 cores=1,3,5,7
/proc/14039/task/14093/stat : 14093 (java) S 14036 14039 12709 0 -1 1077944384 215156 12853 0 0 3517 108 5 2 20 0 15 0 59412067 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140593919244560 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14094] ppid=14036 vsize=10916192 memory=6791534058613427641 CPUtime=36.47 cores=1,3,5,7
/proc/14039/task/14094/stat : 14094 (java) S 14036 14039 12709 0 -1 1077944384 208835 12853 0 0 3537 103 5 2 20 0 15 0 59412067 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140593818134928 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14095] ppid=14036 vsize=10916192 memory=288230596050944315 CPUtime=36.58 cores=1,3,5,7
/proc/14039/task/14095/stat : 14095 (java) S 14036 14039 12709 0 -1 1077944384 204136 12853 0 0 3548 103 5 2 20 0 15 0 59412067 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140593817082384 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14096] ppid=14036 vsize=10916192 memory=14134441857518180 CPUtime=36.44 cores=1,3,5,7
/proc/14039/task/14096/stat : 14096 (java) S 14036 14039 12709 0 -1 1077944384 205046 12853 0 0 3540 97 5 2 20 0 15 0 59412067 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140593816029840 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14097] ppid=14036 vsize=10916192 memory=1228 CPUtime=3.42 cores=1,3,5,7
/proc/14039/task/14097/stat : 14097 (java) S 14036 14039 12709 0 -1 1077944384 44485 12853 0 0 325 10 5 2 20 0 15 0 59412068 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140593373936112 140593915013762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14098] ppid=14036 vsize=10916192 memory=1948 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14098/stat : 14098 (java) S 14036 14039 12709 0 -1 1077944384 64 12853 0 0 0 0 5 2 20 0 15 0 59412068 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140593372882464 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14099] ppid=14036 vsize=10916192 memory=5524 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14099/stat : 14099 (java) S 14036 14039 12709 0 -1 1077944384 17 12853 0 0 0 0 5 2 20 0 15 0 59412069 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140593016595968 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14100] ppid=14036 vsize=10916192 memory=1444 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14100/stat : 14100 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412071 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140592983038672 140593915021211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14101] ppid=14036 vsize=10916192 memory=1200 CPUtime=5.55 cores=1,3,5,7
/proc/14039/task/14101/stat : 14101 (java) S 14036 14039 12709 0 -1 1077944384 55818 12853 0 0 541 7 5 2 20 0 15 0 59412071 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140592949479408 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14102] ppid=14036 vsize=10916192 memory=1008 CPUtime=5.99 cores=1,3,5,7
/proc/14039/task/14102/stat : 14102 (java) S 14036 14039 12709 0 -1 1077944384 61649 12853 0 0 584 8 5 2 20 0 15 0 59412071 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140592948426864 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14103] ppid=14036 vsize=10916192 memory=11968 CPUtime=2.28 cores=1,3,5,7
/proc/14039/task/14103/stat : 14103 (java) S 14036 14039 12709 0 -1 1077944384 64224 12853 0 0 214 7 5 2 20 0 15 0 59412071 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140592947374320 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14104] ppid=14036 vsize=10916192 memory=1696 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14104/stat : 14104 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 59412072 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140592264768096 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14105] ppid=14036 vsize=10916192 memory=8384 CPUtime=1.51 cores=1,3,5,7
/proc/14039/task/14105/stat : 14105 (java) S 14036 14039 12709 0 -1 1077944384 2987 12853 0 0 69 75 5 2 20 0 15 0 59412072 11178180608 1610669 33554432000 4194304 4196468 140722956799328 140592946322224 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 6442676 KiB

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

[startup+2396.49 s]
# the end of solver process 14039 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.29 s, system=7.05475 s

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

[startup+2396.4 s]
/proc/loadavg: 1.43 1.51 1.56 3/218 14461
/proc/meminfo: memFree=9425536/32770624 swapFree=67108860/67108860
[pid=14039] ppid=14036 vsize=11112808 memory=6446864 CPUtime=2520.24 cores=1,3,5,7
/proc/14039/stat : 14039 (java) S 14036 14039 12709 0 -1 1077944320 3554417 12853 0 0 251318 699 5 2 20 0 17 0 59412057 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140722956781872 140593915002615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
/proc/14039/statm: 2778202 1611716 3534 1 0 2739855 0
[pid=14039/tid=14092] ppid=14036 vsize=11112808 memory=15868 CPUtime=2356.18 cores=1,3,5,7
/proc/14039/task/14092/stat : 14092 (java) R 14036 14039 12709 0 -1 4202560 2489378 12853 0 0 235416 195 5 2 20 0 17 0 59412066 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140593881905264 140593503779979 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14093] ppid=14036 vsize=11112808 memory=6791534058613427641 CPUtime=36.32 cores=1,3,5,7
/proc/14039/task/14093/stat : 14093 (java) S 14036 14039 12709 0 -1 1077944384 215156 12853 0 0 3517 108 5 2 20 0 17 0 59412067 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140593919244560 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14094] ppid=14036 vsize=11112808 memory=1408 CPUtime=36.47 cores=1,3,5,7
/proc/14039/task/14094/stat : 14094 (java) S 14036 14039 12709 0 -1 1077944384 208835 12853 0 0 3537 103 5 2 20 0 17 0 59412067 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140593818134928 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14095] ppid=14036 vsize=11112808 memory=288230574492221466 CPUtime=36.58 cores=1,3,5,7
/proc/14039/task/14095/stat : 14095 (java) S 14036 14039 12709 0 -1 1077944384 204136 12853 0 0 3548 103 5 2 20 0 17 0 59412067 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140593817082384 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14096] ppid=14036 vsize=11112808 memory=288230596050944315 CPUtime=36.44 cores=1,3,5,7
/proc/14039/task/14096/stat : 14096 (java) S 14036 14039 12709 0 -1 1077944384 205046 12853 0 0 3540 97 5 2 20 0 17 0 59412067 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140593816029840 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14097] ppid=14036 vsize=11112808 memory=6442676 CPUtime=3.42 cores=1,3,5,7
/proc/14039/task/14097/stat : 14097 (java) S 14036 14039 12709 0 -1 1077944384 44485 12853 0 0 325 10 5 2 20 0 17 0 59412068 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140593373936112 140593915013762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14098] ppid=14036 vsize=11112808 memory=3200 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14098/stat : 14098 (java) S 14036 14039 12709 0 -1 1077944384 64 12853 0 0 0 0 5 2 20 0 17 0 59412068 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140593372882464 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14099] ppid=14036 vsize=11112808 memory=6442664 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14099/stat : 14099 (java) S 14036 14039 12709 0 -1 1077944384 17 12853 0 0 0 0 5 2 20 0 17 0 59412069 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140593016595968 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14100] ppid=14036 vsize=11112808 memory=4100 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14100/stat : 14100 (java) S 14036 14039 12709 0 -1 1077944384 162 12853 0 0 0 0 5 2 20 0 17 0 59412071 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140592983038672 140593915021211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14101] ppid=14036 vsize=11112808 memory=1408 CPUtime=5.55 cores=1,3,5,7
/proc/14039/task/14101/stat : 14101 (java) S 14036 14039 12709 0 -1 1077944384 55818 12853 0 0 541 7 5 2 20 0 17 0 59412071 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140592949479408 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14102] ppid=14036 vsize=11112808 memory=3180 CPUtime=5.99 cores=1,3,5,7
/proc/14039/task/14102/stat : 14102 (java) S 14036 14039 12709 0 -1 1077944384 61649 12853 0 0 584 8 5 2 20 0 17 0 59412071 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140592948426864 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14103] ppid=14036 vsize=11112808 memory=1019544 CPUtime=2.28 cores=1,3,5,7
/proc/14039/task/14103/stat : 14103 (java) S 14036 14039 12709 0 -1 1077944384 64224 12853 0 0 214 7 5 2 20 0 17 0 59412071 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140592947374320 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14104] ppid=14036 vsize=11112808 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/14039/task/14104/stat : 14104 (java) S 14036 14039 12709 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 17 0 59412072 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140592264768096 140593915012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
[pid=14039/tid=14105] ppid=14036 vsize=11112808 memory=3180 CPUtime=1.51 cores=1,3,5,7
/proc/14039/task/14105/stat : 14105 (java) S 14036 14039 12709 0 -1 1077944384 2987 12853 0 0 69 75 5 2 20 0 17 0 59412072 11379515392 1611716 33554432000 4194304 4196468 140722956799328 140592946322224 140593915013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19120128 140722956806316 140722956809564 140722956809564 140722956812239 0
Current children cumulated CPU time: 2520.24 s
Current children cumulated vsize: 11112808 KiB
Current children cumulated memory: 6446864 KiB

Child status: 143
Real time (s): 2396.49
CPU time (s): 2520.35
CPU user time (s): 2513.29
CPU system time (s): 7.05475
CPU usage (%): 105.168
Max. virtual memory (cumulated for all children) (KiB): 11112808
Max. memory (cumulated for all children) (KiB): 6937844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.29
system time used= 7.05475
maximum resident set size= 6937920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3569161
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71731
involuntary context switches= 4365


# summary of solver processes directly reported to runsolver:
#   pid: 14039
#   total CPU time (s): 2520.35
#   total CPU user time (s): 2513.29
#   total CPU system time (s): 7.05475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0646 second user time and 23.5429 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 09:48:09
IDJOB=4293982
IDBENCH=141306
IDSOLVER=2751
FILE ID=node135/4293982-1532418488
RUNJOBID= node135-1532413601-12741
PBS_JOBID= 21021575
Free space on /tmp= 48368 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-10-4-rom_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293982-1532418488/watcher-4293982-1532418488 -o /tmp/evaluation-result-4293982-1532418488/solver-4293982-1532418488 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=370251712 -superng HOME/instance-4293982-1532418488.xml

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=370251712

node135.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:        15909476 kB
MemAvailable:   30968600 kB
Buffers:          201352 kB
Cached:         14911648 kB
SwapCached:            0 kB
Active:          3388052 kB
Inactive:       12746300 kB
Active(anon):     971104 kB
Inactive(anon):    69860 kB
Active(file):    2416948 kB
Inactive(file): 12676440 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             54432 kB
Writeback:             0 kB
AnonPages:       1028204 kB
Mapped:            51164 kB
Shmem:             17056 kB
Slab:             422920 kB
SReclaimable:     394196 kB
SUnreclaim:        28724 kB
KernelStack:        3600 kB
PageTables:         7284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1987708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    813056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48340 MiB
End job on node135 at 2018-07-24 10:28:05