Trace number 4295131

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13SAT (TO)113 2520.1 2480.63

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

1.00/0.74	c Concrete v3.8.1528841891564 running
10.34/4.97	o 666
10.71/5.01	o 131
10.71/5.04	o 127
10.71/5.08	o 126
11.65/5.38	o 123
14.76/6.31	o 122
15.06/6.43	o 121
15.06/6.44	o 120
15.81/6.70	o 119
27.44/16.23	o 118
45.22/33.41	o 117
47.17/35.35	o 116
87.61/75.24	o 115
899.48/878.39	o 114
910.45/889.13	o 113
2520.06/2480.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2480.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2480.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2480.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2480.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2480.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2480.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2480.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2480.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2480.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2480.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2480.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2480.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2480.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2480.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2480.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2480.61		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2480.61		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2480.61		at scala.Option.map(Option.scala:146)
2520.06/2480.61		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2480.61		at concrete.MAC.mac(MAC.scala:203)
2520.06/2480.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2480.61		at scala.util.Try$.apply(Try.scala:209)
2520.06/2480.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2480.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2480.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2480.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2480.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2480.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2480.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2480.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2480.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2480.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2480.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2480.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2480.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2480.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2480.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2480.61		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2480.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2480.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2480.61		at scala.util.Success.map(Try.scala:209)
2520.06/2480.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2480.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2480.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2480.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2480.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2480.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2480.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2480.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2480.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2480.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2480.61		at scala.App.main(App.scala:76)
2520.06/2480.61		at scala.App.main$(App.scala:74)
2520.06/2480.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2480.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2480.61	v <instantiation cost="113">
2520.06/2480.61	v       <list>
2520.06/2480.61	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.06/2480.61	v       </list>
2520.06/2480.61	v       <values>
2520.06/2480.61	v         0 1 0 0 4 4 7 2 4 17 17 7 2 15 5 11 11 23 68 35 7 21 32 49 52 11 53 21 35 15 40 19 32 20 35 41 36 19 30 35 84 46 50 23 43 16 33 66 52 59 28 59 23 32 32 31 80 56 50 11 59 33 61 90 30 45 35 72 19 40 45 29 40 68 59 54 52 68 46 62 48 61 88 78 59 66 84 41 72 83 69 88 91 86 63 50 56 69 51 99 66 79 75 74 86 99 84 66 105 64 106 81 84 99 96 86 89 91 109 105 90 113
2520.06/2480.61	v       </values>
2520.06/2480.61	v     </instantiation>
2520.06/2480.62	s SATISFIABLE

Verifier Data

OK	113

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295131-1532520160/watcher-4295131-1532520160 -o /tmp/evaluation-result-4295131-1532520160/solver-4295131-1532520160 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4223 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=673592792 -superng HOME/instance-4295131-1532520160.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=8983, runsolver pid=8980

[startup+0.100063 s]*
/proc/loadavg: 2.17 2.11 2.06 3/211 9040
/proc/meminfo: memFree=19591604/32770624 swapFree=67108860/67108860
[pid=8983] ppid=8980 vsize=9972712 memory=18324 CPUtime=0.09 cores=0,2,4,6
/proc/8983/stat : 8983 (java) S 8980 8983 4192 0 -1 1077944320 4218 13123 0 0 1 0 5 3 20 0 6 0 69579209 10212057088 4581 33554432000 4194304 4196468 140737146225456 140737146208000 140361332403959 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
/proc/8983/statm: 2493178 4581 1930 1 0 2481616 0
[pid=8983/tid=9036] ppid=8980 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9036/stat : 9036 (java) R 8980 8983 4192 0 -1 4202560 2035 13123 0 0 0 0 5 3 20 0 6 0 69579218 10212057088 4581 33554432000 4194304 4196468 140737146225456 140361304240720 140361318086485 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9037] ppid=8980 vsize=9972712 memory=5793855958815214009 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9037/stat : 9037 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 6 0 69579219 10212057088 4581 33554432000 4194304 4196468 140737146225456 140361336645904 140361332414165 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9038] ppid=8980 vsize=9972712 memory=140707805320832 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9038/stat : 9038 (java) S 8980 8983 4192 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 6 0 69579219 10212057088 4581 33554432000 4194304 4196468 140737146225456 140361224919440 140361332414165 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9039] ppid=8980 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9039/stat : 9039 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 6 0 69579219 10212057088 4581 33554432000 4194304 4196468 140737146225456 140361223866896 140361332414165 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9040] ppid=8980 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9040/stat : 9040 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 6 0 69579219 10212057088 4581 33554432000 4194304 4196468 140737146225456 140361222814352 140361332414165 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18324 KiB

