Trace number 4295130

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13SAT (TO)111 2520.06 2473.33

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.8.1528841891564 running
10.41/4.63	o 120
10.74/4.71	o 119
12.24/5.28	o 118
12.45/5.32	o 117
19.80/10.96	o 116
20.03/11.18	o 115
24.27/15.12	o 113
46.85/37.01	o 112
309.95/296.62	o 111
2520.02/2473.30	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2473.31		at concrete.MAC.mac(MAC.scala:188)
2520.02/2473.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2473.31		at scala.util.Try$.apply(Try.scala:209)
2520.02/2473.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2473.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2473.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2473.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2473.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2473.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2473.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2473.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2473.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2473.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2473.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2473.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2473.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2473.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2473.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2473.31		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2473.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2473.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2473.31		at scala.util.Success.map(Try.scala:209)
2520.02/2473.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2473.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2473.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2473.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2473.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2473.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2473.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2473.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2473.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2473.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2473.31		at scala.App.main(App.scala:76)
2520.02/2473.31		at scala.App.main$(App.scala:74)
2520.02/2473.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2473.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2473.32	v <instantiation cost="111">
2520.02/2473.32	v       <list>
2520.02/2473.32	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.02/2473.32	v       </list>
2520.02/2473.32	v       <values>
2520.02/2473.32	v         0 0 0 0 4 4 7 2 4 30 17 6 2 10 4 16 10 23 57 25 7 16 27 24 34 10 46 25 30 14 35 44 32 30 33 41 83 16 14 17 41 43 50 16 41 24 32 60 52 59 33 59 47 56 40 24 50 34 34 11 45 46 61 86 47 68 50 81 18 54 43 56 45 80 73 40 53 62 63 51 46 72 69 72 48 64 81 65 61 74 81 78 93 63 65 45 35 81 46 98 49 91 51 41 83 98 96 80 104 64 106 80 74 86 93 98 101 88 108 102 102 111
2520.02/2473.32	v       </values>
2520.02/2473.32	v     </instantiation>
2520.02/2473.32	s SATISFIABLE

Verifier Data

OK	111

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295130-1532529458/watcher-4295130-1532529458 -o /tmp/evaluation-result-4295130-1532529458/solver-4295130-1532529458 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1677368137 HOME/instance-4295130-1532529458.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
Current StackSize limit: 8192 KiB
solver pid=25613, runsolver pid=25610


[startup+0.100167 s]*
/proc/loadavg: 2.24 1.99 1.78 3/206 25670
/proc/meminfo: memFree=11991356/32770624 swapFree=67108796/67108860
[pid=25613] ppid=25610 vsize=9972712 memory=18324 CPUtime=0.09 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25610 25613 23703 0 -1 1077944320 4257 12843 0 0 1 0 5 3 20 0 6 0 70508994 10212057088 4581 33554432000 4194304 4196468 140731487228112 140731487210656 139929010196215 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
/proc/25613/statm: 2493178 4581 1930 1 0 2481616 0
[pid=25613/tid=25666] ppid=25610 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/25613/task/25666/stat : 25666 (java) R 25610 25613 23703 0 -1 4202560 2063 12843 0 0 1 0 5 3 20 0 6 0 70509003 10212057088 4647 33554432000 4194304 4196468 140731487228112 139928982032976 139929010218141 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25667] ppid=25610 vsize=9972712 memory=5793855805888682425 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25667/stat : 25667 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 6 0 70509004 10212057088 4647 33554432000 4194304 4196468 140731487228112 139929014438416 139929010206421 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25668] ppid=25610 vsize=9972712 memory=140554878789248 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25668/stat : 25668 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 6 0 70509004 10212057088 4647 33554432000 4194304 4196468 140731487228112 139928902711952 139929010206421 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25669] ppid=25610 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25669/stat : 25669 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 6 0 70509004 10212057088 4647 33554432000 4194304 4196468 140731487228112 139928901658896 139929010206421 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25670] ppid=25610 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25670/stat : 25670 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 6 0 70509004 10212057088 4647 33554432000 4194304 4196468 140731487228112 139928900606352 139929010206421 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18324 KiB

