Trace number 4401092

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)89 2520.1 2479.44

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-05.xml
MD5SUM42feabc1334beaea3bf22cfd312dd4ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark307.391
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size327
Distribution of domain sizes[{"size":1,"count":1},{"size":327,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":112},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":32,"count":2}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"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.73/0.55	c Concrete v3.12.2.1568631193530 running
9.12/4.00	o 326
9.12/4.02	o 120
9.51/4.05	o 116
9.80/4.17	o 115
9.80/4.20	o 114
10.07/4.24	o 113
10.07/4.27	o 111
10.07/4.28	o 108
10.38/4.32	o 107
10.38/4.36	o 106
10.89/4.51	o 105
11.21/4.76	o 104
11.34/4.83	o 103
11.34/4.86	o 102
11.34/4.87	o 99
12.96/5.92	o 98
12.96/5.96	o 97
12.96/5.97	o 96
13.09/6.05	o 95
13.09/6.06	o 94
13.31/6.22	o 93
21.53/13.58	o 92
27.09/19.02	o 91
45.69/37.29	o 90
72.27/63.56	o 89
2520.04/2479.41	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2479.41		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.04/2479.41		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.04/2479.41		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.04/2479.41		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2479.41		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2479.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.04/2479.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2479.41		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.04/2479.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2479.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2479.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2479.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2479.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2479.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2479.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2479.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2479.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2479.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2479.41		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.04/2479.41		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2479.41		at scala.Option.map(Option.scala:243)
2520.04/2479.41		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2479.41		at concrete.MAC.mac(MAC.scala:216)
2520.04/2479.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2479.41		at scala.util.Try$.apply(Try.scala:212)
2520.04/2479.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2479.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2479.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2479.41		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2479.41		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2479.41		at concrete.MAC.nextSolution(MAC.scala:369)
2520.04/2479.41		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2479.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2479.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2479.41		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2479.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.04/2479.41		at scala.util.Success.map(Try.scala:264)
2520.04/2479.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2479.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2479.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2479.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2479.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2479.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2479.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2479.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2479.41		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2479.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2479.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2479.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2479.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2479.41		at scala.App.main(App.scala:75)
2520.04/2479.41		at scala.App.main$(App.scala:73)
2520.04/2479.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2479.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2479.42	v <instantiation
2520.04/2479.42	v         cost = '89'>
2520.04/2479.42	v       <list>
2520.04/2479.42	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]
2520.04/2479.42	v       </list>
2520.04/2479.42	v       <values>
2520.04/2479.42	v         0 0 0 0 2 14 10 11 2 15 37 23 12 8 33 78 30 15 26 21 2 48 33 12 30 30 21 37 45 24 23 45 35 30 57 65 53 57 45 51 53 49 64 46 64 39 46 56 39 53 55 71 64 66 70 74 77 78 81 82 68 89
2520.04/2479.42	v       </values>
2520.04/2479.42	v     </instantiation>
2520.04/2479.42	s SATISFIABLE

Verifier Data

OK	89

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401092-1568684304/watcher-4401092-1568684304 -o /tmp/evaluation-result-4401092-1568684304/solver-4401092-1568684304 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18136 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4401092-1568684304.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=21025, runsolver pid=21022

[startup+0.100104 s]*
/proc/loadavg: 1.12 1.31 1.38 3/218 21082
/proc/meminfo: memFree=29742872/32770624 swapFree=66938152/67108860
[pid=21025] ppid=21022 vsize=9972712 memory=17344 CPUtime=0.08 cores=0,2,4,6
/proc/21025/stat : 21025 (java) S 21022 21025 18105 0 -1 1077944320 4563 13311 0 0 1 0 5 2 20 0 6 0 444701771 10212057088 4336 33554432000 4194304 4196468 140735862985184 140735862967728 140181789052663 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
/proc/21025/statm: 2493178 4336 1958 1 0 2481616 0
[pid=21025/tid=21078] ppid=21022 vsize=9972712 memory=4279135703980212366 CPUtime=0.08 cores=0,2,4,6
/proc/21025/task/21078/stat : 21078 (java) R 21022 21025 18105 0 -1 4202560 2348 13311 0 0 1 0 5 2 20 0 6 0 444701780 10212057088 4336 33554432000 4194304 4196468 140735862985184 140181760889424 140181773133150 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21079] ppid=21022 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21079/stat : 21079 (java) S 21022 21025 18105 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 6 0 444701781 10212057088 4336 33554432000 4194304 4196468 140735862985184 140181793295376 140181789062869 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21080] ppid=21022 vsize=9972712 memory=139906578245248 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21080/stat : 21080 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 6 0 444701781 10212057088 4336 33554432000 4194304 4196468 140735862985184 140181697498256 140181789062869 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21081] ppid=21022 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21081/stat : 21081 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 6 0 444701781 10212057088 4336 33554432000 4194304 4196468 140735862985184 140181696445200 140181789062869 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21082] ppid=21022 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21082/stat : 21082 (java) S 21022 21025 18105 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 6 0 444701781 10212057088 4336 33554432000 4194304 4196468 140735862985184 140181695392656 140181789062869 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17344 KiB

