Trace number 4302363

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)129 252.072 238.951

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 benchmark251.994
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.75	c Concrete v3.9.2.1532736233296 running
9.89/4.57	o 662
10.22/4.66	o 653
12.63/5.49	o 651
12.81/5.52	o 164
12.81/5.59	o 161
13.76/6.07	o 155
14.03/6.17	o 153
15.39/7.01	o 151
15.39/7.03	o 140
16.45/7.99	o 138
22.23/12.67	o 133
70.84/60.25	o 132
75.16/64.59	o 131
126.87/115.64	o 130
126.87/115.68	o 129
252.02/238.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.02/238.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.02/238.90		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.02/238.90		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.02/238.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.02/238.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.02/238.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.02/238.90		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.02/238.90		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.02/238.90		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.02/238.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/238.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/238.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/238.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/238.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/238.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/238.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/238.90		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.02/238.90		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.02/238.90		at scala.Option.map(Option.scala:146)
252.02/238.90		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.02/238.90		at concrete.MAC.mac(MAC.scala:203)
252.02/238.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/238.90		at scala.util.Try$.apply(Try.scala:209)
252.02/238.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/238.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/238.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/238.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/238.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/238.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/238.90		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/238.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/238.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/238.90		at concrete.MAC.oneRun(MAC.scala:253)
252.02/238.90		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/238.90		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/238.90		at concrete.Solver.hasNext(Solver.scala:166)
252.02/238.90		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/238.90		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/238.90		at concrete.Solver.foreach(Solver.scala:68)
252.02/238.90		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/238.90		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/238.90		at scala.util.Success.map(Try.scala:209)
252.02/238.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/238.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/238.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/238.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/238.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/238.90		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/238.90		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/238.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/238.90		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/238.90		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/238.90		at scala.App.main(App.scala:76)
252.02/238.91		at scala.App.main$(App.scala:74)
252.02/238.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/238.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/238.91	v <instantiation cost="129">
252.02/238.91	v       <list>
252.02/238.91	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]
252.02/238.91	v       </list>
252.02/238.91	v       <values>
252.02/238.91	v         0 0 0 10 3 10 3 19 6 7 6 31 45 32 8 19 17 32 17 38 30 8 36 50 21 33 7 7 17 7 40 40 24 80 58 50 65 66 75 48 36 28 82 40 59 30 31 66 35 118 32 51 51 23 89 70 67 17 31 13 40 52 93 67 58 7 69 60 14 32 53 62 49 94 68 36 69 73 91 103 83 75 103 73 57 104 79 83 109 54 66 83 17 46 64 74 90 48 75 36 91 28 93 60 118 68 74 80 93 69 79 106 86 126 102 108 119 108 127 118 124 129
252.02/238.91	v       </values>
252.02/238.91	v     </instantiation>
252.02/238.91	s SATISFIABLE

Verifier Data

OK	129

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302363-1532897553/watcher-4302363-1532897553 -o /tmp/evaluation-result-4302363-1532897553/solver-4302363-1532897553 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1664053768 HOME/instance-4302363-1532897553.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21362, runsolver pid=21359

