Trace number 4304611

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)128 2520.09 2471.85

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
10.43/4.61	o 160
10.43/4.66	o 153
10.72/4.79	o 151
11.35/4.97	o 149
13.17/5.76	o 148
13.17/5.78	o 144
13.93/6.16	o 139
16.53/8.31	o 138
16.53/8.34	o 137
16.67/8.44	o 136
16.84/8.52	o 135
16.84/8.54	o 134
16.96/8.69	o 133
40.99/31.62	o 132
65.96/55.90	o 131
65.96/55.99	o 130
65.96/56.01	o 129
626.24/608.18	o 128
2520.05/2471.81	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2471.81		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.05/2471.81		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.05/2471.81		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.05/2471.81		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.05/2471.81		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.05/2471.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.05/2471.81		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.05/2471.81		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.05/2471.81		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.05/2471.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.05/2471.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.05/2471.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2471.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.05/2471.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.05/2471.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2471.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.05/2471.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.05/2471.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2471.81		at scala.Option.map(Option.scala:146)
2520.05/2471.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2471.81		at concrete.MAC.mac(MAC.scala:203)
2520.05/2471.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2471.81		at scala.util.Try$.apply(Try.scala:209)
2520.05/2471.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2471.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2471.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2471.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2471.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2471.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2471.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2471.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2471.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2471.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2471.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2471.81		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2471.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2471.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2471.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2471.81		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2471.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2471.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2471.81		at scala.util.Success.map(Try.scala:209)
2520.05/2471.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2471.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2471.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2471.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2471.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2471.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2471.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2471.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2471.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2471.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2471.81		at scala.App.main(App.scala:76)
2520.05/2471.81		at scala.App.main$(App.scala:74)
2520.05/2471.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2471.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2471.82	v <instantiation cost="128">
2520.05/2471.82	v       <list>
2520.05/2471.82	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] s[92] s[93] s[94] s[95] s[96] s[97] s[98] s[99] s[100] s[101] s[102] s[103] s[104] s[105] s[106] s[107] s[108] s[109] s[110] s[111] s[112] s[113] s[114] s[115] s[116] s[117] s[118] s[119] s[120] s[121]
2520.05/2471.82	v       </list>
2520.05/2471.82	v       <values>
2520.05/2471.82	v         0 0 0 0 7 10 3 19 73 3 6 28 44 42 11 50 7 31 20 44 7 4 32 35 8 30 12 11 11 67 43 37 23 19 52 13 57 84 65 56 28 54 53 62 58 30 102 58 30 33 9 50 79 10 91 63 81 20 57 63 43 60 83 54 43 74 56 35 10 58 35 18 57 69 58 62 60 83 78 84 84 65 80 93 65 94 110 33 99 62 54 78 53 72 72 63 72 64 93 79 92 38 80 93 117 65 84 88 95 81 98 116 98 107 89 106 118 106 126 116 123 128
2520.05/2471.82	v       </values>
2520.05/2471.82	v     </instantiation>
2520.05/2471.82	s SATISFIABLE

Verifier Data

OK	128

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304611-1534119230/watcher-4304611-1534119230 -o /tmp/evaluation-result-4304611-1534119230/solver-4304611-1534119230 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30252 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=230753758 HOME/instance-4304611-1534119230.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1767, runsolver pid=1764