[startup+0.210016 s]*
/proc/loadavg: 1.12 1.31 1.38 5/227 21091
/proc/meminfo: memFree=29724372/32770624 swapFree=66938152/67108860
[pid=21025] ppid=21022 vsize=10820196 memory=42544 CPUtime=0.26 cores=0,2,4,6
/proc/21025/stat : 21025 (java) S 21022 21025 18105 0 -1 1077944320 7423 13311 0 0 18 1 5 2 20 0 15 0 444701771 11079880704 10636 33554432000 4194304 4196468 140735862985184 140735862967728 140181789052663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
/proc/21025/statm: 2705049 10636 3299 1 0 2667149 0
[pid=21025/tid=21078] ppid=21022 vsize=10820196 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/21025/task/21078/stat : 21078 (java) R 21022 21025 18105 0 -1 4202560 3920 13311 0 0 11 0 5 2 20 0 15 0 444701780 11079880704 10636 33554432000 4194304 4196468 140735862985184 140181760866848 140181789074589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21079] ppid=21022 vsize=10820196 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21079/stat : 21079 (java) S 21022 21025 18105 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444701781 11079880704 10636 33554432000 4194304 4196468 140735862985184 140181793295376 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21080] ppid=21022 vsize=10820196 memory=139906578265143 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21080/stat : 21080 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701781 11079880704 10636 33554432000 4194304 4196468 140735862985184 140181697498256 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21081] ppid=21022 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21081/stat : 21081 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701781 11079880704 10636 33554432000 4194304 4196468 140735862985184 140181696445200 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21082] ppid=21022 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21082/stat : 21082 (java) S 21022 21025 18105 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444701781 11079880704 10636 33554432000 4194304 4196468 140735862985184 140181695392656 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21083] ppid=21022 vsize=10820196 memory=139906578245248 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21083/stat : 21083 (java) S 21022 21025 18105 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444701783 11079880704 10636 33554432000 4194304 4196468 140735862985184 140181248043248 140181789063810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21084] ppid=21022 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21084/stat : 21084 (java) S 21022 21025 18105 0 -1 1077944384 13 13311 0 0 0 0 5 2 20 0 15 0 444701783 11079880704 10636 33554432000 4194304 4196468 140735862985184 140180686103712 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21085] ppid=21022 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21085/stat : 21085 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701783 11079880704 10636 33554432000 4194304 4196468 140735862985184 140180551885552 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21086] ppid=21022 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21086/stat : 21086 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11079880704 10636 33554432000 4194304 4196468 140735862985184 140180311594960 140181789071259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21087] ppid=21022 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21025/task/21087/stat : 21087 (java) S 21022 21025 18105 0 -1 1077944384 479 13311 0 0 1 0 5 2 20 0 15 0 444701786 11079880704 10636 33554432000 4194304 4196468 140735862985184 140181246991088 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21088] ppid=21022 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21088/stat : 21088 (java) S 21022 21025 18105 0 -1 1077944384 180 13311 0 0 0 0 5 2 20 0 15 0 444701786 11079880704 10636 33554432000 4194304 4196468 140735862985184 140181245938544 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21089] ppid=21022 vsize=10820196 memory=139906578245248 CPUtime=0.1 cores=0,2,4,6
/proc/21025/task/21089/stat : 21089 (java) S 21022 21025 18105 0 -1 1077944384 606 13311 0 0 3 0 5 2 20 0 15 0 444701786 11079880704 10636 33554432000 4194304 4196468 140735862985184 140181244885488 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21090] ppid=21022 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21090/stat : 21090 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11079880704 10636 33554432000 4194304 4196468 140735862985184 140180278037344 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21091] ppid=21022 vsize=10820196 memory=139906578245248 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21091/stat : 21091 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701786 11079880704 10636 33554432000 4194304 4196468 140735862985184 140181243832880 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42544 KiB

[startup+0.317118 s]*
/proc/loadavg: 1.12 1.31 1.38 3/227 21091
/proc/meminfo: memFree=29712520/32770624 swapFree=66938152/67108860
[pid=21025] ppid=21022 vsize=10820268 memory=50836 CPUtime=0.4 cores=0,2,4,6
/proc/21025/stat : 21025 (java) S 21022 21025 18105 0 -1 1077944320 10908 13311 0 0 30 3 5 2 20 0 15 0 444701771 11079954432 12709 33554432000 4194304 4196468 140735862985184 140735862967728 140181789052663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
/proc/21025/statm: 2705067 12709 3318 1 0 2667149 0
[pid=21025/tid=21078] ppid=21022 vsize=10820268 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21025/task/21078/stat : 21078 (java) R 21022 21025 18105 0 -1 4202560 7396 13311 0 0 20 2 5 2 20 0 15 0 444701780 11079954432 12709 33554432000 4194304 4196468 140735862985184 140181760878192 140181789074589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21079] ppid=21022 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21079/stat : 21079 (java) S 21022 21025 18105 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444701781 11079954432 12709 33554432000 4194304 4196468 140735862985184 140181793295376 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21080] ppid=21022 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21080/stat : 21080 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701781 11079954432 12709 33554432000 4194304 4196468 140735862985184 140181697498256 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21081] ppid=21022 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21081/stat : 21081 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701781 11079954432 12709 33554432000 4194304 4196468 140735862985184 140181696445200 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21082] ppid=21022 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21082/stat : 21082 (java) S 21022 21025 18105 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444701781 11079954432 12709 33554432000 4194304 4196468 140735862985184 140181695392656 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21083] ppid=21022 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21083/stat : 21083 (java) S 21022 21025 18105 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444701783 11079954432 12709 33554432000 4194304 4196468 140735862985184 140181248043248 140181789063810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21084] ppid=21022 vsize=10820268 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21084/stat : 21084 (java) S 21022 21025 18105 0 -1 1077944384 13 13311 0 0 0 0 5 2 20 0 15 0 444701783 11079954432 12709 33554432000 4194304 4196468 140735862985184 140180686103712 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21085] ppid=21022 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21085/stat : 21085 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701783 11079954432 12709 33554432000 4194304 4196468 140735862985184 140180551885552 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21086] ppid=21022 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21086/stat : 21086 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11079954432 12709 33554432000 4194304 4196468 140735862985184 140180311594960 140181789071259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21087] ppid=21022 vsize=10820268 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21025/task/21087/stat : 21087 (java) S 21022 21025 18105 0 -1 1077944384 479 13311 0 0 2 0 5 2 20 0 15 0 444701786 11079954432 12709 33554432000 4194304 4196468 140735862985184 140181246991088 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21088] ppid=21022 vsize=10820268 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21025/task/21088/stat : 21088 (java) S 21022 21025 18105 0 -1 1077944384 181 13311 0 0 1 0 5 2 20 0 15 0 444701786 11079954432 12709 33554432000 4194304 4196468 140735862985184 140181245938544 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21089] ppid=21022 vsize=10820268 memory=139906578245248 CPUtime=0.12 cores=0,2,4,6
/proc/21025/task/21089/stat : 21089 (java) S 21022 21025 18105 0 -1 1077944384 614 13311 0 0 5 0 5 2 20 0 15 0 444701786 11079954432 12709 33554432000 4194304 4196468 140735862985184 140181244885488 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21090] ppid=21022 vsize=10820268 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21090/stat : 21090 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11079954432 12709 33554432000 4194304 4196468 140735862985184 140180278037344 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21091] ppid=21022 vsize=10820268 memory=139906578245248 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21091/stat : 21091 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701786 11079954432 12709 33554432000 4194304 4196468 140735862985184 140181243832880 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 50836 KiB

