Trace number 4401099

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.12.2SAT (TO)98 2520.13 2473.83

General information on the benchmark

NameRcpsp/Rcpsp-m1-j120/
Rcpsp-j120-43-06.xml
MD5SUMb8ccca606c249b2a94d57c192d734d6e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark33.5552
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints261
Number of domains2
Minimum domain size1
Maximum domain size616
Distribution of domain sizes[{"size":1,"count":1},{"size":616,"count":121}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":7},{"degree":5,"count":82},{"degree":6,"count":22},{"degree":7,"count":8}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":257},{"arity":24,"count":1},{"arity":30,"count":1},{"arity":32,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints257
Distribution of constraint types[{"type":"intension","count":257},{"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.76/0.55	c Concrete v3.12.2.1568631193530 running
10.24/4.22	o 125
10.57/4.32	o 116
11.19/4.55	o 115
11.19/4.55	o 114
11.19/4.55	o 113
11.83/4.77	o 112
12.14/4.83	o 108
13.09/5.14	o 107
13.09/5.18	o 106
13.34/5.27	o 103
13.81/5.51	o 101
16.93/7.94	o 100
21.91/12.65	o 99
31.97/22.30	o 98
2520.08/2473.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2473.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.08/2473.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.08/2473.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.08/2473.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2473.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2473.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.08/2473.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2473.81		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.08/2473.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2473.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2473.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2473.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2473.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2473.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2473.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2473.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2473.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2473.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2473.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.08/2473.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2473.81		at scala.Option.map(Option.scala:243)
2520.08/2473.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2473.81		at concrete.MAC.mac(MAC.scala:216)
2520.08/2473.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2473.81		at scala.util.Try$.apply(Try.scala:212)
2520.08/2473.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2473.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2473.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2473.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2473.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2473.81		at concrete.MAC.nextSolution(MAC.scala:369)
2520.08/2473.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2473.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2473.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2473.81		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2473.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.08/2473.81		at scala.util.Success.map(Try.scala:264)
2520.08/2473.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2473.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2473.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2473.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2473.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2473.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2473.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2473.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2473.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2473.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2473.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2473.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2473.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2473.81		at scala.App.main(App.scala:75)
2520.08/2473.81		at scala.App.main$(App.scala:73)
2520.08/2473.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2473.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2473.81	v <instantiation
2520.08/2473.81	v         cost = '98'>
2520.08/2473.81	v       <list>
2520.08/2473.81	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.08/2473.81	v       </list>
2520.08/2473.81	v       <values>
2520.08/2473.81	v         0 0 0 0 5 4 7 19 14 5 12 16 9 14 31 15 12 14 4 24 14 9 21 9 5 9 20 21 17 21 7 27 20 34 12 24 17 23 26 24 22 16 34 25 44 41 39 46 26 24 21 24 30 58 55 39 44 28 24 28 43 33 33 45 46 54 63 39 43 14 34 38 62 35 39 46 54 51 71 52 59 62 48 44 43 61 74 51 67 54 54 46 60 62 71 44 51 83 63 55 68 52 70 77 63 76 76 87 62 76 72 71 87 84 79 75 86 88 94 87 92 98
2520.08/2473.81	v       </values>
2520.08/2473.81	v     </instantiation>
2520.08/2473.81	s SATISFIABLE

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401099-1568684388/watcher-4401099-1568684388 -o /tmp/evaluation-result-4401099-1568684388/solver-4401099-1568684388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1538733696 HOME/instance-4401099-1568684388.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
Current StackSize limit: 8192 KiB

solver pid=22137, runsolver pid=22134

[startup+0.100057 s]*
/proc/loadavg: 1.70 1.54 1.48 3/220 22194
/proc/meminfo: memFree=27930752/32770624 swapFree=66917056/67108860
[pid=22137] ppid=22134 vsize=9972712 memory=18596 CPUtime=0.09 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 18193 0 -1 1077944320 4394 13008 0 0 1 1 4 3 20 0 6 0 444352677 10212057088 4649 33554432000 4194304 4196468 140731978530592 140731978513136 140354285756151 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
/proc/22137/statm: 2493178 4649 1935 1 0 2481616 0
[pid=22137/tid=22190] ppid=22134 vsize=9988792 memory=4279135704014094991 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22190/stat : 22190 (java) R 22134 22137 18193 0 -1 4202560 2207 13008 0 0 0 0 4 3 20 0 6 0 444352686 10228523008 4649 33554432000 4194304 4196468 140731978530592 140354257592912 140354269795680 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22191] ppid=22134 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22191/stat : 22191 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 6 0 444352686 10228523008 4715 33554432000 4194304 4196468 140731978530592 140354289998864 140354285766357 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22192] ppid=22134 vsize=9988792 memory=139789708551808 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22192/stat : 22192 (java) S 22134 22137 18193 0 -1 1077944384 1 13008 0 0 0 0 4 3 20 0 6 0 444352686 10228523008 4715 33554432000 4194304 4196468 140731978530592 140354178272400 140354285766357 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22193] ppid=22134 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22193/stat : 22193 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 6 0 444352686 10228523008 4715 33554432000 4194304 4196468 140731978530592 140354177219344 140354285766357 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22194] ppid=22134 vsize=9988792 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22194/stat : 22194 (java) S 22134 22137 18193 0 -1 1077944384 3 13008 0 0 0 0 4 3 20 0 6 0 444352686 10228523008 4715 33554432000 4194304 4196468 140731978530592 140354176166800 140354285766357 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.211786 s]*
/proc/loadavg: 1.70 1.54 1.48 3/229 22203
/proc/meminfo: memFree=27912036/32770624 swapFree=66917056/67108860
[pid=22137] ppid=22134 vsize=10820196 memory=45416 CPUtime=0.27 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 18193 0 -1 1077944320 7134 13008 0 0 18 2 4 3 20 0 15 0 444352677 11079880704 11354 33554432000 4194304 4196468 140731978530592 140731978513136 140354285756151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
/proc/22137/statm: 2705049 11354 3294 1 0 2667149 0
[pid=22137/tid=22190] ppid=22134 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/22137/task/22190/stat : 22190 (java) R 22134 22137 18193 0 -1 4202560 3614 13008 0 0 11 1 4 3 20 0 15 0 444352686 11079880704 11354 33554432000 4194304 4196468 140731978530592 140354257570336 140354285778077 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22191] ppid=22134 vsize=10820196 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22191/stat : 22191 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352686 11079880704 11354 33554432000 4194304 4196468 140731978530592 140354289998864 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22192] ppid=22134 vsize=10820196 memory=4050339550326679200 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22192/stat : 22192 (java) S 22134 22137 18193 0 -1 1077944384 1 13008 0 0 0 0 4 3 20 0 15 0 444352686 11079880704 11354 33554432000 4194304 4196468 140731978530592 140354178272400 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22193] ppid=22134 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22193/stat : 22193 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352686 11079880704 11354 33554432000 4194304 4196468 140731978530592 140354177219344 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22194] ppid=22134 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22194/stat : 22194 (java) S 22134 22137 18193 0 -1 1077944384 3 13008 0 0 0 0 4 3 20 0 15 0 444352686 11079880704 11354 33554432000 4194304 4196468 140731978530592 140354176166800 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22195] ppid=22134 vsize=10820196 memory=139789708551808 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22195/stat : 22195 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352688 11079880704 11354 33554432000 4194304 4196468 140731978530592 140353745127664 140354285767298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22196] ppid=22134 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22196/stat : 22196 (java) S 22134 22137 18193 0 -1 1077944384 33 13008 0 0 0 0 4 3 20 0 15 0 444352688 11079880704 11354 33554432000 4194304 4196468 140731978530592 140353744073888 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22197] ppid=22134 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22197/stat : 22197 (java) S 22134 22137 18193 0 -1 1077944384 1 13008 0 0 0 0 4 3 20 0 15 0 444352689 11079880704 11354 33554432000 4194304 4196468 140731978530592 140353625645808 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22198] ppid=22134 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22198/stat : 22198 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352691 11079880704 11354 33554432000 4194304 4196468 140731978530592 140353021667280 140354285774747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22199] ppid=22134 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22137/task/22199/stat : 22199 (java) S 22134 22137 18193 0 -1 1077944384 485 13008 0 0 2 0 4 3 20 0 15 0 444352691 11079880704 11354 33554432000 4194304 4196468 140731978530592 140353710516976 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22200] ppid=22134 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22200/stat : 22200 (java) S 22134 22137 18193 0 -1 1077944384 171 13008 0 0 0 0 4 3 20 0 15 0 444352691 11079880704 11354 33554432000 4194304 4196468 140731978530592 140353709464432 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22201] ppid=22134 vsize=10820196 memory=139789708551808 CPUtime=0.1 cores=1,3,5,7
/proc/22137/task/22201/stat : 22201 (java) S 22134 22137 18193 0 -1 1077944384 604 13008 0 0 3 0 4 3 20 0 15 0 444352691 11079880704 11354 33554432000 4194304 4196468 140731978530592 140353708411376 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22202] ppid=22134 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22202/stat : 22202 (java) S 22134 22137 18193 0 -1 1077944384 3 13008 0 0 0 0 4 3 20 0 15 0 444352691 11079880704 11354 33554432000 4194304 4196468 140731978530592 140352551906144 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22203] ppid=22134 vsize=10820196 memory=139789708551808 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22203/stat : 22203 (java) S 22134 22137 18193 0 -1 1077944384 1 13008 0 0 0 0 4 3 20 0 15 0 444352692 11079880704 11354 33554432000 4194304 4196468 140731978530592 140353707358768 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45416 KiB