[startup+0.210327 s]*
/proc/loadavg: 2.17 2.11 2.06 3/220 9049
/proc/meminfo: memFree=19570088/32770624 swapFree=67108860/67108860
[pid=8983] ppid=8980 vsize=10821524 memory=43660 CPUtime=0.26 cores=0,2,4,6
/proc/8983/stat : 8983 (java) S 8980 8983 4192 0 -1 1077944320 8134 13123 0 0 17 1 5 3 20 0 15 0 69579209 11081240576 10915 33554432000 4194304 4196468 140737146225456 140737146208000 140361332403959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
/proc/8983/statm: 2705381 10915 2969 1 0 2667804 0
[pid=8983/tid=9036] ppid=8980 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=0,2,4,6
/proc/8983/task/9036/stat : 9036 (java) D 8980 8983 4192 0 -1 1077944384 5050 13123 0 0 10 1 5 3 20 0 15 0 69579218 11078557696 10578 33554432000 4194304 4196468 140737146225456 140361304228768 140361325083181 0 4 0 16800975 18446744072101813796 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9037] ppid=8980 vsize=10818904 memory=4211974434010111370 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9037/stat : 9037 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579219 11078557696 10578 33554432000 4194304 4196468 140737146225456 140361336645904 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9038] ppid=8980 vsize=10818936 memory=140707805320832 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9038/stat : 9038 (java) S 8980 8983 4192 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 69579219 11078590464 10578 33554432000 4194304 4196468 140737146225456 140361224919440 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9039] ppid=8980 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9039/stat : 9039 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579219 11078590464 10578 33554432000 4194304 4196468 140737146225456 140361223866896 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9040] ppid=8980 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9040/stat : 9040 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579219 11078590464 10578 33554432000 4194304 4196468 140737146225456 140361222814352 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9041] ppid=8980 vsize=10818936 memory=140707805320832 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9041/stat : 9041 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579220 11078590464 10578 33554432000 4194304 4196468 140737146225456 140360791558640 140361332415106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9042] ppid=8980 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9042/stat : 9042 (java) S 8980 8983 4192 0 -1 1077944384 33 13123 0 0 0 0 5 3 20 0 15 0 69579221 11078590464 10578 33554432000 4194304 4196468 140737146225456 140360790504864 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9043] ppid=8980 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9043/stat : 9043 (java) S 8980 8983 4192 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 69579221 11078590464 10643 33554432000 4194304 4196468 140737146225456 140360202315248 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9044] ppid=8980 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9044/stat : 9044 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11078590464 10643 33554432000 4194304 4196468 140737146225456 140359894915792 140361332422555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9045] ppid=8980 vsize=10818936 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8983/task/9045/stat : 9045 (java) S 8980 8983 4192 0 -1 1077944384 496 13123 0 0 1 0 5 3 20 0 15 0 69579224 11078590464 10643 33554432000 4194304 4196468 140737146225456 140360756946928 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9046] ppid=8980 vsize=10818936 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8983/task/9046/stat : 9046 (java) S 8980 8983 4192 0 -1 1077944384 89 13123 0 0 1 0 5 3 20 0 15 0 69579224 11078590464 10709 33554432000 4194304 4196468 140737146225456 140360755894384 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9047] ppid=8980 vsize=10818936 memory=140707805320832 CPUtime=0.11 cores=0,2,4,6
/proc/8983/task/9047/stat : 9047 (java) S 8980 8983 4192 0 -1 1077944384 549 13123 0 0 3 0 5 3 20 0 15 0 69579224 11078590464 10709 33554432000 4194304 4196468 140737146225456 140360754841840 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9048] ppid=8980 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9048/stat : 9048 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11078590464 10709 33554432000 4194304 4196468 140737146225456 140359861357152 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9049] ppid=8980 vsize=10818936 memory=140707805320832 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9049/stat : 9049 (java) S 8980 8983 4192 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 69579224 11078590464 10775 33554432000 4194304 4196468 140737146225456 140360753789744 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 43660 KiB

[startup+0.310704 s]*
/proc/loadavg: 2.17 2.11 2.06 3/220 9049
/proc/meminfo: memFree=19556448/32770624 swapFree=67108860/67108860
[pid=8983] ppid=8980 vsize=10819352 memory=52772 CPUtime=0.39 cores=0,2,4,6
/proc/8983/stat : 8983 (java) S 8980 8983 4192 0 -1 1077944320 10286 13123 0 0 29 2 5 3 20 0 15 0 69579209 11079016448 13193 33554432000 4194304 4196468 140737146225456 140737146208000 140361332403959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
/proc/8983/statm: 2704838 13193 3088 1 0 2667149 0
[pid=8983/tid=9036] ppid=8980 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/8983/task/9036/stat : 9036 (java) R 8980 8983 4192 0 -1 4202560 6908 13123 0 0 19 2 5 3 20 0 15 0 69579218 11079016448 13193 33554432000 4194304 4196468 140737146225456 140361304215968 140361324641086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9037] ppid=8980 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9037/stat : 9037 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579219 11079016448 13193 33554432000 4194304 4196468 140737146225456 140361336645904 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9038] ppid=8980 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9038/stat : 9038 (java) S 8980 8983 4192 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 69579219 11079016448 13193 33554432000 4194304 4196468 140737146225456 140361224919440 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9039] ppid=8980 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9039/stat : 9039 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579219 11079016448 13193 33554432000 4194304 4196468 140737146225456 140361223866896 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9040] ppid=8980 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9040/stat : 9040 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579219 11079016448 13193 33554432000 4194304 4196468 140737146225456 140361222814352 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9041] ppid=8980 vsize=10819352 memory=140707805320831 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9041/stat : 9041 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579220 11079016448 13193 33554432000 4194304 4196468 140737146225456 140360791558640 140361332415106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9042] ppid=8980 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9042/stat : 9042 (java) S 8980 8983 4192 0 -1 1077944384 33 13123 0 0 0 0 5 3 20 0 15 0 69579221 11079016448 13193 33554432000 4194304 4196468 140737146225456 140360790504864 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9043] ppid=8980 vsize=10819352 memory=140707805320832 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9043/stat : 9043 (java) S 8980 8983 4192 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 69579221 11079016448 13193 33554432000 4194304 4196468 140737146225456 140360202315248 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9044] ppid=8980 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9044/stat : 9044 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11079016448 13193 33554432000 4194304 4196468 140737146225456 140359894915792 140361332422555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9045] ppid=8980 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8983/task/9045/stat : 9045 (java) S 8980 8983 4192 0 -1 1077944384 496 13123 0 0 1 0 5 3 20 0 15 0 69579224 11079016448 13193 33554432000 4194304 4196468 140737146225456 140360756946928 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9046] ppid=8980 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8983/task/9046/stat : 9046 (java) S 8980 8983 4192 0 -1 1077944384 90 13123 0 0 1 0 5 3 20 0 15 0 69579224 11079016448 13193 33554432000 4194304 4196468 140737146225456 140360755894384 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9047] ppid=8980 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/8983/task/9047/stat : 9047 (java) S 8980 8983 4192 0 -1 1077944384 557 13123 0 0 5 0 5 3 20 0 15 0 69579224 11079016448 13193 33554432000 4194304 4196468 140737146225456 140360754841840 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9048] ppid=8980 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9048/stat : 9048 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11079016448 13193 33554432000 4194304 4196468 140737146225456 140359861357152 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9049] ppid=8980 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9049/stat : 9049 (java) S 8980 8983 4192 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 69579224 11079016448 13193 33554432000 4194304 4196468 140737146225456 140360753789744 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52772 KiB