[startup+0.100139 s]*
/proc/loadavg: 1.83 1.64 1.69 3/209 1824
/proc/meminfo: memFree=18094524/32770624 swapFree=67108372/67108860
[pid=1767] ppid=1764 vsize=10005480 memory=16548 CPUtime=0.1 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 30220 0 -1 1077944320 4298 12945 0 0 1 1 5 3 20 0 6 0 229486211 10245611520 4137 33554432000 4194304 4196468 140721462293056 140721462275600 140197353373431 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
/proc/1767/statm: 2501370 4137 1932 1 0 2489808 0
[pid=1767/tid=1820] ppid=1764 vsize=10005480 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1820/stat : 1820 (java) R 1764 1767 30220 0 -1 4202560 2148 12945 0 0 0 0 5 3 20 0 6 0 229486220 10245611520 4715 33554432000 4194304 4196468 140721462293056 140197325210192 140197339055957 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1821] ppid=1764 vsize=10005480 memory=7948963741541478447 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1821/stat : 1821 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 6 0 229486221 10245611520 4715 33554432000 4194304 4196468 140721462293056 140197357615376 140197353383637 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1822] ppid=1764 vsize=10005480 memory=140186501469824 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1822/stat : 1822 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 6 0 229486221 10245611520 4715 33554432000 4194304 4196468 140721462293056 140197212334480 140197353383637 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1823] ppid=1764 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1823/stat : 1823 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 6 0 229486221 10245611520 4715 33554432000 4194304 4196468 140721462293056 140197211281936 140197353383637 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1824] ppid=1764 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1824/stat : 1824 (java) S 1764 1767 30220 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 6 0 229486221 10245611520 4715 33554432000 4194304 4196468 140721462293056 140197210229392 140197353383637 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210161 s]*
/proc/loadavg: 1.83 1.64 1.69 3/218 1833
/proc/meminfo: memFree=18070736/32770624 swapFree=67108372/67108860
[pid=1767] ppid=1764 vsize=10982744 memory=44340 CPUtime=0.26 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 30220 0 -1 1077944320 7767 12945 0 0 16 2 5 3 20 0 15 0 229486211 11246329856 11019 33554432000 4194304 4196468 140721462293056 140721462275600 140197353373431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
/proc/1767/statm: 2745686 11019 2947 1 0 2708109 0
[pid=1767/tid=1820] ppid=1764 vsize=10983736 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/1767/task/1820/stat : 1820 (java) R 1764 1767 30220 0 -1 4202560 4552 12945 0 0 10 1 5 3 20 0 15 0 229486220 11247345664 11283 33554432000 4194304 4196468 140721462293056 140197325198240 140197346053149 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1821] ppid=1764 vsize=10983736 memory=4294967641 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1821/stat : 1821 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486221 11247345664 11283 33554432000 4194304 4196468 140721462293056 140197357615376 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1822] ppid=1764 vsize=10983736 memory=3834726803539449504 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1822/stat : 1822 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486221 11247345664 11283 33554432000 4194304 4196468 140721462293056 140197212334480 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1823] ppid=1764 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1823/stat : 1823 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486221 11247345664 11349 33554432000 4194304 4196468 140721462293056 140197211281936 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1824] ppid=1764 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1824/stat : 1824 (java) S 1764 1767 30220 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 15 0 229486221 11247345664 11349 33554432000 4194304 4196468 140721462293056 140197210229392 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1825] ppid=1764 vsize=10983736 memory=140186501469824 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1825/stat : 1825 (java) S 1764 1767 30220 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 15 0 229486223 11247345664 11349 33554432000 4194304 4196468 140721462293056 140196778547696 140197353384578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1826] ppid=1764 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1826/stat : 1826 (java) S 1764 1767 30220 0 -1 1077944384 13 12945 0 0 0 0 5 3 20 0 15 0 229486223 11247345664 11349 33554432000 4194304 4196468 140721462293056 140196134774176 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1827] ppid=1764 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1827/stat : 1827 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486223 11247345664 11415 33554432000 4194304 4196468 140721462293056 140195986925040 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1828] ppid=1764 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1828/stat : 1828 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11247345664 11415 33554432000 4194304 4196468 140721462293056 140195679525584 140197353392027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1829] ppid=1764 vsize=10983736 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1767/task/1829/stat : 1829 (java) S 1764 1767 30220 0 -1 1077944384 428 12945 0 0 1 0 5 3 20 0 15 0 229486226 11247345664 11415 33554432000 4194304 4196468 140721462293056 140196777494512 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1830] ppid=1764 vsize=10983736 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1767/task/1830/stat : 1830 (java) S 1764 1767 30220 0 -1 1077944384 191 12945 0 0 1 0 5 3 20 0 15 0 229486226 11247345664 11415 33554432000 4194304 4196468 140721462293056 140196776441968 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1831] ppid=1764 vsize=10985364 memory=140186501469824 CPUtime=0.11 cores=1,3,5,7
/proc/1767/task/1831/stat : 1831 (java) S 1764 1767 30220 0 -1 1077944384 620 12945 0 0 3 0 5 3 20 0 15 0 229486226 11249012736 11415 33554432000 4194304 4196468 140721462293056 140196775389424 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1832] ppid=1764 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1832/stat : 1832 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11249012736 11415 33554432000 4194304 4196468 140721462293056 140195248728672 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1833] ppid=1764 vsize=10985364 memory=140186501469824 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1833/stat : 1833 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486226 11249012736 11481 33554432000 4194304 4196468 140721462293056 140196774337328 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44340 KiB

[startup+0.310573 s]*
/proc/loadavg: 1.83 1.64 1.69 3/218 1833
/proc/meminfo: memFree=18058952/32770624 swapFree=67108372/67108860
[pid=1767] ppid=1764 vsize=10983192 memory=55320 CPUtime=0.39 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 30220 0 -1 1077944320 10404 12945 0 0 28 3 5 3 20 0 15 0 229486211 11246788608 13830 33554432000 4194304 4196468 140721462293056 140721462275600 140197353373431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
/proc/1767/statm: 2745798 13830 3066 1 0 2708109 0
[pid=1767/tid=1820] ppid=1764 vsize=10983192 memory=280372780728560 CPUtime=0.29 cores=1,3,5,7
/proc/1767/task/1820/stat : 1820 (java) R 1764 1767 30220 0 -1 4202560 6949 12945 0 0 19 2 5 3 20 0 15 0 229486220 11246788608 13830 33554432000 4194304 4196468 140721462293056 140197325185440 140197353385366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1821] ppid=1764 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1821/stat : 1821 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486221 11246788608 13830 33554432000 4194304 4196468 140721462293056 140197357615376 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1822] ppid=1764 vsize=10983192 memory=140186390464015 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1822/stat : 1822 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486221 11246788608 13830 33554432000 4194304 4196468 140721462293056 140197212334480 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1823] ppid=1764 vsize=10983192 memory=140186390468083 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1823/stat : 1823 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486221 11246788608 13830 33554432000 4194304 4196468 140721462293056 140197211281936 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1824] ppid=1764 vsize=10983192 memory=140186390468623 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1824/stat : 1824 (java) S 1764 1767 30220 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 15 0 229486221 11246788608 13830 33554432000 4194304 4196468 140721462293056 140197210229392 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1825] ppid=1764 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1825/stat : 1825 (java) S 1764 1767 30220 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 15 0 229486223 11246788608 13830 33554432000 4194304 4196468 140721462293056 140196778547696 140197353384578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1826] ppid=1764 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1826/stat : 1826 (java) S 1764 1767 30220 0 -1 1077944384 13 12945 0 0 0 0 5 3 20 0 15 0 229486223 11246788608 13830 33554432000 4194304 4196468 140721462293056 140196134774176 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1827] ppid=1764 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1827/stat : 1827 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486223 11246788608 13830 33554432000 4194304 4196468 140721462293056 140195986925040 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1828] ppid=1764 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1828/stat : 1828 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11246788608 13830 33554432000 4194304 4196468 140721462293056 140195679525584 140197353392027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1829] ppid=1764 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1767/task/1829/stat : 1829 (java) S 1764 1767 30220 0 -1 1077944384 430 12945 0 0 1 0 5 3 20 0 15 0 229486226 11246788608 13830 33554432000 4194304 4196468 140721462293056 140196777494512 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1830] ppid=1764 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1767/task/1830/stat : 1830 (java) S 1764 1767 30220 0 -1 1077944384 191 12945 0 0 1 0 5 3 20 0 15 0 229486226 11246788608 13830 33554432000 4194304 4196468 140721462293056 140196776441968 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1831] ppid=1764 vsize=10983192 memory=140186501469824 CPUtime=0.13 cores=1,3,5,7
/proc/1767/task/1831/stat : 1831 (java) R 1764 1767 30220 0 -1 4202560 636 12945 0 0 5 0 5 3 20 0 15 0 229486226 11246788608 13830 33554432000 4194304 4196468 140721462293056 140196775389424 140197337453918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1832] ppid=1764 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1832/stat : 1832 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11246788608 13830 33554432000 4194304 4196468 140721462293056 140195248728672 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1833] ppid=1764 vsize=10983192 memory=140186501469824 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1833/stat : 1833 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486226 11246788608 13830 33554432000 4194304 4196468 140721462293056 140196774337328 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55320 KiB

