Trace number 4304602

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)114 2520.09 2477.04

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-01_c18.xml
MD5SUM0be9a53bf20a889479382bc05b2f6618
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size667
Distribution of domain sizes[{"size":1,"count":1},{"size":667,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":46},{"degree":4,"count":33},{"degree":5,"count":41},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity43
Distribution of constraint arities[{"arity":2,"count":183},{"arity":24,"count":2},{"arity":29,"count":1},{"arity":43,"count":1}]
Number of extensional constraints0
Number of intensional constraints183
Distribution of constraint types[{"type":"intension","count":183},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
10.91/4.70	o 666
10.91/4.73	o 145
12.53/5.26	o 142
12.53/5.26	o 140
12.53/5.26	o 138
12.53/5.26	o 128
12.53/5.26	o 126
12.84/5.38	o 124
13.47/5.51	o 123
13.78/5.61	o 122
16.78/6.90	o 120
16.78/6.91	o 119
16.78/6.99	o 118
17.62/7.48	o 116
18.14/7.83	o 115
557.04/538.69	o 114
2520.05/2477.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2477.01		at concrete.MAC.mac(MAC.scala:188)
2520.05/2477.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2477.01		at scala.util.Try$.apply(Try.scala:209)
2520.05/2477.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2477.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2477.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2477.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2477.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2477.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2477.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2477.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2477.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2477.01		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2477.01		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2477.01		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2477.01		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2477.01		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2477.01		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2477.01		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2477.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2477.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2477.01		at scala.util.Success.map(Try.scala:209)
2520.05/2477.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2477.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2477.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2477.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2477.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2477.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2477.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2477.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2477.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2477.01		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2477.01		at scala.App.main(App.scala:76)
2520.05/2477.01		at scala.App.main$(App.scala:74)
2520.05/2477.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2477.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2477.02	v <instantiation cost="114">
2520.05/2477.02	v       <list>
2520.05/2477.02	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] s[92] s[93] s[94] s[95] s[96] s[97] s[98] s[99] s[100] s[101] s[102] s[103] s[104] s[105] s[106] s[107] s[108] s[109] s[110] s[111] s[112] s[113] s[114] s[115] s[116] s[117] s[118] s[119] s[120] s[121]
2520.05/2477.02	v       </list>
2520.05/2477.02	v       <values>
2520.05/2477.02	v         0 0 0 0 4 4 7 2 4 21 17 6 2 10 4 14 10 23 65 35 8 25 17 40 43 13 33 23 20 50 35 14 32 16 61 41 87 7 30 32 46 57 50 18 73 50 20 67 52 59 28 59 25 34 32 33 52 50 43 13 51 33 61 86 6 80 35 58 21 61 75 52 33 68 59 40 52 69 45 68 78 70 88 78 55 69 76 43 78 50 69 88 64 66 72 58 56 85 59 98 51 79 79 33 87 99 84 71 109 69 108 81 84 98 97 86 89 96 111 106 90 114
2520.05/2477.02	v       </values>
2520.05/2477.02	v     </instantiation>
2520.05/2477.02	s SATISFIABLE

Verifier Data

OK	114

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304602-1534120277/watcher-4304602-1534120277 -o /tmp/evaluation-result-4304602-1534120277/solver-4304602-1534120277 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27632 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=123786801 -superng HOME/instance-4304602-1534120277.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=31789, runsolver pid=31786
Current StackSize limit: 8192 KiB


[startup+0.109043 s]*
/proc/loadavg: 1.47 1.58 1.68 3/207 31846
/proc/meminfo: memFree=10912712/32770624 swapFree=67108404/67108860
[pid=31789] ppid=31786 vsize=10453864 memory=24732 CPUtime=0.11 cores=1,3,5,7
/proc/31789/stat : 31789 (java) S 31786 31789 27600 0 -1 1077944320 4815 13210 0 0 2 1 5 3 20 0 9 0 229590873 10704756736 6183 33554432000 4194304 4196468 140721555515616 140721555498160 140501351681783 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
/proc/31789/statm: 2613466 6183 2102 1 0 2576007 0
[pid=31789/tid=31842] ppid=31786 vsize=10453864 memory=4351193297984521355 CPUtime=0.09 cores=1,3,5,7
/proc/31789/task/31842/stat : 31842 (java) R 31786 31789 27600 0 -1 4202560 2603 13210 0 0 1 0 5 3 20 0 9 0 229590882 10704756736 6183 33554432000 4194304 4196468 140721555515616 140501323517808 140501351703709 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31843] ppid=31786 vsize=10453864 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31843/stat : 31843 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 9 0 229590883 10704756736 6183 33554432000 4194304 4196468 140721555515616 140501355923984 140501351691989 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31844] ppid=31786 vsize=10453864 memory=139662537713280 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31844/stat : 31844 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 9 0 229590883 10704756736 6183 33554432000 4194304 4196468 140721555515616 140501210643088 140501351691989 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31845] ppid=31786 vsize=10453864 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31845/stat : 31845 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 9 0 229590883 10704756736 6183 33554432000 4194304 4196468 140721555515616 140501209590032 140501351691989 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31846] ppid=31786 vsize=10453864 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31846/stat : 31846 (java) S 31786 31789 27600 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 9 0 229590883 10704756736 6183 33554432000 4194304 4196468 140721555515616 140501208537488 140501351691989 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31847] ppid=31786 vsize=10453864 memory=139662537713280 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31847/stat : 31847 (java) S 31786 31789 27600 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 9 0 229590884 10704756736 6183 33554432000 4194304 4196468 140721555515616 140500321393392 140501351692930 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31848] ppid=31786 vsize=10453864 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31848/stat : 31848 (java) S 31786 31789 27600 0 -1 1077944384 13 13210 0 0 0 0 5 3 20 0 9 0 229590885 10704756736 6183 33554432000 4194304 4196468 140721555515616 140500191405728 140501351691989 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31849] ppid=31786 vsize=10453864 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31849/stat : 31849 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 9 0 229590885 10704756736 6183 33554432000 4194304 4196468 140721555515616 140499990078768 140501351691989 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 24732 KiB