[startup+0.700723 s]
/proc/loadavg: 2.17 2.11 2.06 3/220 9049
/proc/meminfo: memFree=19547640/32770624 swapFree=67108860/67108860
[pid=8983] ppid=8980 vsize=10819352 memory=85184 CPUtime=1 cores=0,2,4,6
/proc/8983/stat : 8983 (java) S 8980 8983 4192 0 -1 1077944320 16369 13123 0 0 88 4 5 3 20 0 15 0 69579209 11079016448 21296 33554432000 4194304 4196468 140737146225456 140737146208000 140361332403959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
/proc/8983/statm: 2704838 21296 3246 1 0 2667149 0
[pid=8983/tid=9036] ppid=8980 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/8983/task/9036/stat : 9036 (java) R 8980 8983 4192 0 -1 4202560 11902 13123 0 0 56 3 5 3 20 0 15 0 69579218 11079016448 21296 33554432000 4194304 4196468 140737146225456 140361304224784 140361312679176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9037] ppid=8980 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9037/stat : 9037 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579219 11079016448 21296 33554432000 4194304 4196468 140737146225456 140361336645904 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9038] ppid=8980 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9038/stat : 9038 (java) S 8980 8983 4192 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 69579219 11079016448 21296 33554432000 4194304 4196468 140737146225456 140361224919440 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9039] ppid=8980 vsize=10819352 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9039/stat : 9039 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579219 11079016448 21296 33554432000 4194304 4196468 140737146225456 140361223866896 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9040] ppid=8980 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9040/stat : 9040 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579219 11079016448 21296 33554432000 4194304 4196468 140737146225456 140361222814352 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9041] ppid=8980 vsize=10819352 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9041/stat : 9041 (java) S 8980 8983 4192 0 -1 1077944384 5 13123 0 0 0 0 5 3 20 0 15 0 69579220 11079016448 21296 33554432000 4194304 4196468 140737146225456 140360791558640 140361332415106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9042] ppid=8980 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9042/stat : 9042 (java) S 8980 8983 4192 0 -1 1077944384 33 13123 0 0 0 0 5 3 20 0 15 0 69579221 11079016448 21296 33554432000 4194304 4196468 140737146225456 140360790504864 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9043] ppid=8980 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9043/stat : 9043 (java) S 8980 8983 4192 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 69579221 11079016448 21296 33554432000 4194304 4196468 140737146225456 140360202315248 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9044] ppid=8980 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9044/stat : 9044 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11079016448 21296 33554432000 4194304 4196468 140737146225456 140359894915792 140361332422555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9045] ppid=8980 vsize=10819352 memory=30305 CPUtime=0.18 cores=0,2,4,6
/proc/8983/task/9045/stat : 9045 (java) S 8980 8983 4192 0 -1 1077944384 1146 13123 0 0 10 0 5 3 20 0 15 0 69579224 11079016448 21296 33554432000 4194304 4196468 140737146225456 140360756946928 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9046] ppid=8980 vsize=10819352 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/8983/task/9046/stat : 9046 (java) S 8980 8983 4192 0 -1 1077944384 468 13123 0 0 7 0 5 3 20 0 15 0 69579224 11079016448 21296 33554432000 4194304 4196468 140737146225456 140360755894384 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9047] ppid=8980 vsize=10819352 memory=3533419649945857444 CPUtime=0.21 cores=0,2,4,6
/proc/8983/task/9047/stat : 9047 (java) S 8980 8983 4192 0 -1 1077944384 608 13123 0 0 13 0 5 3 20 0 15 0 69579224 11079016448 21296 33554432000 4194304 4196468 140737146225456 140360754841840 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9048] ppid=8980 vsize=10819352 memory=-6305715005326646912 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9048/stat : 9048 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11079016448 21296 33554432000 4194304 4196468 140737146225456 140359861357152 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9049] ppid=8980 vsize=10819352 memory=-7094132109863559211 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9049/stat : 9049 (java) S 8980 8983 4192 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 69579224 11079016448 21296 33554432000 4194304 4196468 140737146225456 140360753789744 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85184 KiB