[startup+0.700681 s]
/proc/loadavg: 1.12 1.31 1.38 5/227 21091
/proc/meminfo: memFree=29698600/32770624 swapFree=66938152/67108860
[pid=21025] ppid=21022 vsize=10824364 memory=83792 CPUtime=1.09 cores=0,2,4,6
/proc/21025/stat : 21025 (java) S 21022 21025 18105 0 -1 1077944320 15126 13311 0 0 97 5 5 2 20 0 15 0 444701771 11084148736 20948 33554432000 4194304 4196468 140735862985184 140735862967728 140181789052663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
/proc/21025/statm: 2706091 20948 3511 1 0 2668173 0
[pid=21025/tid=21078] ppid=21022 vsize=10824364 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/21025/task/21078/stat : 21078 (java) R 21022 21025 18105 0 -1 4202560 10477 13311 0 0 55 3 5 2 20 0 15 0 444701780 11084148736 20948 33554432000 4194304 4196468 140735862985184 140181760879552 140181773133150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21079] ppid=21022 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21079/stat : 21079 (java) S 21022 21025 18105 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444701781 11084148736 20948 33554432000 4194304 4196468 140735862985184 140181793295376 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21080] ppid=21022 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21080/stat : 21080 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701781 11084148736 20948 33554432000 4194304 4196468 140735862985184 140181697498256 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21081] ppid=21022 vsize=10824364 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21081/stat : 21081 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701781 11084148736 20948 33554432000 4194304 4196468 140735862985184 140181696445200 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21082] ppid=21022 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21082/stat : 21082 (java) S 21022 21025 18105 0 -1 1077944384 2 13311 0 0 0 0 5 2 20 0 15 0 444701781 11084148736 20948 33554432000 4194304 4196468 140735862985184 140181695392656 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21083] ppid=21022 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21083/stat : 21083 (java) S 21022 21025 18105 0 -1 1077944384 5 13311 0 0 0 0 5 2 20 0 15 0 444701783 11084148736 20948 33554432000 4194304 4196468 140735862985184 140181248043248 140181789063810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21084] ppid=21022 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21084/stat : 21084 (java) S 21022 21025 18105 0 -1 1077944384 13 13311 0 0 0 0 5 2 20 0 15 0 444701783 11084148736 20948 33554432000 4194304 4196468 140735862985184 140180686103712 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21085] ppid=21022 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21085/stat : 21085 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701783 11084148736 20948 33554432000 4194304 4196468 140735862985184 140180551885552 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21086] ppid=21022 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21086/stat : 21086 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11084148736 20948 33554432000 4194304 4196468 140735862985184 140180311594960 140181789071259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21087] ppid=21022 vsize=10824364 memory=139906479334416 CPUtime=0.19 cores=0,2,4,6
/proc/21025/task/21087/stat : 21087 (java) R 21022 21025 18105 0 -1 4202560 881 13311 0 0 12 0 5 2 20 0 15 0 444701786 11084148736 20948 33554432000 4194304 4196468 140735862985184 140181246978528 140181789074010 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21088] ppid=21022 vsize=10824364 memory=139908559667802 CPUtime=0.19 cores=0,2,4,6
/proc/21025/task/21088/stat : 21088 (java) R 21022 21025 18105 0 -1 4202560 618 13311 0 0 12 0 5 2 20 0 15 0 444701786 11084148736 20948 33554432000 4194304 4196468 140735862985184 140181245938544 140181767445934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21089] ppid=21022 vsize=10824364 memory=14008 CPUtime=0.23 cores=0,2,4,6
/proc/21025/task/21089/stat : 21089 (java) S 21022 21025 18105 0 -1 1077944384 913 13311 0 0 16 0 5 2 20 0 15 0 444701786 11084148736 20948 33554432000 4194304 4196468 140735862985184 140181244885488 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21090] ppid=21022 vsize=10824364 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21090/stat : 21090 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11084148736 20948 33554432000 4194304 4196468 140735862985184 140180278037344 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21091] ppid=21022 vsize=10824364 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21091/stat : 21091 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701786 11084148736 20948 33554432000 4194304 4196468 140735862985184 140181243832880 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83792 KiB