[startup+0.210082 s]*
/proc/loadavg: 1.47 1.58 1.68 3/216 31855
/proc/meminfo: memFree=10891864/32770624 swapFree=67108404/67108860
[pid=31789] ppid=31786 vsize=10982776 memory=47316 CPUtime=0.26 cores=1,3,5,7
/proc/31789/stat : 31789 (java) S 31786 31789 27600 0 -1 1077944320 9181 13210 0 0 16 2 5 3 20 0 15 0 229590873 11246362624 11829 33554432000 4194304 4196468 140721555515616 140721555498160 140501351681783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
/proc/31789/statm: 2745694 11829 2951 1 0 2708117 0
[pid=31789/tid=31842] ppid=31786 vsize=10982776 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31789/task/31842/stat : 31842 (java) R 31786 31789 27600 0 -1 4202560 5871 13210 0 0 10 1 5 3 20 0 15 0 229590882 11246362624 11961 33554432000 4194304 4196468 140721555515616 140501323506592 140501344361501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31843] ppid=31786 vsize=10982776 memory=364 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31843/stat : 31843 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590883 11246362624 11961 33554432000 4194304 4196468 140721555515616 140501355923984 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31844] ppid=31786 vsize=10982776 memory=139662537741168 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31844/stat : 31844 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590883 11246362624 11961 33554432000 4194304 4196468 140721555515616 140501210643088 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31845] ppid=31786 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31845/stat : 31845 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590883 11246329856 12014 33554432000 4194304 4196468 140721555515616 140501209590032 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31846] ppid=31786 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31846/stat : 31846 (java) S 31786 31789 27600 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 229590883 11246329856 12014 33554432000 4194304 4196468 140721555515616 140501208537488 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31847] ppid=31786 vsize=10982744 memory=139662537713280 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31847/stat : 31847 (java) S 31786 31789 27600 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 229590884 11246329856 12014 33554432000 4194304 4196468 140721555515616 140500321393392 140501351692930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31848] ppid=31786 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31848/stat : 31848 (java) S 31786 31789 27600 0 -1 1077944384 13 13210 0 0 0 0 5 3 20 0 15 0 229590885 11246329856 12014 33554432000 4194304 4196468 140721555515616 140500191405728 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31849] ppid=31786 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31849/stat : 31849 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590885 11246329856 12014 33554432000 4194304 4196468 140721555515616 140499990078704 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31850] ppid=31786 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31850/stat : 31850 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11246362624 12014 33554432000 4194304 4196468 140721555515616 140499682679248 140501351700379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31851] ppid=31786 vsize=10982776 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31789/task/31851/stat : 31851 (java) S 31786 31789 27600 0 -1 1077944384 368 13210 0 0 1 0 5 3 20 0 15 0 229590888 11246362624 12014 33554432000 4194304 4196468 140721555515616 140500320340208 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31852] ppid=31786 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31852/stat : 31852 (java) S 31786 31789 27600 0 -1 1077944384 250 13210 0 0 0 0 5 3 20 0 15 0 229590888 11246362624 12014 33554432000 4194304 4196468 140721555515616 140500319287664 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31853] ppid=31786 vsize=10982776 memory=139662537713280 CPUtime=0.11 cores=1,3,5,7
/proc/31789/task/31853/stat : 31853 (java) S 31786 31789 27600 0 -1 1077944384 608 13210 0 0 3 0 5 3 20 0 15 0 229590888 11246362624 12014 33554432000 4194304 4196468 140721555515616 140500318234608 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31854] ppid=31786 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31854/stat : 31854 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11246362624 12014 33554432000 4194304 4196468 140721555515616 140499251882336 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31855] ppid=31786 vsize=10982776 memory=139662537713280 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31855/stat : 31855 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590888 11246362624 12014 33554432000 4194304 4196468 140721555515616 140500317183024 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982776 KiB
Current children cumulated memory: 47316 KiB

