Trace number 4304612

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.2-SuperNGSAT (TO)126 2520.08 2482.14

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
10.21/4.62	o 662
10.54/4.71	o 148
12.77/5.40	o 146
13.40/5.64	o 144
14.95/6.12	o 139
22.24/11.40	o 135
33.15/21.43	o 134
33.15/21.45	o 132
40.47/28.41	o 131
416.35/400.11	o 130
553.18/535.44	o 129
1080.92/1057.66	o 128
1745.37/1715.34	o 127
1862.57/1831.02	o 126
2520.03/2482.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2482.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2482.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2482.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.03/2482.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.03/2482.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.03/2482.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2482.11		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.03/2482.11		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.03/2482.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2482.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2482.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.03/2482.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2482.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2482.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.03/2482.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2482.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2482.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.03/2482.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2482.11		at scala.Option.map(Option.scala:146)
2520.03/2482.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2482.11		at concrete.MAC.mac(MAC.scala:203)
2520.03/2482.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2482.11		at scala.util.Try$.apply(Try.scala:209)
2520.03/2482.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2482.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2482.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2482.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2482.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2482.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2482.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2482.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2482.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2482.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2482.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2482.11		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2482.11		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2482.11		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2482.11		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2482.11		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2482.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2482.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2482.12		at scala.util.Success.map(Try.scala:209)
2520.03/2482.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2482.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2482.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2482.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2482.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2482.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2482.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2482.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2482.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2482.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2482.12		at scala.App.main(App.scala:76)
2520.03/2482.12		at scala.App.main$(App.scala:74)
2520.03/2482.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2482.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2482.12	v <instantiation cost="126">
2520.03/2482.12	v       <list>
2520.03/2482.12	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.03/2482.12	v       </list>
2520.03/2482.12	v       <values>
2520.03/2482.12	v         0 0 0 10 3 10 3 20 27 7 6 29 19 47 8 49 20 29 17 47 28 11 30 49 8 31 7 8 17 7 40 62 24 38 57 49 85 68 87 57 29 28 41 68 57 27 31 86 35 75 30 55 73 10 46 76 17 17 48 83 40 61 77 59 57 35 61 60 34 71 35 25 49 91 70 75 64 65 83 100 62 77 59 81 57 83 62 34 106 63 78 80 20 12 73 31 88 89 97 30 86 88 85 78 115 96 86 86 70 78 100 114 96 106 94 104 116 99 124 114 121 126
2520.03/2482.12	v       </values>
2520.03/2482.12	v     </instantiation>
2520.03/2482.12	s SATISFIABLE

Verifier Data

OK	126

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304612-1534120547/watcher-4304612-1534120547 -o /tmp/evaluation-result-4304612-1534120547/solver-4304612-1534120547 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1744201896 -superng HOME/instance-4304612-1534120547.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=13896, runsolver pid=13893