[startup+0.310784 s]*
/proc/loadavg: 1.70 1.54 1.48 3/229 22203
/proc/meminfo: memFree=27899468/32770624 swapFree=66917056/67108860
[pid=22137] ppid=22134 vsize=10820196 memory=53444 CPUtime=0.4 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 18193 0 -1 1077944320 10582 13008 0 0 29 4 4 3 20 0 15 0 444352677 11079880704 13361 33554432000 4194304 4196468 140731978530592 140731978513136 140354285756151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
/proc/22137/statm: 2705049 13361 3305 1 0 2667149 0
[pid=22137/tid=22190] ppid=22134 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22137/task/22190/stat : 22190 (java) R 22134 22137 18193 0 -1 4202560 7053 13008 0 0 18 3 4 3 20 0 15 0 444352686 11079880704 13361 33554432000 4194304 4196468 140731978530592 140354257562256 140354269836638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22191] ppid=22134 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22191/stat : 22191 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352686 11079880704 13361 33554432000 4194304 4196468 140731978530592 140354289998864 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22192] ppid=22134 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22192/stat : 22192 (java) S 22134 22137 18193 0 -1 1077944384 1 13008 0 0 0 0 4 3 20 0 15 0 444352686 11079880704 13361 33554432000 4194304 4196468 140731978530592 140354178272400 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22193] ppid=22134 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22193/stat : 22193 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352686 11079880704 13361 33554432000 4194304 4196468 140731978530592 140354177219344 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22194] ppid=22134 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22194/stat : 22194 (java) S 22134 22137 18193 0 -1 1077944384 3 13008 0 0 0 0 4 3 20 0 15 0 444352686 11079880704 13361 33554432000 4194304 4196468 140731978530592 140354176166800 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22195] ppid=22134 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22195/stat : 22195 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352688 11079880704 13361 33554432000 4194304 4196468 140731978530592 140353745127664 140354285767298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22196] ppid=22134 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22196/stat : 22196 (java) S 22134 22137 18193 0 -1 1077944384 33 13008 0 0 0 0 4 3 20 0 15 0 444352688 11079880704 13361 33554432000 4194304 4196468 140731978530592 140353744073888 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22197] ppid=22134 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22197/stat : 22197 (java) S 22134 22137 18193 0 -1 1077944384 1 13008 0 0 0 0 4 3 20 0 15 0 444352689 11079880704 13361 33554432000 4194304 4196468 140731978530592 140353625645808 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22198] ppid=22134 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22198/stat : 22198 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352691 11079880704 13361 33554432000 4194304 4196468 140731978530592 140353021667280 140354285774747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22199] ppid=22134 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22137/task/22199/stat : 22199 (java) S 22134 22137 18193 0 -1 1077944384 485 13008 0 0 2 0 4 3 20 0 15 0 444352691 11079880704 13361 33554432000 4194304 4196468 140731978530592 140353710516976 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22200] ppid=22134 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22137/task/22200/stat : 22200 (java) S 22134 22137 18193 0 -1 1077944384 174 13008 0 0 1 0 4 3 20 0 15 0 444352691 11079880704 13361 33554432000 4194304 4196468 140731978530592 140353709464432 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22201] ppid=22134 vsize=10820196 memory=139789708551808 CPUtime=0.12 cores=1,3,5,7
/proc/22137/task/22201/stat : 22201 (java) S 22134 22137 18193 0 -1 1077944384 611 13008 0 0 5 0 4 3 20 0 15 0 444352691 11079880704 13361 33554432000 4194304 4196468 140731978530592 140353708411376 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22202] ppid=22134 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22202/stat : 22202 (java) S 22134 22137 18193 0 -1 1077944384 3 13008 0 0 0 0 4 3 20 0 15 0 444352691 11079880704 13361 33554432000 4194304 4196468 140731978530592 140352551906144 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22203] ppid=22134 vsize=10820196 memory=139789708551808 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22203/stat : 22203 (java) S 22134 22137 18193 0 -1 1077944384 1 13008 0 0 0 0 4 3 20 0 15 0 444352692 11079880704 13361 33554432000 4194304 4196468 140731978530592 140353707358768 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53444 KiB