[startup+0.310395 s]*
/proc/loadavg: 1.47 1.58 1.68 3/216 31855
/proc/meminfo: memFree=10878344/32770624 swapFree=67108404/67108860
[pid=31789] ppid=31786 vsize=10983192 memory=55932 CPUtime=0.39 cores=1,3,5,7
/proc/31789/stat : 31789 (java) S 31786 31789 27600 0 -1 1077944320 10578 13210 0 0 28 3 5 3 20 0 15 0 229590873 11246788608 13983 33554432000 4194304 4196468 140721555515616 140721555498160 140501351681783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
/proc/31789/statm: 2745798 13983 3070 1 0 2708109 0
[pid=31789/tid=31842] ppid=31786 vsize=10983192 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/31789/task/31842/stat : 31842 (java) R 31786 31789 27600 0 -1 4202560 7123 13210 0 0 20 2 5 3 20 0 15 0 229590882 11246788608 13983 33554432000 4194304 4196468 140721555515616 140501323493792 140501335762270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31843] ppid=31786 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31843/stat : 31843 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590883 11246788608 13983 33554432000 4194304 4196468 140721555515616 140501355923984 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31844] ppid=31786 vsize=10983192 memory=139662537723873 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31844/stat : 31844 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590883 11246788608 13983 33554432000 4194304 4196468 140721555515616 140501210643088 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31845] ppid=31786 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31845/stat : 31845 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590883 11246788608 13983 33554432000 4194304 4196468 140721555515616 140501209590032 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31846] ppid=31786 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31846/stat : 31846 (java) S 31786 31789 27600 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 229590883 11246788608 13983 33554432000 4194304 4196468 140721555515616 140501208537488 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31847] ppid=31786 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31847/stat : 31847 (java) S 31786 31789 27600 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 229590884 11246788608 13983 33554432000 4194304 4196468 140721555515616 140500321393392 140501351692930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31848] ppid=31786 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31848/stat : 31848 (java) S 31786 31789 27600 0 -1 1077944384 13 13210 0 0 0 0 5 3 20 0 15 0 229590885 11246788608 13983 33554432000 4194304 4196468 140721555515616 140500191405728 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31849] ppid=31786 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31849/stat : 31849 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590885 11246788608 13983 33554432000 4194304 4196468 140721555515616 140499990078704 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31850] ppid=31786 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31850/stat : 31850 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11246788608 13983 33554432000 4194304 4196468 140721555515616 140499682679248 140501351700379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31851] ppid=31786 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31789/task/31851/stat : 31851 (java) S 31786 31789 27600 0 -1 1077944384 369 13210 0 0 1 0 5 3 20 0 15 0 229590888 11246788608 13983 33554432000 4194304 4196468 140721555515616 140500320340208 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31852] ppid=31786 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/31789/task/31852/stat : 31852 (java) S 31786 31789 27600 0 -1 1077944384 250 13210 0 0 1 0 5 3 20 0 15 0 229590888 11246788608 13983 33554432000 4194304 4196468 140721555515616 140500319287664 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31853] ppid=31786 vsize=10983192 memory=139662537713280 CPUtime=0.13 cores=1,3,5,7
/proc/31789/task/31853/stat : 31853 (java) S 31786 31789 27600 0 -1 1077944384 616 13210 0 0 5 0 5 3 20 0 15 0 229590888 11246788608 13983 33554432000 4194304 4196468 140721555515616 140500318234608 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31854] ppid=31786 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31854/stat : 31854 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11246788608 13983 33554432000 4194304 4196468 140721555515616 140499251882336 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31855] ppid=31786 vsize=10983192 memory=139662537713280 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31855/stat : 31855 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590888 11246788608 13983 33554432000 4194304 4196468 140721555515616 140500317183024 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55932 KiB

[startup+0.700773 s]
/proc/loadavg: 1.51 1.59 1.68 3/216 31855
/proc/meminfo: memFree=10868916/32770624 swapFree=67108404/67108860
[pid=31789] ppid=31786 vsize=10983192 memory=88704 CPUtime=0.99 cores=1,3,5,7
/proc/31789/stat : 31789 (java) S 31786 31789 27600 0 -1 1077944320 16786 13210 0 0 86 5 5 3 20 0 15 0 229590873 11246788608 22176 33554432000 4194304 4196468 140721555515616 140721555498160 140501351681783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
/proc/31789/statm: 2745798 22176 3248 1 0 2708109 0
[pid=31789/tid=31842] ppid=31786 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/31789/task/31842/stat : 31842 (java) R 31786 31789 27600 0 -1 4202560 12237 13210 0 0 55 3 5 3 20 0 15 0 229590882 11246788608 22176 33554432000 4194304 4196468 140721555515616 140501323502608 140501333245347 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31843] ppid=31786 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31843/stat : 31843 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590883 11246788608 22176 33554432000 4194304 4196468 140721555515616 140501355923984 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31844] ppid=31786 vsize=10983192 memory=2442494215681 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31844/stat : 31844 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590883 11246788608 22176 33554432000 4194304 4196468 140721555515616 140501210643088 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31845] ppid=31786 vsize=10983192 memory=546657966 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31845/stat : 31845 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590883 11246788608 22176 33554432000 4194304 4196468 140721555515616 140501209590032 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31846] ppid=31786 vsize=10983192 memory=4639366808851880611 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31846/stat : 31846 (java) S 31786 31789 27600 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 229590883 11246788608 22176 33554432000 4194304 4196468 140721555515616 140501208537488 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31847] ppid=31786 vsize=10983192 memory=4044 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31847/stat : 31847 (java) S 31786 31789 27600 0 -1 1077944384 5 13210 0 0 0 0 5 3 20 0 15 0 229590884 11246788608 22176 33554432000 4194304 4196468 140721555515616 140500321393392 140501351692930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31848] ppid=31786 vsize=10983192 memory=34520 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31848/stat : 31848 (java) S 31786 31789 27600 0 -1 1077944384 13 13210 0 0 0 0 5 3 20 0 15 0 229590885 11246788608 22176 33554432000 4194304 4196468 140721555515616 140500191405728 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31849] ppid=31786 vsize=10983192 memory=14644 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31849/stat : 31849 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590885 11246788608 22176 33554432000 4194304 4196468 140721555515616 140499990078704 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31850] ppid=31786 vsize=10983192 memory=1720 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31850/stat : 31850 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11246788608 22176 33554432000 4194304 4196468 140721555515616 140499682679248 140501351700379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31851] ppid=31786 vsize=10983192 memory=508 CPUtime=0.15 cores=1,3,5,7
/proc/31789/task/31851/stat : 31851 (java) S 31786 31789 27600 0 -1 1077944384 729 13210 0 0 7 0 5 3 20 0 15 0 229590888 11246788608 22176 33554432000 4194304 4196468 140721555515616 140500320340208 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31852] ppid=31786 vsize=10983192 memory=928 CPUtime=0.17 cores=1,3,5,7
/proc/31789/task/31852/stat : 31852 (java) S 31786 31789 27600 0 -1 1077944384 895 13210 0 0 9 0 5 3 20 0 15 0 229590888 11246788608 22176 33554432000 4194304 4196468 140721555515616 140500319287664 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31853] ppid=31786 vsize=10983192 memory=1172 CPUtime=0.21 cores=1,3,5,7
/proc/31789/task/31853/stat : 31853 (java) S 31786 31789 27600 0 -1 1077944384 702 13210 0 0 13 0 5 3 20 0 15 0 229590888 11246788608 22176 33554432000 4194304 4196468 140721555515616 140500318234608 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31854] ppid=31786 vsize=10983192 memory=2404 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31854/stat : 31854 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11246788608 22176 33554432000 4194304 4196468 140721555515616 140499251882336 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31855] ppid=31786 vsize=10983192 memory=6153431502485415780 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31855/stat : 31855 (java) S 31786 31789 27600 0 -1 1077944384 1 13210 0 0 0 0 5 3 20 0 15 0 229590888 11246788608 22176 33554432000 4194304 4196468 140721555515616 140500317183024 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88704 KiB

