Trace number 4304463

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.2SAT (TO)81 2520.59 2380.11

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.75	c Concrete v3.9.2.1532736233296 running
761.04/638.91	o 47
761.74/639.45	o 51
763.67/641.26	o 52
769.71/647.13	o 53
829.21/705.63	o 59
872.95/748.73	o 62
1131.69/1004.48	o 64
1136.70/1009.37	o 67
1268.76/1139.78	o 68
1275.78/1146.67	o 69
1336.28/1206.43	o 71
1402.61/1272.28	o 72
1409.76/1279.34	o 73
1411.34/1280.86	o 75
1464.34/1333.14	o 76
1522.16/1390.31	o 77
1525.52/1393.69	o 78
1561.87/1429.50	o 79
1572.06/1439.57	o 80
1962.11/1826.40	o 81
2520.47/2380.05	Exception in thread "main" java.util.concurrent.TimeoutException
2520.47/2380.05		at concrete.MAC.mac(MAC.scala:188)
2520.47/2380.05		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.47/2380.05		at scala.util.Try$.apply(Try.scala:209)
2520.47/2380.05		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.47/2380.05		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.47/2380.05		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.47/2380.05		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.47/2380.05		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.47/2380.05		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.47/2380.05		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.47/2380.05		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.47/2380.05		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.47/2380.05		at concrete.MAC.oneRun(MAC.scala:253)
2520.47/2380.05		at concrete.MAC.nextSolution(MAC.scala:272)
2520.47/2380.05		at concrete.MAC.nextSolution(MAC.scala:355)
2520.47/2380.05		at concrete.Solver.hasNext(Solver.scala:166)
2520.47/2380.05		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.47/2380.05		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.47/2380.05		at concrete.Solver.foreach(Solver.scala:68)
2520.47/2380.05		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.47/2380.05		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.47/2380.05		at scala.util.Success.map(Try.scala:209)
2520.47/2380.05		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.47/2380.05		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.47/2380.05		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.47/2380.05		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.47/2380.05		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.47/2380.05		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.47/2380.05		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.47/2380.05		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.47/2380.05		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.47/2380.05		at scala.collection.immutable.List.foreach(List.scala:389)
2520.47/2380.05		at scala.App.main(App.scala:76)
2520.47/2380.05		at scala.App.main$(App.scala:74)
2520.47/2380.05		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.47/2380.05		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.47/2380.06	v <instantiation cost="81">
2520.47/2380.06	v       <list>
2520.47/2380.06	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.47/2380.06	v       </list>
2520.47/2380.06	v       <values>
2520.47/2380.06	v         41305 80689 41369 100747 28748 65063 35972 49973 5118 48848 35972 -1 75699 48848 48848 87032 58807 58251 -1 -1 30490 79720 -1 -1 2039 96317 62074 -1 62034 72247 -1 -1 50543 47702 58555 -1 53968 97629 -1 -1 39910 63176 -1 -1 75699 75699 5118 -1 65624 57801 -1 -1 80689 7365 82274 -1 37526 61983 100693 -1 39160 0 61687 -1 96447 80689 58555 62074 15295 63403 0 -1 58555 96014 -1 -1 100876 48848 -1 -1 0 3 5 9 0 2 4 6 0 7 9 -1 0 2 4 6 0 7 -1 -1 0 8 -1 -1 1 5 7 -1 0 3 -1 -1 0 5 8 -1 0 6 -1 -1 0 7 -1 -1 0 2 4 -1 1 8 -1 -1 0 2 4 -1 1 7 9 -1 0 2 4 -1 0 3 5 7 0 6 9 -1 1 3 -1 -1 0 9 -1 -1 0 0 3 0 0 0 0 4 6 0 0 0 0 0 0 4 6 0 0 0 7 0 0 0 0 0 3 0 0 7 0 0 4 0 0 0 5 4 0 0 6 0 0 0 0 0 6 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 8 0 0 0 7 17 26 18 26 7 20 2 26 25 4 26 15 26 6 26 11 4 13 0 0 17 0 1 8 0 26 11 26 6 17 26 11 26 11 26 18 14 19 14 13 0 13 18 4 13 26 12 20 18 4 17 8 2 18 14 13 26 17 10 26 0 8 0 26 20 26 14 1 8 14 1 26 15 14 19 0 13 8 13 11 8 12 0 26 8 25 26 13 26 12 0 20 17 24 26 21 0 0 11
2520.47/2380.06	v       </values>
2520.47/2380.06	v     </instantiation>
2520.47/2380.06	s SATISFIABLE

Verifier Data

OK	81

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304463-1534091786/watcher-4304463-1534091786 -o /tmp/evaluation-result-4304463-1534091786/solver-4304463-1534091786 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9591 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1058370348 HOME/instance-4304463-1534091786.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=14808, runsolver pid=14805
Current StackSize limit: 8192 KiB


