Trace number 4295151

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)128 2520.15 2484.93

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.8.1528841891564 running
11.09/4.92	o 148
11.27/5.48	o 144
12.74/5.98	o 143
14.33/6.57	o 142
15.16/6.95	o 141
15.49/7.09	o 140
16.21/7.52	o 138
17.86/8.84	o 133
94.60/83.14	o 132
94.93/83.46	o 131
287.35/273.66	o 130
493.80/478.08	o 129
1987.18/1956.63	o 128
2520.09/2484.91	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.09/2484.91		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.09/2484.91		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.09/2484.91		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.09/2484.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.09/2484.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.09/2484.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.09/2484.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.09/2484.91		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.09/2484.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.09/2484.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.09/2484.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2484.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.09/2484.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.09/2484.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2484.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.09/2484.91		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.09/2484.91		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.09/2484.91		at scala.Option.map(Option.scala:146)
2520.09/2484.91		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.09/2484.91		at concrete.MAC.mac(MAC.scala:203)
2520.09/2484.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2484.91		at scala.util.Try$.apply(Try.scala:209)
2520.09/2484.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2484.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2484.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2484.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2484.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2484.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2484.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2484.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2484.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2484.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2484.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2484.91		at concrete.MAC.nextSolution(MAC.scala:355)
2520.09/2484.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2484.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.09/2484.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.09/2484.91		at concrete.Solver.foreach(Solver.scala:68)
2520.09/2484.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.09/2484.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2484.91		at scala.util.Success.map(Try.scala:209)
2520.09/2484.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2484.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2484.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2484.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2484.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2484.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2484.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2484.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2484.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2484.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2484.91		at scala.App.main(App.scala:76)
2520.09/2484.91		at scala.App.main$(App.scala:74)
2520.09/2484.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2484.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2484.92	v <instantiation cost="128">
2520.09/2484.92	v       <list>
2520.09/2484.92	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.09/2484.92	v       </list>
2520.09/2484.92	v       <values>
2520.09/2484.92	v         0 0 0 10 3 10 3 19 6 7 6 28 19 28 8 37 17 40 17 30 17 8 41 51 8 30 7 7 61 7 37 72 17 55 59 24 80 49 85 40 28 34 14 29 55 27 112 45 27 64 19 61 25 10 56 45 25 17 40 13 32 44 76 61 59 7 67 41 51 42 71 68 68 89 61 78 63 32 81 100 68 68 77 27 76 81 77 33 106 57 77 79 23 51 83 42 63 41 110 28 84 91 83 46 115 95 34 79 69 88 98 116 85 105 95 102 118 100 126 116 123 128
2520.09/2484.92	v       </values>
2520.09/2484.92	v     </instantiation>
2520.09/2484.92	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 (6796 MiB free)
  memory of node 1: 16384 MiB (12264 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295151-1532522642/watcher-4295151-1532522642 -o /tmp/evaluation-result-4295151-1532522642/solver-4295151-1532522642 -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=1768381084 -superng HOME/instance-4295151-1532522642.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=9697, runsolver pid=9694

[startup+0.100165 s]*
/proc/loadavg: 1.69 1.48 1.42 2/209 9754
/proc/meminfo: memFree=19511160/32770624 swapFree=67108860/67108860
[pid=9697] ppid=9694 vsize=9972712 memory=18860 CPUtime=0.08 cores=0,2,4,6
/proc/9697/stat : 9697 (java) S 9694 9697 4192 0 -1 1077944320 4374 12887 0 0 1 0 4 3 20 0 6 0 69827372 10212057088 4715 33554432000 4194304 4196468 140736396397264 140736396379808 140235262598903 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
/proc/9697/statm: 2493178 4715 1934 1 0 2481616 0
[pid=9697/tid=9750] ppid=9694 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/9697/task/9750/stat : 9750 (java) R 9694 9697 4192 0 -1 4202560 2191 12887 0 0 1 0 4 3 20 0 6 0 69827380 10212057088 4715 33554432000 4194304 4196468 140736396397264 140235234435664 140235262620829 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9751] ppid=9694 vsize=9972712 memory=5793855537860639161 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9751/stat : 9751 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 6 0 69827381 10212057088 4715 33554432000 4194304 4196468 140736396397264 140235266841616 140235262609109 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9752] ppid=9694 vsize=9972712 memory=140286850745984 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9752/stat : 9752 (java) S 9694 9697 4192 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 6 0 69827381 10212057088 4715 33554432000 4194304 4196468 140736396397264 140235181661328 140235262609109 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9753] ppid=9694 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9753/stat : 9753 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 6 0 69827381 10212057088 4715 33554432000 4194304 4196468 140736396397264 140235180608272 140235262609109 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9754] ppid=9694 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9754/stat : 9754 (java) S 9694 9697 4192 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 6 0 69827381 10212057088 4715 33554432000 4194304 4196468 140736396397264 140235179555728 140235262609109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210098 s]*
/proc/loadavg: 1.69 1.48 1.42 4/218 9763
/proc/meminfo: memFree=19489692/32770624 swapFree=67108860/67108860
[pid=9697] ppid=9694 vsize=10818856 memory=42036 CPUtime=0.25 cores=0,2,4,6
/proc/9697/stat : 9697 (java) S 9694 9697 4192 0 -1 1077944320 8363 12887 0 0 16 2 4 3 20 0 15 0 69827372 11078508544 10509 33554432000 4194304 4196468 140736396397264 140736396379808 140235262598903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
/proc/9697/statm: 2704714 10509 2955 1 0 2667149 0
[pid=9697/tid=9750] ppid=9694 vsize=10818856 memory=-2899909650764262549 CPUtime=0.18 cores=0,2,4,6
/proc/9697/task/9750/stat : 9750 (java) R 9694 9697 4192 0 -1 4202560 5033 12887 0 0 10 1 4 3 20 0 15 0 69827380 11078508544 10509 33554432000 4194304 4196468 140736396397264 140235234396560 140235242875728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9751] ppid=9694 vsize=10818856 memory=4211974013055536522 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9751/stat : 9751 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827381 11078508544 10509 33554432000 4194304 4196468 140736396397264 140235266841616 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9752] ppid=9694 vsize=10818856 memory=140286850745984 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9752/stat : 9752 (java) S 9694 9697 4192 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 69827381 11078508544 10509 33554432000 4194304 4196468 140736396397264 140235181661328 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9753] ppid=9694 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9753/stat : 9753 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827381 11078508544 10509 33554432000 4194304 4196468 140736396397264 140235180608272 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9754] ppid=9694 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9754/stat : 9754 (java) S 9694 9697 4192 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 69827381 11078508544 10509 33554432000 4194304 4196468 140736396397264 140235179555728 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9755] ppid=9694 vsize=10818856 memory=140286850745984 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9755/stat : 9755 (java) S 9694 9697 4192 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 69827383 11078508544 10509 33554432000 4194304 4196468 140736396397264 140234789292272 140235262610050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9756] ppid=9694 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9756/stat : 9756 (java) S 9694 9697 4192 0 -1 1077944384 13 12887 0 0 0 0 4 3 20 0 15 0 69827383 11078508544 10509 33554432000 4194304 4196468 140736396397264 140234708739232 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9757] ppid=9694 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9757/stat : 9757 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827383 11078508544 10574 33554432000 4194304 4196468 140736396397264 140234104759024 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9758] ppid=9694 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9758/stat : 9758 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11078508544 10574 33554432000 4194304 4196468 140736396397264 140233797359568 140235262617499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9759] ppid=9694 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9697/task/9759/stat : 9759 (java) S 9694 9697 4192 0 -1 1077944384 534 12887 0 0 1 0 4 3 20 0 15 0 69827386 11078508544 10574 33554432000 4194304 4196468 140736396397264 140234788240112 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9760] ppid=9694 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9760/stat : 9760 (java) S 9694 9697 4192 0 -1 1077944384 53 12887 0 0 0 0 4 3 20 0 15 0 69827386 11078508544 10574 33554432000 4194304 4196468 140736396397264 140234787187568 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9761] ppid=9694 vsize=10818856 memory=140286850745984 CPUtime=0.1 cores=0,2,4,6
/proc/9697/task/9761/stat : 9761 (java) S 9694 9697 4192 0 -1 1077944384 545 12887 0 0 3 0 4 3 20 0 15 0 69827386 11078508544 10574 33554432000 4194304 4196468 140736396397264 140234786134512 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9762] ppid=9694 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9762/stat : 9762 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11078508544 10574 33554432000 4194304 4196468 140736396397264 140233763801952 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9763] ppid=9694 vsize=10818856 memory=140286850745984 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9763/stat : 9763 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827387 11078508544 10574 33554432000 4194304 4196468 140736396397264 140234785081904 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42036 KiB