[startup+1.50077 s]
/proc/loadavg: 1.51 1.59 1.68 3/216 31855
/proc/meminfo: memFree=10822068/32770624 swapFree=67108404/67108860
[pid=31789] ppid=31786 vsize=10998092 memory=179352 CPUtime=2.31 cores=1,3,5,7
/proc/31789/stat : 31789 (java) S 31786 31789 27600 0 -1 1077944320 23986 13210 0 0 212 11 5 3 20 0 15 0 229590873 11262046208 44838 33554432000 4194304 4196468 140721555515616 140721555498160 140501351681783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
/proc/31789/statm: 2749523 44838 3475 1 0 2711181 0
[pid=31789/tid=31842] ppid=31786 vsize=10998092 memory=7518026630507422825 CPUtime=1.43 cores=1,3,5,7
/proc/31789/task/31842/stat : 31842 (java) R 31786 31789 27600 0 -1 4202560 17724 13210 0 0 129 6 5 3 20 0 15 0 229590882 11262046208 44838 33554432000 4194304 4196468 140721555515616 140501323505024 140501335762270 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31843] ppid=31786 vsize=10998092 memory=7518026630507422825 CPUtime=0.09 cores=1,3,5,7
/proc/31789/task/31843/stat : 31843 (java) S 31786 31789 27600 0 -1 1077944384 12 13210 0 0 1 0 5 3 20 0 15 0 229590883 11262046208 44838 33554432000 4194304 4196468 140721555515616 140501355923984 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31844] ppid=31786 vsize=10998092 memory=7013631194695100778 CPUtime=0.09 cores=1,3,5,7
/proc/31789/task/31844/stat : 31844 (java) S 31786 31789 27600 0 -1 1077944384 26 13210 0 0 1 0 5 3 20 0 15 0 229590883 11262046208 44838 33554432000 4194304 4196468 140721555515616 140501210643088 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31845] ppid=31786 vsize=10998092 memory=-3704326594973231466 CPUtime=0.09 cores=1,3,5,7
/proc/31789/task/31845/stat : 31845 (java) S 31786 31789 27600 0 -1 1077944384 183 13210 0 0 1 0 5 3 20 0 15 0 229590883 11262046208 44838 33554432000 4194304 4196468 140721555515616 140501209590032 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31846] ppid=31786 vsize=10998092 memory=7100839861465685612 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31846/stat : 31846 (java) S 31786 31789 27600 0 -1 1077944384 78 13210 0 0 0 0 5 3 20 0 15 0 229590883 11262046208 44838 33554432000 4194304 4196468 140721555515616 140501208537488 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31847] ppid=31786 vsize=10998092 memory=3054156605268465310 CPUtime=0.09 cores=1,3,5,7
/proc/31789/task/31847/stat : 31847 (java) S 31786 31789 27600 0 -1 1077944384 67 13210 0 0 1 0 5 3 20 0 15 0 229590884 11262046208 44838 33554432000 4194304 4196468 140721555515616 140500321393392 140501351692930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31848] ppid=31786 vsize=10998092 memory=7822038051842261661 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31848/stat : 31848 (java) S 31786 31789 27600 0 -1 1077944384 13 13210 0 0 0 0 5 3 20 0 15 0 229590885 11262046208 44838 33554432000 4194304 4196468 140721555515616 140500191405792 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31849] ppid=31786 vsize=10998092 memory=8514726395714825349 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31849/stat : 31849 (java) S 31786 31789 27600 0 -1 1077944384 2 13210 0 0 0 0 5 3 20 0 15 0 229590885 11262046208 44838 33554432000 4194304 4196468 140721555515616 140499990078720 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31850] ppid=31786 vsize=10998092 memory=4713745541279610410 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31850/stat : 31850 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11262046208 44838 33554432000 4194304 4196468 140721555515616 140499682679248 140501351700379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31851] ppid=31786 vsize=10998092 memory=-8707038579349950309 CPUtime=0.25 cores=1,3,5,7
/proc/31789/task/31851/stat : 31851 (java) S 31786 31789 27600 0 -1 1077944384 926 13210 0 0 17 0 5 3 20 0 15 0 229590888 11262046208 44838 33554432000 4194304 4196468 140721555515616 140500320340208 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31852] ppid=31786 vsize=10998092 memory=-6520471753822164382 CPUtime=0.31 cores=1,3,5,7
/proc/31789/task/31852/stat : 31852 (java) S 31786 31789 27600 0 -1 1077944384 1334 13210 0 0 23 0 5 3 20 0 15 0 229590888 11262046208 44838 33554432000 4194304 4196468 140721555515616 140500319287664 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31853] ppid=31786 vsize=10998092 memory=8514701219730522529 CPUtime=0.42 cores=1,3,5,7
/proc/31789/task/31853/stat : 31853 (java) S 31786 31789 27600 0 -1 1077944384 1422 13210 0 0 34 0 5 3 20 0 15 0 229590888 11262046208 44838 33554432000 4194304 4196468 140721555515616 140500318234608 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0

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