[startup+0.100583 s]*
/proc/loadavg: 1.63 1.69 1.64 2/206 14865
/proc/meminfo: memFree=13147148/32770624 swapFree=67108504/67108860
[pid=14808] ppid=14805 vsize=10005480 memory=18996 CPUtime=0.09 cores=0,2,4,6
/proc/14808/stat : 14808 (java) S 14805 14808 9560 0 -1 1077944320 4401 13000 0 0 1 1 5 2 20 0 6 0 226741842 10245611520 4749 33554432000 4194304 4196468 140727119690288 140727119672832 140346552975095 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
/proc/14808/statm: 2501370 4749 1934 1 0 2489808 0
[pid=14808/tid=14861] ppid=14805 vsize=10005480 memory=4279135704014096015 CPUtime=0.08 cores=0,2,4,6
/proc/14808/task/14861/stat : 14861 (java) R 14805 14808 9560 0 -1 4202560 2215 13000 0 0 1 0 5 2 20 0 6 0 226741851 10245611520 4749 33554432000 4194304 4196468 140727119690288 140346524811856 140346552997021 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14862] ppid=14805 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14862/stat : 14862 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 6 0 226741852 10245611520 4749 33554432000 4194304 4196468 140727119690288 140346557217936 140346552985301 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14863] ppid=14805 vsize=10005480 memory=140455017625216 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14863/stat : 14863 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 6 0 226741852 10245611520 4749 33554432000 4194304 4196468 140727119690288 140346446822416 140346552985301 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14864] ppid=14805 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14864/stat : 14864 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 6 0 226741852 10245611520 4749 33554432000 4194304 4196468 140727119690288 140346091346832 140346552985301 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14865] ppid=14805 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14865/stat : 14865 (java) S 14805 14808 9560 0 -1 1077944384 2 13000 0 0 0 0 5 2 20 0 6 0 226741852 10245611520 4749 33554432000 4194304 4196468 140727119690288 140346090294032 140346552985301 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18996 KiB

[startup+0.210113 s]*
/proc/loadavg: 1.63 1.69 1.64 3/215 14874
/proc/meminfo: memFree=13123580/32770624 swapFree=67108504/67108860
[pid=14808] ppid=14805 vsize=10982744 memory=45624 CPUtime=0.25 cores=0,2,4,6
/proc/14808/stat : 14808 (java) S 14805 14808 9560 0 -1 1077944320 7086 13000 0 0 16 2 5 2 20 0 15 0 226741842 11246329856 11406 33554432000 4194304 4196468 140727119690288 140727119672832 140346552975095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
/proc/14808/statm: 2745686 11406 2948 1 0 2708109 0
[pid=14808/tid=14861] ppid=14805 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/14808/task/14861/stat : 14861 (java) R 14805 14808 9560 0 -1 4202560 3648 13000 0 0 10 1 5 2 20 0 15 0 226741851 11246329856 11406 33554432000 4194304 4196468 140727119690288 140346524796904 140346534539598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14862] ppid=14805 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14862/stat : 14862 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741852 11246329856 11406 33554432000 4194304 4196468 140727119690288 140346557217936 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14863] ppid=14805 vsize=10982744 memory=140455017625216 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14863/stat : 14863 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741852 11246329856 11406 33554432000 4194304 4196468 140727119690288 140346446822416 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14864] ppid=14805 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14864/stat : 14864 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741852 11246329856 11406 33554432000 4194304 4196468 140727119690288 140346091346832 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14865] ppid=14805 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14865/stat : 14865 (java) S 14805 14808 9560 0 -1 1077944384 2 13000 0 0 0 0 5 2 20 0 15 0 226741852 11246329856 11406 33554432000 4194304 4196468 140727119690288 140346090294032 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14866] ppid=14805 vsize=10982744 memory=140455017625216 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14866/stat : 14866 (java) S 14805 14808 9560 0 -1 1077944384 2 13000 0 0 0 0 5 2 20 0 15 0 226741853 11246329856 11406 33554432000 4194304 4196468 140727119690288 140346046040432 140346552986242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14867] ppid=14805 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14867/stat : 14867 (java) S 14805 14808 9560 0 -1 1077944384 13 13000 0 0 0 0 5 2 20 0 15 0 226741854 11246329856 11406 33554432000 4194304 4196468 140727119690288 140345438364704 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14868] ppid=14805 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14868/stat : 14868 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741854 11246329856 11406 33554432000 4194304 4196468 140727119690288 140345237037936 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14869] ppid=14805 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14869/stat : 14869 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11246329856 11406 33554432000 4194304 4196468 140727119690288 140344929638224 140346552993691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14870] ppid=14805 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14808/task/14870/stat : 14870 (java) S 14805 14808 9560 0 -1 1077944384 364 13000 0 0 1 0 5 2 20 0 15 0 226741857 11246329856 11406 33554432000 4194304 4196468 140727119690288 140346044988272 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14871] ppid=14805 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14871/stat : 14871 (java) S 14805 14808 9560 0 -1 1077944384 245 13000 0 0 0 0 5 2 20 0 15 0 226741857 11246329856 11406 33554432000 4194304 4196468 140727119690288 140346043935472 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14872] ppid=14805 vsize=10982744 memory=140455017625216 CPUtime=0.1 cores=0,2,4,6
/proc/14808/task/14872/stat : 14872 (java) S 14805 14808 9560 0 -1 1077944384 612 13000 0 0 3 0 5 2 20 0 15 0 226741857 11246329856 11406 33554432000 4194304 4196468 140727119690288 140345519106672 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14873] ppid=14805 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14873/stat : 14873 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11246329856 11406 33554432000 4194304 4196468 140727119690288 140344498842336 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14874] ppid=14805 vsize=10982744 memory=140455017625216 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14874/stat : 14874 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741857 11246329856 11406 33554432000 4194304 4196468 140727119690288 140345518054064 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45624 KiB