[startup+0.310303 s]*
/proc/loadavg: 1.69 1.48 1.42 3/218 9763
/proc/meminfo: memFree=19480016/32770624 swapFree=67108860/67108860
[pid=9697] ppid=9694 vsize=10819352 memory=53384 CPUtime=0.38 cores=0,2,4,6
/proc/9697/stat : 9697 (java) S 9694 9697 4192 0 -1 1077944320 10397 12887 0 0 28 3 4 3 20 0 15 0 69827372 11079016448 13346 33554432000 4194304 4196468 140736396397264 140736396379808 140235262598903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
/proc/9697/statm: 2704838 13346 3086 1 0 2667149 0
[pid=9697/tid=9750] ppid=9694 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/9697/task/9750/stat : 9750 (java) R 9694 9697 4192 0 -1 4202560 7051 12887 0 0 19 2 4 3 20 0 15 0 69827380 11079016448 13346 33554432000 4194304 4196468 140736396397264 140235234410688 140235262620829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9751] ppid=9694 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9751/stat : 9751 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827381 11079016448 13346 33554432000 4194304 4196468 140736396397264 140235266841616 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9752] ppid=9694 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9752/stat : 9752 (java) S 9694 9697 4192 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 69827381 11079016448 13346 33554432000 4194304 4196468 140736396397264 140235181661328 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9753] ppid=9694 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9753/stat : 9753 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827381 11079016448 13346 33554432000 4194304 4196468 140736396397264 140235180608272 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9754] ppid=9694 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9754/stat : 9754 (java) S 9694 9697 4192 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 69827381 11079016448 13346 33554432000 4194304 4196468 140736396397264 140235179555728 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9755] ppid=9694 vsize=10819352 memory=140286850745983 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9755/stat : 9755 (java) S 9694 9697 4192 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 69827383 11079016448 13346 33554432000 4194304 4196468 140736396397264 140234789292272 140235262610050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9756] ppid=9694 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9756/stat : 9756 (java) S 9694 9697 4192 0 -1 1077944384 13 12887 0 0 0 0 4 3 20 0 15 0 69827383 11079016448 13346 33554432000 4194304 4196468 140736396397264 140234708739232 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9757] ppid=9694 vsize=10819352 memory=140286850745984 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9757/stat : 9757 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827383 11079016448 13346 33554432000 4194304 4196468 140736396397264 140234104759024 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9758] ppid=9694 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9758/stat : 9758 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11079016448 13346 33554432000 4194304 4196468 140736396397264 140233797359568 140235262617499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9759] ppid=9694 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9697/task/9759/stat : 9759 (java) S 9694 9697 4192 0 -1 1077944384 534 12887 0 0 2 0 4 3 20 0 15 0 69827386 11079016448 13346 33554432000 4194304 4196468 140736396397264 140234788240112 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9760] ppid=9694 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9697/task/9760/stat : 9760 (java) S 9694 9697 4192 0 -1 1077944384 54 12887 0 0 1 0 4 3 20 0 15 0 69827386 11079016448 13346 33554432000 4194304 4196468 140736396397264 140234787187568 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9761] ppid=9694 vsize=10819352 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/9697/task/9761/stat : 9761 (java) R 9694 9697 4192 0 -1 4202560 552 12887 0 0 4 0 4 3 20 0 15 0 69827386 11079016448 13346 33554432000 4194304 4196468 140736396397264 140234786134512 140235242570088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9762] ppid=9694 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9762/stat : 9762 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11079016448 13346 33554432000 4194304 4196468 140736396397264 140233763801952 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9763] ppid=9694 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9763/stat : 9763 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827387 11079016448 13346 33554432000 4194304 4196468 140736396397264 140234785081904 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53384 KiB