/proc/31789/task/31842/stat : 31842 (java) R 31786 31789 27600 0 -1 4202560 95749 13210 0 0 230098 47 5 3 20 0 15 0 229590882 11345952768 234474 33554432000 4194304 4196468 140721555515616 140501323517072 140500886546902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31843] ppid=31786 vsize=11080032 memory=937896 CPUtime=10.04 cores=1,3,5,7
/proc/31789/task/31843/stat : 31843 (java) S 31786 31789 27600 0 -1 1077944384 14558 13210 0 0 950 46 5 3 20 0 15 0 229590883 11345952768 234474 33554432000 4194304 4196468 140721555515616 140501355923984 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31844] ppid=31786 vsize=11080032 memory=937896 CPUtime=10.08 cores=1,3,5,7
/proc/31789/task/31844/stat : 31844 (java) S 31786 31789 27600 0 -1 1077944384 13936 13210 0 0 953 47 5 3 20 0 15 0 229590883 11345952768 234474 33554432000 4194304 4196468 140721555515616 140501210643088 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31845] ppid=31786 vsize=11080032 memory=944504 CPUtime=10.08 cores=1,3,5,7
/proc/31789/task/31845/stat : 31845 (java) S 31786 31789 27600 0 -1 1077944384 14021 13210 0 0 952 48 5 3 20 0 15 0 229590883 11345952768 234474 33554432000 4194304 4196468 140721555515616 140501209590032 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31846] ppid=31786 vsize=11080032 memory=940464 CPUtime=10.07 cores=1,3,5,7
/proc/31789/task/31846/stat : 31846 (java) S 31786 31789 27600 0 -1 1077944384 17891 13210 0 0 953 46 5 3 20 0 15 0 229590883 11345952768 234474 33554432000 4194304 4196468 140721555515616 140501208537488 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31847] ppid=31786 vsize=11080032 memory=937896 CPUtime=7.81 cores=1,3,5,7
/proc/31789/task/31847/stat : 31847 (java) S 31786 31789 27600 0 -1 1077944384 16467 13210 0 0 726 47 5 3 20 0 15 0 229590884 11345952768 234474 33554432000 4194304 4196468 140721555515616 140500321393392 140501351692930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31848] ppid=31786 vsize=11080032 memory=937896 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31848/stat : 31848 (java) S 31786 31789 27600 0 -1 1077944384 17 13210 0 0 0 0 5 3 20 0 15 0 229590885 11345952768 234474 33554432000 4194304 4196468 140721555515616 140500191405792 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31849] ppid=31786 vsize=11080032 memory=944504 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31849/stat : 31849 (java) S 31786 31789 27600 0 -1 1077944384 9 13210 0 0 0 0 5 3 20 0 15 0 229590885 11345952768 234474 33554432000 4194304 4196468 140721555515616 140499990078720 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31850] ppid=31786 vsize=11080032 memory=944504 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31850/stat : 31850 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11345952768 234474 33554432000 4194304 4196468 140721555515616 140499682679248 140501351700379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31851] ppid=31786 vsize=11080032 memory=944504 CPUtime=5.4 cores=1,3,5,7
/proc/31789/task/31851/stat : 31851 (java) S 31786 31789 27600 0 -1 1077944384 35435 13210 0 0 528 4 5 3 20 0 15 0 229590888 11345952768 234474 33554432000 4194304 4196468 140721555515616 140500320340208 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31852] ppid=31786 vsize=11080032 memory=944504 CPUtime=5.3 cores=1,3,5,7
/proc/31789/task/31852/stat : 31852 (java) S 31786 31789 27600 0 -1 1077944384 36824 13210 0 0 517 5 5 3 20 0 15 0 229590888 11345952768 234474 33554432000 4194304 4196468 140721555515616 140500319287664 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31853] ppid=31786 vsize=11080032 memory=937896 CPUtime=2.35 cores=1,3,5,7
/proc/31789/task/31853/stat : 31853 (java) S 31786 31789 27600 0 -1 1077944384 35739 13210 0 0 222 5 5 3 20 0 15 0 229590888 11345952768 234474 33554432000 4194304 4196468 140721555515616 140500318234608 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31854] ppid=31786 vsize=11080032 memory=937896 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31854/stat : 31854 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11345952768 234474 33554432000 4194304 4196468 140721555515616 140499251882336 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31855] ppid=31786 vsize=11080032 memory=937896 CPUtime=1.42 cores=1,3,5,7
/proc/31789/task/31855/stat : 31855 (java) S 31786 31789 27600 0 -1 1077944384 2241 13210 0 0 55 79 5 3 20 0 15 0 229590888 11345952768 234474 33554432000 4194304 4196468 140721555515616 140500317183024 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
Current children cumulated CPU time: 2363.47 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 937896 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.84 2.35 3/216 32326
/proc/meminfo: memFree=14759900/32770624 swapFree=67108404/67108860
[pid=31789] ppid=31786 vsize=11080032 memory=937928 CPUtime=2424.22 cores=1,3,5,7
/proc/31789/stat : 31789 (java) S 31786 31789 27600 0 -1 1077944320 286453 13210 0 0 242082 332 5 3 20 0 15 0 229590873 11345952768 234482 33554432000 4194304 4196468 140721555515616 140721555498160 140501351681783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
/proc/31789/statm: 2770008 234482 3535 1 0 2731661 0
[pid=31789/tid=31842] ppid=31786 vsize=11080032 memory=937916 CPUtime=2360.96 cores=1,3,5,7
/proc/31789/task/31842/stat : 31842 (java) R 31786 31789 27600 0 -1 4202560 96371 13210 0 0 236041 47 5 3 20 0 15 0 229590882 11345952768 234482 33554432000 4194304 4196468 140721555515616 140501323516336 140500897295028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31843] ppid=31786 vsize=11080032 memory=937916 CPUtime=10.31 cores=1,3,5,7
/proc/31789/task/31843/stat : 31843 (java) S 31786 31789 27600 0 -1 1077944384 14612 13210 0 0 976 47 5 3 20 0 15 0 229590883 11345952768 234482 33554432000 4194304 4196468 140721555515616 140501355923984 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31844] ppid=31786 vsize=11080032 memory=937928 CPUtime=10.35 cores=1,3,5,7
/proc/31789/task/31844/stat : 31844 (java) S 31786 31789 27600 0 -1 1077944384 14001 13210 0 0 979 48 5 3 20 0 15 0 229590883 11345952768 234482 33554432000 4194304 4196468 140721555515616 140501210643088 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31845] ppid=31786 vsize=11080032 memory=937928 CPUtime=10.34 cores=1,3,5,7
/proc/31789/task/31845/stat : 31845 (java) S 31786 31789 27600 0 -1 1077944384 14064 13210 0 0 978 48 5 3 20 0 15 0 229590883 11345952768 234482 33554432000 4194304 4196468 140721555515616 140501209590032 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31846] ppid=31786 vsize=11080032 memory=65 CPUtime=10.34 cores=1,3,5,7
/proc/31789/task/31846/stat : 31846 (java) S 31786 31789 27600 0 -1 1077944384 18235 13210 0 0 980 46 5 3 20 0 15 0 229590883 11345952768 234482 33554432000 4194304 4196468 140721555515616 140501208537488 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31847] ppid=31786 vsize=11080032 memory=937928 CPUtime=8.01 cores=1,3,5,7
/proc/31789/task/31847/stat : 31847 (java) S 31786 31789 27600 0 -1 1077944384 16678 13210 0 0 744 49 5 3 20 0 15 0 229590884 11345952768 234482 33554432000 4194304 4196468 140721555515616 140500321393392 140501351692930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31848] ppid=31786 vsize=11080032 memory=937928 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31848/stat : 31848 (java) S 31786 31789 27600 0 -1 1077944384 17 13210 0 0 0 0 5 3 20 0 15 0 229590885 11345952768 234482 33554432000 4194304 4196468 140721555515616 140500191405792 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31849] ppid=31786 vsize=11080032 memory=937928 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31849/stat : 31849 (java) S 31786 31789 27600 0 -1 1077944384 9 13210 0 0 0 0 5 3 20 0 15 0 229590885 11345952768 234482 33554432000 4194304 4196468 140721555515616 140499990078720 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31850] ppid=31786 vsize=11080032 memory=3684 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31850/stat : 31850 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11345952768 234482 33554432000 4194304 4196468 140721555515616 140499682679248 140501351700379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31851] ppid=31786 vsize=11080032 memory=6791534058613427641 CPUtime=5.4 cores=1,3,5,7
/proc/31789/task/31851/stat : 31851 (java) S 31786 31789 27600 0 -1 1077944384 35437 13210 0 0 528 4 5 3 20 0 15 0 229590888 11345952768 234482 33554432000 4194304 4196468 140721555515616 140500320340208 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31852] ppid=31786 vsize=11080032 memory=937928 CPUtime=5.3 cores=1,3,5,7
/proc/31789/task/31852/stat : 31852 (java) S 31786 31789 27600 0 -1 1077944384 36828 13210 0 0 517 5 5 3 20 0 15 0 229590888 11345952768 234482 33554432000 4194304 4196468 140721555515616 140500319287664 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31853] ppid=31786 vsize=11080032 memory=2148 CPUtime=2.35 cores=1,3,5,7
/proc/31789/task/31853/stat : 31853 (java) S 31786 31789 27600 0 -1 1077944384 35743 13210 0 0 222 5 5 3 20 0 15 0 229590888 11345952768 234482 33554432000 4194304 4196468 140721555515616 140500318234608 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31854] ppid=31786 vsize=11080032 memory=1160 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31854/stat : 31854 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11345952768 234482 33554432000 4194304 4196468 140721555515616 140499251882336 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31855] ppid=31786 vsize=11080032 memory=937928 CPUtime=1.46 cores=1,3,5,7
/proc/31789/task/31855/stat : 31855 (java) S 31786 31789 27600 0 -1 1077944384 2260 13210 0 0 58 80 5 3 20 0 15 0 229590888 11345952768 234482 33554432000 4194304 4196468 140721555515616 140500317183024 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
Current children cumulated CPU time: 2424.22 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 937928 KiB