[startup+0.310132 s]*
/proc/loadavg: 1.63 1.69 1.64 3/215 14874
/proc/meminfo: memFree=13110316/32770624 swapFree=67108504/67108860
[pid=14808] ppid=14805 vsize=10983192 memory=57312 CPUtime=0.38 cores=0,2,4,6
/proc/14808/stat : 14808 (java) S 14805 14808 9560 0 -1 1077944320 9858 13000 0 0 28 3 5 2 20 0 15 0 226741842 11246788608 14328 33554432000 4194304 4196468 140727119690288 140727119672832 140346552975095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
/proc/14808/statm: 2745798 14328 3067 1 0 2708109 0
[pid=14808/tid=14861] ppid=14805 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/14808/task/14861/stat : 14861 (java) R 14805 14808 9560 0 -1 4202560 6506 13000 0 0 19 1 5 2 20 0 15 0 226741851 11246788608 14392 33554432000 4194304 4196468 140727119690288 140346524787104 140346533250844 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14862] ppid=14805 vsize=10983192 memory=6297811711165485137 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14862/stat : 14862 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741852 11246788608 14392 33554432000 4194304 4196468 140727119690288 140346557217936 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14863] ppid=14805 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14863/stat : 14863 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741852 11246788608 14392 33554432000 4194304 4196468 140727119690288 140346446822416 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14864] ppid=14805 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14864/stat : 14864 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741852 11246788608 14392 33554432000 4194304 4196468 140727119690288 140346091346832 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14865] ppid=14805 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14865/stat : 14865 (java) S 14805 14808 9560 0 -1 1077944384 2 13000 0 0 0 0 5 2 20 0 15 0 226741852 11246788608 14458 33554432000 4194304 4196468 140727119690288 140346090294032 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14866] ppid=14805 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14866/stat : 14866 (java) S 14805 14808 9560 0 -1 1077944384 2 13000 0 0 0 0 5 2 20 0 15 0 226741853 11246788608 14458 33554432000 4194304 4196468 140727119690288 140346046040432 140346552986242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14867] ppid=14805 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14867/stat : 14867 (java) S 14805 14808 9560 0 -1 1077944384 13 13000 0 0 0 0 5 2 20 0 15 0 226741854 11246788608 14458 33554432000 4194304 4196468 140727119690288 140345438364704 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14868] ppid=14805 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14868/stat : 14868 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741854 11246788608 14458 33554432000 4194304 4196468 140727119690288 140345237037936 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14869] ppid=14805 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14869/stat : 14869 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11246788608 14458 33554432000 4194304 4196468 140727119690288 140344929638224 140346552993691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14870] ppid=14805 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14808/task/14870/stat : 14870 (java) S 14805 14808 9560 0 -1 1077944384 369 13000 0 0 2 0 5 2 20 0 15 0 226741857 11246788608 14458 33554432000 4194304 4196468 140727119690288 140346044988272 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14871] ppid=14805 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14808/task/14871/stat : 14871 (java) S 14805 14808 9560 0 -1 1077944384 245 13000 0 0 1 0 5 2 20 0 15 0 226741857 11246788608 14458 33554432000 4194304 4196468 140727119690288 140346043935472 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14872] ppid=14805 vsize=10983192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/14808/task/14872/stat : 14872 (java) S 14805 14808 9560 0 -1 1077944384 619 13000 0 0 4 0 5 2 20 0 15 0 226741857 11246788608 14458 33554432000 4194304 4196468 140727119690288 140345519106672 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14873] ppid=14805 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14873/stat : 14873 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11246788608 14458 33554432000 4194304 4196468 140727119690288 140344498842336 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14874] ppid=14805 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14874/stat : 14874 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741857 11246788608 14458 33554432000 4194304 4196468 140727119690288 140345518054064 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57312 KiB

[startup+0.700759 s]
/proc/loadavg: 1.63 1.69 1.64 3/215 14874
/proc/meminfo: memFree=13099028/32770624 swapFree=67108504/67108860
[pid=14808] ppid=14805 vsize=10983192 memory=92384 CPUtime=0.98 cores=0,2,4,6
/proc/14808/stat : 14808 (java) S 14805 14808 9560 0 -1 1077944320 16744 13000 0 0 87 4 5 2 20 0 15 0 226741842 11246788608 23096 33554432000 4194304 4196468 140727119690288 140727119672832 140346552975095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
/proc/14808/statm: 2745798 23096 3238 1 0 2708109 0
[pid=14808/tid=14861] ppid=14805 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/14808/task/14861/stat : 14861 (java) R 14805 14808 9560 0 -1 4202560 12226 13000 0 0 56 3 5 2 20 0 15 0 226741851 11246788608 23096 33554432000 4194304 4196468 140727119690288 140346524798032 140346533250417 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14862] ppid=14805 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14862/stat : 14862 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741852 11246788608 23096 33554432000 4194304 4196468 140727119690288 140346557217936 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14863] ppid=14805 vsize=10983192 memory=3816 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14863/stat : 14863 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741852 11246788608 23096 33554432000 4194304 4196468 140727119690288 140346446822416 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14864] ppid=14805 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14864/stat : 14864 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741852 11246788608 23096 33554432000 4194304 4196468 140727119690288 140346091346832 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14865] ppid=14805 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14865/stat : 14865 (java) S 14805 14808 9560 0 -1 1077944384 2 13000 0 0 0 0 5 2 20 0 15 0 226741852 11246788608 23096 33554432000 4194304 4196468 140727119690288 140346090294032 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14866] ppid=14805 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14866/stat : 14866 (java) S 14805 14808 9560 0 -1 1077944384 5 13000 0 0 0 0 5 2 20 0 15 0 226741853 11246788608 23096 33554432000 4194304 4196468 140727119690288 140346046040432 140346552986242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14867] ppid=14805 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14867/stat : 14867 (java) S 14805 14808 9560 0 -1 1077944384 13 13000 0 0 0 0 5 2 20 0 15 0 226741854 11246788608 23096 33554432000 4194304 4196468 140727119690288 140345438364704 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14868] ppid=14805 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14868/stat : 14868 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741854 11246788608 23096 33554432000 4194304 4196468 140727119690288 140345237037936 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14869] ppid=14805 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14869/stat : 14869 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11246788608 23096 33554432000 4194304 4196468 140727119690288 140344929638224 140346552993691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14870] ppid=14805 vsize=10983192 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/14808/task/14870/stat : 14870 (java) S 14805 14808 9560 0 -1 1077944384 763 13000 0 0 7 0 5 2 20 0 15 0 226741857 11246788608 23096 33554432000 4194304 4196468 140727119690288 140346044988272 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14871] ppid=14805 vsize=10983192 memory=15460 CPUtime=0.16 cores=0,2,4,6
/proc/14808/task/14871/stat : 14871 (java) S 14805 14808 9560 0 -1 1077944384 834 13000 0 0 9 0 5 2 20 0 15 0 226741857 11246788608 23096 33554432000 4194304 4196468 140727119690288 140346043935472 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14872] ppid=14805 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/14808/task/14872/stat : 14872 (java) S 14805 14808 9560 0 -1 1077944384 701 13000 0 0 13 0 5 2 20 0 15 0 226741857 11246788608 23096 33554432000 4194304 4196468 140727119690288 140345519106672 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14873] ppid=14805 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14873/stat : 14873 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11246788608 23096 33554432000 4194304 4196468 140727119690288 140344498842336 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14874] ppid=14805 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14874/stat : 14874 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741857 11246788608 23096 33554432000 4194304 4196468 140727119690288 140345518054064 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 92384 KiB