[startup+0.210052 s]*
/proc/loadavg: 2.24 1.99 1.78 3/215 25679
/proc/meminfo: memFree=11967748/32770624 swapFree=67108796/67108860
[pid=25613] ppid=25610 vsize=10818904 memory=46280 CPUtime=0.26 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25610 25613 23703 0 -1 1077944320 7813 12843 0 0 17 1 5 3 20 0 15 0 70508994 11078557696 11570 33554432000 4194304 4196468 140731487228112 140731487210656 139929010196215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
/proc/25613/statm: 2704726 11570 2947 1 0 2667149 0
[pid=25613/tid=25666] ppid=25610 vsize=10819896 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/25613/task/25666/stat : 25666 (java) R 25610 25613 23703 0 -1 4202560 4439 12843 0 0 10 1 5 3 20 0 15 0 70509003 11079573504 11702 33554432000 4194304 4196468 140731487228112 139928982021024 139929002875933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25667] ppid=25610 vsize=10819896 memory=4211974281083579786 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25667/stat : 25667 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509004 11079573504 11702 33554432000 4194304 4196468 140731487228112 139929014438416 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25668] ppid=25610 vsize=10819896 memory=140554878789248 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25668/stat : 25668 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509004 11079573504 11702 33554432000 4194304 4196468 140731487228112 139928902711952 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25669] ppid=25610 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25669/stat : 25669 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509004 11079573504 11702 33554432000 4194304 4196468 140731487228112 139928901658896 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25670] ppid=25610 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25670/stat : 25670 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509004 11079573504 11768 33554432000 4194304 4196468 140731487228112 139928900606352 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25671] ppid=25610 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25671/stat : 25671 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509005 11079573504 11768 33554432000 4194304 4196468 140731487228112 139928468921072 139929010207362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25672] ppid=25610 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25672/stat : 25672 (java) S 25610 25613 23703 0 -1 1077944384 33 12843 0 0 0 0 5 3 20 0 15 0 70509005 11079573504 11768 33554432000 4194304 4196468 140731487228112 139928467867296 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25673] ppid=25610 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25673/stat : 25673 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509006 11079573504 11768 33554432000 4194304 4196468 140731487228112 139928356775152 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25674] ppid=25610 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25674/stat : 25674 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509008 11079573504 11834 33554432000 4194304 4196468 140731487228112 139927752796624 139929010214811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25675] ppid=25610 vsize=10819896 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25613/task/25675/stat : 25675 (java) S 25610 25613 23703 0 -1 1077944384 475 12843 0 0 1 0 5 3 20 0 15 0 70509008 11079573504 11834 33554432000 4194304 4196468 140731487228112 139928434309360 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25676] ppid=25610 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25676/stat : 25676 (java) S 25610 25613 23703 0 -1 1077944384 128 12843 0 0 0 0 5 3 20 0 15 0 70509008 11079573504 11834 33554432000 4194304 4196468 140731487228112 139928433256816 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25677] ppid=25610 vsize=10821524 memory=140554878789248 CPUtime=0.11 cores=0,2,4,6
/proc/25613/task/25677/stat : 25677 (java) S 25610 25613 23703 0 -1 1077944384 614 12843 0 0 3 0 5 3 20 0 15 0 70509008 11081240576 11834 33554432000 4194304 4196468 140731487228112 139928432203760 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25678] ppid=25610 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25678/stat : 25678 (java) S 25610 25613 23703 0 -1 1077944384 3 12843 0 0 0 0 5 3 20 0 15 0 70509008 11081240576 11834 33554432000 4194304 4196468 140731487228112 139927283034464 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25679] ppid=25610 vsize=10821524 memory=140554878789248 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25679/stat : 25679 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509009 11081240576 11900 33554432000 4194304 4196468 140731487228112 139928431152176 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46280 KiB

[startup+0.310294 s]*
/proc/loadavg: 2.24 1.99 1.78 3/215 25679
/proc/meminfo: memFree=11956460/32770624 swapFree=67108796/67108860
[pid=25613] ppid=25610 vsize=10819352 memory=56992 CPUtime=0.39 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25610 25613 23703 0 -1 1077944320 10302 12843 0 0 29 2 5 3 20 0 15 0 70508994 11079016448 14248 33554432000 4194304 4196468 140731487228112 140731487210656 139929010196215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
/proc/25613/statm: 2704838 14248 3066 1 0 2667149 0
[pid=25613/tid=25666] ppid=25610 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/25613/task/25666/stat : 25666 (java) R 25610 25613 23703 0 -1 4202560 6845 12843 0 0 20 1 5 3 20 0 15 0 70509003 11079016448 14248 33554432000 4194304 4196468 140731487228112 139928982008224 139928994276702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25667] ppid=25610 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25667/stat : 25667 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509004 11079016448 14248 33554432000 4194304 4196468 140731487228112 139929014438416 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25668] ppid=25610 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25668/stat : 25668 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509004 11079016448 14248 33554432000 4194304 4196468 140731487228112 139928902711952 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25669] ppid=25610 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25669/stat : 25669 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509004 11079016448 14248 33554432000 4194304 4196468 140731487228112 139928901658896 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25670] ppid=25610 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25670/stat : 25670 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509004 11079016448 14248 33554432000 4194304 4196468 140731487228112 139928900606352 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25671] ppid=25610 vsize=10819352 memory=140554878789247 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25671/stat : 25671 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509005 11079016448 14248 33554432000 4194304 4196468 140731487228112 139928468921072 139929010207362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25672] ppid=25610 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25672/stat : 25672 (java) S 25610 25613 23703 0 -1 1077944384 33 12843 0 0 0 0 5 3 20 0 15 0 70509005 11079016448 14248 33554432000 4194304 4196468 140731487228112 139928467867296 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25673] ppid=25610 vsize=10819352 memory=140554878789248 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25673/stat : 25673 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509006 11079016448 14248 33554432000 4194304 4196468 140731487228112 139928356775152 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25674] ppid=25610 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25674/stat : 25674 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509008 11079016448 14248 33554432000 4194304 4196468 140731487228112 139927752796624 139929010214811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25675] ppid=25610 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25613/task/25675/stat : 25675 (java) S 25610 25613 23703 0 -1 1077944384 476 12843 0 0 2 0 5 3 20 0 15 0 70509008 11079016448 14248 33554432000 4194304 4196468 140731487228112 139928434309360 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25676] ppid=25610 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/25613/task/25676/stat : 25676 (java) S 25610 25613 23703 0 -1 1077944384 128 12843 0 0 1 0 5 3 20 0 15 0 70509008 11079016448 14248 33554432000 4194304 4196468 140731487228112 139928433256816 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25677] ppid=25610 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25613/task/25677/stat : 25677 (java) S 25610 25613 23703 0 -1 1077944384 620 12843 0 0 4 0 5 3 20 0 15 0 70509008 11079016448 14248 33554432000 4194304 4196468 140731487228112 139928432203760 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25678] ppid=25610 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25678/stat : 25678 (java) S 25610 25613 23703 0 -1 1077944384 3 12843 0 0 0 0 5 3 20 0 15 0 70509008 11079016448 14248 33554432000 4194304 4196468 140731487228112 139927283034464 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25679] ppid=25610 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25679/stat : 25679 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509009 11079016448 14248 33554432000 4194304 4196468 140731487228112 139928431152176 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56992 KiB