[startup+1.50072 s]
/proc/loadavg: 1.12 1.31 1.38 5/227 21091
/proc/meminfo: memFree=29640768/32770624 swapFree=66938152/67108860
[pid=21025] ppid=21022 vsize=10834680 memory=171200 CPUtime=2.4 cores=0,2,4,6
/proc/21025/stat : 21025 (java) S 21022 21025 18105 0 -1 1077944320 21715 13311 0 0 223 10 5 2 20 0 15 0 444701771 11094712320 42800 33554432000 4194304 4196468 140735862985184 140735862967728 140181789052663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
/proc/21025/statm: 2708670 42800 3580 1 0 2670733 0
[pid=21025/tid=21078] ppid=21022 vsize=10834680 memory=2958597 CPUtime=1.43 cores=0,2,4,6
/proc/21025/task/21078/stat : 21078 (java) R 21022 21025 18105 0 -1 4202560 15260 13311 0 0 130 6 5 2 20 0 15 0 444701780 11094712320 42800 33554432000 4194304 4196468 140735862985184 140181760853400 140181773133150 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21079] ppid=21022 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21025/task/21079/stat : 21079 (java) S 21022 21025 18105 0 -1 1077944384 91 13311 0 0 1 0 5 2 20 0 15 0 444701781 11094712320 42800 33554432000 4194304 4196468 140735862985184 140181793295376 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21080] ppid=21022 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21080/stat : 21080 (java) S 21022 21025 18105 0 -1 1077944384 349 13311 0 0 0 0 5 2 20 0 15 0 444701781 11094712320 42800 33554432000 4194304 4196468 140735862985184 140181697498256 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21081] ppid=21022 vsize=10834680 memory=1674 CPUtime=0.08 cores=0,2,4,6
/proc/21025/task/21081/stat : 21081 (java) S 21022 21025 18105 0 -1 1077944384 29 13311 0 0 1 0 5 2 20 0 15 0 444701781 11094712320 42800 33554432000 4194304 4196468 140735862985184 140181696445200 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21082] ppid=21022 vsize=10834680 memory=83792 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21082/stat : 21082 (java) S 21022 21025 18105 0 -1 1077944384 49 13311 0 0 0 0 5 2 20 0 15 0 444701781 11094712320 42800 33554432000 4194304 4196468 140735862985184 140181695392656 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21083] ppid=21022 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21025/task/21083/stat : 21083 (java) S 21022 21025 18105 0 -1 1077944384 146 13311 0 0 1 0 5 2 20 0 15 0 444701783 11094712320 42800 33554432000 4194304 4196468 140735862985184 140181248043248 140181789063810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21084] ppid=21022 vsize=10834680 memory=279812958635808 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21084/stat : 21084 (java) S 21022 21025 18105 0 -1 1077944384 14 13311 0 0 0 0 5 2 20 0 15 0 444701783 11094712320 42800 33554432000 4194304 4196468 140735862985184 140180686103776 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21085] ppid=21022 vsize=10834680 memory=279812958865168 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21085/stat : 21085 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701783 11094712320 42800 33554432000 4194304 4196468 140735862985184 140180551885568 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21086] ppid=21022 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21086/stat : 21086 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11094712320 42800 33554432000 4194304 4196468 140735862985184 140180311594960 140181789071259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21087] ppid=21022 vsize=10834680 memory=6944656575208382560 CPUtime=0.32 cores=0,2,4,6
/proc/21025/task/21087/stat : 21087 (java) R 21022 21025 18105 0 -1 1077944384 1081 13311 0 0 25 0 5 2 20 0 15 0 444701786 11094712320 42800 33554432000 4194304 4196468 140735862985184 140181246991088 140181789063810 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21088] ppid=21022 vsize=10834680 memory=6944656592455360604 CPUtime=0.27 cores=0,2,4,6
/proc/21025/task/21088/stat : 21088 (java) S 21022 21025 18105 0 -1 1077944384 767 13311 0 0 20 0 5 2 20 0 15 0 444701786 11094712320 42800 33554432000 4194304 4196468 140735862985184 140181245938544 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21089] ppid=21022 vsize=10834680 memory=6944656592455359580 CPUtime=0.48 cores=0,2,4,6
/proc/21025/task/21089/stat : 21089 (java) R 21022 21025 18105 0 -1 4202560 1712 13311 0 0 41 0 5 2 20 0 15 0 444701786 11094712320 42800 33554432000 4194304 4196468 140735862985184 140181244885488 140181767757468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21090] ppid=21022 vsize=10834680 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21090/stat : 21090 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11094712320 42800 33554432000 4194304 4196468 140735862985184 140180278037344 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21091] ppid=21022 vsize=10834680 memory=7684433391216329530 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21091/stat : 21091 (java) S 21022 21025 18105 0 -1 1077944384 1 13311 0 0 0 0 5 2 20 0 15 0 444701786 11094712320 42800 33554432000 4194304 4196468 140735862985184 140181243832880 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834680 KiB

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