[startup+0.703752 s]
/proc/loadavg: 1.70 1.54 1.48 5/229 22203
/proc/meminfo: memFree=27885672/32770624 swapFree=66917056/67108860
[pid=22137] ppid=22134 vsize=10824364 memory=85528 CPUtime=1.14 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 18193 0 -1 1077944320 14578 13008 0 0 102 5 4 3 20 0 15 0 444352677 11084148736 21382 33554432000 4194304 4196468 140731978530592 140731978513136 140354285756151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
/proc/22137/statm: 2706091 21382 3514 1 0 2668173 0
[pid=22137/tid=22190] ppid=22134 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/22137/task/22190/stat : 22190 (java) R 22134 22137 18193 0 -1 4202560 10093 13008 0 0 55 4 4 3 20 0 15 0 444352686 11084148736 21382 33554432000 4194304 4196468 140731978530592 140354257583312 140354285778077 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22191] ppid=22134 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22191/stat : 22191 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352686 11084148736 21382 33554432000 4194304 4196468 140731978530592 140354289998864 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22192] ppid=22134 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22192/stat : 22192 (java) S 22134 22137 18193 0 -1 1077944384 1 13008 0 0 0 0 4 3 20 0 15 0 444352686 11084148736 21382 33554432000 4194304 4196468 140731978530592 140354178272400 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22193] ppid=22134 vsize=10824364 memory=139789575795504 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22193/stat : 22193 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352686 11084148736 21382 33554432000 4194304 4196468 140731978530592 140354177219344 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22194] ppid=22134 vsize=10824364 memory=139792595550798 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22194/stat : 22194 (java) S 22134 22137 18193 0 -1 1077944384 3 13008 0 0 0 0 4 3 20 0 15 0 444352686 11084148736 21382 33554432000 4194304 4196468 140731978530592 140354176166800 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22195] ppid=22134 vsize=10824364 memory=2828 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22195/stat : 22195 (java) S 22134 22137 18193 0 -1 1077944384 5 13008 0 0 0 0 4 3 20 0 15 0 444352688 11084148736 21382 33554432000 4194304 4196468 140731978530592 140353745127664 140354285767298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22196] ppid=22134 vsize=10824364 memory=7302135314614015845 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22196/stat : 22196 (java) S 22134 22137 18193 0 -1 1077944384 33 13008 0 0 0 0 4 3 20 0 15 0 444352688 11084148736 21382 33554432000 4194304 4196468 140731978530592 140353744073888 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22197] ppid=22134 vsize=10824364 memory=6081102367496890473 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22197/stat : 22197 (java) S 22134 22137 18193 0 -1 1077944384 1 13008 0 0 0 0 4 3 20 0 15 0 444352689 11084148736 21382 33554432000 4194304 4196468 140731978530592 140353625645808 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22198] ppid=22134 vsize=10824364 memory=12040 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22198/stat : 22198 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352691 11084148736 21382 33554432000 4194304 4196468 140731978530592 140353021667280 140354285774747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22199] ppid=22134 vsize=10824364 memory=2124 CPUtime=0.23 cores=1,3,5,7
/proc/22137/task/22199/stat : 22199 (java) R 22134 22137 18193 0 -1 4202560 925 13008 0 0 16 0 4 3 20 0 15 0 444352691 11084148736 21382 33554432000 4194304 4196468 140731978530592 140353710516976 140354269242453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22200] ppid=22134 vsize=10824364 memory=25604 CPUtime=0.19 cores=1,3,5,7
/proc/22137/task/22200/stat : 22200 (java) R 22134 22137 18193 0 -1 4202560 532 13008 0 0 12 0 4 3 20 0 15 0 444352691 11084148736 21382 33554432000 4194304 4196468 140731978530592 140353709450976 140354263352759 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22201] ppid=22134 vsize=10824364 memory=492 CPUtime=0.24 cores=1,3,5,7
/proc/22137/task/22201/stat : 22201 (java) R 22134 22137 18193 0 -1 4202560 765 13008 0 0 17 0 4 3 20 0 15 0 444352691 11084148736 21382 33554432000 4194304 4196468 140731978530592 140353708411376 140354285777498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22202] ppid=22134 vsize=10824364 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22202/stat : 22202 (java) S 22134 22137 18193 0 -1 1077944384 3 13008 0 0 0 0 4 3 20 0 15 0 444352691 11084148736 21382 33554432000 4194304 4196468 140731978530592 140352551906144 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22203] ppid=22134 vsize=10824364 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22203/stat : 22203 (java) S 22134 22137 18193 0 -1 1077944384 1 13008 0 0 0 0 4 3 20 0 15 0 444352692 11084148736 21382 33554432000 4194304 4196468 140731978530592 140353707358768 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85528 KiB