[startup+0.100092 s]*
/proc/loadavg: 1.99 1.63 1.64 3/207 21419
/proc/meminfo: memFree=23111448/32770624 swapFree=67108860/67108860
[pid=21362] ppid=21359 vsize=10005480 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/21362/stat : 21362 (java) S 21359 21362 6396 0 -1 1077944320 4358 12993 0 0 1 0 5 3 20 0 6 0 107318493 10245611520 4204 33554432000 4194304 4196468 140728226475888 140728226458432 140696401477367 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
/proc/21362/statm: 2501370 4204 1935 1 0 2489808 0
[pid=21362/tid=21415] ppid=21359 vsize=10005480 memory=4279135704013571469 CPUtime=0.09 cores=0,2,4,6
/proc/21362/task/21415/stat : 21415 (java) R 21359 21362 6396 0 -1 4202560 2174 12993 0 0 1 0 5 3 20 0 6 0 107318502 10245611520 4204 33554432000 4194304 4196468 140728226475888 140696373314128 140696385557854 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21416] ppid=21359 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21416/stat : 21416 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 6 0 107318503 10245611520 4204 33554432000 4194304 4196468 140728226475888 140696405719952 140696401487573 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21417] ppid=21359 vsize=10005480 memory=140592940463744 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21417/stat : 21417 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 6 0 107318503 10245611520 4204 33554432000 4194304 4196468 140728226475888 140696286984976 140696401487573 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21418] ppid=21359 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21418/stat : 21418 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 6 0 107318503 10245611520 4204 33554432000 4194304 4196468 140728226475888 140696285932688 140696401487573 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21419] ppid=21359 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21419/stat : 21419 (java) S 21359 21362 6396 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 6 0 107318503 10245611520 4204 33554432000 4194304 4196468 140728226475888 140696284879888 140696401487573 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210076 s]*
/proc/loadavg: 1.99 1.63 1.64 3/216 21428
/proc/meminfo: memFree=23088468/32770624 swapFree=67108860/67108860
[pid=21362] ppid=21359 vsize=10982696 memory=44180 CPUtime=0.26 cores=0,2,4,6
/proc/21362/stat : 21362 (java) S 21359 21362 6396 0 -1 1077944320 8361 12993 0 0 16 2 5 3 20 0 15 0 107318493 11246280704 11045 33554432000 4194304 4196468 140728226475888 140728226458432 140696401477367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
/proc/21362/statm: 2745674 11045 2960 1 0 2708109 0
[pid=21362/tid=21415] ppid=21359 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/21362/task/21415/stat : 21415 (java) R 21359 21362 6396 0 -1 4202560 4907 12993 0 0 10 1 5 3 20 0 15 0 107318502 11246280704 11045 33554432000 4194304 4196468 140728226475888 140696373275024 140696384664176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21416] ppid=21359 vsize=10982696 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21416/stat : 21416 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318503 11246280704 11045 33554432000 4194304 4196468 140728226475888 140696405719952 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21417] ppid=21359 vsize=10982696 memory=140592941107285 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21417/stat : 21417 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318503 11246280704 11045 33554432000 4194304 4196468 140728226475888 140696286984976 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21418] ppid=21359 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21418/stat : 21418 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318503 11246280704 11045 33554432000 4194304 4196468 140728226475888 140696285932688 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21419] ppid=21359 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21419/stat : 21419 (java) S 21359 21362 6396 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 107318503 11246280704 11045 33554432000 4194304 4196468 140728226475888 140696284879888 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21420] ppid=21359 vsize=10982696 memory=140592940463744 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21420/stat : 21420 (java) S 21359 21362 6396 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 107318505 11246280704 11045 33554432000 4194304 4196468 140728226475888 140695894567024 140696401488514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21421] ppid=21359 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21421/stat : 21421 (java) S 21359 21362 6396 0 -1 1077944384 13 12993 0 0 0 0 5 3 20 0 15 0 107318505 11246280704 11045 33554432000 4194304 4196468 140728226475888 140695290503968 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21422] ppid=21359 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21422/stat : 21422 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318505 11246280704 11045 33554432000 4194304 4196468 140728226475888 140695142655088 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21423] ppid=21359 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21423/stat : 21423 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11246280704 11045 33554432000 4194304 4196468 140728226475888 140694835255376 140696401495963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21424] ppid=21359 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21362/task/21424/stat : 21424 (java) S 21359 21362 6396 0 -1 1077944384 478 12993 0 0 1 0 5 3 20 0 15 0 107318508 11246280704 11045 33554432000 4194304 4196468 140728226475888 140695893514864 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21425] ppid=21359 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21425/stat : 21425 (java) S 21359 21362 6396 0 -1 1077944384 134 12993 0 0 0 0 5 3 20 0 15 0 107318508 11246280704 11045 33554432000 4194304 4196468 140728226475888 140695892462064 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21426] ppid=21359 vsize=10982696 memory=140592940463744 CPUtime=0.11 cores=0,2,4,6
/proc/21362/task/21426/stat : 21426 (java) S 21359 21362 6396 0 -1 1077944384 625 12993 0 0 3 0 5 3 20 0 15 0 107318508 11246280704 11045 33554432000 4194304 4196468 140728226475888 140695891409776 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21427] ppid=21359 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21427/stat : 21427 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11246280704 11045 33554432000 4194304 4196468 140728226475888 140694404459488 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21428] ppid=21359 vsize=10982696 memory=140592940463744 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21428/stat : 21428 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318509 11246280704 11045 33554432000 4194304 4196468 140728226475888 140695890356656 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44180 KiB