/proc/21025/task/21078/stat : 21078 (java) R 21022 21025 18105 0 -1 4202560 63091 13311 0 0 229640 46 5 2 20 0 15 0 444701780 11107315712 191013 33554432000 4194304 4196468 140735862985184 140181760887760 140181389676722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21079] ppid=21022 vsize=10846988 memory=764052 CPUtime=10.96 cores=0,2,4,6
/proc/21025/task/21079/stat : 21079 (java) S 21022 21025 18105 0 -1 1077944384 8906 13311 0 0 1035 54 5 2 20 0 15 0 444701781 11107315712 191013 33554432000 4194304 4196468 140735862985184 140181793295376 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21080] ppid=21022 vsize=10846988 memory=764052 CPUtime=10.94 cores=0,2,4,6
/proc/21025/task/21080/stat : 21080 (java) S 21022 21025 18105 0 -1 1077944384 14773 13311 0 0 1034 53 5 2 20 0 15 0 444701781 11107315712 191013 33554432000 4194304 4196468 140735862985184 140181697498256 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21081] ppid=21022 vsize=10846988 memory=764052 CPUtime=10.94 cores=0,2,4,6
/proc/21025/task/21081/stat : 21081 (java) S 21022 21025 18105 0 -1 1077944384 16701 13311 0 0 1035 52 5 2 20 0 15 0 444701781 11107315712 191013 33554432000 4194304 4196468 140735862985184 140181696445200 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21082] ppid=21022 vsize=10846988 memory=764052 CPUtime=10.96 cores=0,2,4,6
/proc/21025/task/21082/stat : 21082 (java) S 21022 21025 18105 0 -1 1077944384 14046 13311 0 0 1034 55 5 2 20 0 15 0 444701781 11107315712 191013 33554432000 4194304 4196468 140735862985184 140181695392656 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21083] ppid=21022 vsize=10846988 memory=764052 CPUtime=10.53 cores=0,2,4,6
/proc/21025/task/21083/stat : 21083 (java) S 21022 21025 18105 0 -1 1077944384 13130 13311 0 0 988 58 5 2 20 0 15 0 444701783 11107315712 191013 33554432000 4194304 4196468 140735862985184 140181248043248 140181789063810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21084] ppid=21022 vsize=10846988 memory=761944 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21084/stat : 21084 (java) S 21022 21025 18105 0 -1 1077944384 17 13311 0 0 0 0 5 2 20 0 15 0 444701783 11107315712 191013 33554432000 4194304 4196468 140735862985184 140180686103840 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21085] ppid=21022 vsize=10846988 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21085/stat : 21085 (java) S 21022 21025 18105 0 -1 1077944384 8 13311 0 0 0 0 5 2 20 0 15 0 444701783 11107315712 191013 33554432000 4194304 4196468 140735862985184 140180551885568 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21086] ppid=21022 vsize=10846988 memory=764052 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21086/stat : 21086 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11107315712 191013 33554432000 4194304 4196468 140735862985184 140180311594960 140181789071259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21087] ppid=21022 vsize=10846988 memory=764052 CPUtime=3.44 cores=0,2,4,6
/proc/21025/task/21087/stat : 21087 (java) S 21022 21025 18105 0 -1 1077944384 16766 13311 0 0 335 2 5 2 20 0 15 0 444701786 11107315712 191013 33554432000 4194304 4196468 140735862985184 140181246991088 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21088] ppid=21022 vsize=10846988 memory=764052 CPUtime=3.57 cores=0,2,4,6
/proc/21025/task/21088/stat : 21088 (java) S 21022 21025 18105 0 -1 1077944384 23839 13311 0 0 347 3 5 2 20 0 15 0 444701786 11107315712 191013 33554432000 4194304 4196468 140735862985184 140181245938544 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21089] ppid=21022 vsize=10846988 memory=3620 CPUtime=1.77 cores=0,2,4,6
/proc/21025/task/21089/stat : 21089 (java) S 21022 21025 18105 0 -1 1077944384 17711 13311 0 0 167 3 5 2 20 0 15 0 444701786 11107315712 191013 33554432000 4194304 4196468 140735862985184 140181244885488 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21090] ppid=21022 vsize=10846988 memory=764052 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21090/stat : 21090 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11107315712 191013 33554432000 4194304 4196468 140735862985184 140180278037344 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21091] ppid=21022 vsize=10846988 memory=764052 CPUtime=1.32 cores=0,2,4,6
/proc/21025/task/21091/stat : 21091 (java) S 21022 21025 18105 0 -1 1077944384 1386 13311 0 0 59 66 5 2 20 0 15 0 444701786 11107315712 191013 33554432000 4194304 4196468 140735862985184 140181243832880 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
Current children cumulated CPU time: 2360.83 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 764052 KiB