[startup+0.100165 s]*
/proc/loadavg: 1.73 1.75 1.79 3/210 13953
/proc/meminfo: memFree=12224644/32770624 swapFree=67108688/67108860
[pid=13896] ppid=13893 vsize=10005480 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/13896/stat : 13896 (java) S 13893 13896 9314 0 -1 1077944320 4354 13186 0 0 1 0 4 3 20 0 6 0 229617957 10245611520 4203 33554432000 4194304 4196468 140721523526416 140721523508960 140074970525431 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
/proc/13896/statm: 2501370 4203 1934 1 0 2489808 0
[pid=13896/tid=13949] ppid=13893 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/13896/task/13949/stat : 13949 (java) R 13893 13896 9314 0 -1 4202560 2198 13186 0 0 1 0 4 3 20 0 6 0 229617966 10245611520 4269 33554432000 4194304 4196468 140721523526416 140074942362192 140074954605918 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13950] ppid=13893 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13950/stat : 13950 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 6 0 229617967 10245611520 4269 33554432000 4194304 4196468 140721523526416 140074974768272 140074970535637 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13951] ppid=13893 vsize=10005480 memory=140555543021184 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13951/stat : 13951 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 6 0 229617967 10245611520 4269 33554432000 4194304 4196468 140721523526416 140074510113808 140074970535637 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13952] ppid=13893 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13952/stat : 13952 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 6 0 229617967 10245611520 4269 33554432000 4194304 4196468 140721523526416 140074509061008 140074970535637 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13953] ppid=13893 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13953/stat : 13953 (java) S 13893 13896 9314 0 -1 1077944384 2 13186 0 0 0 0 4 3 20 0 6 0 229617967 10245611520 4269 33554432000 4194304 4196468 140721523526416 140074508008208 140074970535637 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210171 s]*
/proc/loadavg: 1.73 1.75 1.79 3/219 13962
/proc/meminfo: memFree=12201116/32770624 swapFree=67108688/67108860
[pid=13896] ppid=13893 vsize=10982744 memory=44764 CPUtime=0.25 cores=0,2,4,6
/proc/13896/stat : 13896 (java) S 13893 13896 9314 0 -1 1077944320 7870 13186 0 0 16 2 4 3 20 0 15 0 229617957 11246329856 11191 33554432000 4194304 4196468 140721523526416 140721523508960 140074970525431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
/proc/13896/statm: 2745686 11191 2952 1 0 2708109 0
[pid=13896/tid=13949] ppid=13893 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/13896/task/13949/stat : 13949 (java) R 13893 13896 9314 0 -1 4202560 4671 13186 0 0 10 1 4 3 20 0 15 0 229617966 11246329856 11389 33554432000 4194304 4196468 140721523526416 140074942303392 140074950801191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13950] ppid=13893 vsize=10982744 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13950/stat : 13950 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617967 11246329856 11389 33554432000 4194304 4196468 140721523526416 140074974768272 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13951] ppid=13893 vsize=10982744 memory=140555543035293 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13951/stat : 13951 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617967 11246329856 11389 33554432000 4194304 4196468 140721523526416 140074510113808 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13952] ppid=13893 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13952/stat : 13952 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617967 11246329856 11389 33554432000 4194304 4196468 140721523526416 140074509061008 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13953] ppid=13893 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13953/stat : 13953 (java) S 13893 13896 9314 0 -1 1077944384 2 13186 0 0 0 0 4 3 20 0 15 0 229617967 11246329856 11455 33554432000 4194304 4196468 140721523526416 140074508008208 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13954] ppid=13893 vsize=10982744 memory=140555543021184 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13954/stat : 13954 (java) S 13893 13896 9314 0 -1 1077944384 2 13186 0 0 0 0 4 3 20 0 15 0 229617968 11246329856 11455 33554432000 4194304 4196468 140721523526416 140074463566192 140074970536578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13955] ppid=13893 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13955/stat : 13955 (java) S 13893 13896 9314 0 -1 1077944384 13 13186 0 0 0 0 4 3 20 0 15 0 229617969 11246329856 11455 33554432000 4194304 4196468 140721523526416 140073781683232 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13956] ppid=13893 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13956/stat : 13956 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617969 11246329856 11455 33554432000 4194304 4196468 140721523526416 140073580356464 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13957] ppid=13893 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13957/stat : 13957 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11246329856 11455 33554432000 4194304 4196468 140721523526416 140073272956752 140074970544027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13958] ppid=13893 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13896/task/13958/stat : 13958 (java) S 13893 13896 9314 0 -1 1077944384 475 13186 0 0 1 0 4 3 20 0 15 0 229617972 11246329856 11455 33554432000 4194304 4196468 140721523526416 140074462514032 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13959] ppid=13893 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13959/stat : 13959 (java) S 13893 13896 9314 0 -1 1077944384 131 13186 0 0 0 0 4 3 20 0 15 0 229617972 11246329856 11455 33554432000 4194304 4196468 140721523526416 140074461461232 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13960] ppid=13893 vsize=10982744 memory=140555543021184 CPUtime=0.1 cores=0,2,4,6
/proc/13896/task/13960/stat : 13960 (java) S 13893 13896 9314 0 -1 1077944384 599 13186 0 0 3 0 4 3 20 0 15 0 229617972 11246329856 11455 33554432000 4194304 4196468 140721523526416 140074460408432 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13961] ppid=13893 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13961/stat : 13961 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11246329856 11455 33554432000 4194304 4196468 140721523526416 140072842160864 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13962] ppid=13893 vsize=10982744 memory=140555543021184 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13962/stat : 13962 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617972 11246329856 11455 33554432000 4194304 4196468 140721523526416 140074459355824 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44764 KiB

[startup+0.310353 s]*
/proc/loadavg: 1.73 1.75 1.79 3/219 13962
/proc/meminfo: memFree=12189424/32770624 swapFree=67108688/67108860
[pid=13896] ppid=13893 vsize=10983192 memory=56800 CPUtime=0.38 cores=0,2,4,6
/proc/13896/stat : 13896 (java) S 13893 13896 9314 0 -1 1077944320 10679 13186 0 0 28 3 4 3 20 0 15 0 229617957 11246788608 14200 33554432000 4194304 4196468 140721523526416 140721523508960 140074970525431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
/proc/13896/statm: 2745798 14200 3102 1 0 2708109 0
[pid=13896/tid=13949] ppid=13893 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/13896/task/13949/stat : 13949 (java) R 13893 13896 9314 0 -1 4202560 7236 13186 0 0 19 2 4 3 20 0 15 0 229617966 11246788608 14200 33554432000 4194304 4196468 140721523526416 140074942337440 140074950800746 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13950] ppid=13893 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13950/stat : 13950 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617967 11246788608 14200 33554432000 4194304 4196468 140721523526416 140074974768272 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13951] ppid=13893 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13951/stat : 13951 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617967 11246788608 14200 33554432000 4194304 4196468 140721523526416 140074510113808 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13952] ppid=13893 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13952/stat : 13952 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617967 11246788608 14200 33554432000 4194304 4196468 140721523526416 140074509061008 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13953] ppid=13893 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13953/stat : 13953 (java) S 13893 13896 9314 0 -1 1077944384 2 13186 0 0 0 0 4 3 20 0 15 0 229617967 11246788608 14200 33554432000 4194304 4196468 140721523526416 140074508008208 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13954] ppid=13893 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13954/stat : 13954 (java) S 13893 13896 9314 0 -1 1077944384 2 13186 0 0 0 0 4 3 20 0 15 0 229617968 11246788608 14200 33554432000 4194304 4196468 140721523526416 140074463566192 140074970536578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13955] ppid=13893 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13955/stat : 13955 (java) S 13893 13896 9314 0 -1 1077944384 13 13186 0 0 0 0 4 3 20 0 15 0 229617969 11246788608 14200 33554432000 4194304 4196468 140721523526416 140073781683232 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13956] ppid=13893 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13956/stat : 13956 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617969 11246788608 14200 33554432000 4194304 4196468 140721523526416 140073580356464 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13957] ppid=13893 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13957/stat : 13957 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11246788608 14200 33554432000 4194304 4196468 140721523526416 140073272956752 140074970544027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13958] ppid=13893 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13896/task/13958/stat : 13958 (java) S 13893 13896 9314 0 -1 1077944384 475 13186 0 0 2 0 4 3 20 0 15 0 229617972 11246788608 14200 33554432000 4194304 4196468 140721523526416 140074462514032 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13959] ppid=13893 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13896/task/13959/stat : 13959 (java) S 13893 13896 9314 0 -1 1077944384 134 13186 0 0 1 0 4 3 20 0 15 0 229617972 11246788608 14200 33554432000 4194304 4196468 140721523526416 140074461461232 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13960] ppid=13893 vsize=10983192 memory=140555543021184 CPUtime=0.11 cores=0,2,4,6
/proc/13896/task/13960/stat : 13960 (java) S 13893 13896 9314 0 -1 1077944384 610 13186 0 0 4 0 4 3 20 0 15 0 229617972 11246788608 14200 33554432000 4194304 4196468 140721523526416 140074460408432 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13961] ppid=13893 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13961/stat : 13961 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11246788608 14200 33554432000 4194304 4196468 140721523526416 140072842160864 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13962] ppid=13893 vsize=10983192 memory=140555543021184 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13962/stat : 13962 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617972 11246788608 14200 33554432000 4194304 4196468 140721523526416 140074459355824 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56800 KiB