[startup+1.50068 s]
/proc/loadavg: 2.17 2.11 2.06 3/220 9049
/proc/meminfo: memFree=19503104/32770624 swapFree=67108860/67108860
[pid=8983] ppid=8980 vsize=10834252 memory=174608 CPUtime=2.29 cores=0,2,4,6
/proc/8983/stat : 8983 (java) S 8980 8983 4192 0 -1 1077944320 24049 13123 0 0 212 9 5 3 20 0 15 0 69579209 11094274048 43652 33554432000 4194304 4196468 140737146225456 140737146208000 140361332403959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
/proc/8983/statm: 2708563 43652 3465 1 0 2670221 0
[pid=8983/tid=9036] ppid=8980 vsize=10834252 memory=191 CPUtime=1.43 cores=0,2,4,6
/proc/8983/task/9036/stat : 9036 (java) R 8980 8983 4192 0 -1 4202560 17376 13123 0 0 130 5 5 3 20 0 15 0 69579218 11094274048 43652 33554432000 4194304 4196468 140737146225456 140361304233872 140361332425885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9037] ppid=8980 vsize=10834252 memory=119 CPUtime=0.09 cores=0,2,4,6
/proc/8983/task/9037/stat : 9037 (java) S 8980 8983 4192 0 -1 1077944384 29 13123 0 0 1 0 5 3 20 0 15 0 69579219 11094274048 43652 33554432000 4194304 4196468 140737146225456 140361336645904 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9038] ppid=8980 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8983/task/9038/stat : 9038 (java) S 8980 8983 4192 0 -1 1077944384 25 13123 0 0 1 0 5 3 20 0 15 0 69579219 11094274048 43652 33554432000 4194304 4196468 140737146225456 140361224919440 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9039] ppid=8980 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8983/task/9039/stat : 9039 (java) S 8980 8983 4192 0 -1 1077944384 63 13123 0 0 1 0 5 3 20 0 15 0 69579219 11094274048 43652 33554432000 4194304 4196468 140737146225456 140361223866896 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9040] ppid=8980 vsize=10834252 memory=55 CPUtime=0.09 cores=0,2,4,6
/proc/8983/task/9040/stat : 9040 (java) S 8980 8983 4192 0 -1 1077944384 224 13123 0 0 1 0 5 3 20 0 15 0 69579219 11094274048 43652 33554432000 4194304 4196468 140737146225456 140361222814352 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9041] ppid=8980 vsize=10834252 memory=3533419649945857444 CPUtime=0.09 cores=0,2,4,6
/proc/8983/task/9041/stat : 9041 (java) S 8980 8983 4192 0 -1 1077944384 645 13123 0 0 1 0 5 3 20 0 15 0 69579220 11094274048 43704 33554432000 4194304 4196468 140737146225456 140360791558640 140361332415106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9042] ppid=8980 vsize=10834252 memory=281415384084544 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9042/stat : 9042 (java) S 8980 8983 4192 0 -1 1077944384 33 13123 0 0 0 0 5 3 20 0 15 0 69579221 11094274048 43704 33554432000 4194304 4196468 140737146225456 140360790504928 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9043] ppid=8980 vsize=10834252 memory=281415384088992 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9043/stat : 9043 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579221 11094274048 43704 33554432000 4194304 4196468 140737146225456 140360202315264 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9044] ppid=8980 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9044/stat : 9044 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11094274048 43704 33554432000 4194304 4196468 140737146225456 140359894915792 140361332422555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9045] ppid=8980 vsize=10834252 memory=6944656575208382560 CPUtime=0.31 cores=0,2,4,6
/proc/8983/task/9045/stat : 9045 (java) S 8980 8983 4192 0 -1 1077944384 1617 13123 0 0 23 0 5 3 20 0 15 0 69579224 11094274048 43704 33554432000 4194304 4196468 140737146225456 140360756946928 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9046] ppid=8980 vsize=10834252 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/8983/task/9046/stat : 9046 (java) S 8980 8983 4192 0 -1 1077944384 609 13123 0 0 16 0 5 3 20 0 15 0 69579224 11094274048 43704 33554432000 4194304 4196468 140737146225456 140360755894384 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9047] ppid=8980 vsize=10834252 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/8983/task/9047/stat : 9047 (java) S 8980 8983 4192 0 -1 1077944384 1227 13123 0 0 34 0 5 3 20 0 15 0 69579224 11094274048 43704 33554432000 4194304 4196468 140737146225456 140360754841840 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9048] ppid=8980 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9048/stat : 9048 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11094274048 43704 33554432000 4194304 4196468 140737146225456 140359861357152 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9049] ppid=8980 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9049/stat : 9049 (java) S 8980 8983 4192 0 -1 1077944384 1 13123 0 0 0 0 5 3 20 0 15 0 69579224 11094274048 43704 33554432000 4194304 4196468 140737146225456 140360753789744 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834252 KiB

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