[startup+0.70079 s]
/proc/loadavg: 1.83 1.64 1.69 4/218 1833
/proc/meminfo: memFree=18047548/32770624 swapFree=67108372/67108860
[pid=1767] ppid=1764 vsize=10983192 memory=89056 CPUtime=0.99 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 30220 0 -1 1077944320 16772 12945 0 0 87 4 5 3 20 0 15 0 229486211 11246788608 22264 33554432000 4194304 4196468 140721462293056 140721462275600 140197353373431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
/proc/1767/statm: 2745798 22264 3250 1 0 2708109 0
[pid=1767/tid=1820] ppid=1764 vsize=10983192 memory=140186501468657 CPUtime=0.66 cores=1,3,5,7
/proc/1767/task/1820/stat : 1820 (java) R 1764 1767 30220 0 -1 4202560 12162 12945 0 0 55 3 5 3 20 0 15 0 229486220 11246788608 22264 33554432000 4194304 4196468 140721462293056 140197325194256 140197333649152 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1821] ppid=1764 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1821/stat : 1821 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486221 11246788608 22264 33554432000 4194304 4196468 140721462293056 140197357615376 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1822] ppid=1764 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1822/stat : 1822 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486221 11246788608 22264 33554432000 4194304 4196468 140721462293056 140197212334480 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1823] ppid=1764 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1823/stat : 1823 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486221 11246788608 22264 33554432000 4194304 4196468 140721462293056 140197211281936 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1824] ppid=1764 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1824/stat : 1824 (java) S 1764 1767 30220 0 -1 1077944384 2 12945 0 0 0 0 5 3 20 0 15 0 229486221 11246788608 22264 33554432000 4194304 4196468 140721462293056 140197210229392 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1825] ppid=1764 vsize=10983192 memory=2558458332929 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1825/stat : 1825 (java) S 1764 1767 30220 0 -1 1077944384 5 12945 0 0 0 0 5 3 20 0 15 0 229486223 11246788608 22264 33554432000 4194304 4196468 140721462293056 140196778547696 140197353384578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1826] ppid=1764 vsize=10983192 memory=546658129 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1826/stat : 1826 (java) S 1764 1767 30220 0 -1 1077944384 13 12945 0 0 0 0 5 3 20 0 15 0 229486223 11246788608 22264 33554432000 4194304 4196468 140721462293056 140196134774176 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1827] ppid=1764 vsize=10983192 memory=7367997088417733268 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1827/stat : 1827 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486223 11246788608 22264 33554432000 4194304 4196468 140721462293056 140195986925040 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1828] ppid=1764 vsize=10983192 memory=7379524376362643041 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1828/stat : 1828 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11246788608 22264 33554432000 4194304 4196468 140721462293056 140195679525584 140197353392027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1829] ppid=1764 vsize=10983192 memory=1068 CPUtime=0.15 cores=1,3,5,7
/proc/1767/task/1829/stat : 1829 (java) S 1764 1767 30220 0 -1 1077944384 796 12945 0 0 7 0 5 3 20 0 15 0 229486226 11246788608 22264 33554432000 4194304 4196468 140721462293056 140196777494512 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1830] ppid=1764 vsize=10983192 memory=15064 CPUtime=0.18 cores=1,3,5,7
/proc/1767/task/1830/stat : 1830 (java) S 1764 1767 30220 0 -1 1077944384 860 12945 0 0 10 0 5 3 20 0 15 0 229486226 11246788608 22264 33554432000 4194304 4196468 140721462293056 140196776441968 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1831] ppid=1764 vsize=10983192 memory=34416 CPUtime=0.21 cores=1,3,5,7
/proc/1767/task/1831/stat : 1831 (java) S 1764 1767 30220 0 -1 1077944384 735 12945 0 0 13 0 5 3 20 0 15 0 229486226 11246788608 22264 33554432000 4194304 4196468 140721462293056 140196775389424 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1832] ppid=1764 vsize=10983192 memory=13756 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1832/stat : 1832 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11246788608 22264 33554432000 4194304 4196468 140721462293056 140195248728672 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1833] ppid=1764 vsize=10983192 memory=3316 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1833/stat : 1833 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486226 11246788608 22264 33554432000 4194304 4196468 140721462293056 140196774337328 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89056 KiB