[startup+0.700832 s]
/proc/loadavg: 1.73 1.75 1.79 3/219 13962
/proc/meminfo: memFree=12178880/32770624 swapFree=67108688/67108860
[pid=13896] ppid=13893 vsize=10983192 memory=88516 CPUtime=0.99 cores=0,2,4,6
/proc/13896/stat : 13896 (java) S 13893 13896 9314 0 -1 1077944320 16761 13186 0 0 87 5 4 3 20 0 15 0 229617957 11246788608 22129 33554432000 4194304 4196468 140721523526416 140721523508960 140074970525431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
/proc/13896/statm: 2745798 22129 3238 1 0 2708109 0
[pid=13896/tid=13949] ppid=13893 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/13896/task/13949/stat : 13949 (java) R 13893 13896 9314 0 -1 4202560 12272 13186 0 0 55 3 4 3 20 0 15 0 229617966 11246788608 22129 33554432000 4194304 4196468 140721523526416 140074942353312 140074954605918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13950] ppid=13893 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13950/stat : 13950 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617967 11246788608 22129 33554432000 4194304 4196468 140721523526416 140074974768272 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13951] ppid=13893 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13951/stat : 13951 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617967 11246788608 22129 33554432000 4194304 4196468 140721523526416 140074510113808 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13952] ppid=13893 vsize=10983192 memory=140555422151440 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13952/stat : 13952 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617967 11246788608 22129 33554432000 4194304 4196468 140721523526416 140074509061008 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13953] ppid=13893 vsize=10983192 memory=140557099729519 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13953/stat : 13953 (java) S 13893 13896 9314 0 -1 1077944384 2 13186 0 0 0 0 4 3 20 0 15 0 229617967 11246788608 22129 33554432000 4194304 4196468 140721523526416 140074508008208 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13954] ppid=13893 vsize=10983192 memory=1832 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13954/stat : 13954 (java) S 13893 13896 9314 0 -1 1077944384 5 13186 0 0 0 0 4 3 20 0 15 0 229617968 11246788608 22129 33554432000 4194304 4196468 140721523526416 140074463566192 140074970536578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13955] ppid=13893 vsize=10983192 memory=7161944214934349376 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13955/stat : 13955 (java) S 13893 13896 9314 0 -1 1077944384 13 13186 0 0 0 0 4 3 20 0 15 0 229617969 11246788608 22129 33554432000 4194304 4196468 140721523526416 140073781683232 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13956] ppid=13893 vsize=10983192 memory=6082220498227391592 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13956/stat : 13956 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617969 11246788608 22129 33554432000 4194304 4196468 140721523526416 140073580356464 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13957] ppid=13893 vsize=10983192 memory=16348 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13957/stat : 13957 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11246788608 22129 33554432000 4194304 4196468 140721523526416 140073272956752 140074970544027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13958] ppid=13893 vsize=10983192 memory=1176 CPUtime=0.16 cores=0,2,4,6
/proc/13896/task/13958/stat : 13958 (java) S 13893 13896 9314 0 -1 1077944384 1044 13186 0 0 9 0 4 3 20 0 15 0 229617972 11246788608 22129 33554432000 4194304 4196468 140721523526416 140074462514032 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13959] ppid=13893 vsize=10983192 memory=34496 CPUtime=0.15 cores=0,2,4,6
/proc/13896/task/13959/stat : 13959 (java) S 13893 13896 9314 0 -1 1077944384 558 13186 0 0 8 0 4 3 20 0 15 0 229617972 11246788608 22129 33554432000 4194304 4196468 140721523526416 140074461452512 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13960] ppid=13893 vsize=10983192 memory=4048 CPUtime=0.2 cores=0,2,4,6
/proc/13896/task/13960/stat : 13960 (java) S 13893 13896 9314 0 -1 1077944384 661 13186 0 0 13 0 4 3 20 0 15 0 229617972 11246788608 22129 33554432000 4194304 4196468 140721523526416 140074460408432 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13961] ppid=13893 vsize=10983192 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13961/stat : 13961 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11246788608 22129 33554432000 4194304 4196468 140721523526416 140072842160864 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13962] ppid=13893 vsize=10983192 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13962/stat : 13962 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617972 11246788608 22129 33554432000 4194304 4196468 140721523526416 140074459355824 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88516 KiB