[startup+1.50166 s]
/proc/loadavg: 1.70 1.54 1.48 3/229 22203
/proc/meminfo: memFree=27844020/32770624 swapFree=66917056/67108860
[pid=22137] ppid=22134 vsize=10834680 memory=175068 CPUtime=2.48 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 18193 0 -1 1077944320 21096 13008 0 0 232 9 4 3 20 0 15 0 444352677 11094712320 43767 33554432000 4194304 4196468 140731978530592 140731978513136 140354285756151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
/proc/22137/statm: 2708670 43767 3579 1 0 2670733 0
[pid=22137/tid=22190] ppid=22134 vsize=10834680 memory=69844 CPUtime=1.42 cores=1,3,5,7
/proc/22137/task/22190/stat : 22190 (java) R 22134 22137 18193 0 -1 4202560 14850 13008 0 0 129 6 4 3 20 0 15 0 444352686 11094712320 43767 33554432000 4194304 4196468 140731978530592 140354257556624 140354269836638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22191] ppid=22134 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/22137/task/22191/stat : 22191 (java) S 22134 22137 18193 0 -1 1077944384 69 13008 0 0 1 0 4 3 20 0 15 0 444352686 11094712320 43767 33554432000 4194304 4196468 140731978530592 140354289998864 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22192] ppid=22134 vsize=10834680 memory=279579151622304 CPUtime=0.08 cores=1,3,5,7
/proc/22137/task/22192/stat : 22192 (java) S 22134 22137 18193 0 -1 1077944384 36 13008 0 0 1 0 4 3 20 0 15 0 444352686 11094712320 43767 33554432000 4194304 4196468 140731978530592 140354178272400 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22193] ppid=22134 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22137/task/22193/stat : 22193 (java) S 22134 22137 18193 0 -1 1077944384 333 13008 0 0 1 0 4 3 20 0 15 0 444352686 11094712320 43767 33554432000 4194304 4196468 140731978530592 140354177219344 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22194] ppid=22134 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22137/task/22194/stat : 22194 (java) S 22134 22137 18193 0 -1 1077944384 57 13008 0 0 1 0 4 3 20 0 15 0 444352686 11094712320 43767 33554432000 4194304 4196468 140731978530592 140354176166800 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22195] ppid=22134 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22137/task/22195/stat : 22195 (java) S 22134 22137 18193 0 -1 1077944384 154 13008 0 0 1 0 4 3 20 0 15 0 444352688 11094712320 43767 33554432000 4194304 4196468 140731978530592 140353745127664 140354285767298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22196] ppid=22134 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22196/stat : 22196 (java) S 22134 22137 18193 0 -1 1077944384 33 13008 0 0 0 0 4 3 20 0 15 0 444352688 11094712320 43767 33554432000 4194304 4196468 140731978530592 140353744073888 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22197] ppid=22134 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22197/stat : 22197 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352689 11094712320 43767 33554432000 4194304 4196468 140731978530592 140353625645808 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22198] ppid=22134 vsize=10834680 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22198/stat : 22198 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352691 11094712320 43767 33554432000 4194304 4196468 140731978530592 140353021667280 140354285774747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22199] ppid=22134 vsize=10834680 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/22137/task/22199/stat : 22199 (java) S 22134 22137 18193 0 -1 1077944384 1113 13008 0 0 29 0 4 3 20 0 15 0 444352691 11094712320 43767 33554432000 4194304 4196468 140731978530592 140353710516976 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22200] ppid=22134 vsize=10834680 memory=10 CPUtime=0.29 cores=1,3,5,7
/proc/22137/task/22200/stat : 22200 (java) R 22134 22137 18193 0 -1 1077944384 700 13008 0 0 22 0 4 3 20 0 15 0 444352691 11094712320 43767 33554432000 4194304 4196468 140731978530592 140353709464432 140354285767298 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22201] ppid=22134 vsize=10834680 memory=6791534058613427641 CPUtime=0.49 cores=1,3,5,7
/proc/22137/task/22201/stat : 22201 (java) R 22134 22137 18193 0 -1 4202560 1534 13008 0 0 42 0 4 3 20 0 15 0 444352691 11094712320 43767 33554432000 4194304 4196468 140731978530592 140353708411376 140354285777498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22202] ppid=22134 vsize=10834680 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22202/stat : 22202 (java) S 22134 22137 18193 0 -1 1077944384 3 13008 0 0 0 0 4 3 20 0 15 0 444352691 11094712320 43767 33554432000 4194304 4196468 140731978530592 140352551906144 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22203] ppid=22134 vsize=10834680 memory=279579151866752 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22203/stat : 22203 (java) S 22134 22137 18193 0 -1 1077944384 1 13008 0 0 0 0 4 3 20 0 15 0 444352692 11094712320 43767 33554432000 4194304 4196468 140731978530592 140353707358768 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834680 KiB

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