[startup+2382.3 s]
/proc/loadavg: 1.40 1.40 1.40 3/227 21462
/proc/meminfo: memFree=30036036/32770624 swapFree=66938156/67108860
[pid=21025] ppid=21022 vsize=10846988 memory=764084 CPUtime=2421.63 cores=0,2,4,6
/proc/21025/stat : 21025 (java) S 21022 21025 18105 0 -1 1077944320 194221 13311 0 0 241819 337 5 2 20 0 15 0 444701771 11107315712 191021 33554432000 4194304 4196468 140735862985184 140735862967728 140181789052663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
/proc/21025/statm: 2711747 191021 3631 1 0 2673805 0
[pid=21025/tid=21078] ppid=21022 vsize=10846988 memory=764084 CPUtime=2356.28 cores=0,2,4,6
/proc/21025/task/21078/stat : 21078 (java) R 21022 21025 18105 0 -1 4202560 63784 13311 0 0 235574 47 5 2 20 0 15 0 444701780 11107315712 191021 33554432000 4194304 4196468 140735862985184 140181760888624 140181389676692 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21079] ppid=21022 vsize=10846988 memory=764084 CPUtime=11.24 cores=0,2,4,6
/proc/21025/task/21079/stat : 21079 (java) S 21022 21025 18105 0 -1 1077944384 8954 13311 0 0 1062 55 5 2 20 0 15 0 444701781 11107315712 191021 33554432000 4194304 4196468 140735862985184 140181793295376 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21080] ppid=21022 vsize=10846988 memory=764084 CPUtime=11.23 cores=0,2,4,6
/proc/21025/task/21080/stat : 21080 (java) S 21022 21025 18105 0 -1 1077944384 14797 13311 0 0 1062 54 5 2 20 0 15 0 444701781 11107315712 191021 33554432000 4194304 4196468 140735862985184 140181697498256 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21081] ppid=21022 vsize=10846988 memory=7 CPUtime=11.23 cores=0,2,4,6
/proc/21025/task/21081/stat : 21081 (java) S 21022 21025 18105 0 -1 1077944384 16770 13311 0 0 1062 54 5 2 20 0 15 0 444701781 11107315712 191021 33554432000 4194304 4196468 140735862985184 140181696445200 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21082] ppid=21022 vsize=10846988 memory=0 CPUtime=11.25 cores=0,2,4,6
/proc/21025/task/21082/stat : 21082 (java) S 21022 21025 18105 0 -1 1077944384 14437 13311 0 0 1062 56 5 2 20 0 15 0 444701781 11107315712 191021 33554432000 4194304 4196468 140735862985184 140181695392656 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21083] ppid=21022 vsize=10846988 memory=764084 CPUtime=10.79 cores=0,2,4,6
/proc/21025/task/21083/stat : 21083 (java) S 21022 21025 18105 0 -1 1077944384 13345 13311 0 0 1013 59 5 2 20 0 15 0 444701783 11107315712 191021 33554432000 4194304 4196468 140735862985184 140181248043248 140181789063810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21084] ppid=21022 vsize=10846988 memory=764084 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21084/stat : 21084 (java) S 21022 21025 18105 0 -1 1077944384 17 13311 0 0 0 0 5 2 20 0 15 0 444701783 11107315712 191021 33554432000 4194304 4196468 140735862985184 140180686103840 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21085] ppid=21022 vsize=10846988 memory=764084 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21085/stat : 21085 (java) S 21022 21025 18105 0 -1 1077944384 8 13311 0 0 0 0 5 2 20 0 15 0 444701783 11107315712 191021 33554432000 4194304 4196468 140735862985184 140180551885568 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21086] ppid=21022 vsize=10846988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21086/stat : 21086 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11107315712 191021 33554432000 4194304 4196468 140735862985184 140180311594960 140181789071259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21087] ppid=21022 vsize=10846988 memory=764084 CPUtime=3.44 cores=0,2,4,6
/proc/21025/task/21087/stat : 21087 (java) S 21022 21025 18105 0 -1 1077944384 16768 13311 0 0 335 2 5 2 20 0 15 0 444701786 11107315712 191021 33554432000 4194304 4196468 140735862985184 140181246991088 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21088] ppid=21022 vsize=10846988 memory=764084 CPUtime=3.57 cores=0,2,4,6
/proc/21025/task/21088/stat : 21088 (java) S 21022 21025 18105 0 -1 1077944384 24011 13311 0 0 347 3 5 2 20 0 15 0 444701786 11107315712 191021 33554432000 4194304 4196468 140735862985184 140181245938544 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21089] ppid=21022 vsize=10846988 memory=764084 CPUtime=1.78 cores=0,2,4,6
/proc/21025/task/21089/stat : 21089 (java) S 21022 21025 18105 0 -1 1077944384 17713 13311 0 0 168 3 5 2 20 0 15 0 444701786 11107315712 191021 33554432000 4194304 4196468 140735862985184 140181244885488 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21090] ppid=21022 vsize=10846988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21090/stat : 21090 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11107315712 191021 33554432000 4194304 4196468 140735862985184 140180278037344 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21091] ppid=21022 vsize=10846988 memory=764084 CPUtime=1.35 cores=0,2,4,6
/proc/21025/task/21091/stat : 21091 (java) S 21022 21025 18105 0 -1 1077944384 1402 13311 0 0 61 67 5 2 20 0 15 0 444701786 11107315712 191021 33554432000 4194304 4196468 140735862985184 140181243832880 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
Current children cumulated CPU time: 2421.63 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 764084 KiB