[startup+1.50078 s]
/proc/loadavg: 1.73 1.75 1.79 3/219 13962
/proc/meminfo: memFree=12135836/32770624 swapFree=67108688/67108860
[pid=13896] ppid=13893 vsize=10998092 memory=178860 CPUtime=2.3 cores=0,2,4,6
/proc/13896/stat : 13896 (java) S 13893 13896 9314 0 -1 1077944320 23797 13186 0 0 213 10 4 3 20 0 15 0 229617957 11262046208 44715 33554432000 4194304 4196468 140721523526416 140721523508960 140074970525431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
/proc/13896/statm: 2749523 44715 3469 1 0 2711181 0
[pid=13896/tid=13949] ppid=13893 vsize=10998092 memory=65400 CPUtime=1.42 cores=0,2,4,6
/proc/13896/task/13949/stat : 13949 (java) R 13893 13896 9314 0 -1 4202560 17658 13186 0 0 129 6 4 3 20 0 15 0 229617966 11262046208 44715 33554432000 4194304 4196468 140721523526416 140074942349536 140074954605948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13950] ppid=13893 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/13896/task/13950/stat : 13950 (java) S 13893 13896 9314 0 -1 1077944384 56 13186 0 0 1 0 4 3 20 0 15 0 229617967 11262046208 44715 33554432000 4194304 4196468 140721523526416 140074974768272 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13951] ppid=13893 vsize=10998092 memory=281110844334240 CPUtime=0.08 cores=0,2,4,6
/proc/13896/task/13951/stat : 13951 (java) S 13893 13896 9314 0 -1 1077944384 185 13186 0 0 1 0 4 3 20 0 15 0 229617967 11262046208 44715 33554432000 4194304 4196468 140721523526416 140074510113808 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13952] ppid=13893 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13896/task/13952/stat : 13952 (java) S 13893 13896 9314 0 -1 1077944384 25 13186 0 0 1 0 4 3 20 0 15 0 229617967 11262046208 44715 33554432000 4194304 4196468 140721523526416 140074509061008 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13953] ppid=13893 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13896/task/13953/stat : 13953 (java) S 13893 13896 9314 0 -1 1077944384 29 13186 0 0 1 0 4 3 20 0 15 0 229617967 11262046208 44715 33554432000 4194304 4196468 140721523526416 140074508008208 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13954] ppid=13893 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13896/task/13954/stat : 13954 (java) S 13893 13896 9314 0 -1 1077944384 56 13186 0 0 1 0 4 3 20 0 15 0 229617968 11262046208 44715 33554432000 4194304 4196468 140721523526416 140074463566192 140074970536578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13955] ppid=13893 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13955/stat : 13955 (java) S 13893 13896 9314 0 -1 1077944384 14 13186 0 0 0 0 4 3 20 0 15 0 229617969 11262046208 44715 33554432000 4194304 4196468 140721523526416 140073781683296 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13956] ppid=13893 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13956/stat : 13956 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617969 11262046208 44715 33554432000 4194304 4196468 140721523526416 140073580356480 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13957] ppid=13893 vsize=10998092 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13957/stat : 13957 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11262046208 44715 33554432000 4194304 4196468 140721523526416 140073272956752 140074970544027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13958] ppid=13893 vsize=10998092 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/13896/task/13958/stat : 13958 (java) S 13893 13896 9314 0 -1 1077944384 1519 13186 0 0 24 0 4 3 20 0 15 0 229617972 11262046208 44715 33554432000 4194304 4196468 140721523526416 140074462514032 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13959] ppid=13893 vsize=10998092 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/13896/task/13959/stat : 13959 (java) S 13893 13896 9314 0 -1 1077944384 735 13186 0 0 18 0 4 3 20 0 15 0 229617972 11262046208 44715 33554432000 4194304 4196468 140721523526416 140074461461232 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13960] ppid=13893 vsize=10998092 memory=6791534058613427641 CPUtime=0.41 cores=0,2,4,6
/proc/13896/task/13960/stat : 13960 (java) S 13893 13896 9314 0 -1 1077944384 1316 13186 0 0 34 0 4 3 20 0 15 0 229617972 11262046208 44715 33554432000 4194304 4196468 140721523526416 140074460408432 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13961] ppid=13893 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13961/stat : 13961 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11262046208 44715 33554432000 4194304 4196468 140721523526416 140072842160864 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13962] ppid=13893 vsize=10998092 memory=281110844578688 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13962/stat : 13962 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617972 11262046208 44715 33554432000 4194304 4196468 140721523526416 140074459355824 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10998092 KiB

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