/proc/22137/task/22190/stat : 22190 (java) R 22134 22137 18193 0 -1 4202560 65462 13008 0 0 229625 48 4 3 20 0 15 0 444352686 11107315712 213562 33554432000 4194304 4196468 140731978530592 140354257592288 140353858962668 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22191] ppid=22134 vsize=10846988 memory=852200 CPUtime=11.75 cores=1,3,5,7
/proc/22137/task/22191/stat : 22191 (java) S 22134 22137 18193 0 -1 1077944384 18083 13008 0 0 1117 51 4 3 20 0 15 0 444352686 11107315712 213562 33554432000 4194304 4196468 140731978530592 140354289998864 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22192] ppid=22134 vsize=10846988 memory=852200 CPUtime=11.75 cores=1,3,5,7
/proc/22137/task/22192/stat : 22192 (java) S 22134 22137 18193 0 -1 1077944384 18404 13008 0 0 1112 56 4 3 20 0 15 0 444352686 11107315712 213562 33554432000 4194304 4196468 140731978530592 140354178272400 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22193] ppid=22134 vsize=10846988 memory=1160 CPUtime=11.75 cores=1,3,5,7
/proc/22137/task/22193/stat : 22193 (java) S 22134 22137 18193 0 -1 1077944384 16505 13008 0 0 1114 54 4 3 20 0 15 0 444352686 11107315712 213562 33554432000 4194304 4196468 140731978530592 140354177219344 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22194] ppid=22134 vsize=10846988 memory=852200 CPUtime=11.78 cores=1,3,5,7
/proc/22137/task/22194/stat : 22194 (java) S 22134 22137 18193 0 -1 1077944384 17523 13008 0 0 1114 57 4 3 20 0 15 0 444352686 11107315712 213562 33554432000 4194304 4196468 140731978530592 140354176166800 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22195] ppid=22134 vsize=10846988 memory=854248 CPUtime=10.81 cores=1,3,5,7
/proc/22137/task/22195/stat : 22195 (java) S 22134 22137 18193 0 -1 1077944384 17043 13008 0 0 1019 55 4 3 20 0 15 0 444352688 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353745127664 140354285767298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22196] ppid=22134 vsize=10846988 memory=854248 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22196/stat : 22196 (java) S 22134 22137 18193 0 -1 1077944384 38 13008 0 0 0 0 4 3 20 0 15 0 444352688 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353744073952 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22197] ppid=22134 vsize=10846988 memory=854248 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22197/stat : 22197 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352689 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353625645824 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22198] ppid=22134 vsize=10846988 memory=854248 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22198/stat : 22198 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352691 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353021667280 140354285774747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22199] ppid=22134 vsize=10846988 memory=854248 CPUtime=4.25 cores=1,3,5,7
/proc/22137/task/22199/stat : 22199 (java) S 22134 22137 18193 0 -1 1077944384 28446 13008 0 0 415 3 4 3 20 0 15 0 444352691 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353710516976 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22200] ppid=22134 vsize=10846988 memory=2353 CPUtime=4.32 cores=1,3,5,7
/proc/22137/task/22200/stat : 22200 (java) S 22134 22137 18193 0 -1 1077944384 28928 13008 0 0 421 4 4 3 20 0 15 0 444352691 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353709464432 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22201] ppid=22134 vsize=10846988 memory=854248 CPUtime=2.05 cores=1,3,5,7
/proc/22137/task/22201/stat : 22201 (java) S 22134 22137 18193 0 -1 1077944384 16359 13008 0 0 193 5 4 3 20 0 15 0 444352691 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353708411376 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22202] ppid=22134 vsize=10846988 memory=854248 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22202/stat : 22202 (java) S 22134 22137 18193 0 -1 1077944384 3 13008 0 0 0 0 4 3 20 0 15 0 444352691 11107315712 213562 33554432000 4194304 4196468 140731978530592 140352551906144 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22203] ppid=22134 vsize=10846988 memory=1112 CPUtime=1.47 cores=1,3,5,7
/proc/22137/task/22203/stat : 22203 (java) S 22134 22137 18193 0 -1 1077944384 1262 13008 0 0 65 75 4 3 20 0 15 0 444352692 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353707358768 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
Current children cumulated CPU time: 2366.19 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 854248 KiB