[startup+1.50074 s]
/proc/loadavg: 1.83 1.64 1.69 3/218 1833
/proc/meminfo: memFree=18000960/32770624 swapFree=67108372/67108860
[pid=1767] ppid=1764 vsize=10998092 memory=179212 CPUtime=2.31 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 30220 0 -1 1077944320 23883 12945 0 0 214 9 5 3 20 0 15 0 229486211 11262046208 44803 33554432000 4194304 4196468 140721462293056 140721462275600 140197353373431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
/proc/1767/statm: 2749523 44803 3467 1 0 2711181 0
[pid=1767/tid=1820] ppid=1764 vsize=10998092 memory=2600 CPUtime=1.43 cores=1,3,5,7
/proc/1767/task/1820/stat : 1820 (java) R 1764 1767 30220 0 -1 4202560 17631 12945 0 0 130 5 5 3 20 0 15 0 229486220 11262046208 44803 33554432000 4194304 4196468 140721462293056 140197325204976 140197353395357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1821] ppid=1764 vsize=10998092 memory=2600 CPUtime=0.09 cores=1,3,5,7
/proc/1767/task/1821/stat : 1821 (java) S 1764 1767 30220 0 -1 1077944384 51 12945 0 0 1 0 5 3 20 0 15 0 229486221 11262046208 44803 33554432000 4194304 4196468 140721462293056 140197357615376 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1822] ppid=1764 vsize=10998092 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/1767/task/1822/stat : 1822 (java) S 1764 1767 30220 0 -1 1077944384 21 12945 0 0 1 0 5 3 20 0 15 0 229486221 11262046208 44803 33554432000 4194304 4196468 140721462293056 140197212334480 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1823] ppid=1764 vsize=10998092 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/1767/task/1823/stat : 1823 (java) S 1764 1767 30220 0 -1 1077944384 212 12945 0 0 1 0 5 3 20 0 15 0 229486221 11262046208 44803 33554432000 4194304 4196468 140721462293056 140197211281936 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1824] ppid=1764 vsize=10998092 memory=6944652177228980320 CPUtime=0.09 cores=1,3,5,7
/proc/1767/task/1824/stat : 1824 (java) S 1764 1767 30220 0 -1 1077944384 38 12945 0 0 1 0 5 3 20 0 15 0 229486221 11262046208 44803 33554432000 4194304 4196468 140721462293056 140197210229392 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1825] ppid=1764 vsize=10998092 memory=55 CPUtime=0.09 cores=1,3,5,7
/proc/1767/task/1825/stat : 1825 (java) S 1764 1767 30220 0 -1 1077944384 47 12945 0 0 1 0 5 3 20 0 15 0 229486223 11262046208 44803 33554432000 4194304 4196468 140721462293056 140196778547696 140197353384578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1826] ppid=1764 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1826/stat : 1826 (java) S 1764 1767 30220 0 -1 1077944384 14 12945 0 0 0 0 5 3 20 0 15 0 229486223 11262046208 44803 33554432000 4194304 4196468 140721462293056 140196134774240 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1827] ppid=1764 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1827/stat : 1827 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486223 11262046208 44803 33554432000 4194304 4196468 140721462293056 140195986925056 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1828] ppid=1764 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1828/stat : 1828 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11262046208 44803 33554432000 4194304 4196468 140721462293056 140195679525584 140197353392027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1829] ppid=1764 vsize=10998092 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/1767/task/1829/stat : 1829 (java) S 1764 1767 30220 0 -1 1077944384 1000 12945 0 0 19 0 5 3 20 0 15 0 229486226 11262046208 44803 33554432000 4194304 4196468 140721462293056 140196777494512 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1830] ppid=1764 vsize=10998092 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/1767/task/1830/stat : 1830 (java) S 1764 1767 30220 0 -1 1077944384 1323 12945 0 0 23 0 5 3 20 0 15 0 229486226 11262046208 44803 33554432000 4194304 4196468 140721462293056 140196776441968 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1831] ppid=1764 vsize=10998092 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/1767/task/1831/stat : 1831 (java) S 1764 1767 30220 0 -1 1077944384 1350 12945 0 0 35 0 5 3 20 0 15 0 229486226 11262046208 44803 33554432000 4194304 4196468 140721462293056 140196775389424 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1832] ppid=1764 vsize=10998092 memory=-9174445032661854264 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1832/stat : 1832 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11262046208 44803 33554432000 4194304 4196468 140721462293056 140195248728672 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1833] ppid=1764 vsize=10998092 memory=7449893214978468192 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1833/stat : 1833 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486226 11262046208 44803 33554432000 4194304 4196468 140721462293056 140196774337328 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10998092 KiB

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