/proc/8983/task/9036/stat : 9036 (java) R 8980 8983 4192 0 -1 4202560 92280 13123 0 0 230376 44 5 3 20 0 15 0 69579218 11178180608 229727 33554432000 4194304 4196468 140737146225456 140361304238368 140360897537031 0 4 0 16800975 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9037] ppid=8980 vsize=10916192 memory=918908 CPUtime=8.72 cores=0,2,4,6
/proc/8983/task/9037/stat : 9037 (java) S 8980 8983 4192 0 -1 1077944384 16909 13123 0 0 823 41 5 3 20 0 15 0 69579219 11178180608 229727 33554432000 4194304 4196468 140737146225456 140361336645904 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9038] ppid=8980 vsize=10916192 memory=918908 CPUtime=8.74 cores=0,2,4,6
/proc/8983/task/9038/stat : 9038 (java) S 8980 8983 4192 0 -1 1077944384 12176 13123 0 0 828 38 5 3 20 0 15 0 69579219 11178180608 229727 33554432000 4194304 4196468 140737146225456 140361224919440 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9039] ppid=8980 vsize=10916192 memory=918908 CPUtime=8.77 cores=0,2,4,6
/proc/8983/task/9039/stat : 9039 (java) S 8980 8983 4192 0 -1 1077944384 22140 13123 0 0 826 43 5 3 20 0 15 0 69579219 11178180608 229727 33554432000 4194304 4196468 140737146225456 140361223866896 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9040] ppid=8980 vsize=10916192 memory=918908 CPUtime=8.76 cores=0,2,4,6
/proc/8983/task/9040/stat : 9040 (java) S 8980 8983 4192 0 -1 1077944384 15026 13123 0 0 826 42 5 3 20 0 15 0 69579219 11178180608 229727 33554432000 4194304 4196468 140737146225456 140361222814352 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9041] ppid=8980 vsize=10916192 memory=0 CPUtime=6.61 cores=0,2,4,6
/proc/8983/task/9041/stat : 9041 (java) S 8980 8983 4192 0 -1 1077944384 15856 13123 0 0 620 33 5 3 20 0 15 0 69579220 11178180608 229727 33554432000 4194304 4196468 140737146225456 140360791558640 140361332415106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9042] ppid=8980 vsize=10916192 memory=12032 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9042/stat : 9042 (java) S 8980 8983 4192 0 -1 1077944384 36 13123 0 0 0 0 5 3 20 0 15 0 69579221 11178180608 229727 33554432000 4194304 4196468 140737146225456 140360790504928 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9043] ppid=8980 vsize=10916192 memory=918908 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9043/stat : 9043 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579221 11178180608 229727 33554432000 4194304 4196468 140737146225456 140360202315264 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9044] ppid=8980 vsize=10916192 memory=918908 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9044/stat : 9044 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11178180608 229727 33554432000 4194304 4196468 140737146225456 140359894915792 140361332422555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9045] ppid=8980 vsize=10916192 memory=4132 CPUtime=5.39 cores=0,2,4,6
/proc/8983/task/9045/stat : 9045 (java) S 8980 8983 4192 0 -1 1077944384 33397 13123 0 0 526 5 5 3 20 0 15 0 69579224 11178180608 229727 33554432000 4194304 4196468 140737146225456 140360756946928 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9046] ppid=8980 vsize=10916192 memory=918908 CPUtime=5.62 cores=0,2,4,6
/proc/8983/task/9046/stat : 9046 (java) S 8980 8983 4192 0 -1 1077944384 28340 13123 0 0 551 3 5 3 20 0 15 0 69579224 11178180608 229727 33554432000 4194304 4196468 140737146225456 140360755894384 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9047] ppid=8980 vsize=10916192 memory=21132 CPUtime=2.38 cores=0,2,4,6
/proc/8983/task/9047/stat : 9047 (java) S 8980 8983 4192 0 -1 1077944384 35267 13123 0 0 225 5 5 3 20 0 15 0 69579224 11178180608 229727 33554432000 4194304 4196468 140737146225456 140360754841840 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9048] ppid=8980 vsize=10916192 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9048/stat : 9048 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11178180608 229727 33554432000 4194304 4196468 140737146225456 140359861357152 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9049] ppid=8980 vsize=10916192 memory=2444 CPUtime=1.41 cores=0,2,4,6
/proc/8983/task/9049/stat : 9049 (java) S 8980 8983 4192 0 -1 1077944384 1734 13123 0 0 64 69 5 3 20 0 15 0 69579224 11178180608 229727 33554432000 4194304 4196468 140737146225456 140360753789744 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
Current children cumulated CPU time: 2360.07 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 918908 KiB