/proc/13896/task/13949/stat : 13949 (java) R 13893 13896 9314 0 -1 4202560 95766 13186 0 0 236585 42 4 3 20 0 15 0 229617966 11345952768 233124 33554432000 4194304 4196468 140721523526416 140074942360768 140074552223105 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13950] ppid=13893 vsize=11080032 memory=930420 CPUtime=8.1 cores=0,2,4,6
/proc/13896/task/13950/stat : 13950 (java) S 13893 13896 9314 0 -1 1077944384 13855 13186 0 0 767 36 4 3 20 0 15 0 229617967 11345952768 233124 33554432000 4194304 4196468 140721523526416 140074974768272 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13951] ppid=13893 vsize=11080032 memory=3824 CPUtime=8.11 cores=0,2,4,6
/proc/13896/task/13951/stat : 13951 (java) S 13893 13896 9314 0 -1 1077944384 15699 13186 0 0 768 36 4 3 20 0 15 0 229617967 11345952768 233124 33554432000 4194304 4196468 140721523526416 140074510113808 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13952] ppid=13893 vsize=11080032 memory=932496 CPUtime=8.13 cores=0,2,4,6
/proc/13896/task/13952/stat : 13952 (java) S 13893 13896 9314 0 -1 1077944384 15838 13186 0 0 767 39 4 3 20 0 15 0 229617967 11345952768 233124 33554432000 4194304 4196468 140721523526416 140074509061008 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13953] ppid=13893 vsize=11080032 memory=932496 CPUtime=8.09 cores=0,2,4,6
/proc/13896/task/13953/stat : 13953 (java) S 13893 13896 9314 0 -1 1077944384 17682 13186 0 0 766 36 4 3 20 0 15 0 229617967 11345952768 233124 33554432000 4194304 4196468 140721523526416 140074508008208 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13954] ppid=13893 vsize=11080032 memory=932496 CPUtime=6.38 cores=0,2,4,6
/proc/13896/task/13954/stat : 13954 (java) S 13893 13896 9314 0 -1 1077944384 17389 13186 0 0 593 38 4 3 20 0 15 0 229617968 11345952768 233124 33554432000 4194304 4196468 140721523526416 140074463566192 140074970536578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13955] ppid=13893 vsize=11080032 memory=932496 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13955/stat : 13955 (java) S 13893 13896 9314 0 -1 1077944384 19 13186 0 0 0 0 4 3 20 0 15 0 229617969 11345952768 233124 33554432000 4194304 4196468 140721523526416 140073781683296 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13956] ppid=13893 vsize=11080032 memory=803 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13956/stat : 13956 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617969 11345952768 233124 33554432000 4194304 4196468 140721523526416 140073580356480 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13957] ppid=13893 vsize=11080032 memory=932496 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13957/stat : 13957 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11345952768 233124 33554432000 4194304 4196468 140721523526416 140073272956752 140074970544027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13958] ppid=13893 vsize=11080032 memory=241905 CPUtime=5.34 cores=0,2,4,6
/proc/13896/task/13958/stat : 13958 (java) S 13893 13896 9314 0 -1 1077944384 36480 13186 0 0 523 4 4 3 20 0 15 0 229617972 11345952768 233124 33554432000 4194304 4196468 140721523526416 140074462514032 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13959] ppid=13893 vsize=11080032 memory=930352 CPUtime=5.46 cores=0,2,4,6
/proc/13896/task/13959/stat : 13959 (java) S 13893 13896 9314 0 -1 1077944384 28729 13186 0 0 535 4 4 3 20 0 15 0 229617972 11345952768 233124 33554432000 4194304 4196468 140721523526416 140074461461232 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13960] ppid=13893 vsize=11080032 memory=3824 CPUtime=2.41 cores=0,2,4,6
/proc/13896/task/13960/stat : 13960 (java) S 13893 13896 9314 0 -1 1077944384 39970 13186 0 0 228 6 4 3 20 0 15 0 229617972 11345952768 233124 33554432000 4194304 4196468 140721523526416 140074460408432 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13961] ppid=13893 vsize=11080032 memory=62568 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13961/stat : 13961 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11345952768 233124 33554432000 4194304 4196468 140721523526416 140072842160864 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13962] ppid=13893 vsize=11080032 memory=932496 CPUtime=1.47 cores=0,2,4,6
/proc/13896/task/13962/stat : 13962 (java) S 13893 13896 9314 0 -1 1077944384 1484 13186 0 0 70 70 4 3 20 0 15 0 229617972 11345952768 233124 33554432000 4194304 4196468 140721523526416 140074459355824 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
Current children cumulated CPU time: 2419.31 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 932496 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.49 1.50 3/221 14190
/proc/meminfo: memFree=15135980/32770624 swapFree=67108688/67108860
[pid=13896] ppid=13893 vsize=11080032 memory=932564 CPUtime=2479.87 cores=0,2,4,6
/proc/13896/stat : 13896 (java) S 13893 13896 9314 0 -1 1077944320 286333 13186 0 0 247705 275 4 3 20 0 15 0 229617957 11345952768 233141 33554432000 4194304 4196468 140721523526416 140721523508960 140074970525431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
/proc/13896/statm: 2770008 233141 3536 1 0 2731661 0
[pid=13896/tid=13949] ppid=13893 vsize=11080032 memory=932560 CPUtime=2425.98 cores=0,2,4,6
/proc/13896/task/13949/stat : 13949 (java) R 13893 13896 9314 0 -1 4202560 96248 13186 0 0 242549 42 4 3 20 0 15 0 229617966 11345952768 233141 33554432000 4194304 4196468 140721523526416 140074942359888 140074543892576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13950] ppid=13893 vsize=11080032 memory=932496 CPUtime=8.28 cores=0,2,4,6
/proc/13896/task/13950/stat : 13950 (java) S 13893 13896 9314 0 -1 1077944384 14188 13186 0 0 785 36 4 3 20 0 15 0 229617967 11345952768 233141 33554432000 4194304 4196468 140721523526416 140074974768272 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13951] ppid=13893 vsize=11080032 memory=932496 CPUtime=8.3 cores=0,2,4,6
/proc/13896/task/13951/stat : 13951 (java) S 13893 13896 9314 0 -1 1077944384 15724 13186 0 0 787 36 4 3 20 0 15 0 229617967 11345952768 233141 33554432000 4194304 4196468 140721523526416 140074510113808 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13952] ppid=13893 vsize=11080032 memory=932496 CPUtime=8.32 cores=0,2,4,6
/proc/13896/task/13952/stat : 13952 (java) S 13893 13896 9314 0 -1 1077944384 15878 13186 0 0 786 39 4 3 20 0 15 0 229617967 11345952768 233141 33554432000 4194304 4196468 140721523526416 140074509061008 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13953] ppid=13893 vsize=11080032 memory=932496 CPUtime=8.27 cores=0,2,4,6
/proc/13896/task/13953/stat : 13953 (java) S 13893 13896 9314 0 -1 1077944384 17795 13186 0 0 784 36 4 3 20 0 15 0 229617967 11345952768 233141 33554432000 4194304 4196468 140721523526416 140074508008208 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13954] ppid=13893 vsize=11080032 memory=932496 CPUtime=6.52 cores=0,2,4,6
/proc/13896/task/13954/stat : 13954 (java) S 13893 13896 9314 0 -1 1077944384 17591 13186 0 0 607 38 4 3 20 0 15 0 229617968 11345952768 233141 33554432000 4194304 4196468 140721523526416 140074463566192 140074970536578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13955] ppid=13893 vsize=11080032 memory=932508 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13955/stat : 13955 (java) S 13893 13896 9314 0 -1 1077944384 19 13186 0 0 0 0 4 3 20 0 15 0 229617969 11345952768 233141 33554432000 4194304 4196468 140721523526416 140073781683296 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13956] ppid=13893 vsize=11080032 memory=932508 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13956/stat : 13956 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617969 11345952768 233141 33554432000 4194304 4196468 140721523526416 140073580356480 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13957] ppid=13893 vsize=11080032 memory=932508 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13957/stat : 13957 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11345952768 233141 33554432000 4194304 4196468 140721523526416 140073272956752 140074970544027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13958] ppid=13893 vsize=11080032 memory=932560 CPUtime=5.34 cores=0,2,4,6
/proc/13896/task/13958/stat : 13958 (java) S 13893 13896 9314 0 -1 1077944384 36482 13186 0 0 523 4 4 3 20 0 15 0 229617972 11345952768 233141 33554432000 4194304 4196468 140721523526416 140074462514032 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13959] ppid=13893 vsize=11080032 memory=932560 CPUtime=5.46 cores=0,2,4,6
/proc/13896/task/13959/stat : 13959 (java) S 13893 13896 9314 0 -1 1077944384 28731 13186 0 0 535 4 4 3 20 0 15 0 229617972 11345952768 233141 33554432000 4194304 4196468 140721523526416 140074461461232 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13960] ppid=13893 vsize=11080032 memory=932560 CPUtime=2.41 cores=0,2,4,6
/proc/13896/task/13960/stat : 13960 (java) S 13893 13896 9314 0 -1 1077944384 39972 13186 0 0 228 6 4 3 20 0 15 0 229617972 11345952768 233141 33554432000 4194304 4196468 140721523526416 140074460408432 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13961] ppid=13893 vsize=11080032 memory=932564 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13961/stat : 13961 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11345952768 233141 33554432000 4194304 4196468 140721523526416 140072842160864 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13962] ppid=13893 vsize=11080032 memory=932560 CPUtime=1.5 cores=0,2,4,6
/proc/13896/task/13962/stat : 13962 (java) S 13893 13896 9314 0 -1 1077944384 1502 13186 0 0 71 72 4 3 20 0 15 0 229617972 11345952768 233141 33554432000 4194304 4196468 140721523526416 140074459355824 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
Current children cumulated CPU time: 2479.87 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 932564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.11 s]
/proc/loadavg: 1.55 1.51 1.50 3/221 14190
/proc/meminfo: memFree=15135864/32770624 swapFree=67108688/67108860
[pid=13896] ppid=13893 vsize=11080032 memory=932568 CPUtime=2520.03 cores=0,2,4,6
/proc/13896/stat : 13896 (java) S 13893 13896 9314 0 -1 1077944320 286573 13186 0 0 251718 278 4 3 20 0 15 0 229617957 11345952768 233142 33554432000 4194304 4196468 140721523526416 140721523508960 140074970525431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
/proc/13896/statm: 2770008 233142 3536 1 0 2731661 0
[pid=13896/tid=13949] ppid=13893 vsize=11080032 memory=1388 CPUtime=2465.52 cores=0,2,4,6
/proc/13896/task/13949/stat : 13949 (java) R 13893 13896 9314 0 -1 4202560 96440 13186 0 0 246503 42 4 3 20 0 15 0 229617966 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074942359792 140074552222453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13950] ppid=13893 vsize=11080032 memory=932568 CPUtime=8.41 cores=0,2,4,6
/proc/13896/task/13950/stat : 13950 (java) S 13893 13896 9314 0 -1 1077944384 14198 13186 0 0 797 37 4 3 20 0 15 0 229617967 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074974768272 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13951] ppid=13893 vsize=11080032 memory=932568 CPUtime=8.42 cores=0,2,4,6
/proc/13896/task/13951/stat : 13951 (java) S 13893 13896 9314 0 -1 1077944384 15733 13186 0 0 798 37 4 3 20 0 15 0 229617967 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074510113808 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13952] ppid=13893 vsize=11080032 memory=932568 CPUtime=8.44 cores=0,2,4,6
/proc/13896/task/13952/stat : 13952 (java) S 13893 13896 9314 0 -1 1077944384 15881 13186 0 0 798 39 4 3 20 0 15 0 229617967 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074509061008 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13953] ppid=13893 vsize=11080032 memory=932508 CPUtime=8.4 cores=0,2,4,6
/proc/13896/task/13953/stat : 13953 (java) S 13893 13896 9314 0 -1 1077944384 17801 13186 0 0 796 37 4 3 20 0 15 0 229617967 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074508008208 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13954] ppid=13893 vsize=11080032 memory=932560 CPUtime=6.62 cores=0,2,4,6
/proc/13896/task/13954/stat : 13954 (java) S 13893 13896 9314 0 -1 1077944384 17609 13186 0 0 616 39 4 3 20 0 15 0 229617968 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074463566192 140074970536578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13955] ppid=13893 vsize=11080032 memory=932568 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13955/stat : 13955 (java) S 13893 13896 9314 0 -1 1077944384 19 13186 0 0 0 0 4 3 20 0 15 0 229617969 11345952768 233142 33554432000 4194304 4196468 140721523526416 140073781683296 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13956] ppid=13893 vsize=11080032 memory=932568 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13956/stat : 13956 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617969 11345952768 233142 33554432000 4194304 4196468 140721523526416 140073580356480 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13957] ppid=13893 vsize=11080032 memory=932568 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13957/stat : 13957 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11345952768 233142 33554432000 4194304 4196468 140721523526416 140073272956752 140074970544027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13958] ppid=13893 vsize=11080032 memory=932568 CPUtime=5.34 cores=0,2,4,6
/proc/13896/task/13958/stat : 13958 (java) S 13893 13896 9314 0 -1 1077944384 36482 13186 0 0 523 4 4 3 20 0 15 0 229617972 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074462514032 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13959] ppid=13893 vsize=11080032 memory=932568 CPUtime=5.46 cores=0,2,4,6
/proc/13896/task/13959/stat : 13959 (java) S 13893 13896 9314 0 -1 1077944384 28731 13186 0 0 535 4 4 3 20 0 15 0 229617972 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074461461232 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13960] ppid=13893 vsize=11080032 memory=3824 CPUtime=2.41 cores=0,2,4,6
/proc/13896/task/13960/stat : 13960 (java) S 13893 13896 9314 0 -1 1077944384 39972 13186 0 0 228 6 4 3 20 0 15 0 229617972 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074460408432 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13961] ppid=13893 vsize=11080032 memory=62568 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13961/stat : 13961 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11345952768 233142 33554432000 4194304 4196468 140721523526416 140072842160864 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13962] ppid=13893 vsize=11080032 memory=2316 CPUtime=1.52 cores=0,2,4,6
/proc/13896/task/13962/stat : 13962 (java) S 13893 13896 9314 0 -1 1077944384 1504 13186 0 0 72 73 4 3 20 0 15 0 229617972 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074459355824 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 932568 KiB

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