[startup+0.700809 s]
/proc/loadavg: 1.69 1.48 1.42 4/218 9763
/proc/meminfo: memFree=19469348/32770624 swapFree=67108860/67108860
[pid=9697] ppid=9694 vsize=10819352 memory=86924 CPUtime=0.99 cores=0,2,4,6
/proc/9697/stat : 9697 (java) S 9694 9697 4192 0 -1 1077944320 16841 12887 0 0 87 5 4 3 20 0 15 0 69827372 11079016448 21731 33554432000 4194304 4196468 140736396397264 140736396379808 140235262598903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
/proc/9697/statm: 2704838 21731 3246 1 0 2667149 0
[pid=9697/tid=9750] ppid=9694 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/9697/task/9750/stat : 9750 (java) R 9694 9697 4192 0 -1 4202560 12500 12887 0 0 55 4 4 3 20 0 15 0 69827380 11079016448 21731 33554432000 4194304 4196468 140736396397264 140235234419728 140235244162432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9751] ppid=9694 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9751/stat : 9751 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827381 11079016448 21731 33554432000 4194304 4196468 140736396397264 140235266841616 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9752] ppid=9694 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9752/stat : 9752 (java) S 9694 9697 4192 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 69827381 11079016448 21731 33554432000 4194304 4196468 140736396397264 140235181661328 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9753] ppid=9694 vsize=10819352 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9753/stat : 9753 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827381 11079016448 21731 33554432000 4194304 4196468 140736396397264 140235180608272 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9754] ppid=9694 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9754/stat : 9754 (java) S 9694 9697 4192 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 69827381 11079016448 21731 33554432000 4194304 4196468 140736396397264 140235179555728 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9755] ppid=9694 vsize=10819352 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9755/stat : 9755 (java) S 9694 9697 4192 0 -1 1077944384 5 12887 0 0 0 0 4 3 20 0 15 0 69827383 11079016448 21731 33554432000 4194304 4196468 140736396397264 140234789292272 140235262610050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9756] ppid=9694 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9756/stat : 9756 (java) S 9694 9697 4192 0 -1 1077944384 13 12887 0 0 0 0 4 3 20 0 15 0 69827383 11079016448 21731 33554432000 4194304 4196468 140736396397264 140234708739232 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9757] ppid=9694 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9757/stat : 9757 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827383 11079016448 21731 33554432000 4194304 4196468 140736396397264 140234104759024 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9758] ppid=9694 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9758/stat : 9758 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11079016448 21731 33554432000 4194304 4196468 140736396397264 140233797359568 140235262617499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9759] ppid=9694 vsize=10819352 memory=30305 CPUtime=0.17 cores=0,2,4,6
/proc/9697/task/9759/stat : 9759 (java) S 9694 9697 4192 0 -1 1077944384 1153 12887 0 0 10 0 4 3 20 0 15 0 69827386 11079016448 21731 33554432000 4194304 4196468 140736396397264 140234788240112 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9760] ppid=9694 vsize=10819352 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/9697/task/9760/stat : 9760 (java) S 9694 9697 4192 0 -1 1077944384 340 12887 0 0 7 0 4 3 20 0 15 0 69827386 11079016448 21731 33554432000 4194304 4196468 140736396397264 140234787187568 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9761] ppid=9694 vsize=10819352 memory=3533419649945857444 CPUtime=0.2 cores=0,2,4,6
/proc/9697/task/9761/stat : 9761 (java) S 9694 9697 4192 0 -1 1077944384 628 12887 0 0 13 0 4 3 20 0 15 0 69827386 11079016448 21731 33554432000 4194304 4196468 140736396397264 140234786134512 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9762] ppid=9694 vsize=10819352 memory=-6305709486427823744 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9762/stat : 9762 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11079016448 21731 33554432000 4194304 4196468 140736396397264 140233763801952 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9763] ppid=9694 vsize=10819352 memory=-7094132109863559211 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9763/stat : 9763 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827387 11079016448 21731 33554432000 4194304 4196468 140736396397264 140234785081904 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86924 KiB