[startup+1.50111 s]
/proc/loadavg: 1.63 1.69 1.64 3/215 14874
/proc/meminfo: memFree=13056356/32770624 swapFree=67108504/67108860
[pid=14808] ppid=14805 vsize=10991948 memory=302964 CPUtime=2.79 cores=0,2,4,6
/proc/14808/stat : 14808 (java) S 14805 14808 9560 0 -1 1077944320 25041 13000 0 0 255 17 5 2 20 0 15 0 226741842 11255754752 75741 33554432000 4194304 4196468 140727119690288 140727119672832 140346552975095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
/proc/14808/statm: 2747987 75741 3457 1 0 2709645 0
[pid=14808/tid=14861] ppid=14805 vsize=10991948 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/14808/task/14861/stat : 14861 (java) R 14805 14808 9560 0 -1 4202560 14991 13000 0 0 127 7 5 2 20 0 15 0 226741851 11255754752 75741 33554432000 4194304 4196468 140727119690288 140346524805672 140346122122304 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14862] ppid=14805 vsize=10991948 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14808/task/14862/stat : 14862 (java) S 14805 14808 9560 0 -1 1077944384 30 13000 0 0 1 1 5 2 20 0 15 0 226741852 11255754752 75741 33554432000 4194304 4196468 140727119690288 140346557217936 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14863] ppid=14805 vsize=10991948 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14808/task/14863/stat : 14863 (java) S 14805 14808 9560 0 -1 1077944384 43 13000 0 0 1 1 5 2 20 0 15 0 226741852 11255754752 75741 33554432000 4194304 4196468 140727119690288 140346446822416 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14864] ppid=14805 vsize=10991948 memory=3539892194917298225 CPUtime=0.09 cores=0,2,4,6
/proc/14808/task/14864/stat : 14864 (java) S 14805 14808 9560 0 -1 1077944384 292 13000 0 0 1 1 5 2 20 0 15 0 226741852 11255754752 75741 33554432000 4194304 4196468 140727119690288 140346091346832 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14865] ppid=14805 vsize=10991948 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14808/task/14865/stat : 14865 (java) S 14805 14808 9560 0 -1 1077944384 59 13000 0 0 1 2 5 2 20 0 15 0 226741852 11255754752 75741 33554432000 4194304 4196468 140727119690288 140346090294032 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14866] ppid=14805 vsize=10991948 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14866/stat : 14866 (java) S 14805 14808 9560 0 -1 1077944384 94 13000 0 0 0 0 5 2 20 0 15 0 226741853 11255754752 75741 33554432000 4194304 4196468 140727119690288 140346046040432 140346552986242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14867] ppid=14805 vsize=10991948 memory=280909785934080 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14867/stat : 14867 (java) S 14805 14808 9560 0 -1 1077944384 15 13000 0 0 0 0 5 2 20 0 15 0 226741854 11255754752 75741 33554432000 4194304 4196468 140727119690288 140345438364768 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14868] ppid=14805 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14868/stat : 14868 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741854 11255754752 75741 33554432000 4194304 4196468 140727119690288 140345237037952 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14869] ppid=14805 vsize=10991948 memory=4552 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14869/stat : 14869 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11255754752 75741 33554432000 4194304 4196468 140727119690288 140344929638224 140346552993691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14870] ppid=14805 vsize=10991948 memory=3732 CPUtime=0.49 cores=0,2,4,6
/proc/14808/task/14870/stat : 14870 (java) R 14805 14808 9560 0 -1 4202560 3007 13000 0 0 42 0 5 2 20 0 15 0 226741857 11255754752 75741 33554432000 4194304 4196468 140727119690288 140346044969288 140346532222276 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14871] ppid=14805 vsize=10991948 memory=1228 CPUtime=0.5 cores=0,2,4,6
/proc/14808/task/14871/stat : 14871 (java) R 14805 14808 9560 0 -1 4202560 2878 13000 0 0 43 0 5 2 20 0 15 0 226741857 11255754752 75741 33554432000 4194304 4196468 140727119690288 140346043924944 140346537639190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14872] ppid=14805 vsize=10991948 memory=10624 CPUtime=0.41 cores=0,2,4,6
/proc/14808/task/14872/stat : 14872 (java) S 14805 14808 9560 0 -1 1077944384 1433 13000 0 0 34 0 5 2 20 0 15 0 226741857 11255754752 75741 33554432000 4194304 4196468 140727119690288 140345519106672 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14873] ppid=14805 vsize=10991948 memory=1624 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14873/stat : 14873 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11255754752 75741 33554432000 4194304 4196468 140727119690288 140344498842336 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14874] ppid=14805 vsize=10991948 memory=6768 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14874/stat : 14874 (java) S 14805 14808 9560 0 -1 1077944384 1 13000 0 0 0 0 5 2 20 0 15 0 226741857 11255754752 75741 33554432000 4194304 4196468 140727119690288 140345518054064 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 10991948 KiB

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