[startup+0.70081 s]
/proc/loadavg: 2.24 1.99 1.78 4/215 25679
/proc/meminfo: memFree=11945916/32770624 swapFree=67108796/67108860
[pid=25613] ppid=25610 vsize=10819352 memory=89248 CPUtime=0.99 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25610 25613 23703 0 -1 1077944320 16410 12843 0 0 87 4 5 3 20 0 15 0 70508994 11079016448 22312 33554432000 4194304 4196468 140731487228112 140731487210656 139929010196215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
/proc/25613/statm: 2704838 22312 3238 1 0 2667149 0
[pid=25613/tid=25666] ppid=25610 vsize=10819352 memory=21172 CPUtime=0.67 cores=0,2,4,6
/proc/25613/task/25666/stat : 25666 (java) R 25610 25613 23703 0 -1 4202560 11829 12843 0 0 56 3 5 3 20 0 15 0 70509003 11079016448 22312 33554432000 4194304 4196468 140731487228112 139928982017040 139928995361870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25667] ppid=25610 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25667/stat : 25667 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509004 11079016448 22312 33554432000 4194304 4196468 140731487228112 139929014438416 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25668] ppid=25610 vsize=10819352 memory=288230583132496621 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25668/stat : 25668 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509004 11079016448 22312 33554432000 4194304 4196468 140731487228112 139928902711952 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25669] ppid=25610 vsize=10819352 memory=15823278816102057 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25669/stat : 25669 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509004 11079016448 22312 33554432000 4194304 4196468 140731487228112 139928901658896 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25670] ppid=25610 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25670/stat : 25670 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509004 11079016448 22312 33554432000 4194304 4196468 140731487228112 139928900606352 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25671] ppid=25610 vsize=10819352 memory=140554751222272 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25671/stat : 25671 (java) S 25610 25613 23703 0 -1 1077944384 5 12843 0 0 0 0 5 3 20 0 15 0 70509005 11079016448 22312 33554432000 4194304 4196468 140731487228112 139928468921072 139929010207362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25672] ppid=25610 vsize=10819352 memory=140557099729896 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25672/stat : 25672 (java) S 25610 25613 23703 0 -1 1077944384 33 12843 0 0 0 0 5 3 20 0 15 0 70509005 11079016448 22312 33554432000 4194304 4196468 140731487228112 139928467867296 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25673] ppid=25610 vsize=10819352 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25673/stat : 25673 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509006 11079016448 22312 33554432000 4194304 4196468 140731487228112 139928356775152 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25674] ppid=25610 vsize=10819352 memory=7305218370954486355 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25674/stat : 25674 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509008 11079016448 22312 33554432000 4194304 4196468 140731487228112 139927752796624 139929010214811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25675] ppid=25610 vsize=10819352 memory=7733916894068367721 CPUtime=0.15 cores=0,2,4,6
/proc/25613/task/25675/stat : 25675 (java) S 25610 25613 23703 0 -1 1077944384 823 12843 0 0 7 0 5 3 20 0 15 0 70509008 11079016448 22312 33554432000 4194304 4196468 140731487228112 139928434309360 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25676] ppid=25610 vsize=10819352 memory=6154282490091891024 CPUtime=0.18 cores=0,2,4,6
/proc/25613/task/25676/stat : 25676 (java) S 25610 25613 23703 0 -1 1077944384 848 12843 0 0 10 0 5 3 20 0 15 0 70509008 11079016448 22312 33554432000 4194304 4196468 140731487228112 139928433256816 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25677] ppid=25610 vsize=10819352 memory=5450916479948256810 CPUtime=0.21 cores=0,2,4,6
/proc/25613/task/25677/stat : 25677 (java) S 25610 25613 23703 0 -1 1077944384 669 12843 0 0 13 0 5 3 20 0 15 0 70509008 11079016448 22312 33554432000 4194304 4196468 140731487228112 139928432203760 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25678] ppid=25610 vsize=10819352 memory=-8033973737701895300 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25678/stat : 25678 (java) S 25610 25613 23703 0 -1 1077944384 3 12843 0 0 0 0 5 3 20 0 15 0 70509008 11079016448 22312 33554432000 4194304 4196468 140731487228112 139927283034464 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25679] ppid=25610 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25679/stat : 25679 (java) S 25610 25613 23703 0 -1 1077944384 1 12843 0 0 0 0 5 3 20 0 15 0 70509009 11079016448 22312 33554432000 4194304 4196468 140731487228112 139928431152176 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89248 KiB