[startup+1.5008 s]
/proc/loadavg: 1.71 1.48 1.42 3/218 9763
/proc/meminfo: memFree=19420400/32770624 swapFree=67108860/67108860
[pid=9697] ppid=9694 vsize=10834252 memory=177232 CPUtime=2.29 cores=0,2,4,6
/proc/9697/stat : 9697 (java) S 9694 9697 4192 0 -1 1077944320 24193 12887 0 0 212 10 4 3 20 0 15 0 69827372 11094274048 44308 33554432000 4194304 4196468 140736396397264 140736396379808 140235262598903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
/proc/9697/statm: 2708563 44308 3471 1 0 2670221 0
[pid=9697/tid=9750] ppid=9694 vsize=10834252 memory=191 CPUtime=1.43 cores=0,2,4,6
/proc/9697/task/9750/stat : 9750 (java) R 9694 9697 4192 0 -1 4202560 18048 12887 0 0 130 6 4 3 20 0 15 0 69827380 11094274048 44308 33554432000 4194304 4196468 140736396397264 140235234430336 140235246679390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9751] ppid=9694 vsize=10834252 memory=119 CPUtime=0.08 cores=0,2,4,6
/proc/9697/task/9751/stat : 9751 (java) S 9694 9697 4192 0 -1 1077944384 24 12887 0 0 1 0 4 3 20 0 15 0 69827381 11094274048 44308 33554432000 4194304 4196468 140736396397264 140235266841616 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9752] ppid=9694 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9752/stat : 9752 (java) S 9694 9697 4192 0 -1 1077944384 23 12887 0 0 0 0 4 3 20 0 15 0 69827381 11094274048 44308 33554432000 4194304 4196468 140736396397264 140235181661328 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9753] ppid=9694 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9697/task/9753/stat : 9753 (java) S 9694 9697 4192 0 -1 1077944384 185 12887 0 0 1 0 4 3 20 0 15 0 69827381 11094274048 44308 33554432000 4194304 4196468 140736396397264 140235180608272 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9754] ppid=9694 vsize=10834252 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/9697/task/9754/stat : 9754 (java) S 9694 9697 4192 0 -1 1077944384 72 12887 0 0 1 0 4 3 20 0 15 0 69827381 11094274048 44308 33554432000 4194304 4196468 140736396397264 140235179555728 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9755] ppid=9694 vsize=10834252 memory=3533419649945857444 CPUtime=0.08 cores=0,2,4,6
/proc/9697/task/9755/stat : 9755 (java) S 9694 9697 4192 0 -1 1077944384 157 12887 0 0 1 0 4 3 20 0 15 0 69827383 11094274048 44308 33554432000 4194304 4196468 140736396397264 140234789292272 140235262610050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9756] ppid=9694 vsize=10834252 memory=280573436276800 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9756/stat : 9756 (java) S 9694 9697 4192 0 -1 1077944384 14 12887 0 0 0 0 4 3 20 0 15 0 69827383 11094274048 44308 33554432000 4194304 4196468 140736396397264 140234708739296 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9757] ppid=9694 vsize=10834252 memory=280573436281248 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9757/stat : 9757 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827383 11094274048 44308 33554432000 4194304 4196468 140736396397264 140234104759040 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9758] ppid=9694 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9758/stat : 9758 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11094274048 44308 33554432000 4194304 4196468 140736396397264 140233797359568 140235262617499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9759] ppid=9694 vsize=10834252 memory=6944656575208382560 CPUtime=0.32 cores=0,2,4,6
/proc/9697/task/9759/stat : 9759 (java) S 9694 9697 4192 0 -1 1077944384 1631 12887 0 0 25 0 4 3 20 0 15 0 69827386 11094274048 44308 33554432000 4194304 4196468 140736396397264 140234788240112 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9760] ppid=9694 vsize=10834252 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/9697/task/9760/stat : 9760 (java) S 9694 9697 4192 0 -1 1077944384 441 12887 0 0 15 0 4 3 20 0 15 0 69827386 11094274048 44308 33554432000 4194304 4196468 140736396397264 140234787187568 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9761] ppid=9694 vsize=10834252 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/9697/task/9761/stat : 9761 (java) S 9694 9697 4192 0 -1 1077944384 1404 12887 0 0 34 0 4 3 20 0 15 0 69827386 11094274048 44308 33554432000 4194304 4196468 140736396397264 140234786134512 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9762] ppid=9694 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9762/stat : 9762 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11094274048 44308 33554432000 4194304 4196468 140736396397264 140233763801952 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9763] ppid=9694 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9763/stat : 9763 (java) S 9694 9697 4192 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 69827387 11094274048 44308 33554432000 4194304 4196468 140736396397264 140234785081904 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834252 KiB

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