/proc/14808/task/14863/stat : 14863 (java) S 14805 14808 9560 0 -1 1077944384 76905 13000 0 0 3989 137 5 2 20 0 15 0 226741852 11278843904 1508431 33554432000 4194304 4196468 140727119690288 140346446822416 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14864] ppid=14805 vsize=11014496 memory=6033724 CPUtime=41.36 cores=0,2,4,6
/proc/14808/task/14864/stat : 14864 (java) S 14805 14808 9560 0 -1 1077944384 74399 13000 0 0 3984 145 5 2 20 0 15 0 226741852 11278843904 1508431 33554432000 4194304 4196468 140727119690288 140346091346832 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14865] ppid=14805 vsize=11014496 memory=6033724 CPUtime=41.4 cores=0,2,4,6
/proc/14808/task/14865/stat : 14865 (java) S 14805 14808 9560 0 -1 1077944384 73325 13000 0 0 3978 155 5 2 20 0 15 0 226741852 11278843904 1508431 33554432000 4194304 4196468 140727119690288 140346090294032 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14866] ppid=14805 vsize=11014496 memory=6033724 CPUtime=3.73 cores=0,2,4,6
/proc/14808/task/14866/stat : 14866 (java) S 14805 14808 9560 0 -1 1077944384 69318 13000 0 0 353 13 5 2 20 0 15 0 226741853 11278843904 1508431 33554432000 4194304 4196468 140727119690288 140346046040432 140346552986242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14867] ppid=14805 vsize=11014496 memory=6031668 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14867/stat : 14867 (java) S 14805 14808 9560 0 -1 1077944384 36 13000 0 0 0 0 5 2 20 0 15 0 226741854 11278843904 1508431 33554432000 4194304 4196468 140727119690288 140345438364832 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14868] ppid=14805 vsize=11014496 memory=6031668 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14868/stat : 14868 (java) S 14805 14808 9560 0 -1 1077944384 14 13000 0 0 0 0 5 2 20 0 15 0 226741854 11278843904 1508431 33554432000 4194304 4196468 140727119690288 140345237037952 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14869] ppid=14805 vsize=11014496 memory=6031668 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14869/stat : 14869 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11278843904 1508431 33554432000 4194304 4196468 140727119690288 140344929638224 140346552993691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14870] ppid=14805 vsize=11014496 memory=6031668 CPUtime=5.64 cores=0,2,4,6
/proc/14808/task/14870/stat : 14870 (java) S 14805 14808 9560 0 -1 1077944384 49185 13000 0 0 552 5 5 2 20 0 15 0 226741857 11278843904 1508431 33554432000 4194304 4196468 140727119690288 140346044988272 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14871] ppid=14805 vsize=11014496 memory=6031668 CPUtime=6.98 cores=0,2,4,6
/proc/14808/task/14871/stat : 14871 (java) S 14805 14808 9560 0 -1 1077944384 59463 13000 0 0 683 8 5 2 20 0 15 0 226741857 11278843904 1508431 33554432000 4194304 4196468 140727119690288 140346043935472 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14872] ppid=14805 vsize=11014496 memory=2144 CPUtime=2.17 cores=0,2,4,6
/proc/14808/task/14872/stat : 14872 (java) S 14805 14808 9560 0 -1 1077944384 62509 13000 0 0 203 7 5 2 20 0 15 0 226741857 11278843904 1508431 33554432000 4194304 4196468 140727119690288 140345519106672 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14873] ppid=14805 vsize=11014496 memory=1752 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14873/stat : 14873 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11278843904 1508431 33554432000 4194304 4196468 140727119690288 140344498842336 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14874] ppid=14805 vsize=11014496 memory=1752 CPUtime=1.57 cores=0,2,4,6
/proc/14808/task/14874/stat : 14874 (java) S 14805 14808 9560 0 -1 1077944384 2413 13000 0 0 75 75 5 2 20 0 15 0 226741857 11278843904 1508431 33554432000 4194304 4196468 140727119690288 140345518054064 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
Current children cumulated CPU time: 2401.87 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 6033724 KiB