[startup+2382.3 s]
/proc/loadavg: 1.56 1.34 1.37 3/219 9633
/proc/meminfo: memFree=18508088/32770624 swapFree=67108860/67108860
[pid=8983] ppid=8980 vsize=10916192 memory=918956 CPUtime=2420.73 cores=0,2,4,6
/proc/8983/stat : 8983 (java) S 8980 8983 4192 0 -1 1077944320 276671 13123 0 0 241780 285 5 3 20 0 15 0 69579209 11178180608 229739 33554432000 4194304 4196468 140737146225456 140737146208000 140361332403959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
/proc/8983/statm: 2729048 229739 3535 1 0 2690701 0
[pid=8983/tid=9036] ppid=8980 vsize=10916192 memory=918952 CPUtime=2363.82 cores=0,2,4,6
/proc/8983/task/9036/stat : 9036 (java) R 8980 8983 4192 0 -1 4202560 92843 13123 0 0 236330 44 5 3 20 0 15 0 69579218 11178180608 229739 33554432000 4194304 4196468 140737146225456 140361304238384 140360895180604 0 4 0 16800975 0 0 0 -1 2 0 0 29 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9037] ppid=8980 vsize=10916192 memory=918956 CPUtime=8.95 cores=0,2,4,6
/proc/8983/task/9037/stat : 9037 (java) S 8980 8983 4192 0 -1 1077944384 16939 13123 0 0 844 43 5 3 20 0 15 0 69579219 11178180608 229739 33554432000 4194304 4196468 140737146225456 140361336645904 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9038] ppid=8980 vsize=10916192 memory=918956 CPUtime=8.96 cores=0,2,4,6
/proc/8983/task/9038/stat : 9038 (java) S 8980 8983 4192 0 -1 1077944384 12267 13123 0 0 850 38 5 3 20 0 15 0 69579219 11178180608 229739 33554432000 4194304 4196468 140737146225456 140361224919440 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9039] ppid=8980 vsize=10916192 memory=918908 CPUtime=8.99 cores=0,2,4,6
/proc/8983/task/9039/stat : 9039 (java) S 8980 8983 4192 0 -1 1077944384 22510 13123 0 0 848 43 5 3 20 0 15 0 69579219 11178180608 229739 33554432000 4194304 4196468 140737146225456 140361223866896 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9040] ppid=8980 vsize=10916192 memory=140707692187377 CPUtime=8.98 cores=0,2,4,6
/proc/8983/task/9040/stat : 9040 (java) S 8980 8983 4192 0 -1 1077944384 15053 13123 0 0 847 43 5 3 20 0 15 0 69579219 11178180608 229739 33554432000 4194304 4196468 140737146225456 140361222814352 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9041] ppid=8980 vsize=10916192 memory=918956 CPUtime=6.78 cores=0,2,4,6
/proc/8983/task/9041/stat : 9041 (java) S 8980 8983 4192 0 -1 1077944384 16061 13123 0 0 636 34 5 3 20 0 15 0 69579220 11178180608 229739 33554432000 4194304 4196468 140737146225456 140360791558640 140361332415106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9042] ppid=8980 vsize=10916192 memory=918952 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9042/stat : 9042 (java) S 8980 8983 4192 0 -1 1077944384 36 13123 0 0 0 0 5 3 20 0 15 0 69579221 11178180608 229739 33554432000 4194304 4196468 140737146225456 140360790504928 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9043] ppid=8980 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9043/stat : 9043 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579221 11178180608 229739 33554432000 4194304 4196468 140737146225456 140360202315264 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9044] ppid=8980 vsize=10916192 memory=8099279071866868836 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9044/stat : 9044 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11178180608 229739 33554432000 4194304 4196468 140737146225456 140359894915792 140361332422555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9045] ppid=8980 vsize=10916192 memory=918956 CPUtime=5.39 cores=0,2,4,6
/proc/8983/task/9045/stat : 9045 (java) S 8980 8983 4192 0 -1 1077944384 33399 13123 0 0 526 5 5 3 20 0 15 0 69579224 11178180608 229739 33554432000 4194304 4196468 140737146225456 140360756946928 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9046] ppid=8980 vsize=10916192 memory=21132 CPUtime=5.62 cores=0,2,4,6
/proc/8983/task/9046/stat : 9046 (java) S 8980 8983 4192 0 -1 1077944384 28342 13123 0 0 551 3 5 3 20 0 15 0 69579224 11178180608 229739 33554432000 4194304 4196468 140737146225456 140360755894384 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9047] ppid=8980 vsize=10916192 memory=3168 CPUtime=2.38 cores=0,2,4,6
/proc/8983/task/9047/stat : 9047 (java) S 8980 8983 4192 0 -1 1077944384 35269 13123 0 0 225 5 5 3 20 0 15 0 69579224 11178180608 229739 33554432000 4194304 4196468 140737146225456 140360754841840 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9048] ppid=8980 vsize=10916192 memory=918956 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9048/stat : 9048 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11178180608 229739 33554432000 4194304 4196468 140737146225456 140359861357152 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9049] ppid=8980 vsize=10916192 memory=2340 CPUtime=1.45 cores=0,2,4,6
/proc/8983/task/9049/stat : 9049 (java) S 8980 8983 4192 0 -1 1077944384 1752 13123 0 0 66 71 5 3 20 0 15 0 69579224 11178180608 229739 33554432000 4194304 4196468 140737146225456 140360753789744 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
Current children cumulated CPU time: 2420.73 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 918956 KiB