/proc/9697/task/9750/stat : 9750 (java) R 9694 9697 4192 0 -1 4202560 97479 12887 0 0 236370 44 4 3 20 0 15 0 69827380 11178180608 206063 33554432000 4194304 4196468 140736396397264 140235234433152 140234876621707 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9751] ppid=9694 vsize=10916192 memory=824252 CPUtime=8.04 cores=0,2,4,6
/proc/9697/task/9751/stat : 9751 (java) S 9694 9697 4192 0 -1 1077944384 18244 12887 0 0 761 36 4 3 20 0 15 0 69827381 11178180608 206063 33554432000 4194304 4196468 140736396397264 140235266841616 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9752] ppid=9694 vsize=10916192 memory=824252 CPUtime=8.06 cores=0,2,4,6
/proc/9697/task/9752/stat : 9752 (java) S 9694 9697 4192 0 -1 1077944384 16767 12887 0 0 763 36 4 3 20 0 15 0 69827381 11178180608 206063 33554432000 4194304 4196468 140736396397264 140235181661328 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9753] ppid=9694 vsize=10916192 memory=824252 CPUtime=8.05 cores=0,2,4,6
/proc/9697/task/9753/stat : 9753 (java) S 9694 9697 4192 0 -1 1077944384 16692 12887 0 0 760 38 4 3 20 0 15 0 69827381 11178180608 206063 33554432000 4194304 4196468 140736396397264 140235180608272 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9754] ppid=9694 vsize=10916192 memory=824252 CPUtime=8.05 cores=0,2,4,6
/proc/9697/task/9754/stat : 9754 (java) S 9694 9697 4192 0 -1 1077944384 14018 12887 0 0 761 37 4 3 20 0 15 0 69827381 11178180608 206063 33554432000 4194304 4196468 140736396397264 140235179555728 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9755] ppid=9694 vsize=10916192 memory=824252 CPUtime=6.34 cores=0,2,4,6
/proc/9697/task/9755/stat : 9755 (java) S 9694 9697 4192 0 -1 1077944384 16059 12887 0 0 591 36 4 3 20 0 15 0 69827383 11178180608 206063 33554432000 4194304 4196468 140736396397264 140234789292272 140235262610050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9756] ppid=9694 vsize=10916192 memory=824252 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9756/stat : 9756 (java) S 9694 9697 4192 0 -1 1077944384 16 12887 0 0 0 0 4 3 20 0 15 0 69827383 11178180608 206063 33554432000 4194304 4196468 140736396397264 140234708739360 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9757] ppid=9694 vsize=10916192 memory=824252 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9757/stat : 9757 (java) S 9694 9697 4192 0 -1 1077944384 5 12887 0 0 0 0 4 3 20 0 15 0 69827383 11178180608 206063 33554432000 4194304 4196468 140736396397264 140234104759040 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9758] ppid=9694 vsize=10916192 memory=824252 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9758/stat : 9758 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11178180608 206063 33554432000 4194304 4196468 140736396397264 140233797359568 140235262617499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9759] ppid=9694 vsize=10916192 memory=4132 CPUtime=5.47 cores=0,2,4,6
/proc/9697/task/9759/stat : 9759 (java) S 9694 9697 4192 0 -1 1077944384 38717 12887 0 0 535 5 4 3 20 0 15 0 69827386 11178180608 206063 33554432000 4194304 4196468 140736396397264 140234788240112 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9760] ppid=9694 vsize=10916192 memory=4132 CPUtime=5.13 cores=0,2,4,6
/proc/9697/task/9760/stat : 9760 (java) S 9694 9697 4192 0 -1 1077944384 35258 12887 0 0 501 5 4 3 20 0 15 0 69827386 11178180608 206063 33554432000 4194304 4196468 140736396397264 140234787187568 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9761] ppid=9694 vsize=10916192 memory=21192 CPUtime=2.32 cores=0,2,4,6
/proc/9697/task/9761/stat : 9761 (java) S 9694 9697 4192 0 -1 1077944384 30982 12887 0 0 219 6 4 3 20 0 15 0 69827386 11178180608 206063 33554432000 4194304 4196468 140736396397264 140234786134512 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9762] ppid=9694 vsize=10916192 memory=824252 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9762/stat : 9762 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11178180608 206063 33554432000 4194304 4196468 140736396397264 140233763801952 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9763] ppid=9694 vsize=10916192 memory=824252 CPUtime=1.49 cores=0,2,4,6
/proc/9697/task/9763/stat : 9763 (java) S 9694 9697 4192 0 -1 1077944384 1650 12887 0 0 68 74 4 3 20 0 15 0 69827387 11178180608 206063 33554432000 4194304 4196468 140736396397264 140234785081904 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
Current children cumulated CPU time: 2416.64 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 824252 KiB