[startup+1.5008 s]
/proc/loadavg: 2.24 1.99 1.78 3/215 25679
/proc/meminfo: memFree=11899916/32770624 swapFree=67108796/67108860
[pid=25613] ppid=25610 vsize=10834252 memory=179188 CPUtime=2.3 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25610 25613 23703 0 -1 1077944320 24805 12843 0 0 213 9 5 3 20 0 15 0 70508994 11094274048 44797 33554432000 4194304 4196468 140731487228112 140731487210656 139929010196215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
/proc/25613/statm: 2708563 44797 3467 1 0 2670221 0
[pid=25613/tid=25666] ppid=25610 vsize=10834252 memory=139180 CPUtime=1.43 cores=0,2,4,6
/proc/25613/task/25666/stat : 25666 (java) R 25610 25613 23703 0 -1 4202560 17496 12843 0 0 130 5 5 3 20 0 15 0 70509003 11094274048 44797 33554432000 4194304 4196468 140731487228112 139928982011120 139928994276702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25667] ppid=25610 vsize=10834252 memory=-3117775541953849957 CPUtime=0.09 cores=0,2,4,6
/proc/25613/task/25667/stat : 25667 (java) S 25610 25613 23703 0 -1 1077944384 27 12843 0 0 1 0 5 3 20 0 15 0 70509004 11094274048 44797 33554432000 4194304 4196468 140731487228112 139929014438416 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25668] ppid=25610 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25668/stat : 25668 (java) S 25610 25613 23703 0 -1 1077944384 232 12843 0 0 0 0 5 3 20 0 15 0 70509004 11094274048 44797 33554432000 4194304 4196468 140731487228112 139928902711952 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25669] ppid=25610 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25613/task/25669/stat : 25669 (java) S 25610 25613 23703 0 -1 1077944384 58 12843 0 0 1 0 5 3 20 0 15 0 70509004 11094274048 44797 33554432000 4194304 4196468 140731487228112 139928901658896 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25670] ppid=25610 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25670/stat : 25670 (java) S 25610 25613 23703 0 -1 1077944384 36 12843 0 0 0 0 5 3 20 0 15 0 70509004 11094274048 44797 33554432000 4194304 4196468 140731487228112 139928900606352 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25671] ppid=25610 vsize=10834252 memory=250810856446566 CPUtime=0.09 cores=0,2,4,6
/proc/25613/task/25671/stat : 25671 (java) S 25610 25613 23703 0 -1 1077944384 1110 12843 0 0 1 0 5 3 20 0 15 0 70509005 11094274048 44797 33554432000 4194304 4196468 140731487228112 139928468921072 139929010207362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25672] ppid=25610 vsize=10834252 memory=297290490211296509 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25672/stat : 25672 (java) S 25610 25613 23703 0 -1 1077944384 33 12843 0 0 0 0 5 3 20 0 15 0 70509005 11094274048 44797 33554432000 4194304 4196468 140731487228112 139928467867360 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25673] ppid=25610 vsize=10834252 memory=4638778428397932880 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25673/stat : 25673 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509006 11094274048 44797 33554432000 4194304 4196468 140731487228112 139928356775152 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25674] ppid=25610 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25674/stat : 25674 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509008 11094274048 44797 33554432000 4194304 4196468 140731487228112 139927752796624 139929010214811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25675] ppid=25610 vsize=10834252 memory=281109501837552 CPUtime=0.24 cores=0,2,4,6
/proc/25613/task/25675/stat : 25675 (java) S 25610 25613 23703 0 -1 1077944384 1016 12843 0 0 16 0 5 3 20 0 15 0 70509008 11094274048 44797 33554432000 4194304 4196468 140731487228112 139928434309360 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25676] ppid=25610 vsize=10834252 memory=6935649255759568960 CPUtime=0.34 cores=0,2,4,6
/proc/25613/task/25676/stat : 25676 (java) S 25610 25613 23703 0 -1 1077944384 1302 12843 0 0 26 0 5 3 20 0 15 0 70509008 11094274048 44797 33554432000 4194304 4196468 140731487228112 139928433256816 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25677] ppid=25610 vsize=10834252 memory=-6582391867713938024 CPUtime=0.42 cores=0,2,4,6
/proc/25613/task/25677/stat : 25677 (java) S 25610 25613 23703 0 -1 1077944384 1295 12843 0 0 34 0 5 3 20 0 15 0 70509008 11094274048 44797 33554432000 4194304 4196468 140731487228112 139928432203760 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25678] ppid=25610 vsize=10834252 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25678/stat : 25678 (java) S 25610 25613 23703 0 -1 1077944384 3 12843 0 0 0 0 5 3 20 0 15 0 70509008 11094274048 44797 33554432000 4194304 4196468 140731487228112 139927283034464 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25679] ppid=25610 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25679/stat : 25679 (java) S 25610 25613 23703 0 -1 1077944384 3 12843 0 0 0 0 5 3 20 0 15 0 70509009 11094274048 44797 33554432000 4194304 4196468 140731487228112 139928431152176 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10834252 KiB

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