[startup+2482.14 s]
# the end of solver process 13896 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.24 s, system=2.83282 s

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

[startup+2482.11 s]
/proc/loadavg: 1.55 1.51 1.50 3/221 14190
/proc/meminfo: memFree=15135864/32770624 swapFree=67108688/67108860
[pid=13896] ppid=13893 vsize=11080032 memory=932568 CPUtime=2520.03 cores=0,2,4,6
/proc/13896/stat : 13896 (java) S 13893 13896 9314 0 -1 1077944320 286573 13186 0 0 251718 278 4 3 20 0 15 0 229617957 11345952768 233142 33554432000 4194304 4196468 140721523526416 140721523508960 140074970525431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
/proc/13896/statm: 2770008 233142 3536 1 0 2731661 0
[pid=13896/tid=13949] ppid=13893 vsize=11080032 memory=1388 CPUtime=2465.52 cores=0,2,4,6
/proc/13896/task/13949/stat : 13949 (java) R 13893 13896 9314 0 -1 4202560 96440 13186 0 0 246503 42 4 3 20 0 15 0 229617966 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074942359792 140074552222453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13950] ppid=13893 vsize=11080032 memory=932568 CPUtime=8.41 cores=0,2,4,6
/proc/13896/task/13950/stat : 13950 (java) S 13893 13896 9314 0 -1 1077944384 14198 13186 0 0 797 37 4 3 20 0 15 0 229617967 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074974768272 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13951] ppid=13893 vsize=11080032 memory=932568 CPUtime=8.42 cores=0,2,4,6
/proc/13896/task/13951/stat : 13951 (java) S 13893 13896 9314 0 -1 1077944384 15733 13186 0 0 798 37 4 3 20 0 15 0 229617967 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074510113808 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13952] ppid=13893 vsize=11080032 memory=932568 CPUtime=8.44 cores=0,2,4,6
/proc/13896/task/13952/stat : 13952 (java) S 13893 13896 9314 0 -1 1077944384 15881 13186 0 0 798 39 4 3 20 0 15 0 229617967 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074509061008 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13953] ppid=13893 vsize=11080032 memory=932508 CPUtime=8.4 cores=0,2,4,6
/proc/13896/task/13953/stat : 13953 (java) S 13893 13896 9314 0 -1 1077944384 17801 13186 0 0 796 37 4 3 20 0 15 0 229617967 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074508008208 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13954] ppid=13893 vsize=11080032 memory=932560 CPUtime=6.62 cores=0,2,4,6
/proc/13896/task/13954/stat : 13954 (java) S 13893 13896 9314 0 -1 1077944384 17609 13186 0 0 616 39 4 3 20 0 15 0 229617968 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074463566192 140074970536578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13955] ppid=13893 vsize=11080032 memory=932568 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13955/stat : 13955 (java) S 13893 13896 9314 0 -1 1077944384 19 13186 0 0 0 0 4 3 20 0 15 0 229617969 11345952768 233142 33554432000 4194304 4196468 140721523526416 140073781683296 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13956] ppid=13893 vsize=11080032 memory=932568 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13956/stat : 13956 (java) S 13893 13896 9314 0 -1 1077944384 1 13186 0 0 0 0 4 3 20 0 15 0 229617969 11345952768 233142 33554432000 4194304 4196468 140721523526416 140073580356480 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13957] ppid=13893 vsize=11080032 memory=932568 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13957/stat : 13957 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11345952768 233142 33554432000 4194304 4196468 140721523526416 140073272956752 140074970544027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13958] ppid=13893 vsize=11080032 memory=932568 CPUtime=5.34 cores=0,2,4,6
/proc/13896/task/13958/stat : 13958 (java) S 13893 13896 9314 0 -1 1077944384 36482 13186 0 0 523 4 4 3 20 0 15 0 229617972 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074462514032 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13959] ppid=13893 vsize=11080032 memory=932568 CPUtime=5.46 cores=0,2,4,6
/proc/13896/task/13959/stat : 13959 (java) S 13893 13896 9314 0 -1 1077944384 28731 13186 0 0 535 4 4 3 20 0 15 0 229617972 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074461461232 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13960] ppid=13893 vsize=11080032 memory=3824 CPUtime=2.41 cores=0,2,4,6
/proc/13896/task/13960/stat : 13960 (java) S 13893 13896 9314 0 -1 1077944384 39972 13186 0 0 228 6 4 3 20 0 15 0 229617972 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074460408432 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13961] ppid=13893 vsize=11080032 memory=62568 CPUtime=0.07 cores=0,2,4,6
/proc/13896/task/13961/stat : 13961 (java) S 13893 13896 9314 0 -1 1077944384 3 13186 0 0 0 0 4 3 20 0 15 0 229617972 11345952768 233142 33554432000 4194304 4196468 140721523526416 140072842160864 140074970535637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
[pid=13896/tid=13962] ppid=13893 vsize=11080032 memory=2316 CPUtime=1.52 cores=0,2,4,6
/proc/13896/task/13962/stat : 13962 (java) S 13893 13896 9314 0 -1 1077944384 1504 13186 0 0 72 73 4 3 20 0 15 0 229617972 11345952768 233142 33554432000 4194304 4196468 140721523526416 140074459355824 140074970536578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29614080 140721523534435 140721523537244 140721523537244 140721523539919 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 932568 KiB