[startup+2442.3 s]
/proc/loadavg: 2.36 1.65 1.48 3/227 21466
/proc/meminfo: memFree=30033464/32770624 swapFree=66938156/67108860
[pid=21025] ppid=21022 vsize=10846988 memory=766132 CPUtime=2482.43 cores=0,2,4,6
/proc/21025/stat : 21025 (java) S 21022 21025 18105 0 -1 1077944320 195658 13311 0 0 247891 345 5 2 20 0 15 0 444701771 11107315712 191533 33554432000 4194304 4196468 140735862985184 140735862967728 140181789052663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
/proc/21025/statm: 2711747 191533 3631 1 0 2673805 0
[pid=21025/tid=21078] ppid=21022 vsize=10846988 memory=766132 CPUtime=2415.64 cores=0,2,4,6
/proc/21025/task/21078/stat : 21078 (java) R 21022 21025 18105 0 -1 4202560 64464 13311 0 0 241510 47 5 2 20 0 15 0 444701780 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181760887648 140181381267286 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21079] ppid=21022 vsize=10846988 memory=766132 CPUtime=11.52 cores=0,2,4,6
/proc/21025/task/21079/stat : 21079 (java) S 21022 21025 18105 0 -1 1077944384 9350 13311 0 0 1089 56 5 2 20 0 15 0 444701781 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181793295376 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21080] ppid=21022 vsize=10846988 memory=764084 CPUtime=11.52 cores=0,2,4,6
/proc/21025/task/21080/stat : 21080 (java) S 21022 21025 18105 0 -1 1077944384 14848 13311 0 0 1089 56 5 2 20 0 15 0 444701781 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181697498256 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21081] ppid=21022 vsize=10846988 memory=0 CPUtime=11.52 cores=0,2,4,6
/proc/21025/task/21081/stat : 21081 (java) S 21022 21025 18105 0 -1 1077944384 16826 13311 0 0 1089 56 5 2 20 0 15 0 444701781 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181696445200 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21082] ppid=21022 vsize=10846988 memory=764084 CPUtime=11.54 cores=0,2,4,6
/proc/21025/task/21082/stat : 21082 (java) S 21022 21025 18105 0 -1 1077944384 14455 13311 0 0 1090 57 5 2 20 0 15 0 444701781 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181695392656 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21083] ppid=21022 vsize=10846988 memory=764084 CPUtime=11.04 cores=0,2,4,6
/proc/21025/task/21083/stat : 21083 (java) S 21022 21025 18105 0 -1 1077944384 13557 13311 0 0 1037 60 5 2 20 0 15 0 444701783 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181248043248 140181789063810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21084] ppid=21022 vsize=10846988 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21084/stat : 21084 (java) S 21022 21025 18105 0 -1 1077944384 17 13311 0 0 0 0 5 2 20 0 15 0 444701783 11107315712 191533 33554432000 4194304 4196468 140735862985184 140180686103840 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21085] ppid=21022 vsize=10846988 memory=764084 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21085/stat : 21085 (java) S 21022 21025 18105 0 -1 1077944384 8 13311 0 0 0 0 5 2 20 0 15 0 444701783 11107315712 191533 33554432000 4194304 4196468 140735862985184 140180551885568 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21086] ppid=21022 vsize=10846988 memory=766132 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21086/stat : 21086 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11107315712 191533 33554432000 4194304 4196468 140735862985184 140180311594960 140181789071259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21087] ppid=21022 vsize=10846988 memory=766132 CPUtime=3.44 cores=0,2,4,6
/proc/21025/task/21087/stat : 21087 (java) S 21022 21025 18105 0 -1 1077944384 16770 13311 0 0 335 2 5 2 20 0 15 0 444701786 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181246991088 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21088] ppid=21022 vsize=10846988 memory=766132 CPUtime=3.57 cores=0,2,4,6
/proc/21025/task/21088/stat : 21088 (java) S 21022 21025 18105 0 -1 1077944384 24013 13311 0 0 347 3 5 2 20 0 15 0 444701786 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181245938544 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21089] ppid=21022 vsize=10846988 memory=766132 CPUtime=1.78 cores=0,2,4,6
/proc/21025/task/21089/stat : 21089 (java) S 21022 21025 18105 0 -1 1077944384 17715 13311 0 0 168 3 5 2 20 0 15 0 444701786 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181244885488 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21090] ppid=21022 vsize=10846988 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21090/stat : 21090 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11107315712 191533 33554432000 4194304 4196468 140735862985184 140180278037344 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21091] ppid=21022 vsize=10846988 memory=766132 CPUtime=1.39 cores=0,2,4,6
/proc/21025/task/21091/stat : 21091 (java) S 21022 21025 18105 0 -1 1077944384 1420 13311 0 0 63 69 5 2 20 0 15 0 444701786 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181243832880 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
Current children cumulated CPU time: 2482.43 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 766132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.4 s]
/proc/loadavg: 2.10 1.68 1.50 3/227 21470
/proc/meminfo: memFree=30033220/32770624 swapFree=66938156/67108860
[pid=21025] ppid=21022 vsize=10846988 memory=766132 CPUtime=2520.04 cores=0,2,4,6
/proc/21025/stat : 21025 (java) S 21022 21025 18105 0 -1 1077944320 196854 13311 0 0 251647 350 5 2 20 0 15 0 444701771 11107315712 191533 33554432000 4194304 4196468 140735862985184 140735862967728 140181789052663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
/proc/21025/statm: 2711747 191533 3631 1 0 2673805 0
[pid=21025/tid=21078] ppid=21022 vsize=10846988 memory=1420 CPUtime=2452.34 cores=0,2,4,6
/proc/21025/task/21078/stat : 21078 (java) R 21022 21025 18105 0 -1 4202560 64928 13311 0 0 245179 48 5 2 20 0 15 0 444701780 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181760887984 140181389161963 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21079] ppid=21022 vsize=10846988 memory=1984 CPUtime=11.71 cores=0,2,4,6
/proc/21025/task/21079/stat : 21079 (java) S 21022 21025 18105 0 -1 1077944384 9696 13311 0 0 1107 57 5 2 20 0 15 0 444701781 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181793295376 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21080] ppid=21022 vsize=10846988 memory=2532 CPUtime=11.69 cores=0,2,4,6
/proc/21025/task/21080/stat : 21080 (java) S 21022 21025 18105 0 -1 1077944384 14954 13311 0 0 1106 56 5 2 20 0 15 0 444701781 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181697498256 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21081] ppid=21022 vsize=10846988 memory=1440 CPUtime=11.69 cores=0,2,4,6
/proc/21025/task/21081/stat : 21081 (java) S 21022 21025 18105 0 -1 1077944384 16848 13311 0 0 1106 56 5 2 20 0 15 0 444701781 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181696445200 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21082] ppid=21022 vsize=10846988 memory=812 CPUtime=11.73 cores=0,2,4,6
/proc/21025/task/21082/stat : 21082 (java) S 21022 21025 18105 0 -1 1077944384 14479 13311 0 0 1108 58 5 2 20 0 15 0 444701781 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181695392656 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21083] ppid=21022 vsize=10846988 memory=5980 CPUtime=11.2 cores=0,2,4,6
/proc/21025/task/21083/stat : 21083 (java) S 21022 21025 18105 0 -1 1077944384 13769 13311 0 0 1052 61 5 2 20 0 15 0 444701783 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181248043248 140181789063810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21084] ppid=21022 vsize=10846988 memory=1124 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21084/stat : 21084 (java) S 21022 21025 18105 0 -1 1077944384 17 13311 0 0 0 0 5 2 20 0 15 0 444701783 11107315712 191533 33554432000 4194304 4196468 140735862985184 140180686103840 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21085] ppid=21022 vsize=10846988 memory=14008 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21085/stat : 21085 (java) S 21022 21025 18105 0 -1 1077944384 8 13311 0 0 0 0 5 2 20 0 15 0 444701783 11107315712 191533 33554432000 4194304 4196468 140735862985184 140180551885568 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21086] ppid=21022 vsize=10846988 memory=12024 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21086/stat : 21086 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11107315712 191533 33554432000 4194304 4196468 140735862985184 140180311594960 140181789071259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21087] ppid=21022 vsize=10846988 memory=2124 CPUtime=3.44 cores=0,2,4,6
/proc/21025/task/21087/stat : 21087 (java) S 21022 21025 18105 0 -1 1077944384 16772 13311 0 0 335 2 5 2 20 0 15 0 444701786 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181246991088 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21088] ppid=21022 vsize=10846988 memory=11832 CPUtime=3.57 cores=0,2,4,6
/proc/21025/task/21088/stat : 21088 (java) S 21022 21025 18105 0 -1 1077944384 24015 13311 0 0 347 3 5 2 20 0 15 0 444701786 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181245938544 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21089] ppid=21022 vsize=10846988 memory=504 CPUtime=1.78 cores=0,2,4,6
/proc/21025/task/21089/stat : 21089 (java) S 21022 21025 18105 0 -1 1077944384 17717 13311 0 0 168 3 5 2 20 0 15 0 444701786 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181244885488 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21090] ppid=21022 vsize=10846988 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/21025/task/21090/stat : 21090 (java) S 21022 21025 18105 0 -1 1077944384 3 13311 0 0 0 0 5 2 20 0 15 0 444701786 11107315712 191533 33554432000 4194304 4196468 140735862985184 140180278037344 140181789062869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
[pid=21025/tid=21091] ppid=21022 vsize=10846988 memory=1440 CPUtime=1.41 cores=0,2,4,6
/proc/21025/task/21091/stat : 21091 (java) S 21022 21025 18105 0 -1 1077944384 1436 13311 0 0 64 70 5 2 20 0 15 0 444701786 11107315712 191533 33554432000 4194304 4196468 140735862985184 140181243832880 140181789063810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36093952 140735862991599 140735862994117 140735862994117 140735862996943 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 766132 KiB

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