[startup+0.310565 s]*
/proc/loadavg: 1.99 1.63 1.64 3/216 21428
/proc/meminfo: memFree=23077676/32770624 swapFree=67108860/67108860
[pid=21362] ppid=21359 vsize=10983192 memory=55508 CPUtime=0.38 cores=0,2,4,6
/proc/21362/stat : 21362 (java) S 21359 21362 6396 0 -1 1077944320 10361 12993 0 0 27 3 5 3 20 0 15 0 107318493 11246788608 13877 33554432000 4194304 4196468 140728226475888 140728226458432 140696401477367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
/proc/21362/statm: 2745798 13877 3092 1 0 2708109 0
[pid=21362/tid=21415] ppid=21359 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21362/task/21415/stat : 21415 (java) R 21359 21362 6396 0 -1 4202560 6903 12993 0 0 19 2 5 3 20 0 15 0 107318502 11246788608 13877 33554432000 4194304 4196468 140728226475888 140696373289376 140696383040936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21416] ppid=21359 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21416/stat : 21416 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318503 11246788608 13877 33554432000 4194304 4196468 140728226475888 140696405719952 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21417] ppid=21359 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21417/stat : 21417 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318503 11246788608 13877 33554432000 4194304 4196468 140728226475888 140696286984976 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21418] ppid=21359 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21418/stat : 21418 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318503 11246788608 13877 33554432000 4194304 4196468 140728226475888 140696285932688 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21419] ppid=21359 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21419/stat : 21419 (java) S 21359 21362 6396 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 107318503 11246788608 13877 33554432000 4194304 4196468 140728226475888 140696284879888 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21420] ppid=21359 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21420/stat : 21420 (java) S 21359 21362 6396 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 107318505 11246788608 13877 33554432000 4194304 4196468 140728226475888 140695894567024 140696401488514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21421] ppid=21359 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21421/stat : 21421 (java) S 21359 21362 6396 0 -1 1077944384 13 12993 0 0 0 0 5 3 20 0 15 0 107318505 11246788608 13877 33554432000 4194304 4196468 140728226475888 140695290503968 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21422] ppid=21359 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21422/stat : 21422 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318505 11246788608 13877 33554432000 4194304 4196468 140728226475888 140695142655088 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21423] ppid=21359 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21423/stat : 21423 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11246788608 13877 33554432000 4194304 4196468 140728226475888 140694835255376 140696401495963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21424] ppid=21359 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21362/task/21424/stat : 21424 (java) S 21359 21362 6396 0 -1 1077944384 479 12993 0 0 1 0 5 3 20 0 15 0 107318508 11246788608 13877 33554432000 4194304 4196468 140728226475888 140695893514864 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21425] ppid=21359 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21425/stat : 21425 (java) S 21359 21362 6396 0 -1 1077944384 134 12993 0 0 0 0 5 3 20 0 15 0 107318508 11246788608 13877 33554432000 4194304 4196468 140728226475888 140695892462064 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21426] ppid=21359 vsize=10983192 memory=140592940463744 CPUtime=0.13 cores=0,2,4,6
/proc/21362/task/21426/stat : 21426 (java) S 21359 21362 6396 0 -1 1077944384 630 12993 0 0 5 0 5 3 20 0 15 0 107318508 11246788608 13877 33554432000 4194304 4196468 140728226475888 140695891409776 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21427] ppid=21359 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21427/stat : 21427 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11246788608 13877 33554432000 4194304 4196468 140728226475888 140694404459488 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21428] ppid=21359 vsize=10983192 memory=140592940463744 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21428/stat : 21428 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318509 11246788608 13877 33554432000 4194304 4196468 140728226475888 140695890356656 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55508 KiB

[startup+0.700829 s]
/proc/loadavg: 1.99 1.63 1.64 3/216 21428
/proc/meminfo: memFree=23065784/32770624 swapFree=67108860/67108860
[pid=21362] ppid=21359 vsize=10983192 memory=88568 CPUtime=0.99 cores=0,2,4,6
/proc/21362/stat : 21362 (java) S 21359 21362 6396 0 -1 1077944320 16841 12993 0 0 86 5 5 3 20 0 15 0 107318493 11246788608 22142 33554432000 4194304 4196468 140728226475888 140728226458432 140696401477367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
/proc/21362/statm: 2745798 22142 3246 1 0 2708109 0
[pid=21362/tid=21415] ppid=21359 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/21362/task/21415/stat : 21415 (java) R 21359 21362 6396 0 -1 4202560 12397 12993 0 0 55 3 5 3 20 0 15 0 107318502 11246788608 22142 33554432000 4194304 4196468 140728226475888 140696373308232 140696385557854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21416] ppid=21359 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21416/stat : 21416 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318503 11246788608 22142 33554432000 4194304 4196468 140728226475888 140696405719952 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21417] ppid=21359 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21417/stat : 21417 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318503 11246788608 22142 33554432000 4194304 4196468 140728226475888 140696286984976 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21418] ppid=21359 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21418/stat : 21418 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318503 11246788608 22142 33554432000 4194304 4196468 140728226475888 140696285932688 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21419] ppid=21359 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21419/stat : 21419 (java) S 21359 21362 6396 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 107318503 11246788608 22142 33554432000 4194304 4196468 140728226475888 140696284879888 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21420] ppid=21359 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21420/stat : 21420 (java) S 21359 21362 6396 0 -1 1077944384 5 12993 0 0 0 0 5 3 20 0 15 0 107318505 11246788608 22142 33554432000 4194304 4196468 140728226475888 140695894567024 140696401488514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21421] ppid=21359 vsize=10983192 memory=140592801788624 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21421/stat : 21421 (java) S 21359 21362 6396 0 -1 1077944384 13 12993 0 0 0 0 5 3 20 0 15 0 107318505 11246788608 22142 33554432000 4194304 4196468 140728226475888 140695290503968 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21422] ppid=21359 vsize=10983192 memory=140595754435171 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21422/stat : 21422 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318505 11246788608 22142 33554432000 4194304 4196468 140728226475888 140695142655088 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21423] ppid=21359 vsize=10983192 memory=8600 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21423/stat : 21423 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11246788608 22142 33554432000 4194304 4196468 140728226475888 140694835255376 140696401495963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21424] ppid=21359 vsize=10983192 memory=7234564758908855872 CPUtime=0.18 cores=0,2,4,6
/proc/21362/task/21424/stat : 21424 (java) S 21359 21362 6396 0 -1 1077944384 1102 12993 0 0 10 0 5 3 20 0 15 0 107318508 11246788608 22142 33554432000 4194304 4196468 140728226475888 140695893514864 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21425] ppid=21359 vsize=10983192 memory=7597685182856913236 CPUtime=0.15 cores=0,2,4,6
/proc/21362/task/21425/stat : 21425 (java) S 21359 21362 6396 0 -1 1077944384 399 12993 0 0 7 0 5 3 20 0 15 0 107318508 11246788608 22142 33554432000 4194304 4196468 140728226475888 140695892462064 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21426] ppid=21359 vsize=10983192 memory=5787220445994897765 CPUtime=0.21 cores=0,2,4,6
/proc/21362/task/21426/stat : 21426 (java) S 21359 21362 6396 0 -1 1077944384 724 12993 0 0 13 0 5 3 20 0 15 0 107318508 11246788608 22142 33554432000 4194304 4196468 140728226475888 140695891409776 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21427] ppid=21359 vsize=10983192 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21427/stat : 21427 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11246788608 22142 33554432000 4194304 4196468 140728226475888 140694404459488 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21428] ppid=21359 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21428/stat : 21428 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318509 11246788608 22142 33554432000 4194304 4196468 140728226475888 140695890356656 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88568 KiB