[startup+2442.3 s]
/proc/loadavg: 2.29 1.66 1.50 6/218 10368
/proc/meminfo: memFree=17629792/32770624 swapFree=67108860/67108860
[pid=9697] ppid=9694 vsize=10916192 memory=824296 CPUtime=2477.13 cores=0,2,4,6
/proc/9697/stat : 9697 (java) S 9694 9697 4192 0 -1 1077944320 289287 12887 0 0 247431 275 4 3 20 0 15 0 69827372 11178180608 206074 33554432000 4194304 4196468 140736396397264 140736396379808 140235262598903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
/proc/9697/statm: 2729048 206074 3535 1 0 2690701 0
[pid=9697/tid=9750] ppid=9694 vsize=10916192 memory=1832 CPUtime=2423.8 cores=0,2,4,6
/proc/9697/task/9750/stat : 9750 (java) R 9694 9697 4192 0 -1 4202560 97970 12887 0 0 242328 45 4 3 20 0 15 0 69827380 11178180608 206074 33554432000 4194304 4196468 140736396397264 140235234433296 140234879518064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9751] ppid=9694 vsize=10916192 memory=824296 CPUtime=8.22 cores=0,2,4,6
/proc/9697/task/9751/stat : 9751 (java) S 9694 9697 4192 0 -1 1077944384 18262 12887 0 0 779 36 4 3 20 0 15 0 69827381 11178180608 206074 33554432000 4194304 4196468 140736396397264 140235266841616 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9752] ppid=9694 vsize=10916192 memory=824296 CPUtime=8.24 cores=0,2,4,6
/proc/9697/task/9752/stat : 9752 (java) S 9694 9697 4192 0 -1 1077944384 16796 12887 0 0 781 36 4 3 20 0 15 0 69827381 11178180608 206074 33554432000 4194304 4196468 140736396397264 140235181661328 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9753] ppid=9694 vsize=10916192 memory=824296 CPUtime=8.24 cores=0,2,4,6
/proc/9697/task/9753/stat : 9753 (java) S 9694 9697 4192 0 -1 1077944384 17004 12887 0 0 778 39 4 3 20 0 15 0 69827381 11178180608 206074 33554432000 4194304 4196468 140736396397264 140235180608272 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9754] ppid=9694 vsize=10916192 memory=824296 CPUtime=8.24 cores=0,2,4,6
/proc/9697/task/9754/stat : 9754 (java) S 9694 9697 4192 0 -1 1077944384 14152 12887 0 0 779 38 4 3 20 0 15 0 69827381 11178180608 206074 33554432000 4194304 4196468 140736396397264 140235179555728 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9755] ppid=9694 vsize=10916192 memory=824296 CPUtime=6.49 cores=0,2,4,6
/proc/9697/task/9755/stat : 9755 (java) S 9694 9697 4192 0 -1 1077944384 16258 12887 0 0 605 37 4 3 20 0 15 0 69827383 11178180608 206074 33554432000 4194304 4196468 140736396397264 140234789292272 140235262610050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9756] ppid=9694 vsize=10916192 memory=824296 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9756/stat : 9756 (java) S 9694 9697 4192 0 -1 1077944384 16 12887 0 0 0 0 4 3 20 0 15 0 69827383 11178180608 206074 33554432000 4194304 4196468 140736396397264 140234708739360 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9757] ppid=9694 vsize=10916192 memory=824296 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9757/stat : 9757 (java) S 9694 9697 4192 0 -1 1077944384 5 12887 0 0 0 0 4 3 20 0 15 0 69827383 11178180608 206074 33554432000 4194304 4196468 140736396397264 140234104759040 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9758] ppid=9694 vsize=10916192 memory=824296 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9758/stat : 9758 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11178180608 206074 33554432000 4194304 4196468 140736396397264 140233797359568 140235262617499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9759] ppid=9694 vsize=10916192 memory=824296 CPUtime=5.47 cores=0,2,4,6
/proc/9697/task/9759/stat : 9759 (java) S 9694 9697 4192 0 -1 1077944384 38719 12887 0 0 535 5 4 3 20 0 15 0 69827386 11178180608 206074 33554432000 4194304 4196468 140736396397264 140234788240112 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9760] ppid=9694 vsize=10916192 memory=824296 CPUtime=5.13 cores=0,2,4,6
/proc/9697/task/9760/stat : 9760 (java) S 9694 9697 4192 0 -1 1077944384 35260 12887 0 0 501 5 4 3 20 0 15 0 69827386 11178180608 206074 33554432000 4194304 4196468 140736396397264 140234787187568 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9761] ppid=9694 vsize=10916192 memory=4132 CPUtime=2.32 cores=0,2,4,6
/proc/9697/task/9761/stat : 9761 (java) S 9694 9697 4192 0 -1 1077944384 30984 12887 0 0 219 6 4 3 20 0 15 0 69827386 11178180608 206074 33554432000 4194304 4196468 140736396397264 140234786134512 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 52 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9762] ppid=9694 vsize=10916192 memory=2236 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9762/stat : 9762 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11178180608 206074 33554432000 4194304 4196468 140736396397264 140233763801952 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9763] ppid=9694 vsize=10916192 memory=4128 CPUtime=1.52 cores=0,2,4,6
/proc/9697/task/9763/stat : 9763 (java) S 9694 9697 4192 0 -1 1077944384 1667 12887 0 0 70 75 4 3 20 0 15 0 69827387 11178180608 206074 33554432000 4194304 4196468 140736396397264 140234785081904 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
Current children cumulated CPU time: 2477.13 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 824296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.9 s]
/proc/loadavg: 2.16 1.71 1.52 3/218 10370
/proc/meminfo: memFree=16251220/32770624 swapFree=67108860/67108860
[pid=9697] ppid=9694 vsize=10916192 memory=824328 CPUtime=2520.09 cores=0,2,4,6
/proc/9697/stat : 9697 (java) S 9694 9697 4192 0 -1 1077944320 290391 12887 0 0 251725 277 4 3 20 0 15 0 69827372 11178180608 206082 33554432000 4194304 4196468 140736396397264 140736396379808 140235262598903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
/proc/9697/statm: 2729048 206082 3535 1 0 2690701 0
[pid=9697/tid=9750] ppid=9694 vsize=10916192 memory=824328 CPUtime=2466.11 cores=0,2,4,6
/proc/9697/task/9750/stat : 9750 (java) R 9694 9697 4192 0 -1 4202560 98360 12887 0 0 246559 45 4 3 20 0 15 0 69827380 11178180608 206082 33554432000 4194304 4196468 140736396397264 140235234433632 140234879161372 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9751] ppid=9694 vsize=10916192 memory=824328 CPUtime=8.35 cores=0,2,4,6
/proc/9697/task/9751/stat : 9751 (java) S 9694 9697 4192 0 -1 1077944384 18273 12887 0 0 792 36 4 3 20 0 15 0 69827381 11178180608 206082 33554432000 4194304 4196468 140736396397264 140235266841616 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9752] ppid=9694 vsize=10916192 memory=824328 CPUtime=8.37 cores=0,2,4,6
/proc/9697/task/9752/stat : 9752 (java) S 9694 9697 4192 0 -1 1077944384 17113 12887 0 0 793 37 4 3 20 0 15 0 69827381 11178180608 206082 33554432000 4194304 4196468 140736396397264 140235181661328 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9753] ppid=9694 vsize=10916192 memory=824328 CPUtime=8.37 cores=0,2,4,6
/proc/9697/task/9753/stat : 9753 (java) S 9694 9697 4192 0 -1 1077944384 17138 12887 0 0 791 39 4 3 20 0 15 0 69827381 11178180608 206082 33554432000 4194304 4196468 140736396397264 140235180608272 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9754] ppid=9694 vsize=10916192 memory=824328 CPUtime=8.37 cores=0,2,4,6
/proc/9697/task/9754/stat : 9754 (java) S 9694 9697 4192 0 -1 1077944384 14187 12887 0 0 792 38 4 3 20 0 15 0 69827381 11178180608 206082 33554432000 4194304 4196468 140736396397264 140235179555728 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9755] ppid=9694 vsize=10916192 memory=12032 CPUtime=6.59 cores=0,2,4,6
/proc/9697/task/9755/stat : 9755 (java) S 9694 9697 4192 0 -1 1077944384 16451 12887 0 0 615 37 4 3 20 0 15 0 69827383 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234789292272 140235262610050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9756] ppid=9694 vsize=10916192 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9756/stat : 9756 (java) S 9694 9697 4192 0 -1 1077944384 16 12887 0 0 0 0 4 3 20 0 15 0 69827383 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234708739360 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9757] ppid=9694 vsize=10916192 memory=824328 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9757/stat : 9757 (java) S 9694 9697 4192 0 -1 1077944384 5 12887 0 0 0 0 4 3 20 0 15 0 69827383 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234104759040 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9758] ppid=9694 vsize=10916192 memory=824328 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9758/stat : 9758 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11178180608 206082 33554432000 4194304 4196468 140736396397264 140233797359568 140235262617499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9759] ppid=9694 vsize=10916192 memory=4100 CPUtime=5.47 cores=0,2,4,6
/proc/9697/task/9759/stat : 9759 (java) S 9694 9697 4192 0 -1 1077944384 38721 12887 0 0 535 5 4 3 20 0 15 0 69827386 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234788240112 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9760] ppid=9694 vsize=10916192 memory=824328 CPUtime=5.13 cores=0,2,4,6
/proc/9697/task/9760/stat : 9760 (java) S 9694 9697 4192 0 -1 1077944384 35262 12887 0 0 501 5 4 3 20 0 15 0 69827386 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234787187568 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9761] ppid=9694 vsize=10916192 memory=824296 CPUtime=2.32 cores=0,2,4,6
/proc/9697/task/9761/stat : 9761 (java) S 9694 9697 4192 0 -1 1077944384 30986 12887 0 0 219 6 4 3 20 0 15 0 69827386 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234786134512 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 52 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9762] ppid=9694 vsize=10916192 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9762/stat : 9762 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11178180608 206082 33554432000 4194304 4196468 140736396397264 140233763801952 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9763] ppid=9694 vsize=10916192 memory=12032 CPUtime=1.55 cores=0,2,4,6
/proc/9697/task/9763/stat : 9763 (java) S 9694 9697 4192 0 -1 1077944384 1685 12887 0 0 71 77 4 3 20 0 15 0 69827387 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234785081904 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 824328 KiB

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