/proc/1767/task/1820/stat : 1820 (java) R 1764 1767 30220 0 -1 4202560 102601 12945 0 0 229585 56 5 3 20 0 15 0 229486220 11343855616 281238 33554432000 4194304 4196468 140721462293056 140197325208560 140196892767928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1821] ppid=1764 vsize=11077984 memory=1124952 CPUtime=12.19 cores=1,3,5,7
/proc/1767/task/1821/stat : 1821 (java) S 1764 1767 30220 0 -1 1077944384 25530 12945 0 0 1150 61 5 3 20 0 15 0 229486221 11343855616 281238 33554432000 4194304 4196468 140721462293056 140197357615376 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1822] ppid=1764 vsize=11077984 memory=1124952 CPUtime=12.19 cores=1,3,5,7
/proc/1767/task/1822/stat : 1822 (java) S 1764 1767 30220 0 -1 1077944384 22389 12945 0 0 1154 57 5 3 20 0 15 0 229486221 11343855616 281238 33554432000 4194304 4196468 140721462293056 140197212334480 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1823] ppid=1764 vsize=11077984 memory=1124952 CPUtime=12.16 cores=1,3,5,7
/proc/1767/task/1823/stat : 1823 (java) S 1764 1767 30220 0 -1 1077944384 16711 12945 0 0 1151 57 5 3 20 0 15 0 229486221 11343855616 281238 33554432000 4194304 4196468 140721462293056 140197211281936 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1824] ppid=1764 vsize=11077984 memory=1124952 CPUtime=12.19 cores=1,3,5,7
/proc/1767/task/1824/stat : 1824 (java) S 1764 1767 30220 0 -1 1077944384 20046 12945 0 0 1155 56 5 3 20 0 15 0 229486221 11343855616 281238 33554432000 4194304 4196468 140721462293056 140197210229392 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1825] ppid=1764 vsize=11077984 memory=1124952 CPUtime=11.31 cores=1,3,5,7
/proc/1767/task/1825/stat : 1825 (java) S 1764 1767 30220 0 -1 1077944384 22034 12945 0 0 1061 62 5 3 20 0 15 0 229486223 11343855616 281238 33554432000 4194304 4196468 140721462293056 140196778547696 140197353384578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1826] ppid=1764 vsize=11077984 memory=1124952 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1826/stat : 1826 (java) S 1764 1767 30220 0 -1 1077944384 18 12945 0 0 0 0 5 3 20 0 15 0 229486223 11343855616 281238 33554432000 4194304 4196468 140721462293056 140196134774240 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1827] ppid=1764 vsize=11077984 memory=1124952 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1827/stat : 1827 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486223 11343855616 281238 33554432000 4194304 4196468 140721462293056 140195986925056 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1828] ppid=1764 vsize=11077984 memory=3812 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1828/stat : 1828 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11343855616 281238 33554432000 4194304 4196468 140721462293056 140195679525584 140197353392027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1829] ppid=1764 vsize=11077984 memory=288230574492221466 CPUtime=4.6 cores=1,3,5,7
/proc/1767/task/1829/stat : 1829 (java) S 1764 1767 30220 0 -1 1077944384 38414 12945 0 0 447 5 5 3 20 0 15 0 229486226 11343855616 281238 33554432000 4194304 4196468 140721462293056 140196777494512 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1830] ppid=1764 vsize=11077984 memory=288230596050944315 CPUtime=3.95 cores=1,3,5,7
/proc/1767/task/1830/stat : 1830 (java) S 1764 1767 30220 0 -1 1077944384 26171 12945 0 0 383 4 5 3 20 0 15 0 229486226 11343855616 281238 33554432000 4194304 4196468 140721462293056 140196776441968 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1831] ppid=1764 vsize=11077984 memory=1124952 CPUtime=2.16 cores=1,3,5,7
/proc/1767/task/1831/stat : 1831 (java) S 1764 1767 30220 0 -1 1077944384 28813 12945 0 0 204 4 5 3 20 0 15 0 229486226 11343855616 281238 33554432000 4194304 4196468 140721462293056 140196775389424 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1832] ppid=1764 vsize=11077984 memory=1124952 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1832/stat : 1832 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11343855616 281238 33554432000 4194304 4196468 140721462293056 140195248728672 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1833] ppid=1764 vsize=11077984 memory=1124952 CPUtime=1.48 cores=1,3,5,7
/proc/1767/task/1833/stat : 1833 (java) S 1764 1767 30220 0 -1 1077944384 1613 12945 0 0 60 80 5 3 20 0 15 0 229486226 11343855616 281238 33554432000 4194304 4196468 140721462293056 140196774337328 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
Current children cumulated CPU time: 2368.13 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1124952 KiB