[startup+2322.3 s]
/proc/loadavg: 2.05 1.68 1.80 3/215 15224
/proc/meminfo: memFree=7516524/32770624 swapFree=67108504/67108860
[pid=14808] ppid=14805 vsize=11014496 memory=6057856 CPUtime=2462.36 cores=0,2,4,6
/proc/14808/stat : 14808 (java) S 14805 14808 9560 0 -1 1077944320 1096993 13000 0 0 245405 824 5 2 20 0 15 0 226741842 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140727119672832 140346552975095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
/proc/14808/statm: 2753624 1514464 3526 1 0 2715277 0
[pid=14808/tid=14861] ppid=14805 vsize=11014496 memory=6057856 CPUtime=2276.76 cores=0,2,4,6
/proc/14808/task/14861/stat : 14861 (java) R 14805 14808 9560 0 -1 4202560 539255 13000 0 0 227525 144 5 2 20 0 15 0 226741851 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140346524571440 140346131310520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14862] ppid=14805 vsize=11014496 memory=6055620 CPUtime=41.41 cores=0,2,4,6
/proc/14808/task/14862/stat : 14862 (java) S 14805 14808 9560 0 -1 1077944384 78663 13000 0 0 3987 147 5 2 20 0 15 0 226741852 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140346557217936 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14863] ppid=14805 vsize=11014496 memory=6057668 CPUtime=41.48 cores=0,2,4,6
/proc/14808/task/14863/stat : 14863 (java) S 14805 14808 9560 0 -1 1077944384 78384 13000 0 0 4003 138 5 2 20 0 15 0 226741852 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140346446822416 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14864] ppid=14805 vsize=11014496 memory=6057856 CPUtime=41.5 cores=0,2,4,6
/proc/14808/task/14864/stat : 14864 (java) S 14805 14808 9560 0 -1 1077944384 75945 13000 0 0 3998 145 5 2 20 0 15 0 226741852 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140346091346832 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14865] ppid=14805 vsize=11014496 memory=6057856 CPUtime=41.55 cores=0,2,4,6
/proc/14808/task/14865/stat : 14865 (java) S 14805 14808 9560 0 -1 1077944384 75612 13000 0 0 3992 156 5 2 20 0 15 0 226741852 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140346090294032 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14866] ppid=14805 vsize=11014496 memory=6057856 CPUtime=3.76 cores=0,2,4,6
/proc/14808/task/14866/stat : 14866 (java) S 14805 14808 9560 0 -1 1077944384 69649 13000 0 0 356 13 5 2 20 0 15 0 226741853 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140346046040432 140346552986242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14867] ppid=14805 vsize=11014496 memory=1616 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14867/stat : 14867 (java) S 14805 14808 9560 0 -1 1077944384 36 13000 0 0 0 0 5 2 20 0 15 0 226741854 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140345438364832 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14868] ppid=14805 vsize=11014496 memory=6057856 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14868/stat : 14868 (java) S 14805 14808 9560 0 -1 1077944384 14 13000 0 0 0 0 5 2 20 0 15 0 226741854 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140345237037952 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14869] ppid=14805 vsize=11014496 memory=6057856 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14869/stat : 14869 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140344929638224 140346552993691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14870] ppid=14805 vsize=11014496 memory=6057668 CPUtime=5.64 cores=0,2,4,6
/proc/14808/task/14870/stat : 14870 (java) S 14805 14808 9560 0 -1 1077944384 49192 13000 0 0 552 5 5 2 20 0 15 0 226741857 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140346044988272 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14871] ppid=14805 vsize=11014496 memory=4552 CPUtime=7 cores=0,2,4,6
/proc/14808/task/14871/stat : 14871 (java) S 14805 14808 9560 0 -1 1077944384 61586 13000 0 0 685 8 5 2 20 0 15 0 226741857 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140346043935472 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14872] ppid=14805 vsize=11014496 memory=6057856 CPUtime=2.17 cores=0,2,4,6
/proc/14808/task/14872/stat : 14872 (java) S 14805 14808 9560 0 -1 1077944384 64016 13000 0 0 203 7 5 2 20 0 15 0 226741857 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140345519106672 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14873] ppid=14805 vsize=11014496 memory=6057856 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14873/stat : 14873 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140344498842336 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14874] ppid=14805 vsize=11014496 memory=6057856 CPUtime=1.61 cores=0,2,4,6
/proc/14808/task/14874/stat : 14874 (java) S 14805 14808 9560 0 -1 1077944384 2446 13000 0 0 77 77 5 2 20 0 15 0 226741857 11278843904 1514464 33554432000 4194304 4196468 140727119690288 140345518054064 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
Current children cumulated CPU time: 2462.36 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 6057856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2379.6 s]
/proc/loadavg: 1.82 1.69 1.79 3/215 15225
/proc/meminfo: memFree=7505204/32770624 swapFree=67108504/67108860
[pid=14808] ppid=14805 vsize=11014496 memory=6078752 CPUtime=2520.05 cores=0,2,4,6
/proc/14808/stat : 14808 (java) S 14805 14808 9560 0 -1 1077944320 1127326 13000 0 0 251169 829 5 2 20 0 15 0 226741842 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140727119672832 140346552975095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
/proc/14808/statm: 2753624 1519688 3526 1 0 2715277 0
[pid=14808/tid=14861] ppid=14805 vsize=11014496 memory=1296 CPUtime=2333.92 cores=0,2,4,6
/proc/14808/task/14861/stat : 14861 (java) R 14805 14808 9560 0 -1 4202560 559337 13000 0 0 233239 146 5 2 20 0 15 0 226741851 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140346524748784 140346135319971 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14862] ppid=14805 vsize=11014496 memory=1068 CPUtime=41.53 cores=0,2,4,6
/proc/14808/task/14862/stat : 14862 (java) S 14805 14808 9560 0 -1 1077944384 81964 13000 0 0 3998 148 5 2 20 0 15 0 226741852 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140346557217936 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14863] ppid=14805 vsize=11014496 memory=6791534058613427641 CPUtime=41.59 cores=0,2,4,6
/proc/14808/task/14863/stat : 14863 (java) S 14805 14808 9560 0 -1 1077944384 80054 13000 0 0 4014 138 5 2 20 0 15 0 226741852 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140346446822416 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14864] ppid=14805 vsize=11014496 memory=1116 CPUtime=41.62 cores=0,2,4,6
/proc/14808/task/14864/stat : 14864 (java) S 14805 14808 9560 0 -1 1077944384 77471 13000 0 0 4009 146 5 2 20 0 15 0 226741852 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140346091346832 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14865] ppid=14805 vsize=11014496 memory=2144 CPUtime=41.66 cores=0,2,4,6
/proc/14808/task/14865/stat : 14865 (java) S 14805 14808 9560 0 -1 1077944384 76984 13000 0 0 4003 156 5 2 20 0 15 0 226741852 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140346090294032 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14866] ppid=14805 vsize=11014496 memory=1752 CPUtime=3.79 cores=0,2,4,6
/proc/14808/task/14866/stat : 14866 (java) S 14805 14808 9560 0 -1 1077944384 69977 13000 0 0 359 13 5 2 20 0 15 0 226741853 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140346046040432 140346552986242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14867] ppid=14805 vsize=11014496 memory=748 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14867/stat : 14867 (java) S 14805 14808 9560 0 -1 1077944384 36 13000 0 0 0 0 5 2 20 0 15 0 226741854 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140345438364832 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14868] ppid=14805 vsize=11014496 memory=1820 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14868/stat : 14868 (java) S 14805 14808 9560 0 -1 1077944384 14 13000 0 0 0 0 5 2 20 0 15 0 226741854 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140345237037952 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14869] ppid=14805 vsize=11014496 memory=4552 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14869/stat : 14869 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140344929638224 140346552993691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14870] ppid=14805 vsize=11014496 memory=3732 CPUtime=5.65 cores=0,2,4,6
/proc/14808/task/14870/stat : 14870 (java) S 14805 14808 9560 0 -1 1077944384 50510 13000 0 0 553 5 5 2 20 0 15 0 226741857 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140346044988272 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14871] ppid=14805 vsize=11014496 memory=3816 CPUtime=7.01 cores=0,2,4,6
/proc/14808/task/14871/stat : 14871 (java) S 14805 14808 9560 0 -1 1077944384 61588 13000 0 0 685 9 5 2 20 0 15 0 226741857 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140346043935472 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14872] ppid=14805 vsize=11014496 memory=61588 CPUtime=2.18 cores=0,2,4,6
/proc/14808/task/14872/stat : 14872 (java) S 14805 14808 9560 0 -1 1077944384 64710 13000 0 0 204 7 5 2 20 0 15 0 226741857 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140345519106672 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14873] ppid=14805 vsize=11014496 memory=1116 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14873/stat : 14873 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 15 0 226741857 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140344498842336 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14874] ppid=14805 vsize=11014496 memory=2144 CPUtime=1.66 cores=0,2,4,6
/proc/14808/task/14874/stat : 14874 (java) S 14805 14808 9560 0 -1 1077944384 2486 13000 0 0 79 80 5 2 20 0 15 0 226741857 11278843904 1519688 33554432000 4194304 4196468 140727119690288 140345518054064 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 6078752 KiB

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