[startup+2484.93 s]
# the end of solver process 9697 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.33 s, system=2.82169 s

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

[startup+2484.9 s]
/proc/loadavg: 2.16 1.71 1.52 3/218 10370
/proc/meminfo: memFree=16251220/32770624 swapFree=67108860/67108860
[pid=9697] ppid=9694 vsize=10916192 memory=824328 CPUtime=2520.09 cores=0,2,4,6
/proc/9697/stat : 9697 (java) S 9694 9697 4192 0 -1 1077944320 290391 12887 0 0 251725 277 4 3 20 0 15 0 69827372 11178180608 206082 33554432000 4194304 4196468 140736396397264 140736396379808 140235262598903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
/proc/9697/statm: 2729048 206082 3535 1 0 2690701 0
[pid=9697/tid=9750] ppid=9694 vsize=10916192 memory=824328 CPUtime=2466.11 cores=0,2,4,6
/proc/9697/task/9750/stat : 9750 (java) R 9694 9697 4192 0 -1 4202560 98360 12887 0 0 246559 45 4 3 20 0 15 0 69827380 11178180608 206082 33554432000 4194304 4196468 140736396397264 140235234433632 140234879161372 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9751] ppid=9694 vsize=10916192 memory=824328 CPUtime=8.35 cores=0,2,4,6
/proc/9697/task/9751/stat : 9751 (java) S 9694 9697 4192 0 -1 1077944384 18273 12887 0 0 792 36 4 3 20 0 15 0 69827381 11178180608 206082 33554432000 4194304 4196468 140736396397264 140235266841616 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9752] ppid=9694 vsize=10916192 memory=824328 CPUtime=8.37 cores=0,2,4,6
/proc/9697/task/9752/stat : 9752 (java) S 9694 9697 4192 0 -1 1077944384 17113 12887 0 0 793 37 4 3 20 0 15 0 69827381 11178180608 206082 33554432000 4194304 4196468 140736396397264 140235181661328 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9753] ppid=9694 vsize=10916192 memory=824328 CPUtime=8.37 cores=0,2,4,6
/proc/9697/task/9753/stat : 9753 (java) S 9694 9697 4192 0 -1 1077944384 17138 12887 0 0 791 39 4 3 20 0 15 0 69827381 11178180608 206082 33554432000 4194304 4196468 140736396397264 140235180608272 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9754] ppid=9694 vsize=10916192 memory=824328 CPUtime=8.37 cores=0,2,4,6
/proc/9697/task/9754/stat : 9754 (java) S 9694 9697 4192 0 -1 1077944384 14187 12887 0 0 792 38 4 3 20 0 15 0 69827381 11178180608 206082 33554432000 4194304 4196468 140736396397264 140235179555728 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9755] ppid=9694 vsize=10916192 memory=12032 CPUtime=6.59 cores=0,2,4,6
/proc/9697/task/9755/stat : 9755 (java) S 9694 9697 4192 0 -1 1077944384 16451 12887 0 0 615 37 4 3 20 0 15 0 69827383 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234789292272 140235262610050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9756] ppid=9694 vsize=10916192 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9756/stat : 9756 (java) S 9694 9697 4192 0 -1 1077944384 16 12887 0 0 0 0 4 3 20 0 15 0 69827383 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234708739360 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9757] ppid=9694 vsize=10916192 memory=824328 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9757/stat : 9757 (java) S 9694 9697 4192 0 -1 1077944384 5 12887 0 0 0 0 4 3 20 0 15 0 69827383 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234104759040 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9758] ppid=9694 vsize=10916192 memory=824328 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9758/stat : 9758 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11178180608 206082 33554432000 4194304 4196468 140736396397264 140233797359568 140235262617499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9759] ppid=9694 vsize=10916192 memory=4100 CPUtime=5.47 cores=0,2,4,6
/proc/9697/task/9759/stat : 9759 (java) S 9694 9697 4192 0 -1 1077944384 38721 12887 0 0 535 5 4 3 20 0 15 0 69827386 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234788240112 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9760] ppid=9694 vsize=10916192 memory=824328 CPUtime=5.13 cores=0,2,4,6
/proc/9697/task/9760/stat : 9760 (java) S 9694 9697 4192 0 -1 1077944384 35262 12887 0 0 501 5 4 3 20 0 15 0 69827386 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234787187568 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9761] ppid=9694 vsize=10916192 memory=824296 CPUtime=2.32 cores=0,2,4,6
/proc/9697/task/9761/stat : 9761 (java) S 9694 9697 4192 0 -1 1077944384 30986 12887 0 0 219 6 4 3 20 0 15 0 69827386 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234786134512 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 52 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9762] ppid=9694 vsize=10916192 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/9697/task/9762/stat : 9762 (java) S 9694 9697 4192 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 69827386 11178180608 206082 33554432000 4194304 4196468 140736396397264 140233763801952 140235262609109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
[pid=9697/tid=9763] ppid=9694 vsize=10916192 memory=12032 CPUtime=1.55 cores=0,2,4,6
/proc/9697/task/9763/stat : 9763 (java) S 9694 9697 4192 0 -1 1077944384 1685 12887 0 0 71 77 4 3 20 0 15 0 69827387 11178180608 206082 33554432000 4194304 4196468 140736396397264 140234785081904 140235262610050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 30666752 140736396404907 140736396408156 140736396408156 140736396410831 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 824328 KiB