Child status: 143
Real time (s): 2482.14
CPU time (s): 2520.08
CPU user time (s): 2517.24
CPU system time (s): 2.83282
CPU usage (%): 101.529
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1075472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.24
system time used= 2.83282
maximum resident set size= 1078556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300399
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 193413
involuntary context switches= 6336


# summary of solver processes directly reported to runsolver:
#   pid: 13896
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.24
#   total CPU system time (s): 2.83282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9001 second user time and 22.3158 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 02:35:47
IDJOB=4304612
IDBENCH=141477
IDSOLVER=2781
FILE ID=node134/4304612-1534120547
RUNJOBID= node134-1534096675-9345
PBS_JOBID= 21036997
Free space on /tmp= 42536 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304612-1534120547/watcher-4304612-1534120547 -o /tmp/evaluation-result-4304612-1534120547/solver-4304612-1534120547 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1744201896 -superng HOME/instance-4304612-1534120547.xml

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

MD5SUM BENCH= 23ddd46bc08a13908205cdb197974328
RANDOM SEED=1744201896

node134.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.68
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.68
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.68
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.68
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:        12232092 kB
MemAvailable:   25863600 kB
Buffers:          210384 kB
Cached:         13570252 kB
SwapCached:           52 kB
Active:         10503228 kB
Inactive:        9361236 kB
Active(anon):    6033180 kB
Inactive(anon):   103128 kB
Active(file):    4470048 kB
Inactive(file):  9258108 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26284 kB
Writeback:             0 kB
AnonPages:       6130668 kB
Mapped:            68080 kB
Shmem:             49652 kB
Slab:             360360 kB
SReclaimable:     331812 kB
SUnreclaim:        28548 kB
KernelStack:        3888 kB
PageTables:        17112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6847668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5844992 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= 42512 MiB
End job on node134 at 2018-08-13 03:17:10