[startup+2479.44 s]
# the end of solver process 21025 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.56 s, system=3.54282 s

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

Child status: 143
Real time (s): 2479.44
CPU time (s): 2520.1
CPU user time (s): 2516.56
CPU system time (s): 3.54282
CPU usage (%): 101.64
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 766132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.56
system time used= 3.54282
maximum resident set size= 770352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211148
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 294398
involuntary context switches= 11725


# summary of solver processes directly reported to runsolver:
#   pid: 21025
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.56
#   total CPU system time (s): 3.54282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2927 second user time and 23.0559 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 03:37:44
IDJOB=4401092
IDBENCH=128634
IDSOLVER=2857
FILE ID=node151/4401092-1568684304
RUNJOBID= node151-1568673291-18136
PBS_JOBID= 21703771
Free space on /tmp= 59272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401092-1568684304/watcher-4401092-1568684304 -o /tmp/evaluation-result-4401092-1568684304/solver-4401092-1568684304 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18136 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4401092-1568684304.xml

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

MD5SUM BENCH= 42feabc1334beaea3bf22cfd312dd4ae
RANDOM SEED=1917960574

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29750752 kB
MemAvailable:   30048744 kB
Buffers:           69216 kB
Cached:           531236 kB
SwapCached:        68780 kB
Active:          2137376 kB
Inactive:         330716 kB
Active(anon):    1799496 kB
Inactive(anon):   111644 kB
Active(file):     337880 kB
Inactive(file):   219072 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938152 kB
Dirty:             35188 kB
Writeback:             0 kB
AnonPages:       1988596 kB
Mapped:            56972 kB
Shmem:             35132 kB
Slab:             142656 kB
SReclaimable:     113748 kB
SUnreclaim:        28908 kB
KernelStack:        4000 kB
PageTables:         9528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2945604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1820672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-17 04:19:04