[startup+2442.3 s]
/proc/loadavg: 2.06 2.70 2.34 3/216 32327
/proc/meminfo: memFree=14232292/32770624 swapFree=67108404/67108860
[pid=31789] ppid=31786 vsize=11080032 memory=940024 CPUtime=2484.9 cores=1,3,5,7
/proc/31789/stat : 31789 (java) S 31786 31789 27600 0 -1 1077944320 287747 13210 0 0 248144 338 5 3 20 0 15 0 229590873 11345952768 235006 33554432000 4194304 4196468 140721555515616 140721555498160 140501351681783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
/proc/31789/statm: 2770008 235006 3535 1 0 2731661 0
[pid=31789/tid=31842] ppid=31786 vsize=11080032 memory=940024 CPUtime=2420.45 cores=1,3,5,7
/proc/31789/task/31842/stat : 31842 (java) R 31786 31789 27600 0 -1 4202560 96967 13210 0 0 241989 48 5 3 20 0 15 0 229590882 11345952768 235006 33554432000 4194304 4196468 140721555515616 140501323516112 140500897442900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31843] ppid=31786 vsize=11080032 memory=940024 CPUtime=10.56 cores=1,3,5,7
/proc/31789/task/31843/stat : 31843 (java) S 31786 31789 27600 0 -1 1077944384 14661 13210 0 0 1000 48 5 3 20 0 15 0 229590883 11345952768 235006 33554432000 4194304 4196468 140721555515616 140501355923984 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31844] ppid=31786 vsize=11080032 memory=939976 CPUtime=10.59 cores=1,3,5,7
/proc/31789/task/31844/stat : 31844 (java) S 31786 31789 27600 0 -1 1077944384 14040 13210 0 0 1002 49 5 3 20 0 15 0 229590883 11345952768 235006 33554432000 4194304 4196468 140721555515616 140501210643088 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31845] ppid=31786 vsize=11080032 memory=937928 CPUtime=10.58 cores=1,3,5,7
/proc/31789/task/31845/stat : 31845 (java) S 31786 31789 27600 0 -1 1077944384 14410 13210 0 0 1002 48 5 3 20 0 15 0 229590883 11345952768 235006 33554432000 4194304 4196468 140721555515616 140501209590032 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31846] ppid=31786 vsize=11080032 memory=937928 CPUtime=10.58 cores=1,3,5,7
/proc/31789/task/31846/stat : 31846 (java) S 31786 31789 27600 0 -1 1077944384 18273 13210 0 0 1003 47 5 3 20 0 15 0 229590883 11345952768 235006 33554432000 4194304 4196468 140721555515616 140501208537488 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31847] ppid=31786 vsize=11080032 memory=940024 CPUtime=8.18 cores=1,3,5,7
/proc/31789/task/31847/stat : 31847 (java) S 31786 31789 27600 0 -1 1077944384 16887 13210 0 0 761 49 5 3 20 0 15 0 229590884 11345952768 235006 33554432000 4194304 4196468 140721555515616 140500321393392 140501351692930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31848] ppid=31786 vsize=11080032 memory=939976 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31848/stat : 31848 (java) S 31786 31789 27600 0 -1 1077944384 17 13210 0 0 0 0 5 3 20 0 15 0 229590885 11345952768 235006 33554432000 4194304 4196468 140721555515616 140500191405792 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31849] ppid=31786 vsize=11080032 memory=940024 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31849/stat : 31849 (java) S 31786 31789 27600 0 -1 1077944384 9 13210 0 0 0 0 5 3 20 0 15 0 229590885 11345952768 235006 33554432000 4194304 4196468 140721555515616 140499990078720 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31850] ppid=31786 vsize=11080032 memory=940024 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31850/stat : 31850 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11345952768 235006 33554432000 4194304 4196468 140721555515616 140499682679248 140501351700379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31851] ppid=31786 vsize=11080032 memory=937928 CPUtime=5.4 cores=1,3,5,7
/proc/31789/task/31851/stat : 31851 (java) S 31786 31789 27600 0 -1 1077944384 35439 13210 0 0 528 4 5 3 20 0 15 0 229590888 11345952768 235006 33554432000 4194304 4196468 140721555515616 140500320340208 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31852] ppid=31786 vsize=11080032 memory=940024 CPUtime=5.3 cores=1,3,5,7
/proc/31789/task/31852/stat : 31852 (java) S 31786 31789 27600 0 -1 1077944384 36828 13210 0 0 517 5 5 3 20 0 15 0 229590888 11345952768 235006 33554432000 4194304 4196468 140721555515616 140500319287664 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31853] ppid=31786 vsize=11080032 memory=940024 CPUtime=2.35 cores=1,3,5,7
/proc/31789/task/31853/stat : 31853 (java) S 31786 31789 27600 0 -1 1077944384 35743 13210 0 0 222 5 5 3 20 0 15 0 229590888 11345952768 235006 33554432000 4194304 4196468 140721555515616 140500318234608 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31854] ppid=31786 vsize=11080032 memory=940024 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31854/stat : 31854 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11345952768 235006 33554432000 4194304 4196468 140721555515616 140499251882336 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31855] ppid=31786 vsize=11080032 memory=-3756611412707075625 CPUtime=1.49 cores=1,3,5,7
/proc/31789/task/31855/stat : 31855 (java) S 31786 31789 27600 0 -1 1077944384 2275 13210 0 0 59 82 5 3 20 0 15 0 229590888 11345952768 235006 33554432000 4194304 4196468 140721555515616 140500317183024 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
Current children cumulated CPU time: 2484.9 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 940024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477 s]*
/proc/loadavg: 1.75 2.56 2.30 3/216 32328
/proc/meminfo: memFree=13460076/32770624 swapFree=67108404/67108860
[pid=31789] ppid=31786 vsize=11080032 memory=940044 CPUtime=2520.05 cores=1,3,5,7
/proc/31789/stat : 31789 (java) S 31786 31789 27600 0 -1 1077944320 288375 13210 0 0 251657 340 5 3 20 0 15 0 229590873 11345952768 235011 33554432000 4194304 4196468 140721555515616 140721555498160 140501351681783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
/proc/31789/statm: 2770008 235011 3535 1 0 2731661 0
[pid=31789/tid=31842] ppid=31786 vsize=11080032 memory=6791534058613427641 CPUtime=2454.85 cores=1,3,5,7
/proc/31789/task/31842/stat : 31842 (java) R 31786 31789 27600 0 -1 4202560 97252 13210 0 0 245429 48 5 3 20 0 15 0 229590882 11345952768 235011 33554432000 4194304 4196468 140721555515616 140501323516112 140500897321453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31843] ppid=31786 vsize=11080032 memory=4872558044660077418 CPUtime=10.72 cores=1,3,5,7
/proc/31789/task/31843/stat : 31843 (java) S 31786 31789 27600 0 -1 1077944384 14692 13210 0 0 1015 49 5 3 20 0 15 0 229590883 11345952768 235011 33554432000 4194304 4196468 140721555515616 140501355923984 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31844] ppid=31786 vsize=11080032 memory=3984 CPUtime=10.74 cores=1,3,5,7
/proc/31789/task/31844/stat : 31844 (java) S 31786 31789 27600 0 -1 1077944384 14082 13210 0 0 1017 49 5 3 20 0 15 0 229590883 11345952768 235011 33554432000 4194304 4196468 140721555515616 140501210643088 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31845] ppid=31786 vsize=11080032 memory=2144 CPUtime=10.74 cores=1,3,5,7
/proc/31789/task/31845/stat : 31845 (java) S 31786 31789 27600 0 -1 1077944384 14448 13210 0 0 1017 49 5 3 20 0 15 0 229590883 11345952768 235011 33554432000 4194304 4196468 140721555515616 140501209590032 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31846] ppid=31786 vsize=11080032 memory=7540 CPUtime=10.73 cores=1,3,5,7
/proc/31789/task/31846/stat : 31846 (java) S 31786 31789 27600 0 -1 1077944384 18302 13210 0 0 1018 47 5 3 20 0 15 0 229590883 11345952768 235011 33554432000 4194304 4196468 140721555515616 140501208537488 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31847] ppid=31786 vsize=11080032 memory=6791534058613427641 CPUtime=8.3 cores=1,3,5,7
/proc/31789/task/31847/stat : 31847 (java) S 31786 31789 27600 0 -1 1077944384 17070 13210 0 0 772 50 5 3 20 0 15 0 229590884 11345952768 235011 33554432000 4194304 4196468 140721555515616 140500321393392 140501351692930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31848] ppid=31786 vsize=11080032 memory=-8961168018402230209 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31848/stat : 31848 (java) S 31786 31789 27600 0 -1 1077944384 17 13210 0 0 0 0 5 3 20 0 15 0 229590885 11345952768 235011 33554432000 4194304 4196468 140721555515616 140500191405792 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31849] ppid=31786 vsize=11080032 memory=-8253362762722141311 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31849/stat : 31849 (java) S 31786 31789 27600 0 -1 1077944384 9 13210 0 0 0 0 5 3 20 0 15 0 229590885 11345952768 235011 33554432000 4194304 4196468 140721555515616 140499990078720 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31850] ppid=31786 vsize=11080032 memory=-7175204567652784766 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31850/stat : 31850 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11345952768 235011 33554432000 4194304 4196468 140721555515616 140499682679248 140501351700379 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31851] ppid=31786 vsize=11080032 memory=7518879894615909221 CPUtime=5.4 cores=1,3,5,7
/proc/31789/task/31851/stat : 31851 (java) S 31786 31789 27600 0 -1 1077944384 35441 13210 0 0 528 4 5 3 20 0 15 0 229590888 11345952768 235011 33554432000 4194304 4196468 140721555515616 140500320340208 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31852] ppid=31786 vsize=11080032 memory=6228876769192668265 CPUtime=5.3 cores=1,3,5,7
/proc/31789/task/31852/stat : 31852 (java) S 31786 31789 27600 0 -1 1077944384 36830 13210 0 0 517 5 5 3 20 0 15 0 229590888 11345952768 235011 33554432000 4194304 4196468 140721555515616 140500319287664 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31853] ppid=31786 vsize=11080032 memory=7523376918531162212 CPUtime=2.36 cores=1,3,5,7
/proc/31789/task/31853/stat : 31853 (java) S 31786 31789 27600 0 -1 1077944384 35745 13210 0 0 223 5 5 3 20 0 15 0 229590888 11345952768 235011 33554432000 4194304 4196468 140721555515616 140500318234608 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31854] ppid=31786 vsize=11080032 memory=812 CPUtime=0.08 cores=1,3,5,7
/proc/31789/task/31854/stat : 31854 (java) S 31786 31789 27600 0 -1 1077944384 3 13210 0 0 0 0 5 3 20 0 15 0 229590888 11345952768 235011 33554432000 4194304 4196468 140721555515616 140499251882336 140501351691989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
[pid=31789/tid=31855] ppid=31786 vsize=11080032 memory=1692 CPUtime=1.51 cores=1,3,5,7
/proc/31789/task/31855/stat : 31855 (java) S 31786 31789 27600 0 -1 1077944384 2289 13210 0 0 60 83 5 3 20 0 15 0 229590888 11345952768 235011 33554432000 4194304 4196468 140721555515616 140500317183024 140501351692930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18141184 140721555520100 140721555522908 140721555522908 140721555525583 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 940044 KiB

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