[startup+1.50072 s]
/proc/loadavg: 1.99 1.63 1.64 3/216 21428
/proc/meminfo: memFree=22979360/32770624 swapFree=67108860/67108860
[pid=21362] ppid=21359 vsize=10998092 memory=179056 CPUtime=2.31 cores=0,2,4,6
/proc/21362/stat : 21362 (java) S 21359 21362 6396 0 -1 1077944320 24229 12993 0 0 212 11 5 3 20 0 15 0 107318493 11262046208 44764 33554432000 4194304 4196468 140728226475888 140728226458432 140696401477367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
/proc/21362/statm: 2749523 44764 3468 1 0 2711181 0
[pid=21362/tid=21415] ppid=21359 vsize=10998092 memory=12813 CPUtime=1.43 cores=0,2,4,6
/proc/21362/task/21415/stat : 21415 (java) R 21359 21362 6396 0 -1 4202560 17941 12993 0 0 129 6 5 3 20 0 15 0 107318502 11262046208 44764 33554432000 4194304 4196468 140728226475888 140696373307440 140696383062242 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21416] ppid=21359 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/21362/task/21416/stat : 21416 (java) S 21359 21362 6396 0 -1 1077944384 24 12993 0 0 1 0 5 3 20 0 15 0 107318503 11262046208 44764 33554432000 4194304 4196468 140728226475888 140696405719952 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21417] ppid=21359 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21362/task/21417/stat : 21417 (java) S 21359 21362 6396 0 -1 1077944384 215 12993 0 0 1 0 5 3 20 0 15 0 107318503 11262046208 44764 33554432000 4194304 4196468 140728226475888 140696286984976 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21418] ppid=21359 vsize=10998092 memory=26 CPUtime=0.09 cores=0,2,4,6
/proc/21362/task/21418/stat : 21418 (java) S 21359 21362 6396 0 -1 1077944384 21 12993 0 0 1 0 5 3 20 0 15 0 107318503 11262046208 44764 33554432000 4194304 4196468 140728226475888 140696285932688 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21419] ppid=21359 vsize=10998092 memory=88568 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21419/stat : 21419 (java) S 21359 21362 6396 0 -1 1077944384 58 12993 0 0 0 0 5 3 20 0 15 0 107318503 11262046208 44764 33554432000 4194304 4196468 140728226475888 140696284879888 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21420] ppid=21359 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21362/task/21420/stat : 21420 (java) S 21359 21362 6396 0 -1 1077944384 239 12993 0 0 1 0 5 3 20 0 15 0 107318505 11262046208 44764 33554432000 4194304 4196468 140728226475888 140695894567024 140696401488514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21421] ppid=21359 vsize=10998092 memory=281185603518960 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21421/stat : 21421 (java) S 21359 21362 6396 0 -1 1077944384 14 12993 0 0 0 0 5 3 20 0 15 0 107318505 11262046208 44764 33554432000 4194304 4196468 140728226475888 140695290504032 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21422] ppid=21359 vsize=10998092 memory=281185603569760 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21422/stat : 21422 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318505 11262046208 44764 33554432000 4194304 4196468 140728226475888 140695142655104 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21423] ppid=21359 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21423/stat : 21423 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11262046208 44764 33554432000 4194304 4196468 140728226475888 140694835255376 140696401495963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21424] ppid=21359 vsize=10998092 memory=4638778398332698720 CPUtime=0.29 cores=0,2,4,6
/proc/21362/task/21424/stat : 21424 (java) S 21359 21362 6396 0 -1 1077944384 1557 12993 0 0 20 1 5 3 20 0 15 0 107318508 11262046208 44764 33554432000 4194304 4196468 140728226475888 140695893514864 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21425] ppid=21359 vsize=10998092 memory=281185603853184 CPUtime=0.29 cores=0,2,4,6
/proc/21362/task/21425/stat : 21425 (java) S 21359 21362 6396 0 -1 1077944384 586 12993 0 0 21 0 5 3 20 0 15 0 107318508 11262046208 44764 33554432000 4194304 4196468 140728226475888 140695892462064 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21426] ppid=21359 vsize=10998092 memory=-7531822216213012384 CPUtime=0.42 cores=0,2,4,6
/proc/21362/task/21426/stat : 21426 (java) S 21359 21362 6396 0 -1 1077944384 1377 12993 0 0 34 0 5 3 20 0 15 0 107318508 11262046208 44764 33554432000 4194304 4196468 140728226475888 140695891409776 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21427] ppid=21359 vsize=10998092 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21427/stat : 21427 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11262046208 44764 33554432000 4194304 4196468 140728226475888 140694404459488 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21428] ppid=21359 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21428/stat : 21428 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318509 11262046208 44764 33554432000 4194304 4196468 140728226475888 140695890356656 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10998092 KiB

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