/proc/25613/task/25666/stat : 25666 (java) R 25610 25613 23703 0 -1 4202560 87821 12843 0 0 235415 56 5 3 20 0 15 0 70509003 11176083456 263171 33554432000 4194304 4196468 140731487228112 139928982030656 139928591030625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25667] ppid=25610 vsize=10914144 memory=1050568 CPUtime=12.41 cores=0,2,4,6
/proc/25613/task/25667/stat : 25667 (java) S 25610 25613 23703 0 -1 1077944384 15247 12843 0 0 1174 59 5 3 20 0 15 0 70509004 11176083456 263171 33554432000 4194304 4196468 140731487228112 139929014438416 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25668] ppid=25610 vsize=10914144 memory=1050568 CPUtime=12.41 cores=0,2,4,6
/proc/25613/task/25668/stat : 25668 (java) S 25610 25613 23703 0 -1 1077944384 15523 12843 0 0 1172 61 5 3 20 0 15 0 70509004 11176083456 263171 33554432000 4194304 4196468 140731487228112 139928902711952 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25669] ppid=25610 vsize=10914144 memory=1050568 CPUtime=12.38 cores=0,2,4,6
/proc/25613/task/25669/stat : 25669 (java) S 25610 25613 23703 0 -1 1077944384 15194 12843 0 0 1172 58 5 3 20 0 15 0 70509004 11176083456 263171 33554432000 4194304 4196468 140731487228112 139928901658896 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25670] ppid=25610 vsize=10914144 memory=1052668 CPUtime=12.41 cores=0,2,4,6
/proc/25613/task/25670/stat : 25670 (java) S 25610 25613 23703 0 -1 1077944384 12796 12843 0 0 1172 61 5 3 20 0 15 0 70509004 11176083456 263171 33554432000 4194304 4196468 140731487228112 139928900606352 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25671] ppid=25610 vsize=10914144 memory=1052648 CPUtime=11.36 cores=0,2,4,6
/proc/25613/task/25671/stat : 25671 (java) S 25610 25613 23703 0 -1 1077944384 15259 12843 0 0 1072 56 5 3 20 0 15 0 70509005 11176083456 263171 33554432000 4194304 4196468 140731487228112 139928468921072 139929010207362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25672] ppid=25610 vsize=10914144 memory=1052668 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25672/stat : 25672 (java) S 25610 25613 23703 0 -1 1077944384 36 12843 0 0 0 0 5 3 20 0 15 0 70509005 11176083456 263171 33554432000 4194304 4196468 140731487228112 139928467867360 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25673] ppid=25610 vsize=10914144 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25673/stat : 25673 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509006 11176083456 263171 33554432000 4194304 4196468 140731487228112 139928356775168 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25674] ppid=25610 vsize=10914144 memory=1052648 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25674/stat : 25674 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509008 11176083456 263171 33554432000 4194304 4196468 140731487228112 139927752796624 139929010214811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25675] ppid=25610 vsize=10914144 memory=6791534058613427641 CPUtime=4.29 cores=0,2,4,6
/proc/25613/task/25675/stat : 25675 (java) S 25610 25613 23703 0 -1 1077944384 28390 12843 0 0 417 4 5 3 20 0 15 0 70509008 11176083456 263171 33554432000 4194304 4196468 140731487228112 139928434309360 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25676] ppid=25610 vsize=10914144 memory=1628 CPUtime=4.39 cores=0,2,4,6
/proc/25613/task/25676/stat : 25676 (java) S 25610 25613 23703 0 -1 1077944384 25387 12843 0 0 427 4 5 3 20 0 15 0 70509008 11176083456 263171 33554432000 4194304 4196468 140731487228112 139928433256816 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25677] ppid=25610 vsize=10914144 memory=1050568 CPUtime=2.1 cores=0,2,4,6
/proc/25613/task/25677/stat : 25677 (java) S 25610 25613 23703 0 -1 1077944384 24001 12843 0 0 198 4 5 3 20 0 15 0 70509008 11176083456 263171 33554432000 4194304 4196468 140731487228112 139928432203760 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25678] ppid=25610 vsize=10914144 memory=1050568 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25678/stat : 25678 (java) S 25610 25613 23703 0 -1 1077944384 3 12843 0 0 0 0 5 3 20 0 15 0 70509008 11176083456 263171 33554432000 4194304 4196468 140731487228112 139927283034464 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25679] ppid=25610 vsize=10914144 memory=1052668 CPUtime=1.63 cores=0,2,4,6
/proc/25613/task/25679/stat : 25679 (java) S 25610 25613 23703 0 -1 1077944384 1069 12843 0 0 72 83 5 3 20 0 15 0 70509009 11176083456 263171 33554432000 4194304 4196468 140731487228112 139928431152176 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
Current children cumulated CPU time: 2427.54 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1052684 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.30 1.39 3/215 26282
/proc/meminfo: memFree=15567944/32770624 swapFree=67108796/67108860
[pid=25613] ppid=25610 vsize=10914144 memory=1052744 CPUtime=2488.5 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25610 25613 23703 0 -1 1077944320 244432 12843 0 0 248461 381 5 3 20 0 15 0 70508994 11176083456 263186 33554432000 4194304 4196468 140731487228112 140731487210656 139929010196215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
/proc/25613/statm: 2728536 263186 3533 1 0 2690189 0
[pid=25613/tid=25666] ppid=25610 vsize=10914144 memory=1052744 CPUtime=2414.06 cores=0,2,4,6
/proc/25613/task/25666/stat : 25666 (java) R 25610 25613 23703 0 -1 4202560 88567 12843 0 0 241342 56 5 3 20 0 15 0 70509003 11176083456 263186 33554432000 4194304 4196468 140731487228112 139928982031712 139928592771887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25667] ppid=25610 vsize=10914144 memory=1052744 CPUtime=12.74 cores=0,2,4,6
/proc/25613/task/25667/stat : 25667 (java) S 25610 25613 23703 0 -1 1077944384 15294 12843 0 0 1205 61 5 3 20 0 15 0 70509004 11176083456 263186 33554432000 4194304 4196468 140731487228112 139929014438416 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25668] ppid=25610 vsize=10914144 memory=1052708 CPUtime=12.74 cores=0,2,4,6
/proc/25613/task/25668/stat : 25668 (java) S 25610 25613 23703 0 -1 1077944384 15648 12843 0 0 1204 62 5 3 20 0 15 0 70509004 11176083456 263186 33554432000 4194304 4196468 140731487228112 139928902711952 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25669] ppid=25610 vsize=10914144 memory=1052708 CPUtime=12.71 cores=0,2,4,6
/proc/25613/task/25669/stat : 25669 (java) S 25610 25613 23703 0 -1 1077944384 15523 12843 0 0 1204 59 5 3 20 0 15 0 70509004 11176083456 263186 33554432000 4194304 4196468 140731487228112 139928901658896 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25670] ppid=25610 vsize=10914144 memory=1052708 CPUtime=12.75 cores=0,2,4,6
/proc/25613/task/25670/stat : 25670 (java) S 25610 25613 23703 0 -1 1077944384 12837 12843 0 0 1205 62 5 3 20 0 15 0 70509004 11176083456 263186 33554432000 4194304 4196468 140731487228112 139928900606352 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25671] ppid=25610 vsize=10914144 memory=1052708 CPUtime=11.66 cores=0,2,4,6
/proc/25613/task/25671/stat : 25671 (java) S 25610 25613 23703 0 -1 1077944384 15470 12843 0 0 1100 58 5 3 20 0 15 0 70509005 11176083456 263186 33554432000 4194304 4196468 140731487228112 139928468921072 139929010207362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25672] ppid=25610 vsize=10914144 memory=1052708 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25672/stat : 25672 (java) S 25610 25613 23703 0 -1 1077944384 36 12843 0 0 0 0 5 3 20 0 15 0 70509005 11176083456 263186 33554432000 4194304 4196468 140731487228112 139928467867360 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25673] ppid=25610 vsize=10914144 memory=1052744 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25673/stat : 25673 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509006 11176083456 263186 33554432000 4194304 4196468 140731487228112 139928356775168 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25674] ppid=25610 vsize=10914144 memory=1052744 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25674/stat : 25674 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509008 11176083456 263186 33554432000 4194304 4196468 140731487228112 139927752796624 139929010214811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25675] ppid=25610 vsize=10914144 memory=1052744 CPUtime=4.29 cores=0,2,4,6
/proc/25613/task/25675/stat : 25675 (java) S 25610 25613 23703 0 -1 1077944384 28392 12843 0 0 417 4 5 3 20 0 15 0 70509008 11176083456 263186 33554432000 4194304 4196468 140731487228112 139928434309360 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25676] ppid=25610 vsize=10914144 memory=1052744 CPUtime=4.39 cores=0,2,4,6
/proc/25613/task/25676/stat : 25676 (java) S 25610 25613 23703 0 -1 1077944384 25389 12843 0 0 427 4 5 3 20 0 15 0 70509008 11176083456 263186 33554432000 4194304 4196468 140731487228112 139928433256816 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25677] ppid=25610 vsize=10914144 memory=6791534058613427641 CPUtime=2.1 cores=0,2,4,6
/proc/25613/task/25677/stat : 25677 (java) S 25610 25613 23703 0 -1 1077944384 24003 12843 0 0 198 4 5 3 20 0 15 0 70509008 11176083456 263186 33554432000 4194304 4196468 140731487228112 139928432203760 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25678] ppid=25610 vsize=10914144 memory=8876 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25678/stat : 25678 (java) S 25610 25613 23703 0 -1 1077944384 3 12843 0 0 0 0 5 3 20 0 15 0 70509008 11176083456 263186 33554432000 4194304 4196468 140731487228112 139927283034464 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25679] ppid=25610 vsize=10914144 memory=1120 CPUtime=1.67 cores=0,2,4,6
/proc/25613/task/25679/stat : 25679 (java) S 25610 25613 23703 0 -1 1077944384 1075 12843 0 0 74 85 5 3 20 0 15 0 70509009 11176083456 263186 33554432000 4194304 4196468 140731487228112 139928431152176 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
Current children cumulated CPU time: 2488.5 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1052744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.3 s]
/proc/loadavg: 1.36 1.32 1.40 3/215 26283
/proc/meminfo: memFree=15567524/32770624 swapFree=67108796/67108860
[pid=25613] ppid=25610 vsize=10914144 memory=1052792 CPUtime=2520.02 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25610 25613 23703 0 -1 1077944320 245351 12843 0 0 251608 386 5 3 20 0 15 0 70508994 11176083456 263198 33554432000 4194304 4196468 140731487228112 140731487210656 139929010196215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
/proc/25613/statm: 2728536 263198 3533 1 0 2690189 0
[pid=25613/tid=25666] ppid=25610 vsize=10914144 memory=1052792 CPUtime=2444.7 cores=0,2,4,6
/proc/25613/task/25666/stat : 25666 (java) R 25610 25613 23703 0 -1 4202560 89094 12843 0 0 244405 57 5 3 20 0 15 0 70509003 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928982031088 139928575222848 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25667] ppid=25610 vsize=10914144 memory=1052792 CPUtime=12.92 cores=0,2,4,6
/proc/25613/task/25667/stat : 25667 (java) S 25610 25613 23703 0 -1 1077944384 15336 12843 0 0 1222 62 5 3 20 0 15 0 70509004 11176083456 263198 33554432000 4194304 4196468 140731487228112 139929014438416 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25668] ppid=25610 vsize=10914144 memory=1052792 CPUtime=12.92 cores=0,2,4,6
/proc/25613/task/25668/stat : 25668 (java) S 25610 25613 23703 0 -1 1077944384 15657 12843 0 0 1221 63 5 3 20 0 15 0 70509004 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928902711952 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25669] ppid=25610 vsize=10914144 memory=1052744 CPUtime=12.9 cores=0,2,4,6
/proc/25613/task/25669/stat : 25669 (java) S 25610 25613 23703 0 -1 1077944384 15600 12843 0 0 1222 60 5 3 20 0 15 0 70509004 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928901658896 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25670] ppid=25610 vsize=10914144 memory=1052792 CPUtime=12.92 cores=0,2,4,6
/proc/25613/task/25670/stat : 25670 (java) S 25610 25613 23703 0 -1 1077944384 12889 12843 0 0 1221 63 5 3 20 0 15 0 70509004 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928900606352 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25671] ppid=25610 vsize=10914144 memory=1052792 CPUtime=11.81 cores=0,2,4,6
/proc/25613/task/25671/stat : 25671 (java) S 25610 25613 23703 0 -1 1077944384 15661 12843 0 0 1114 59 5 3 20 0 15 0 70509005 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928468921072 139929010207362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25672] ppid=25610 vsize=10914144 memory=1052792 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25672/stat : 25672 (java) S 25610 25613 23703 0 -1 1077944384 36 12843 0 0 0 0 5 3 20 0 15 0 70509005 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928467867360 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25673] ppid=25610 vsize=10914144 memory=1052792 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25673/stat : 25673 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509006 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928356775168 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25674] ppid=25610 vsize=10914144 memory=1052792 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25674/stat : 25674 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509008 11176083456 263198 33554432000 4194304 4196468 140731487228112 139927752796624 139929010214811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25675] ppid=25610 vsize=10914144 memory=21260 CPUtime=4.29 cores=0,2,4,6
/proc/25613/task/25675/stat : 25675 (java) S 25610 25613 23703 0 -1 1077944384 28394 12843 0 0 417 4 5 3 20 0 15 0 70509008 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928434309360 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25676] ppid=25610 vsize=10914144 memory=1052792 CPUtime=4.39 cores=0,2,4,6
/proc/25613/task/25676/stat : 25676 (java) S 25610 25613 23703 0 -1 1077944384 25391 12843 0 0 427 4 5 3 20 0 15 0 70509008 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928433256816 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25677] ppid=25610 vsize=10914144 memory=2092 CPUtime=2.1 cores=0,2,4,6
/proc/25613/task/25677/stat : 25677 (java) S 25610 25613 23703 0 -1 1077944384 24005 12843 0 0 198 4 5 3 20 0 15 0 70509008 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928432203760 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25678] ppid=25610 vsize=10914144 memory=1052792 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25678/stat : 25678 (java) S 25610 25613 23703 0 -1 1077944384 3 12843 0 0 0 0 5 3 20 0 15 0 70509008 11176083456 263198 33554432000 4194304 4196468 140731487228112 139927283034464 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25679] ppid=25610 vsize=10914144 memory=1052792 CPUtime=1.69 cores=0,2,4,6
/proc/25613/task/25679/stat : 25679 (java) S 25610 25613 23703 0 -1 1077944384 1090 12843 0 0 75 86 5 3 20 0 15 0 70509009 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928431152176 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1052792 KiB

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