[startup+2442.3 s]
/proc/loadavg: 1.93 1.49 1.42 3/218 9634
/proc/meminfo: memFree=18599828/32770624 swapFree=67108860/67108860
[pid=8983] ppid=8980 vsize=10916192 memory=919000 CPUtime=2481.35 cores=0,2,4,6
/proc/8983/stat : 8983 (java) S 8980 8983 4192 0 -1 1077944320 277972 13123 0 0 247837 290 5 3 20 0 15 0 69579209 11178180608 229750 33554432000 4194304 4196468 140737146225456 140737146208000 140361332403959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
/proc/8983/statm: 2729048 229750 3535 1 0 2690701 0
[pid=8983/tid=9036] ppid=8980 vsize=10916192 memory=919000 CPUtime=2423.37 cores=0,2,4,6
/proc/8983/task/9036/stat : 9036 (java) R 8980 8983 4192 0 -1 4202560 93414 13123 0 0 242285 44 5 3 20 0 15 0 69579218 11178180608 229750 33554432000 4194304 4196468 140737146225456 140361304238304 140360900123450 0 4 0 16800975 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9037] ppid=8980 vsize=10916192 memory=919000 CPUtime=9.17 cores=0,2,4,6
/proc/8983/task/9037/stat : 9037 (java) S 8980 8983 4192 0 -1 1077944384 17255 13123 0 0 865 44 5 3 20 0 15 0 69579219 11178180608 229750 33554432000 4194304 4196468 140737146225456 140361336645904 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9038] ppid=8980 vsize=10916192 memory=129 CPUtime=9.17 cores=0,2,4,6
/proc/8983/task/9038/stat : 9038 (java) S 8980 8983 4192 0 -1 1077944384 12341 13123 0 0 871 38 5 3 20 0 15 0 69579219 11178180608 229750 33554432000 4194304 4196468 140737146225456 140361224919440 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9039] ppid=8980 vsize=10916192 memory=919000 CPUtime=9.22 cores=0,2,4,6
/proc/8983/task/9039/stat : 9039 (java) S 8980 8983 4192 0 -1 1077944384 22522 13123 0 0 870 44 5 3 20 0 15 0 69579219 11178180608 229750 33554432000 4194304 4196468 140737146225456 140361223866896 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9040] ppid=8980 vsize=10916192 memory=919000 CPUtime=9.2 cores=0,2,4,6
/proc/8983/task/9040/stat : 9040 (java) S 8980 8983 4192 0 -1 1077944384 15146 13123 0 0 868 44 5 3 20 0 15 0 69579219 11178180608 229750 33554432000 4194304 4196468 140737146225456 140361222814352 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9041] ppid=8980 vsize=10916192 memory=919000 CPUtime=6.94 cores=0,2,4,6
/proc/8983/task/9041/stat : 9041 (java) S 8980 8983 4192 0 -1 1077944384 16273 13123 0 0 651 35 5 3 20 0 15 0 69579220 11178180608 229750 33554432000 4194304 4196468 140737146225456 140360791558640 140361332415106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9042] ppid=8980 vsize=10916192 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9042/stat : 9042 (java) S 8980 8983 4192 0 -1 1077944384 36 13123 0 0 0 0 5 3 20 0 15 0 69579221 11178180608 229750 33554432000 4194304 4196468 140737146225456 140360790504928 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9043] ppid=8980 vsize=10916192 memory=919000 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9043/stat : 9043 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579221 11178180608 229750 33554432000 4194304 4196468 140737146225456 140360202315264 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9044] ppid=8980 vsize=10916192 memory=919000 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9044/stat : 9044 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11178180608 229750 33554432000 4194304 4196468 140737146225456 140359894915792 140361332422555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9045] ppid=8980 vsize=10916192 memory=919000 CPUtime=5.39 cores=0,2,4,6
/proc/8983/task/9045/stat : 9045 (java) S 8980 8983 4192 0 -1 1077944384 33401 13123 0 0 526 5 5 3 20 0 15 0 69579224 11178180608 229750 33554432000 4194304 4196468 140737146225456 140360756946928 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9046] ppid=8980 vsize=10916192 memory=4132 CPUtime=5.62 cores=0,2,4,6
/proc/8983/task/9046/stat : 9046 (java) S 8980 8983 4192 0 -1 1077944384 28344 13123 0 0 551 3 5 3 20 0 15 0 69579224 11178180608 229750 33554432000 4194304 4196468 140737146225456 140360755894384 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9047] ppid=8980 vsize=10916192 memory=919000 CPUtime=2.38 cores=0,2,4,6
/proc/8983/task/9047/stat : 9047 (java) S 8980 8983 4192 0 -1 1077944384 35271 13123 0 0 225 5 5 3 20 0 15 0 69579224 11178180608 229750 33554432000 4194304 4196468 140737146225456 140360754841840 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9048] ppid=8980 vsize=10916192 memory=21132 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9048/stat : 9048 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11178180608 229750 33554432000 4194304 4196468 140737146225456 140359861357152 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9049] ppid=8980 vsize=10916192 memory=1292 CPUtime=1.49 cores=0,2,4,6
/proc/8983/task/9049/stat : 9049 (java) S 8980 8983 4192 0 -1 1077944384 1769 13123 0 0 68 73 5 3 20 0 15 0 69579224 11178180608 229750 33554432000 4194304 4196468 140737146225456 140360753789744 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
Current children cumulated CPU time: 2481.35 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 919000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.6 s]
/proc/loadavg: 1.69 1.48 1.42 3/218 9635
/proc/meminfo: memFree=18609244/32770624 swapFree=67108860/67108860
[pid=8983] ppid=8980 vsize=10916192 memory=919052 CPUtime=2520.06 cores=0,2,4,6
/proc/8983/stat : 8983 (java) S 8980 8983 4192 0 -1 1077944320 279146 13123 0 0 251704 294 5 3 20 0 15 0 69579209 11178180608 229763 33554432000 4194304 4196468 140737146225456 140737146208000 140361332403959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
/proc/8983/statm: 2729048 229763 3535 1 0 2690701 0
[pid=8983/tid=9036] ppid=8980 vsize=10916192 memory=2444 CPUtime=2461.4 cores=0,2,4,6
/proc/8983/task/9036/stat : 9036 (java) R 8980 8983 4192 0 -1 4202560 93864 13123 0 0 246088 44 5 3 20 0 15 0 69579218 11178180608 229763 33554432000 4194304 4196468 140737146225456 140361304238768 140360908589580 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9037] ppid=8980 vsize=10916192 memory=1832 CPUtime=9.31 cores=0,2,4,6
/proc/8983/task/9037/stat : 9037 (java) S 8980 8983 4192 0 -1 1077944384 17564 13123 0 0 879 44 5 3 20 0 15 0 69579219 11178180608 229763 33554432000 4194304 4196468 140737146225456 140361336645904 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9038] ppid=8980 vsize=10916192 memory=1948 CPUtime=9.31 cores=0,2,4,6
/proc/8983/task/9038/stat : 9038 (java) S 8980 8983 4192 0 -1 1077944384 12362 13123 0 0 884 39 5 3 20 0 15 0 69579219 11178180608 229763 33554432000 4194304 4196468 140737146225456 140361224919440 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9039] ppid=8980 vsize=10916192 memory=1224 CPUtime=9.35 cores=0,2,4,6
/proc/8983/task/9039/stat : 9039 (java) S 8980 8983 4192 0 -1 1077944384 22597 13123 0 0 883 44 5 3 20 0 15 0 69579219 11178180608 229763 33554432000 4194304 4196468 140737146225456 140361223866896 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9040] ppid=8980 vsize=10916192 memory=1704 CPUtime=9.35 cores=0,2,4,6
/proc/8983/task/9040/stat : 9040 (java) S 8980 8983 4192 0 -1 1077944384 15241 13123 0 0 882 45 5 3 20 0 15 0 69579219 11178180608 229763 33554432000 4194304 4196468 140737146225456 140361222814352 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9041] ppid=8980 vsize=10916192 memory=1424 CPUtime=7.04 cores=0,2,4,6
/proc/8983/task/9041/stat : 9041 (java) S 8980 8983 4192 0 -1 1077944384 16475 13123 0 0 660 36 5 3 20 0 15 0 69579220 11178180608 229763 33554432000 4194304 4196468 140737146225456 140360791558640 140361332415106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9042] ppid=8980 vsize=10916192 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9042/stat : 9042 (java) S 8980 8983 4192 0 -1 1077944384 36 13123 0 0 0 0 5 3 20 0 15 0 69579221 11178180608 229763 33554432000 4194304 4196468 140737146225456 140360790504928 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9043] ppid=8980 vsize=10916192 memory=8544 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9043/stat : 9043 (java) S 8980 8983 4192 0 -1 1077944384 2 13123 0 0 0 0 5 3 20 0 15 0 69579221 11178180608 229763 33554432000 4194304 4196468 140737146225456 140360202315264 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9044] ppid=8980 vsize=10916192 memory=5784 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9044/stat : 9044 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11178180608 229763 33554432000 4194304 4196468 140737146225456 140359894915792 140361332422555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9045] ppid=8980 vsize=10916192 memory=1200 CPUtime=5.39 cores=0,2,4,6
/proc/8983/task/9045/stat : 9045 (java) S 8980 8983 4192 0 -1 1077944384 33403 13123 0 0 526 5 5 3 20 0 15 0 69579224 11178180608 229763 33554432000 4194304 4196468 140737146225456 140360756946928 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9046] ppid=8980 vsize=10916192 memory=12032 CPUtime=5.62 cores=0,2,4,6
/proc/8983/task/9046/stat : 9046 (java) S 8980 8983 4192 0 -1 1077944384 28346 13123 0 0 551 3 5 3 20 0 15 0 69579224 11178180608 229763 33554432000 4194304 4196468 140737146225456 140360755894384 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9047] ppid=8980 vsize=10916192 memory=1008 CPUtime=2.38 cores=0,2,4,6
/proc/8983/task/9047/stat : 9047 (java) S 8980 8983 4192 0 -1 1077944384 35273 13123 0 0 225 5 5 3 20 0 15 0 69579224 11178180608 229763 33554432000 4194304 4196468 140737146225456 140360754841840 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9048] ppid=8980 vsize=10916192 memory=4620 CPUtime=0.08 cores=0,2,4,6
/proc/8983/task/9048/stat : 9048 (java) S 8980 8983 4192 0 -1 1077944384 3 13123 0 0 0 0 5 3 20 0 15 0 69579224 11178180608 229763 33554432000 4194304 4196468 140737146225456 140359861357152 140361332414165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
[pid=8983/tid=9049] ppid=8980 vsize=10916192 memory=15872 CPUtime=1.51 cores=0,2,4,6
/proc/8983/task/9049/stat : 9049 (java) S 8980 8983 4192 0 -1 1077944384 1785 13123 0 0 69 74 5 3 20 0 15 0 69579224 11178180608 229763 33554432000 4194304 4196468 140737146225456 140360753789744 140361332415106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 29380608 140737146226860 140737146230108 140737146230108 140737146232783 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 919052 KiB

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