Child status: 143
Real time (s): 2484.93
CPU time (s): 2520.15
CPU user time (s): 2517.33
CPU system time (s): 2.82169
CPU usage (%): 101.417
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1002408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.33
system time used= 2.82169
maximum resident set size= 1006012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304595
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 194196
involuntary context switches= 9187


# summary of solver processes directly reported to runsolver:
#   pid: 9697
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2517.33
#   total CPU system time (s): 2.82169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0209 second user time and 22.0476 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 14:44:02
IDJOB=4295151
IDBENCH=141477
IDSOLVER=2751
FILE ID=node132/4295151-1532522642
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-03_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-4295151-1532522642/watcher-4295151-1532522642 -o /tmp/evaluation-result-4295151-1532522642/solver-4295151-1532522642 -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=1768381084 -superng HOME/instance-4295151-1532522642.xml

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

MD5SUM BENCH= 23ddd46bc08a13908205cdb197974328
RANDOM SEED=1768381084

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:        19519460 kB
MemAvailable:   30863544 kB
Buffers:          201516 kB
Cached:         11309044 kB
SwapCached:            0 kB
Active:          4203092 kB
Inactive:        8426548 kB
Active(anon):    1069412 kB
Inactive(anon):    77616 kB
Active(file):    3133680 kB
Inactive(file):  8348932 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26344 kB
Writeback:             0 kB
AnonPages:       1240956 kB
Mapped:            53064 kB
Shmem:             25248 kB
Slab:             317728 kB
SReclaimable:     289932 kB
SUnreclaim:        27796 kB
KernelStack:        3856 kB
PageTables:         7748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2123568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1021952 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 15:25:27