[startup+2382.3 s]
/proc/loadavg: 1.36 1.42 1.41 3/228 22959
/proc/meminfo: memFree=28273520/32770624 swapFree=66917056/67108860
[pid=22137] ppid=22134 vsize=10846988 memory=854248 CPUtime=2427.11 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 18193 0 -1 1077944320 232531 13008 0 0 242353 351 4 3 20 0 15 0 444352677 11107315712 213562 33554432000 4194304 4196468 140731978530592 140731978513136 140354285756151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
/proc/22137/statm: 2711747 213562 3633 1 0 2673805 0
[pid=22137/tid=22190] ppid=22134 vsize=10846988 memory=12040 CPUtime=2356.15 cores=1,3,5,7
/proc/22137/task/22190/stat : 22190 (java) R 22134 22137 18193 0 -1 4202560 66450 13008 0 0 235560 48 4 3 20 0 15 0 444352686 11107315712 213562 33554432000 4194304 4196468 140731978530592 140354257592176 140353860999769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22191] ppid=22134 vsize=10846988 memory=854248 CPUtime=12.07 cores=1,3,5,7
/proc/22137/task/22191/stat : 22191 (java) S 22134 22137 18193 0 -1 1077944384 18165 13008 0 0 1148 52 4 3 20 0 15 0 444352686 11107315712 213562 33554432000 4194304 4196468 140731978530592 140354289998864 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22192] ppid=22134 vsize=10846988 memory=854248 CPUtime=12.06 cores=1,3,5,7
/proc/22137/task/22192/stat : 22192 (java) S 22134 22137 18193 0 -1 1077944384 18499 13008 0 0 1142 57 4 3 20 0 15 0 444352686 11107315712 213562 33554432000 4194304 4196468 140731978530592 140354178272400 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22193] ppid=22134 vsize=10846988 memory=12040 CPUtime=12.06 cores=1,3,5,7
/proc/22137/task/22193/stat : 22193 (java) S 22134 22137 18193 0 -1 1077944384 17185 13008 0 0 1144 55 4 3 20 0 15 0 444352686 11107315712 213562 33554432000 4194304 4196468 140731978530592 140354177219344 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22194] ppid=22134 vsize=10846988 memory=279579151480992 CPUtime=12.09 cores=1,3,5,7
/proc/22137/task/22194/stat : 22194 (java) S 22134 22137 18193 0 -1 1077944384 17591 13008 0 0 1144 58 4 3 20 0 15 0 444352686 11107315712 213562 33554432000 4194304 4196468 140731978530592 140354176166800 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22195] ppid=22134 vsize=10846988 memory=854248 CPUtime=11.08 cores=1,3,5,7
/proc/22137/task/22195/stat : 22195 (java) S 22134 22137 18193 0 -1 1077944384 17362 13008 0 0 1045 56 4 3 20 0 15 0 444352688 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353745127664 140354285767298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22196] ppid=22134 vsize=10846988 memory=854248 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22196/stat : 22196 (java) S 22134 22137 18193 0 -1 1077944384 38 13008 0 0 0 0 4 3 20 0 15 0 444352688 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353744073952 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22197] ppid=22134 vsize=10846988 memory=854248 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22197/stat : 22197 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352689 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353625645824 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22198] ppid=22134 vsize=10846988 memory=854248 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22198/stat : 22198 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352691 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353021667280 140354285774747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22199] ppid=22134 vsize=10846988 memory=854248 CPUtime=4.25 cores=1,3,5,7
/proc/22137/task/22199/stat : 22199 (java) S 22134 22137 18193 0 -1 1077944384 28448 13008 0 0 415 3 4 3 20 0 15 0 444352691 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353710516976 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22200] ppid=22134 vsize=10846988 memory=854248 CPUtime=4.32 cores=1,3,5,7
/proc/22137/task/22200/stat : 22200 (java) S 22134 22137 18193 0 -1 1077944384 28931 13008 0 0 421 4 4 3 20 0 15 0 444352691 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353709464432 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22201] ppid=22134 vsize=10846988 memory=854248 CPUtime=2.05 cores=1,3,5,7
/proc/22137/task/22201/stat : 22201 (java) S 22134 22137 18193 0 -1 1077944384 16361 13008 0 0 193 5 4 3 20 0 15 0 444352691 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353708411376 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22202] ppid=22134 vsize=10846988 memory=854248 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22202/stat : 22202 (java) S 22134 22137 18193 0 -1 1077944384 3 13008 0 0 0 0 4 3 20 0 15 0 444352691 11107315712 213562 33554432000 4194304 4196468 140731978530592 140352551906144 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22203] ppid=22134 vsize=10846988 memory=896 CPUtime=1.51 cores=1,3,5,7
/proc/22137/task/22203/stat : 22203 (java) S 22134 22137 18193 0 -1 1077944384 1284 13008 0 0 66 78 4 3 20 0 15 0 444352692 11107315712 213562 33554432000 4194304 4196468 140731978530592 140353707358768 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
Current children cumulated CPU time: 2427.11 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 854248 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.39 1.40 3/228 22965
/proc/meminfo: memFree=28272428/32770624 swapFree=66917056/67108860
[pid=22137] ppid=22134 vsize=10846988 memory=866768 CPUtime=2488.06 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 18193 0 -1 1077944320 234668 13008 0 0 248439 360 4 3 20 0 15 0 444352677 11107315712 216692 33554432000 4194304 4196468 140731978530592 140731978513136 140354285756151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
/proc/22137/statm: 2711747 216692 3633 1 0 2673805 0
[pid=22137/tid=22190] ppid=22134 vsize=10846988 memory=866768 CPUtime=2415.46 cores=1,3,5,7
/proc/22137/task/22190/stat : 22190 (java) R 22134 22137 18193 0 -1 4202560 67330 13008 0 0 241490 49 4 3 20 0 15 0 444352686 11107315712 216692 33554432000 4194304 4196468 140731978530592 140354257591296 140353858296417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22191] ppid=22134 vsize=10846988 memory=854248 CPUtime=12.41 cores=1,3,5,7
/proc/22137/task/22191/stat : 22191 (java) S 22134 22137 18193 0 -1 1077944384 18330 13008 0 0 1180 54 4 3 20 0 15 0 444352686 11107315712 216692 33554432000 4194304 4196468 140731978530592 140354289998864 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22192] ppid=22134 vsize=10846988 memory=864340 CPUtime=12.39 cores=1,3,5,7
/proc/22137/task/22192/stat : 22192 (java) S 22134 22137 18193 0 -1 1077944384 18541 13008 0 0 1174 58 4 3 20 0 15 0 444352686 11107315712 216692 33554432000 4194304 4196468 140731978530592 140354178272400 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22193] ppid=22134 vsize=10846988 memory=864720 CPUtime=12.39 cores=1,3,5,7
/proc/22137/task/22193/stat : 22193 (java) S 22134 22137 18193 0 -1 1077944384 17305 13008 0 0 1175 57 4 3 20 0 15 0 444352686 11107315712 216692 33554432000 4194304 4196468 140731978530592 140354177219344 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22194] ppid=22134 vsize=10846988 memory=866768 CPUtime=12.42 cores=1,3,5,7
/proc/22137/task/22194/stat : 22194 (java) S 22134 22137 18193 0 -1 1077944384 18168 13008 0 0 1176 59 4 3 20 0 15 0 444352686 11107315712 216692 33554432000 4194304 4196468 140731978530592 140354176166800 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22195] ppid=22134 vsize=10846988 memory=866768 CPUtime=11.37 cores=1,3,5,7
/proc/22137/task/22195/stat : 22195 (java) S 22134 22137 18193 0 -1 1077944384 17700 13008 0 0 1072 58 4 3 20 0 15 0 444352688 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353745127664 140354285767298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22196] ppid=22134 vsize=10846988 memory=864340 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22196/stat : 22196 (java) S 22134 22137 18193 0 -1 1077944384 38 13008 0 0 0 0 4 3 20 0 15 0 444352688 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353744073952 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22197] ppid=22134 vsize=10846988 memory=864340 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22197/stat : 22197 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352689 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353625645824 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22198] ppid=22134 vsize=10846988 memory=866768 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22198/stat : 22198 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352691 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353021667280 140354285774747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22199] ppid=22134 vsize=10846988 memory=866768 CPUtime=4.25 cores=1,3,5,7
/proc/22137/task/22199/stat : 22199 (java) S 22134 22137 18193 0 -1 1077944384 28450 13008 0 0 415 3 4 3 20 0 15 0 444352691 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353710516976 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22200] ppid=22134 vsize=10846988 memory=866768 CPUtime=4.32 cores=1,3,5,7
/proc/22137/task/22200/stat : 22200 (java) S 22134 22137 18193 0 -1 1077944384 28934 13008 0 0 421 4 4 3 20 0 15 0 444352691 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353709464432 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22201] ppid=22134 vsize=10846988 memory=866768 CPUtime=2.05 cores=1,3,5,7
/proc/22137/task/22201/stat : 22201 (java) S 22134 22137 18193 0 -1 1077944384 16363 13008 0 0 193 5 4 3 20 0 15 0 444352691 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353708411376 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22202] ppid=22134 vsize=10846988 memory=866768 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22202/stat : 22202 (java) S 22134 22137 18193 0 -1 1077944384 3 13008 0 0 0 0 4 3 20 0 15 0 444352691 11107315712 216692 33554432000 4194304 4196468 140731978530592 140352551906144 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22203] ppid=22134 vsize=10846988 memory=866768 CPUtime=1.54 cores=1,3,5,7
/proc/22137/task/22203/stat : 22203 (java) S 22134 22137 18193 0 -1 1077944384 1292 13008 0 0 68 79 4 3 20 0 15 0 444352692 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353707358768 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
Current children cumulated CPU time: 2488.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 866768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.8 s]
/proc/loadavg: 1.42 1.41 1.41 3/229 22975
/proc/meminfo: memFree=28271968/32770624 swapFree=66917056/67108860
[pid=22137] ppid=22134 vsize=10846988 memory=866768 CPUtime=2520.08 cores=1,3,5,7
/proc/22137/stat : 22137 (java) S 22134 22137 18193 0 -1 1077944320 235485 13008 0 0 251637 364 4 3 20 0 15 0 444352677 11107315712 216692 33554432000 4194304 4196468 140731978530592 140731978513136 140354285756151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
/proc/22137/statm: 2711747 216692 3633 1 0 2673805 0
[pid=22137/tid=22190] ppid=22134 vsize=10846988 memory=1716 CPUtime=2446.6 cores=1,3,5,7
/proc/22137/task/22190/stat : 22190 (java) R 22134 22137 18193 0 -1 4202560 67630 13008 0 0 244603 50 4 3 20 0 15 0 444352686 11107315712 216692 33554432000 4194304 4196468 140731978530592 140354257591248 140353851116967 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22191] ppid=22134 vsize=10846988 memory=866768 CPUtime=12.59 cores=1,3,5,7
/proc/22137/task/22191/stat : 22191 (java) S 22134 22137 18193 0 -1 1077944384 18355 13008 0 0 1197 55 4 3 20 0 15 0 444352686 11107315712 216692 33554432000 4194304 4196468 140731978530592 140354289998864 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22192] ppid=22134 vsize=10846988 memory=6791534058613427641 CPUtime=12.57 cores=1,3,5,7
/proc/22137/task/22192/stat : 22192 (java) S 22134 22137 18193 0 -1 1077944384 18744 13008 0 0 1191 59 4 3 20 0 15 0 444352686 11107315712 216692 33554432000 4194304 4196468 140731978530592 140354178272400 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22193] ppid=22134 vsize=10846988 memory=866768 CPUtime=12.56 cores=1,3,5,7
/proc/22137/task/22193/stat : 22193 (java) S 22134 22137 18193 0 -1 1077944384 17312 13008 0 0 1192 57 4 3 20 0 15 0 444352686 11107315712 216692 33554432000 4194304 4196468 140731978530592 140354177219344 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22194] ppid=22134 vsize=10846988 memory=866768 CPUtime=12.6 cores=1,3,5,7
/proc/22137/task/22194/stat : 22194 (java) S 22134 22137 18193 0 -1 1077944384 18235 13008 0 0 1193 60 4 3 20 0 15 0 444352686 11107315712 216692 33554432000 4194304 4196468 140731978530592 140354176166800 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22195] ppid=22134 vsize=10846988 memory=47976 CPUtime=11.52 cores=1,3,5,7
/proc/22137/task/22195/stat : 22195 (java) S 22134 22137 18193 0 -1 1077944384 17895 13008 0 0 1087 58 4 3 20 0 15 0 444352688 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353745127664 140354285767298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22196] ppid=22134 vsize=10846988 memory=866768 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22196/stat : 22196 (java) S 22134 22137 18193 0 -1 1077944384 38 13008 0 0 0 0 4 3 20 0 15 0 444352688 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353744073952 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22197] ppid=22134 vsize=10846988 memory=866768 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22197/stat : 22197 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352689 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353625645824 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22198] ppid=22134 vsize=10846988 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22198/stat : 22198 (java) S 22134 22137 18193 0 -1 1077944384 2 13008 0 0 0 0 4 3 20 0 15 0 444352691 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353021667280 140354285774747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22199] ppid=22134 vsize=10846988 memory=1636 CPUtime=4.26 cores=1,3,5,7
/proc/22137/task/22199/stat : 22199 (java) S 22134 22137 18193 0 -1 1077944384 28452 13008 0 0 416 3 4 3 20 0 15 0 444352691 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353710516976 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22200] ppid=22134 vsize=10846988 memory=1436 CPUtime=4.32 cores=1,3,5,7
/proc/22137/task/22200/stat : 22200 (java) S 22134 22137 18193 0 -1 1077944384 28936 13008 0 0 421 4 4 3 20 0 15 0 444352691 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353709464432 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22201] ppid=22134 vsize=10846988 memory=896 CPUtime=2.05 cores=1,3,5,7
/proc/22137/task/22201/stat : 22201 (java) S 22134 22137 18193 0 -1 1077944384 16365 13008 0 0 193 5 4 3 20 0 15 0 444352691 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353708411376 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22202] ppid=22134 vsize=10846988 memory=1980 CPUtime=0.07 cores=1,3,5,7
/proc/22137/task/22202/stat : 22202 (java) S 22134 22137 18193 0 -1 1077944384 3 13008 0 0 0 0 4 3 20 0 15 0 444352691 11107315712 216692 33554432000 4194304 4196468 140731978530592 140352551906144 140354285766357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
[pid=22137/tid=22203] ppid=22134 vsize=10846988 memory=288230574492221466 CPUtime=1.56 cores=1,3,5,7
/proc/22137/task/22203/stat : 22203 (java) S 22134 22137 18193 0 -1 1077944384 1306 13008 0 0 68 81 4 3 20 0 15 0 444352692 11107315712 216692 33554432000 4194304 4196468 140731978530592 140353707358768 140354285767298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 15556608 140731978537711 140731978540229 140731978540229 140731978543055 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 866768 KiB

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