/proc/21362/task/21415/stat : 21415 (java) R 21359 21362 6396 0 -1 4202560 51014 12993 0 0 16079 23 5 3 20 0 15 0 107318502 11343855616 265233 33554432000 4194304 4196468 140728226475888 140696373311808 140695982315668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21416] ppid=21359 vsize=11077984 memory=1060892 CPUtime=0.59 cores=0,2,4,6
/proc/21362/task/21416/stat : 21416 (java) S 21359 21362 6396 0 -1 1077944384 3231 12993 0 0 46 5 5 3 20 0 15 0 107318503 11343855616 265233 33554432000 4194304 4196468 140728226475888 140696405719952 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21417] ppid=21359 vsize=11077984 memory=1060932 CPUtime=0.6 cores=0,2,4,6
/proc/21362/task/21417/stat : 21417 (java) S 21359 21362 6396 0 -1 1077944384 1059 12993 0 0 47 5 5 3 20 0 15 0 107318503 11343855616 265233 33554432000 4194304 4196468 140728226475888 140696286984976 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21418] ppid=21359 vsize=11077984 memory=1060932 CPUtime=0.6 cores=0,2,4,6
/proc/21362/task/21418/stat : 21418 (java) S 21359 21362 6396 0 -1 1077944384 2729 12993 0 0 47 5 5 3 20 0 15 0 107318503 11343855616 265233 33554432000 4194304 4196468 140728226475888 140696285932688 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21419] ppid=21359 vsize=11077984 memory=1060932 CPUtime=0.59 cores=0,2,4,6
/proc/21362/task/21419/stat : 21419 (java) S 21359 21362 6396 0 -1 1077944384 3573 12993 0 0 46 5 5 3 20 0 15 0 107318503 11343855616 265233 33554432000 4194304 4196468 140728226475888 140696284879888 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21420] ppid=21359 vsize=11077984 memory=1060932 CPUtime=0.55 cores=0,2,4,6
/proc/21362/task/21420/stat : 21420 (java) S 21359 21362 6396 0 -1 1077944384 5048 12993 0 0 44 3 5 3 20 0 15 0 107318505 11343855616 265233 33554432000 4194304 4196468 140728226475888 140695894567024 140696401488514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21421] ppid=21359 vsize=11077984 memory=281185603891072 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21421/stat : 21421 (java) S 21359 21362 6396 0 -1 1077944384 14 12993 0 0 0 0 5 3 20 0 15 0 107318505 11343855616 265233 33554432000 4194304 4196468 140728226475888 140695290504096 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21422] ppid=21359 vsize=11077984 memory=1060932 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21422/stat : 21422 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318505 11343855616 265233 33554432000 4194304 4196468 140728226475888 140695142655104 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21423] ppid=21359 vsize=11077984 memory=1060932 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21423/stat : 21423 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11343855616 265233 33554432000 4194304 4196468 140728226475888 140694835255376 140696401495963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21424] ppid=21359 vsize=11077984 memory=1060912 CPUtime=4.63 cores=0,2,4,6
/proc/21362/task/21424/stat : 21424 (java) S 21359 21362 6396 0 -1 1077944384 21974 12993 0 0 451 4 5 3 20 0 15 0 107318508 11343855616 265233 33554432000 4194304 4196468 140728226475888 140695893514864 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21425] ppid=21359 vsize=11077984 memory=1060912 CPUtime=4.03 cores=0,2,4,6
/proc/21362/task/21425/stat : 21425 (java) S 21359 21362 6396 0 -1 1077944384 17902 12993 0 0 392 3 5 3 20 0 15 0 107318508 11343855616 265233 33554432000 4194304 4196468 140728226475888 140695892462064 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21426] ppid=21359 vsize=11077984 memory=1060932 CPUtime=2.13 cores=0,2,4,6
/proc/21362/task/21426/stat : 21426 (java) S 21359 21362 6396 0 -1 1077944384 16975 12993 0 0 200 5 5 3 20 0 15 0 107318508 11343855616 265233 33554432000 4194304 4196468 140728226475888 140695891409776 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21427] ppid=21359 vsize=11077984 memory=2416 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21427/stat : 21427 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11343855616 265233 33554432000 4194304 4196468 140728226475888 140694404459488 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21428] ppid=21359 vsize=11077984 memory=1728 CPUtime=0.17 cores=0,2,4,6
/proc/21362/task/21428/stat : 21428 (java) S 21359 21362 6396 0 -1 1077944384 323 12993 0 0 5 4 5 3 20 0 15 0 107318509 11343855616 265233 33554432000 4194304 4196468 140728226475888 140695890356656 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
Current children cumulated CPU time: 174.36 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1060932 KiB