[startup+2480.63 s]
# the end of solver process 8983 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.12 s, system=2.9845 s

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

Child status: 143
Real time (s): 2480.63
CPU time (s): 2520.1
CPU user time (s): 2517.12
CPU system time (s): 2.9845
CPU usage (%): 101.591
Max. virtual memory (cumulated for all children) (KiB): 10916216
Max. memory (cumulated for all children) (KiB): 1129204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.12
system time used= 2.9845
maximum resident set size= 1132812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 206030
involuntary context switches= 7896


# summary of solver processes directly reported to runsolver:
#   pid: 8983
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.12
#   total CPU system time (s): 2.9845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4599 second user time and 21.6191 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 14:02:40
IDJOB=4295131
IDBENCH=141472
IDSOLVER=2751
FILE ID=node132/4295131-1532520160
RUNJOBID= node132-1532498695-4223
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-01_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295131-1532520160/watcher-4295131-1532520160 -o /tmp/evaluation-result-4295131-1532520160/solver-4295131-1532520160 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4223 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=673592792 -superng HOME/instance-4295131-1532520160.xml

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

MD5SUM BENCH= 0be9a53bf20a889479382bc05b2f6618
RANDOM SEED=673592792

node132.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.65
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.65
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.65
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.65
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:        19596608 kB
MemAvailable:   30937536 kB
Buffers:          200004 kB
Cached:         11307904 kB
SwapCached:            0 kB
Active:          4126884 kB
Inactive:        8425012 kB
Active(anon):     994740 kB
Inactive(anon):    77616 kB
Active(file):    3132144 kB
Inactive(file):  8347396 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26728 kB
Writeback:             0 kB
AnonPages:       1050888 kB
Mapped:            52764 kB
Shmem:             25248 kB
Slab:             317952 kB
SReclaimable:     289848 kB
SUnreclaim:        28104 kB
KernelStack:        3616 kB
PageTables:         7444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2046452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    829440 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= 52092 MiB
End job on node132 at 2018-07-25 14:44:01