[startup+2382.3 s]
/proc/loadavg: 1.29 1.25 1.33 3/216 2034
/proc/meminfo: memFree=21028512/32770624 swapFree=67108372/67108860
[pid=1767] ppid=1764 vsize=11077984 memory=1127000 CPUtime=2429.07 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 30220 0 -1 1077944320 308611 12945 0 0 242513 386 5 3 20 0 15 0 229486211 11343855616 281750 33554432000 4194304 4196468 140721462293056 140721462275600 140197353373431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
/proc/1767/statm: 2769496 281750 3533 1 0 2731149 0
[pid=1767/tid=1820] ppid=1764 vsize=11077984 memory=1127000 CPUtime=2355.85 cores=1,3,5,7
/proc/1767/task/1820/stat : 1820 (java) R 1764 1767 30220 0 -1 4202560 103518 12945 0 0 235520 57 5 3 20 0 15 0 229486220 11343855616 281750 33554432000 4194304 4196468 140721462293056 140197325207568 140196894815419 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1821] ppid=1764 vsize=11077984 memory=1124952 CPUtime=12.5 cores=1,3,5,7
/proc/1767/task/1821/stat : 1821 (java) S 1764 1767 30220 0 -1 1077944384 26156 12945 0 0 1180 62 5 3 20 0 15 0 229486221 11343855616 281750 33554432000 4194304 4196468 140721462293056 140197357615376 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1822] ppid=1764 vsize=11077984 memory=1124952 CPUtime=12.52 cores=1,3,5,7
/proc/1767/task/1822/stat : 1822 (java) S 1764 1767 30220 0 -1 1077944384 22515 12945 0 0 1186 58 5 3 20 0 15 0 229486221 11343855616 281750 33554432000 4194304 4196468 140721462293056 140197212334480 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1823] ppid=1764 vsize=11077984 memory=1124952 CPUtime=12.49 cores=1,3,5,7
/proc/1767/task/1823/stat : 1823 (java) S 1764 1767 30220 0 -1 1077944384 16789 12945 0 0 1182 59 5 3 20 0 15 0 229486221 11343855616 281750 33554432000 4194304 4196468 140721462293056 140197211281936 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1824] ppid=1764 vsize=11077984 memory=1127000 CPUtime=12.51 cores=1,3,5,7
/proc/1767/task/1824/stat : 1824 (java) S 1764 1767 30220 0 -1 1077944384 20137 12945 0 0 1186 57 5 3 20 0 15 0 229486221 11343855616 281750 33554432000 4194304 4196468 140721462293056 140197210229392 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1825] ppid=1764 vsize=11077984 memory=8 CPUtime=11.57 cores=1,3,5,7
/proc/1767/task/1825/stat : 1825 (java) S 1764 1767 30220 0 -1 1077944384 22248 12945 0 0 1086 63 5 3 20 0 15 0 229486223 11343855616 281750 33554432000 4194304 4196468 140721462293056 140196778547696 140197353384578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1826] ppid=1764 vsize=11077984 memory=280372781253600 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1826/stat : 1826 (java) S 1764 1767 30220 0 -1 1077944384 18 12945 0 0 0 0 5 3 20 0 15 0 229486223 11343855616 281750 33554432000 4194304 4196468 140721462293056 140196134774240 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1827] ppid=1764 vsize=11077984 memory=1127000 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1827/stat : 1827 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486223 11343855616 281750 33554432000 4194304 4196468 140721462293056 140195986925056 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1828] ppid=1764 vsize=11077984 memory=1127000 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1828/stat : 1828 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11343855616 281750 33554432000 4194304 4196468 140721462293056 140195679525584 140197353392027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1829] ppid=1764 vsize=11077984 memory=1127000 CPUtime=4.6 cores=1,3,5,7
/proc/1767/task/1829/stat : 1829 (java) S 1764 1767 30220 0 -1 1077944384 38416 12945 0 0 447 5 5 3 20 0 15 0 229486226 11343855616 281750 33554432000 4194304 4196468 140721462293056 140196777494512 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1830] ppid=1764 vsize=11077984 memory=1127000 CPUtime=3.95 cores=1,3,5,7
/proc/1767/task/1830/stat : 1830 (java) S 1764 1767 30220 0 -1 1077944384 26173 12945 0 0 383 4 5 3 20 0 15 0 229486226 11343855616 281750 33554432000 4194304 4196468 140721462293056 140196776441968 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1831] ppid=1764 vsize=11077984 memory=1127000 CPUtime=2.16 cores=1,3,5,7
/proc/1767/task/1831/stat : 1831 (java) S 1764 1767 30220 0 -1 1077944384 28815 12945 0 0 204 4 5 3 20 0 15 0 229486226 11343855616 281750 33554432000 4194304 4196468 140721462293056 140196775389424 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1832] ppid=1764 vsize=11077984 memory=2144 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1832/stat : 1832 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11343855616 281750 33554432000 4194304 4196468 140721462293056 140195248728672 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1833] ppid=1764 vsize=11077984 memory=1127000 CPUtime=1.51 cores=1,3,5,7
/proc/1767/task/1833/stat : 1833 (java) S 1764 1767 30220 0 -1 1077944384 1631 12945 0 0 61 82 5 3 20 0 15 0 229486226 11343855616 281750 33554432000 4194304 4196468 140721462293056 140196774337328 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
Current children cumulated CPU time: 2429.07 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1127000 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.28 1.33 3/216 2035
/proc/meminfo: memFree=21031548/32770624 swapFree=67108372/67108860
[pid=1767] ppid=1764 vsize=11077984 memory=1127000 CPUtime=2490.04 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 30220 0 -1 1077944320 310234 12945 0 0 248602 394 5 3 20 0 15 0 229486211 11343855616 281750 33554432000 4194304 4196468 140721462293056 140721462275600 140197353373431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
/proc/1767/statm: 2769496 281750 3533 1 0 2731149 0
[pid=1767/tid=1820] ppid=1764 vsize=11077984 memory=1127000 CPUtime=2415.18 cores=1,3,5,7
/proc/1767/task/1820/stat : 1820 (java) R 1764 1767 30220 0 -1 4202560 104315 12945 0 0 241452 58 5 3 20 0 15 0 229486220 11343855616 281750 33554432000 4194304 4196468 140721462293056 140197325207968 140196893400927 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1821] ppid=1764 vsize=11077984 memory=1127000 CPUtime=12.84 cores=1,3,5,7
/proc/1767/task/1821/stat : 1821 (java) S 1764 1767 30220 0 -1 1077944384 26287 12945 0 0 1212 64 5 3 20 0 15 0 229486221 11343855616 281750 33554432000 4194304 4196468 140721462293056 140197357615376 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1822] ppid=1764 vsize=11077984 memory=1127000 CPUtime=12.85 cores=1,3,5,7
/proc/1767/task/1822/stat : 1822 (java) S 1764 1767 30220 0 -1 1077944384 22538 12945 0 0 1217 60 5 3 20 0 15 0 229486221 11343855616 281750 33554432000 4194304 4196468 140721462293056 140197212334480 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1823] ppid=1764 vsize=11077984 memory=1127000 CPUtime=12.83 cores=1,3,5,7
/proc/1767/task/1823/stat : 1823 (java) S 1764 1767 30220 0 -1 1077944384 16897 12945 0 0 1214 61 5 3 20 0 15 0 229486221 11343855616 281750 33554432000 4194304 4196468 140721462293056 140197211281936 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1824] ppid=1764 vsize=11077984 memory=1127000 CPUtime=12.84 cores=1,3,5,7
/proc/1767/task/1824/stat : 1824 (java) S 1764 1767 30220 0 -1 1077944384 20476 12945 0 0 1218 58 5 3 20 0 15 0 229486221 11343855616 281750 33554432000 4194304 4196468 140721462293056 140197210229392 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1825] ppid=1764 vsize=11077984 memory=1127000 CPUtime=11.87 cores=1,3,5,7
/proc/1767/task/1825/stat : 1825 (java) S 1764 1767 30220 0 -1 1077944384 22449 12945 0 0 1114 65 5 3 20 0 15 0 229486223 11343855616 281750 33554432000 4194304 4196468 140721462293056 140196778547696 140197353384578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1826] ppid=1764 vsize=11077984 memory=1127000 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1826/stat : 1826 (java) S 1764 1767 30220 0 -1 1077944384 18 12945 0 0 0 0 5 3 20 0 15 0 229486223 11343855616 281750 33554432000 4194304 4196468 140721462293056 140196134774240 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1827] ppid=1764 vsize=11077984 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1827/stat : 1827 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486223 11343855616 281750 33554432000 4194304 4196468 140721462293056 140195986925056 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1828] ppid=1764 vsize=11077984 memory=1127000 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1828/stat : 1828 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11343855616 281750 33554432000 4194304 4196468 140721462293056 140195679525584 140197353392027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1829] ppid=1764 vsize=11077984 memory=1127000 CPUtime=4.6 cores=1,3,5,7
/proc/1767/task/1829/stat : 1829 (java) S 1764 1767 30220 0 -1 1077944384 38419 12945 0 0 447 5 5 3 20 0 15 0 229486226 11343855616 281750 33554432000 4194304 4196468 140721462293056 140196777494512 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1830] ppid=1764 vsize=11077984 memory=1127000 CPUtime=3.95 cores=1,3,5,7
/proc/1767/task/1830/stat : 1830 (java) S 1764 1767 30220 0 -1 1077944384 26175 12945 0 0 383 4 5 3 20 0 15 0 229486226 11343855616 281750 33554432000 4194304 4196468 140721462293056 140196776441968 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1831] ppid=1764 vsize=11077984 memory=62480 CPUtime=2.16 cores=1,3,5,7
/proc/1767/task/1831/stat : 1831 (java) S 1764 1767 30220 0 -1 1077944384 28817 12945 0 0 204 4 5 3 20 0 15 0 229486226 11343855616 281750 33554432000 4194304 4196468 140721462293056 140196775389424 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1832] ppid=1764 vsize=11077984 memory=1127000 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1832/stat : 1832 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11343855616 281750 33554432000 4194304 4196468 140721462293056 140195248728672 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1833] ppid=1764 vsize=11077984 memory=1127000 CPUtime=1.55 cores=1,3,5,7
/proc/1767/task/1833/stat : 1833 (java) S 1764 1767 30220 0 -1 1077944384 1648 12945 0 0 63 84 5 3 20 0 15 0 229486226 11343855616 281750 33554432000 4194304 4196468 140721462293056 140196774337328 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
Current children cumulated CPU time: 2490.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1127000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.8 s]
/proc/loadavg: 1.37 1.29 1.33 3/215 2036
/proc/meminfo: memFree=21029392/32770624 swapFree=67108372/67108860
[pid=1767] ppid=1764 vsize=11077984 memory=1129048 CPUtime=2520.05 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 30220 0 -1 1077944320 311156 12945 0 0 251598 399 5 3 20 0 15 0 229486211 11343855616 282262 33554432000 4194304 4196468 140721462293056 140721462275600 140197353373431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
/proc/1767/statm: 2769496 282262 3533 1 0 2731149 0
[pid=1767/tid=1820] ppid=1764 vsize=11077984 memory=3192 CPUtime=2444.32 cores=1,3,5,7
/proc/1767/task/1820/stat : 1820 (java) R 1764 1767 30220 0 -1 4202560 104808 12945 0 0 244366 58 5 3 20 0 15 0 229486220 11343855616 282262 33554432000 4194304 4196468 140721462293056 140197325208144 140196877239263 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1821] ppid=1764 vsize=11077984 memory=1673740 CPUtime=13.01 cores=1,3,5,7
/proc/1767/task/1821/stat : 1821 (java) S 1764 1767 30220 0 -1 1077944384 26345 12945 0 0 1228 65 5 3 20 0 15 0 229486221 11343855616 282262 33554432000 4194304 4196468 140721462293056 140197357615376 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1822] ppid=1764 vsize=11077984 memory=8112282956445269571 CPUtime=13.03 cores=1,3,5,7
/proc/1767/task/1822/stat : 1822 (java) S 1764 1767 30220 0 -1 1077944384 22617 12945 0 0 1234 61 5 3 20 0 15 0 229486221 11343855616 282262 33554432000 4194304 4196468 140721462293056 140197212334480 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1823] ppid=1764 vsize=11077984 memory=1616 CPUtime=13 cores=1,3,5,7
/proc/1767/task/1823/stat : 1823 (java) S 1764 1767 30220 0 -1 1077944384 16975 12945 0 0 1231 61 5 3 20 0 15 0 229486221 11343855616 282262 33554432000 4194304 4196468 140721462293056 140197211281936 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1824] ppid=1764 vsize=11077984 memory=1172 CPUtime=13.01 cores=1,3,5,7
/proc/1767/task/1824/stat : 1824 (java) S 1764 1767 30220 0 -1 1077944384 20488 12945 0 0 1235 58 5 3 20 0 15 0 229486221 11343855616 282262 33554432000 4194304 4196468 140721462293056 140197210229392 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1825] ppid=1764 vsize=11077984 memory=932 CPUtime=12.01 cores=1,3,5,7
/proc/1767/task/1825/stat : 1825 (java) S 1764 1767 30220 0 -1 1077944384 22629 12945 0 0 1128 65 5 3 20 0 15 0 229486223 11343855616 282262 33554432000 4194304 4196468 140721462293056 140196778547696 140197353384578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1826] ppid=1764 vsize=11077984 memory=6416 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1826/stat : 1826 (java) S 1764 1767 30220 0 -1 1077944384 18 12945 0 0 0 0 5 3 20 0 15 0 229486223 11343855616 282262 33554432000 4194304 4196468 140721462293056 140196134774240 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1827] ppid=1764 vsize=11077984 memory=4108 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1827/stat : 1827 (java) S 1764 1767 30220 0 -1 1077944384 1 12945 0 0 0 0 5 3 20 0 15 0 229486223 11343855616 282262 33554432000 4194304 4196468 140721462293056 140195986925056 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1828] ppid=1764 vsize=11077984 memory=1572 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1828/stat : 1828 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11343855616 282262 33554432000 4194304 4196468 140721462293056 140195679525584 140197353392027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1829] ppid=1764 vsize=11077984 memory=928 CPUtime=4.6 cores=1,3,5,7
/proc/1767/task/1829/stat : 1829 (java) S 1764 1767 30220 0 -1 1077944384 38421 12945 0 0 447 5 5 3 20 0 15 0 229486226 11343855616 282262 33554432000 4194304 4196468 140721462293056 140196777494512 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1830] ppid=1764 vsize=11077984 memory=2196 CPUtime=3.95 cores=1,3,5,7
/proc/1767/task/1830/stat : 1830 (java) S 1764 1767 30220 0 -1 1077944384 26177 12945 0 0 383 4 5 3 20 0 15 0 229486226 11343855616 282262 33554432000 4194304 4196468 140721462293056 140196776441968 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1831] ppid=1764 vsize=11077984 memory=3988 CPUtime=2.16 cores=1,3,5,7
/proc/1767/task/1831/stat : 1831 (java) S 1764 1767 30220 0 -1 1077944384 28819 12945 0 0 204 4 5 3 20 0 15 0 229486226 11343855616 282262 33554432000 4194304 4196468 140721462293056 140196775389424 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1832] ppid=1764 vsize=11077984 memory=1924 CPUtime=0.08 cores=1,3,5,7
/proc/1767/task/1832/stat : 1832 (java) S 1764 1767 30220 0 -1 1077944384 3 12945 0 0 0 0 5 3 20 0 15 0 229486226 11343855616 282262 33554432000 4194304 4196468 140721462293056 140195248728672 140197353383637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
[pid=1767/tid=1833] ppid=1764 vsize=11077984 memory=7532 CPUtime=1.56 cores=1,3,5,7
/proc/1767/task/1833/stat : 1833 (java) S 1764 1767 30220 0 -1 1077944384 1664 12945 0 0 63 85 5 3 20 0 15 0 229486226 11343855616 282262 33554432000 4194304 4196468 140721462293056 140196774337328 140197353384578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35622912 140721462299245 140721462302044 140721462302044 140721462304719 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1129048 KiB

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