[startup+222.301 s]
/proc/loadavg: 1.57 1.59 1.62 3/215 21432
/proc/meminfo: memFree=21821180/32770624 swapFree=67108860/67108860
[pid=21362] ppid=21359 vsize=11077984 memory=1063080 CPUtime=235.19 cores=0,2,4,6
/proc/21362/stat : 21362 (java) S 21359 21362 6396 0 -1 1077944320 136347 12993 0 0 23441 70 5 3 20 0 15 0 107318493 11343855616 265770 33554432000 4194304 4196468 140728226475888 140728226458432 140696401477367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
/proc/21362/statm: 2769496 265770 3532 1 0 2731149 0
[pid=21362/tid=21415] ppid=21359 vsize=11077984 memory=1063080 CPUtime=220.43 cores=0,2,4,6
/proc/21362/task/21415/stat : 21415 (java) R 21359 21362 6396 0 -1 4202560 52821 12993 0 0 22012 23 5 3 20 0 15 0 107318502 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696373312480 140695965899667 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21416] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.87 cores=0,2,4,6
/proc/21362/task/21416/stat : 21416 (java) S 21359 21362 6396 0 -1 1077944384 3779 12993 0 0 72 7 5 3 20 0 15 0 107318503 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696405719952 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21417] ppid=21359 vsize=11077984 memory=840 CPUtime=0.88 cores=0,2,4,6
/proc/21362/task/21417/stat : 21417 (java) S 21359 21362 6396 0 -1 1077944384 2189 12993 0 0 72 8 5 3 20 0 15 0 107318503 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696286984976 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21418] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.87 cores=0,2,4,6
/proc/21362/task/21418/stat : 21418 (java) S 21359 21362 6396 0 -1 1077944384 2869 12993 0 0 73 6 5 3 20 0 15 0 107318503 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696285932688 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21419] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.88 cores=0,2,4,6
/proc/21362/task/21419/stat : 21419 (java) S 21359 21362 6396 0 -1 1077944384 3716 12993 0 0 73 7 5 3 20 0 15 0 107318503 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696284879888 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21420] ppid=21359 vsize=11077984 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/21362/task/21420/stat : 21420 (java) S 21359 21362 6396 0 -1 1077944384 5429 12993 0 0 70 4 5 3 20 0 15 0 107318505 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695894567024 140696401488514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21421] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21421/stat : 21421 (java) S 21359 21362 6396 0 -1 1077944384 14 12993 0 0 0 0 5 3 20 0 15 0 107318505 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695290504096 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21422] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21422/stat : 21422 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318505 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695142655104 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21423] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21423/stat : 21423 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140694835255376 140696401495963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21424] ppid=21359 vsize=11077984 memory=1728 CPUtime=4.67 cores=0,2,4,6
/proc/21362/task/21424/stat : 21424 (java) S 21359 21362 6396 0 -1 1077944384 23879 12993 0 0 455 4 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695893514864 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21425] ppid=21359 vsize=11077984 memory=1704 CPUtime=4.03 cores=0,2,4,6
/proc/21362/task/21425/stat : 21425 (java) S 21359 21362 6396 0 -1 1077944384 18589 12993 0 0 392 3 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695892462064 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21426] ppid=21359 vsize=11077984 memory=1063080 CPUtime=2.15 cores=0,2,4,6
/proc/21362/task/21426/stat : 21426 (java) S 21359 21362 6396 0 -1 1077944384 20515 12993 0 0 201 6 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695891409776 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21427] ppid=21359 vsize=11077984 memory=15876 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21427/stat : 21427 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140694404459488 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21428] ppid=21359 vsize=11077984 memory=16412 CPUtime=0.2 cores=0,2,4,6
/proc/21362/task/21428/stat : 21428 (java) S 21359 21362 6396 0 -1 1077944384 351 12993 0 0 7 5 5 3 20 0 15 0 107318509 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695890356656 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
Current children cumulated CPU time: 235.19 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1063080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.901 s]
/proc/loadavg: 1.82 1.64 1.64 3/215 21560
/proc/meminfo: memFree=21924436/32770624 swapFree=67108860/67108860
[pid=21362] ppid=21359 vsize=11077984 memory=1063080 CPUtime=252.02 cores=0,2,4,6
/proc/21362/stat : 21362 (java) S 21359 21362 6396 0 -1 1077944320 137955 12993 0 0 25121 73 5 3 20 0 15 0 107318493 11343855616 265770 33554432000 4194304 4196468 140728226475888 140728226458432 140696401477367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
/proc/21362/statm: 2769496 265770 3532 1 0 2731149 0
[pid=21362/tid=21415] ppid=21359 vsize=11077984 memory=1063080 CPUtime=236.86 cores=0,2,4,6
/proc/21362/task/21415/stat : 21415 (java) R 21359 21362 6396 0 -1 4202560 53032 12993 0 0 23654 24 5 3 20 0 15 0 107318502 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696373311968 140695980486220 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21416] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.94 cores=0,2,4,6
/proc/21362/task/21416/stat : 21416 (java) S 21359 21362 6396 0 -1 1077944384 3782 12993 0 0 79 7 5 3 20 0 15 0 107318503 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696405719952 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21417] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.96 cores=0,2,4,6
/proc/21362/task/21417/stat : 21417 (java) S 21359 21362 6396 0 -1 1077944384 2192 12993 0 0 80 8 5 3 20 0 15 0 107318503 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696286984976 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21418] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.95 cores=0,2,4,6
/proc/21362/task/21418/stat : 21418 (java) S 21359 21362 6396 0 -1 1077944384 2871 12993 0 0 81 6 5 3 20 0 15 0 107318503 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696285932688 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21419] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.95 cores=0,2,4,6
/proc/21362/task/21419/stat : 21419 (java) S 21359 21362 6396 0 -1 1077944384 3719 12993 0 0 80 7 5 3 20 0 15 0 107318503 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696284879888 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21420] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.9 cores=0,2,4,6
/proc/21362/task/21420/stat : 21420 (java) S 21359 21362 6396 0 -1 1077944384 5434 12993 0 0 77 5 5 3 20 0 15 0 107318505 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695894567024 140696401488514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21421] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21421/stat : 21421 (java) S 21359 21362 6396 0 -1 1077944384 14 12993 0 0 0 0 5 3 20 0 15 0 107318505 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695290504096 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21422] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21422/stat : 21422 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318505 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695142655104 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21423] ppid=21359 vsize=11077984 memory=1063028 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21423/stat : 21423 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140694835255376 140696401495963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21424] ppid=21359 vsize=11077984 memory=1063080 CPUtime=4.67 cores=0,2,4,6
/proc/21362/task/21424/stat : 21424 (java) S 21359 21362 6396 0 -1 1077944384 24275 12993 0 0 455 4 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695893514864 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21425] ppid=21359 vsize=11077984 memory=1063080 CPUtime=4.04 cores=0,2,4,6
/proc/21362/task/21425/stat : 21425 (java) S 21359 21362 6396 0 -1 1077944384 19568 12993 0 0 393 3 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695892462064 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21426] ppid=21359 vsize=11077984 memory=4100 CPUtime=2.15 cores=0,2,4,6
/proc/21362/task/21426/stat : 21426 (java) S 21359 21362 6396 0 -1 1077944384 20515 12993 0 0 201 6 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695891409776 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21427] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21427/stat : 21427 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140694404459488 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21428] ppid=21359 vsize=11077984 memory=17448 CPUtime=0.21 cores=0,2,4,6
/proc/21362/task/21428/stat : 21428 (java) S 21359 21362 6396 0 -1 1077944384 357 12993 0 0 7 6 5 3 20 0 15 0 107318509 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695890356656 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1063080 KiB

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