[startup+2380.11 s]
# the end of solver process 14808 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.22 s, system=8.37477 s

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

[startup+2380 s]*
/proc/loadavg: 1.82 1.69 1.79 3/217 15227
/proc/meminfo: memFree=7501116/32770624 swapFree=67108504/67108860
[pid=14808] ppid=14805 vsize=11276648 memory=6082940 CPUtime=2520.47 cores=0,2,4,6
/proc/14808/stat : 14808 (java) S 14805 14808 9560 0 -1 1077944320 1127630 13000 0 0 251210 830 5 2 20 0 17 0 226741842 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140727119672832 140346552975095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
/proc/14808/statm: 2819162 1520735 3527 1 0 2780815 0
[pid=14808/tid=14861] ppid=14805 vsize=11276648 memory=6791534058613427641 CPUtime=2334.33 cores=0,2,4,6
/proc/14808/task/14861/stat : 14861 (java) R 14805 14808 9560 0 -1 4202560 559338 13000 0 0 233280 146 5 2 20 0 17 0 226741851 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140346524748784 140346135319984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14862] ppid=14805 vsize=11276648 memory=4872558044660077418 CPUtime=41.53 cores=0,2,4,6
/proc/14808/task/14862/stat : 14862 (java) S 14805 14808 9560 0 -1 1077944384 81964 13000 0 0 3998 148 5 2 20 0 17 0 226741852 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140346557217936 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14863] ppid=14805 vsize=11276648 memory=0 CPUtime=41.59 cores=0,2,4,6
/proc/14808/task/14863/stat : 14863 (java) S 14805 14808 9560 0 -1 1077944384 80054 13000 0 0 4014 138 5 2 20 0 17 0 226741852 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140346446822416 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14864] ppid=14805 vsize=11276648 memory=280909787157664 CPUtime=41.62 cores=0,2,4,6
/proc/14808/task/14864/stat : 14864 (java) S 14805 14808 9560 0 -1 1077944384 77471 13000 0 0 4009 146 5 2 20 0 17 0 226741852 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140346091346832 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14865] ppid=14805 vsize=11276648 memory=3472464353074745696 CPUtime=41.66 cores=0,2,4,6
/proc/14808/task/14865/stat : 14865 (java) S 14805 14808 9560 0 -1 1077944384 76984 13000 0 0 4003 156 5 2 20 0 17 0 226741852 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140346090294032 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14866] ppid=14805 vsize=11276648 memory=6943526294502006880 CPUtime=3.79 cores=0,2,4,6
/proc/14808/task/14866/stat : 14866 (java) S 14805 14808 9560 0 -1 1077944384 69977 13000 0 0 359 13 5 2 20 0 17 0 226741853 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140346046040432 140346552986242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14867] ppid=14805 vsize=11276648 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14867/stat : 14867 (java) S 14805 14808 9560 0 -1 1077944384 36 13000 0 0 0 0 5 2 20 0 17 0 226741854 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140345438364832 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14868] ppid=14805 vsize=11276648 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14868/stat : 14868 (java) S 14805 14808 9560 0 -1 1077944384 14 13000 0 0 0 0 5 2 20 0 17 0 226741854 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140345237037952 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14869] ppid=14805 vsize=11276648 memory=280909785858288 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14869/stat : 14869 (java) S 14805 14808 9560 0 -1 1077944384 170 13000 0 0 0 0 5 2 20 0 17 0 226741857 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140344929638224 140346552993691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14870] ppid=14805 vsize=11276648 memory=280909786521000 CPUtime=5.65 cores=0,2,4,6
/proc/14808/task/14870/stat : 14870 (java) S 14805 14808 9560 0 -1 1077944384 50510 13000 0 0 553 5 5 2 20 0 17 0 226741857 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140346044988272 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14871] ppid=14805 vsize=11276648 memory=8694373321839596758 CPUtime=7.01 cores=0,2,4,6
/proc/14808/task/14871/stat : 14871 (java) S 14805 14808 9560 0 -1 1077944384 61588 13000 0 0 685 9 5 2 20 0 17 0 226741857 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140346043935472 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14872] ppid=14805 vsize=11276648 memory=-7966001957961632603 CPUtime=2.18 cores=0,2,4,6
/proc/14808/task/14872/stat : 14872 (java) S 14805 14808 9560 0 -1 1077944384 64710 13000 0 0 204 7 5 2 20 0 17 0 226741857 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140345519106672 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14873] ppid=14805 vsize=11276648 memory=-7966001734603266090 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/14873/stat : 14873 (java) S 14805 14808 9560 0 -1 1077944384 3 13000 0 0 0 0 5 2 20 0 17 0 226741857 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140344498842336 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=14874] ppid=14805 vsize=11276648 memory=7679373425970869011 CPUtime=1.66 cores=0,2,4,6
/proc/14808/task/14874/stat : 14874 (java) S 14805 14808 9560 0 -1 1077944384 2486 13000 0 0 79 80 5 2 20 0 17 0 226741857 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140345518054064 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=15226] ppid=14805 vsize=11276648 memory=6933690279252828305 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/15226/stat : 15226 (java) S 14805 14808 9560 0 -1 1077944384 24 13000 0 0 0 0 5 2 20 0 17 0 226979803 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140344297513200 140346552985301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
[pid=14808/tid=15227] ppid=14805 vsize=11276648 memory=-7101709786139419757 CPUtime=0.07 cores=0,2,4,6
/proc/14808/task/15227/stat : 15227 (java) S 14805 14808 9560 0 -1 1077944384 111 13000 0 0 0 0 5 2 20 0 17 0 226979803 11547287552 1520735 33554432000 4194304 4196468 140727119690288 140344096187488 140346552986242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140727119694444 140727119697244 140727119697244 140727119699919 0
Current children cumulated CPU time: 2520.47 s
Current children cumulated vsize: 11276648 KiB
Current children cumulated memory: 6082940 KiB