[startup+2473.33 s]
# the end of solver process 25613 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.15 s, system=3.9021 s

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

[startup+2473.3 s]
/proc/loadavg: 1.36 1.32 1.40 3/215 26283
/proc/meminfo: memFree=15567524/32770624 swapFree=67108796/67108860
[pid=25613] ppid=25610 vsize=10914144 memory=1052792 CPUtime=2520.02 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25610 25613 23703 0 -1 1077944320 245351 12843 0 0 251608 386 5 3 20 0 15 0 70508994 11176083456 263198 33554432000 4194304 4196468 140731487228112 140731487210656 139929010196215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
/proc/25613/statm: 2728536 263198 3533 1 0 2690189 0
[pid=25613/tid=25666] ppid=25610 vsize=10914144 memory=1052792 CPUtime=2444.7 cores=0,2,4,6
/proc/25613/task/25666/stat : 25666 (java) R 25610 25613 23703 0 -1 4202560 89094 12843 0 0 244405 57 5 3 20 0 15 0 70509003 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928982031088 139928575222848 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25667] ppid=25610 vsize=10914144 memory=1052792 CPUtime=12.92 cores=0,2,4,6
/proc/25613/task/25667/stat : 25667 (java) S 25610 25613 23703 0 -1 1077944384 15336 12843 0 0 1222 62 5 3 20 0 15 0 70509004 11176083456 263198 33554432000 4194304 4196468 140731487228112 139929014438416 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25668] ppid=25610 vsize=10914144 memory=1052792 CPUtime=12.92 cores=0,2,4,6
/proc/25613/task/25668/stat : 25668 (java) S 25610 25613 23703 0 -1 1077944384 15657 12843 0 0 1221 63 5 3 20 0 15 0 70509004 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928902711952 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25669] ppid=25610 vsize=10914144 memory=1052744 CPUtime=12.9 cores=0,2,4,6
/proc/25613/task/25669/stat : 25669 (java) S 25610 25613 23703 0 -1 1077944384 15600 12843 0 0 1222 60 5 3 20 0 15 0 70509004 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928901658896 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25670] ppid=25610 vsize=10914144 memory=1052792 CPUtime=12.92 cores=0,2,4,6
/proc/25613/task/25670/stat : 25670 (java) S 25610 25613 23703 0 -1 1077944384 12889 12843 0 0 1221 63 5 3 20 0 15 0 70509004 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928900606352 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25671] ppid=25610 vsize=10914144 memory=1052792 CPUtime=11.81 cores=0,2,4,6
/proc/25613/task/25671/stat : 25671 (java) S 25610 25613 23703 0 -1 1077944384 15661 12843 0 0 1114 59 5 3 20 0 15 0 70509005 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928468921072 139929010207362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25672] ppid=25610 vsize=10914144 memory=1052792 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25672/stat : 25672 (java) S 25610 25613 23703 0 -1 1077944384 36 12843 0 0 0 0 5 3 20 0 15 0 70509005 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928467867360 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25673] ppid=25610 vsize=10914144 memory=1052792 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25673/stat : 25673 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509006 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928356775168 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25674] ppid=25610 vsize=10914144 memory=1052792 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25674/stat : 25674 (java) S 25610 25613 23703 0 -1 1077944384 2 12843 0 0 0 0 5 3 20 0 15 0 70509008 11176083456 263198 33554432000 4194304 4196468 140731487228112 139927752796624 139929010214811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25675] ppid=25610 vsize=10914144 memory=21260 CPUtime=4.29 cores=0,2,4,6
/proc/25613/task/25675/stat : 25675 (java) S 25610 25613 23703 0 -1 1077944384 28394 12843 0 0 417 4 5 3 20 0 15 0 70509008 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928434309360 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25676] ppid=25610 vsize=10914144 memory=1052792 CPUtime=4.39 cores=0,2,4,6
/proc/25613/task/25676/stat : 25676 (java) S 25610 25613 23703 0 -1 1077944384 25391 12843 0 0 427 4 5 3 20 0 15 0 70509008 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928433256816 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25677] ppid=25610 vsize=10914144 memory=2092 CPUtime=2.1 cores=0,2,4,6
/proc/25613/task/25677/stat : 25677 (java) S 25610 25613 23703 0 -1 1077944384 24005 12843 0 0 198 4 5 3 20 0 15 0 70509008 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928432203760 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25678] ppid=25610 vsize=10914144 memory=1052792 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25678/stat : 25678 (java) S 25610 25613 23703 0 -1 1077944384 3 12843 0 0 0 0 5 3 20 0 15 0 70509008 11176083456 263198 33554432000 4194304 4196468 140731487228112 139927283034464 139929010206421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
[pid=25613/tid=25679] ppid=25610 vsize=10914144 memory=1052792 CPUtime=1.69 cores=0,2,4,6
/proc/25613/task/25679/stat : 25679 (java) S 25610 25613 23703 0 -1 1077944384 1090 12843 0 0 75 86 5 3 20 0 15 0 70509009 11176083456 263198 33554432000 4194304 4196468 140731487228112 139928431152176 139929010207362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28626944 140731487230574 140731487233372 140731487233372 140731487236047 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1052792 KiB