[startup+238.951 s]
# the end of solver process 21362 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.284 s, system=0.787598 s

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

[startup+238.901 s]
/proc/loadavg: 1.82 1.64 1.64 3/215 21560
/proc/meminfo: memFree=21924436/32770624 swapFree=67108860/67108860
[pid=21362] ppid=21359 vsize=11077984 memory=1063080 CPUtime=252.02 cores=0,2,4,6
/proc/21362/stat : 21362 (java) S 21359 21362 6396 0 -1 1077944320 137955 12993 0 0 25121 73 5 3 20 0 15 0 107318493 11343855616 265770 33554432000 4194304 4196468 140728226475888 140728226458432 140696401477367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
/proc/21362/statm: 2769496 265770 3532 1 0 2731149 0
[pid=21362/tid=21415] ppid=21359 vsize=11077984 memory=1063080 CPUtime=236.86 cores=0,2,4,6
/proc/21362/task/21415/stat : 21415 (java) R 21359 21362 6396 0 -1 4202560 53032 12993 0 0 23654 24 5 3 20 0 15 0 107318502 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696373311968 140695980486220 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21416] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.94 cores=0,2,4,6
/proc/21362/task/21416/stat : 21416 (java) S 21359 21362 6396 0 -1 1077944384 3782 12993 0 0 79 7 5 3 20 0 15 0 107318503 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696405719952 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21417] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.96 cores=0,2,4,6
/proc/21362/task/21417/stat : 21417 (java) S 21359 21362 6396 0 -1 1077944384 2192 12993 0 0 80 8 5 3 20 0 15 0 107318503 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696286984976 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21418] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.95 cores=0,2,4,6
/proc/21362/task/21418/stat : 21418 (java) S 21359 21362 6396 0 -1 1077944384 2871 12993 0 0 81 6 5 3 20 0 15 0 107318503 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696285932688 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21419] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.95 cores=0,2,4,6
/proc/21362/task/21419/stat : 21419 (java) S 21359 21362 6396 0 -1 1077944384 3719 12993 0 0 80 7 5 3 20 0 15 0 107318503 11343855616 265770 33554432000 4194304 4196468 140728226475888 140696284879888 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21420] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.9 cores=0,2,4,6
/proc/21362/task/21420/stat : 21420 (java) S 21359 21362 6396 0 -1 1077944384 5434 12993 0 0 77 5 5 3 20 0 15 0 107318505 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695894567024 140696401488514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21421] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21421/stat : 21421 (java) S 21359 21362 6396 0 -1 1077944384 14 12993 0 0 0 0 5 3 20 0 15 0 107318505 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695290504096 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21422] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21422/stat : 21422 (java) S 21359 21362 6396 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 107318505 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695142655104 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21423] ppid=21359 vsize=11077984 memory=1063028 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21423/stat : 21423 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140694835255376 140696401495963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21424] ppid=21359 vsize=11077984 memory=1063080 CPUtime=4.67 cores=0,2,4,6
/proc/21362/task/21424/stat : 21424 (java) S 21359 21362 6396 0 -1 1077944384 24275 12993 0 0 455 4 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695893514864 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21425] ppid=21359 vsize=11077984 memory=1063080 CPUtime=4.04 cores=0,2,4,6
/proc/21362/task/21425/stat : 21425 (java) S 21359 21362 6396 0 -1 1077944384 19568 12993 0 0 393 3 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695892462064 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21426] ppid=21359 vsize=11077984 memory=4100 CPUtime=2.15 cores=0,2,4,6
/proc/21362/task/21426/stat : 21426 (java) S 21359 21362 6396 0 -1 1077944384 20515 12993 0 0 201 6 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695891409776 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21427] ppid=21359 vsize=11077984 memory=1063080 CPUtime=0.08 cores=0,2,4,6
/proc/21362/task/21427/stat : 21427 (java) S 21359 21362 6396 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 107318508 11343855616 265770 33554432000 4194304 4196468 140728226475888 140694404459488 140696401487573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
[pid=21362/tid=21428] ppid=21359 vsize=11077984 memory=17448 CPUtime=0.21 cores=0,2,4,6
/proc/21362/task/21428/stat : 21428 (java) S 21359 21362 6396 0 -1 1077944384 357 12993 0 0 7 6 5 3 20 0 15 0 107318509 11343855616 265770 33554432000 4194304 4196468 140728226475888 140695890356656 140696401488514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140728226482801 140728226485601 140728226485601 140728226488271 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1063080 KiB