Child status: 143
Real time (s): 2380.11
CPU time (s): 2520.59
CPU user time (s): 2512.22
CPU system time (s): 8.37477
CPU usage (%): 105.902
Max. virtual memory (cumulated for all children) (KiB): 11276648
Max. memory (cumulated for all children) (KiB): 6865016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.22
system time used= 8.37477
maximum resident set size= 6865016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1142105
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70286
involuntary context switches= 5007


# summary of solver processes directly reported to runsolver:
#   pid: 14808
#   total CPU time (s): 2520.59
#   total CPU user time (s): 2512.22
#   total CPU system time (s): 8.37477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1656 second user time and 22.8381 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 18:36:27
IDJOB=4304463
IDBENCH=141306
IDSOLVER=2780
FILE ID=node104/4304463-1534091786
RUNJOBID= node104-1534062308-9591
PBS_JOBID= 21036981
Free space on /tmp= 37460 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-10-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304463-1534091786/watcher-4304463-1534091786 -o /tmp/evaluation-result-4304463-1534091786/solver-4304463-1534091786 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9591 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1058370348 HOME/instance-4304463-1534091786.xml

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=1058370348

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:        13156124 kB
MemAvailable:   28668680 kB
Buffers:          190668 kB
Cached:         15359932 kB
SwapCached:            8 kB
Active:         10953808 kB
Inactive:        7881384 kB
Active(anon):    3236124 kB
Inactive(anon):   100964 kB
Active(file):    7717684 kB
Inactive(file):  7780420 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             54280 kB
Writeback:             0 kB
AnonPages:       3325300 kB
Mapped:            65312 kB
Shmem:             49636 kB
Slab:             471564 kB
SReclaimable:     442912 kB
SUnreclaim:        28652 kB
KernelStack:        3792 kB
PageTables:        11868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4147500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2981888 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= 37468 MiB
End job on node104 at 2018-08-12 19:16:07