Child status: 143
Real time (s): 2473.33
CPU time (s): 2520.06
CPU user time (s): 2516.15
CPU system time (s): 3.9021
CPU usage (%): 101.889
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1052792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.15
system time used= 3.9021
maximum resident set size= 1056912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259491
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302638
involuntary context switches= 9206


# summary of solver processes directly reported to runsolver:
#   pid: 25613
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.15
#   total CPU system time (s): 3.9021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8062 second user time and 22.0613 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 16:37:38
IDJOB=4295130
IDBENCH=141472
IDSOLVER=2750
FILE ID=node138/4295130-1532529458
RUNJOBID= node138-1532523045-23734
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295130-1532529458/watcher-4295130-1532529458 -o /tmp/evaluation-result-4295130-1532529458/solver-4295130-1532529458 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1677368137 HOME/instance-4295130-1532529458.xml

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

MD5SUM BENCH= 0be9a53bf20a889479382bc05b2f6618
RANDOM SEED=1677368137

node138.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.71
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.71
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.71
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.71
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:        11999736 kB
MemAvailable:   26279008 kB
Buffers:          161284 kB
Cached:         14264460 kB
SwapCached:           44 kB
Active:          8020600 kB
Inactive:       12099172 kB
Active(anon):    5644648 kB
Inactive(anon):    77272 kB
Active(file):    2375952 kB
Inactive(file): 12021900 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26716 kB
Writeback:             0 kB
AnonPages:       5700792 kB
Mapped:            47696 kB
Shmem:             25164 kB
Slab:             338660 kB
SReclaimable:     309880 kB
SUnreclaim:        28780 kB
KernelStack:        3568 kB
PageTables:        16364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6501552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5437440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 17:18:52