[startup+2477.04 s]
# the end of solver process 31789 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.64 s, system=3.44691 s

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

Child status: 143
Real time (s): 2477.04
CPU time (s): 2520.09
CPU user time (s): 2516.64
CPU system time (s): 3.44691
CPU usage (%): 101.738
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1112704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.64
system time used= 3.44691
maximum resident set size= 1115776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 232645
involuntary context switches= 6783


# summary of solver processes directly reported to runsolver:
#   pid: 31789
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.64
#   total CPU system time (s): 3.44691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1428 second user time and 23.8905 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-13 02:31:17
IDJOB=4304602
IDBENCH=141472
IDSOLVER=2781
FILE ID=node148/4304602-1534120277
RUNJOBID= node148-1534098057-27632
PBS_JOBID= 21037003
Free space on /tmp= 33932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304602-1534120277/watcher-4304602-1534120277 -o /tmp/evaluation-result-4304602-1534120277/solver-4304602-1534120277 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27632 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=123786801 -superng HOME/instance-4304602-1534120277.xml

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

MD5SUM BENCH= 0be9a53bf20a889479382bc05b2f6618
RANDOM SEED=123786801

node148.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:        10922280 kB
MemAvailable:   25685432 kB
Buffers:          197980 kB
Cached:         14614508 kB
SwapCached:          352 kB
Active:         13499568 kB
Inactive:        7575540 kB
Active(anon):    6215724 kB
Inactive(anon):    99192 kB
Active(file):    7283844 kB
Inactive(file):  7476348 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26636 kB
Writeback:             0 kB
AnonPages:       6269620 kB
Mapped:            67828 kB
Shmem:             49592 kB
Slab:             459548 kB
SReclaimable:     431420 kB
SUnreclaim:        28128 kB
KernelStack:        3504 kB
PageTables:        17580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6944008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5984256 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= 33904 MiB
End job on node148 at 2018-08-13 03:12:34