[startup+2471.85 s]
# the end of solver process 1767 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.06 s, system=4.03472 s

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

Child status: 143
Real time (s): 2471.85
CPU time (s): 2520.09
CPU user time (s): 2516.06
CPU system time (s): 4.03472
CPU usage (%): 101.952
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 1129048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.06
system time used= 4.03472
maximum resident set size= 1131476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 301972
involuntary context switches= 5804


# summary of solver processes directly reported to runsolver:
#   pid: 1767
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.06
#   total CPU system time (s): 4.03472

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2105 second user time and 21.0585 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-13 02:13:50
IDJOB=4304611
IDBENCH=141477
IDSOLVER=2780
FILE ID=node137/4304611-1534119230
RUNJOBID= node137-1534096381-30252
PBS_JOBID= 21036996
Free space on /tmp= 26516 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304611-1534119230/watcher-4304611-1534119230 -o /tmp/evaluation-result-4304611-1534119230/solver-4304611-1534119230 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30252 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=230753758 HOME/instance-4304611-1534119230.xml

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

MD5SUM BENCH= 23ddd46bc08a13908205cdb197974328
RANDOM SEED=230753758

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18100012 kB
MemAvailable:   26185520 kB
Buffers:           83852 kB
Cached:          8200552 kB
SwapCached:            8 kB
Active:          9740516 kB
Inactive:        4307188 kB
Active(anon):    5710104 kB
Inactive(anon):   105396 kB
Active(file):    4030412 kB
Inactive(file):  4201792 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             26452 kB
Writeback:             0 kB
AnonPages:       5780312 kB
Mapped:            66676 kB
Shmem:             49624 kB
Slab:             309828 kB
SReclaimable:     281764 kB
SUnreclaim:        28064 kB
KernelStack:        3808 kB
PageTables:        16536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6432164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5507072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26488 MiB
End job on node137 at 2018-08-13 02:55:02