Child status: 143
Real time (s): 238.951
CPU time (s): 252.072
CPU user time (s): 251.284
CPU system time (s): 0.787598
CPU usage (%): 105.491
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 1075988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.284
system time used= 0.787598
maximum resident set size= 1078036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152768
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29323
involuntary context switches= 795


# summary of solver processes directly reported to runsolver:
#   pid: 21362
#   total CPU time (s): 252.072
#   total CPU user time (s): 251.284
#   total CPU system time (s): 0.787598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.63919 second user time and 2.09179 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:52:33
IDJOB=4302363
IDBENCH=141477
IDSOLVER=2776
FILE ID=node139/4302363-1532897553
RUNJOBID= node139-1532895510-17592
PBS_JOBID= 21022510
Free space on /tmp= 45020 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-4302363-1532897553/watcher-4302363-1532897553 -o /tmp/evaluation-result-4302363-1532897553/solver-4302363-1532897553 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1664053768 HOME/instance-4302363-1532897553.xml

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

MD5SUM BENCH= 23ddd46bc08a13908205cdb197974328
RANDOM SEED=1664053768

node139.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.80
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.80
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.80
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.80
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:        23120128 kB
MemAvailable:   31186352 kB
Buffers:          255996 kB
Cached:          7923712 kB
SwapCached:            0 kB
Active:          3836840 kB
Inactive:        5139256 kB
Active(anon):     750992 kB
Inactive(anon):    73544 kB
Active(file):    3085848 kB
Inactive(file):  5065712 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26672 kB
Writeback:             0 kB
AnonPages:        804048 kB
Mapped:            58156 kB
Shmem:             25228 kB
Slab:             372896 kB
SReclaimable:     343124 kB
SUnreclaim:        29772 kB
KernelStack:        3600 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2052916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44992 MiB
End job on node139 at 2018-07-29 22:56:32