[startup+2473.83 s]
# the end of solver process 22137 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.44 s, system=3.69099 s

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

Child status: 143
Real time (s): 2473.83
CPU time (s): 2520.13
CPU user time (s): 2516.44
CPU system time (s): 3.69099
CPU usage (%): 101.872
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 866768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.44
system time used= 3.69099
maximum resident set size= 870904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249380
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290585
involuntary context switches= 8171


# summary of solver processes directly reported to runsolver:
#   pid: 22137
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.44
#   total CPU system time (s): 3.69099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4134 second user time and 19.5046 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 03:39:05
IDJOB=4401099
IDBENCH=129121
IDSOLVER=2857
FILE ID=node147/4401099-1568684388
RUNJOBID= node147-1568673287-18225
PBS_JOBID= 21703775
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j120/Rcpsp-j120-43-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401099-1568684388/watcher-4401099-1568684388 -o /tmp/evaluation-result-4401099-1568684388/solver-4401099-1568684388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1538733696 HOME/instance-4401099-1568684388.xml

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

MD5SUM BENCH= b8ccca606c249b2a94d57c192d734d6e
RANDOM SEED=1538733696

node147.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.52
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.52
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.52
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.52
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:        27940520 kB
MemAvailable:   29382884 kB
Buffers:           95796 kB
Cached:          1639024 kB
SwapCached:        87660 kB
Active:          3369716 kB
Inactive:         873108 kB
Active(anon):    2424112 kB
Inactive(anon):   133788 kB
Active(file):     945604 kB
Inactive(file):   739320 kB
Unevictable:      108656 kB
Mlocked:          108656 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             35304 kB
Writeback:             0 kB
AnonPages:       2668148 kB
Mapped:            62240 kB
Shmem:             40920 kB
Slab:             176160 kB
SReclaimable:     146548 kB
SUnreclaim:        29612 kB
KernelStack:        3952 kB
PageTables:        10868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3488808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2447360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58812 MiB
End job on node147 at 2019-09-17 04:20:19