Trace number 4302364

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)97 252.069 239.546

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-04_c18.xml
MD5SUM15f73e55c1796ea716b22977fcdd958b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark8.6254
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size610
Distribution of domain sizes[{"size":1,"count":1},{"size":610,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":45},{"degree":4,"count":35},{"degree":5,"count":40},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":183},{"arity":27,"count":1},{"arity":29,"count":1},{"arity":31,"count":1},{"arity":33,"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
9.77/4.41	o 609
10.09/4.51	o 607
10.74/4.72	o 603
11.03/4.84	o 600
11.35/4.92	o 599
11.35/4.97	o 598
11.72/5.04	o 594
11.72/5.09	o 593
12.01/5.11	o 590
12.01/5.16	o 582
12.27/5.22	o 578
12.27/5.22	o 121
12.27/5.26	o 119
12.51/5.35	o 118
12.70/5.40	o 115
12.70/5.49	o 112
14.14/6.12	o 111
14.30/6.23	o 108
14.30/6.25	o 107
14.30/6.28	o 106
14.30/6.28	o 104
14.46/6.31	o 103
14.72/6.58	o 102
15.19/6.82	o 101
15.19/6.83	o 100
15.56/7.14	o 99
17.08/8.13	o 97
252.02/239.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.02/239.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.02/239.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.02/239.50		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.02/239.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.02/239.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.02/239.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.02/239.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.02/239.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.02/239.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/239.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/239.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/239.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/239.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/239.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/239.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/239.50		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.02/239.50		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.02/239.50		at scala.Option.map(Option.scala:146)
252.02/239.50		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.02/239.50		at concrete.MAC.mac(MAC.scala:203)
252.02/239.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/239.50		at scala.util.Try$.apply(Try.scala:209)
252.02/239.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/239.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/239.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/239.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/239.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/239.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/239.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/239.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/239.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/239.50		at concrete.MAC.oneRun(MAC.scala:253)
252.02/239.50		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/239.50		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/239.50		at concrete.Solver.hasNext(Solver.scala:166)
252.02/239.50		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/239.50		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/239.50		at concrete.Solver.foreach(Solver.scala:68)
252.02/239.50		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/239.50		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/239.50		at scala.util.Success.map(Try.scala:209)
252.02/239.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/239.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/239.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/239.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/239.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/239.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/239.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/239.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/239.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/239.51		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/239.51		at scala.App.main(App.scala:76)
252.02/239.51		at scala.App.main$(App.scala:74)
252.02/239.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/239.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/239.51	v <instantiation cost="97">
252.02/239.51	v       <list>
252.02/239.51	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/239.51	v       </list>
252.02/239.51	v       <values>
252.02/239.51	v         0 0 0 2 2 15 5 3 5 6 6 2 2 16 15 58 65 22 6 12 8 18 11 13 24 23 25 47 63 30 66 19 68 73 28 15 40 41 28 23 13 44 20 3 31 37 67 39 36 34 28 15 42 39 46 39 49 21 66 30 66 75 39 13 23 75 36 19 39 51 47 69 24 59 28 12 24 70 62 51 49 49 49 41 67 69 71 60 78 74 45 34 28 29 52 61 28 52 52 71 34 67 73 71 78 79 77 59 72 51 77 81 80 86 78 82 83 83 93 85 90 97
252.02/239.51	v       </values>
252.02/239.51	v     </instantiation>
252.02/239.51	s SATISFIABLE

Verifier Data

OK	97

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302364-1532897552/watcher-4302364-1532897552 -o /tmp/evaluation-result-4302364-1532897552/solver-4302364-1532897552 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16078 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1684913975 HOME/instance-4302364-1532897552.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=21420, runsolver pid=21417

[startup+0.100166 s]*
/proc/loadavg: 2.17 1.79 1.81 3/207 21477
/proc/meminfo: memFree=25578988/32770624 swapFree=67028832/67108860
[pid=21420] ppid=21417 vsize=10005480 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/21420/stat : 21420 (java) S 21417 21420 10029 0 -1 1077944320 4367 12955 0 0 1 0 5 3 20 0 6 0 107318369 10245611520 4204 33554432000 4194304 4196468 140725327501712 140725327484256 140670895259383 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
/proc/21420/statm: 2501370 4204 1935 1 0 2489808 0
[pid=21420/tid=21473] ppid=21417 vsize=10005480 memory=4279135704013571469 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21473/stat : 21473 (java) R 21417 21420 10029 0 -1 4202560 2180 12955 0 0 0 0 5 3 20 0 6 0 107318378 10245611520 4204 33554432000 4194304 4196468 140725327501712 140670867096144 140670880941875 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21474] ppid=21417 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21474/stat : 21474 (java) S 21417 21420 10029 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 6 0 107318379 10245611520 4204 33554432000 4194304 4196468 140725327501712 140670899501712 140670895269589 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21475] ppid=21417 vsize=10005480 memory=140111445448320 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21475/stat : 21475 (java) S 21417 21420 10029 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 6 0 107318379 10245611520 4204 33554432000 4194304 4196468 140725327501712 140670784698896 140670895269589 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21476] ppid=21417 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21476/stat : 21476 (java) S 21417 21420 10029 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 6 0 107318379 10245611520 4204 33554432000 4194304 4196468 140725327501712 140670783646096 140670895269589 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21477] ppid=21417 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21477/stat : 21477 (java) S 21417 21420 10029 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 6 0 107318379 10245611520 4204 33554432000 4194304 4196468 140725327501712 140670432893200 140670895269589 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209916 s]*
/proc/loadavg: 2.17 1.79 1.81 3/216 21486
/proc/meminfo: memFree=25557512/32770624 swapFree=67028832/67108860
[pid=21420] ppid=21417 vsize=10982744 memory=42680 CPUtime=0.26 cores=0,2,4,6
/proc/21420/stat : 21420 (java) S 21417 21420 10029 0 -1 1077944320 7918 12955 0 0 17 1 5 3 20 0 15 0 107318369 11246329856 10670 33554432000 4194304 4196468 140725327501712 140725327484256 140670895259383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
/proc/21420/statm: 2745686 10670 2957 1 0 2708109 0
[pid=21420/tid=21473] ppid=21417 vsize=10982744 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/21420/task/21473/stat : 21473 (java) R 21417 21420 10029 0 -1 4202560 4517 12955 0 0 11 1 5 3 20 0 15 0 107318378 11246329856 10736 33554432000 4194304 4196468 140725327501712 140670867073808 140670875536208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21474] ppid=21417 vsize=10982744 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21474/stat : 21474 (java) S 21417 21420 10029 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107318379 11246329856 10736 33554432000 4194304 4196468 140725327501712 140670899501712 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21475] ppid=21417 vsize=10982744 memory=140111446088999 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21475/stat : 21475 (java) S 21417 21420 10029 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107318379 11246329856 10736 33554432000 4194304 4196468 140725327501712 140670784698896 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21476] ppid=21417 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21476/stat : 21476 (java) S 21417 21420 10029 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107318379 11246329856 10736 33554432000 4194304 4196468 140725327501712 140670783646096 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21477] ppid=21417 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21477/stat : 21477 (java) S 21417 21420 10029 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107318379 11246329856 10736 33554432000 4194304 4196468 140725327501712 140670432893200 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21478] ppid=21417 vsize=10982744 memory=140111445448320 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21478/stat : 21478 (java) S 21417 21420 10029 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107318380 11246329856 10736 33554432000 4194304 4196468 140725327501712 140670388317040 140670895270530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21479] ppid=21417 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21479/stat : 21479 (java) S 21417 21420 10029 0 -1 1077944384 13 12955 0 0 0 0 5 3 20 0 15 0 107318380 11246329856 10802 33554432000 4194304 4196468 140725327501712 140669708396064 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21480] ppid=21417 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21480/stat : 21480 (java) S 21417 21420 10029 0 -1 1077944384 21 12955 0 0 0 0 5 3 20 0 15 0 107318381 11246329856 10802 33554432000 4194304 4196468 140725327501712 140669641282928 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21481] ppid=21417 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21481/stat : 21481 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318383 11246329856 10802 33554432000 4194304 4196468 140725327501712 140669333887312 140670895277979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21482] ppid=21417 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21420/task/21482/stat : 21482 (java) S 21417 21420 10029 0 -1 1077944384 438 12955 0 0 1 0 5 3 20 0 15 0 107318383 11246329856 10802 33554432000 4194304 4196468 140725327501712 140670387263856 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21483] ppid=21417 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21483/stat : 21483 (java) S 21417 21420 10029 0 -1 1077944384 178 12955 0 0 0 0 5 3 20 0 15 0 107318383 11246329856 10802 33554432000 4194304 4196468 140725327501712 140670386211056 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21484] ppid=21417 vsize=10982744 memory=140111445448320 CPUtime=0.11 cores=0,2,4,6
/proc/21420/task/21484/stat : 21484 (java) S 21417 21420 10029 0 -1 1077944384 609 12955 0 0 3 0 5 3 20 0 15 0 107318383 11246329856 10802 33554432000 4194304 4196468 140725327501712 140670385158256 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21485] ppid=21417 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21485/stat : 21485 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318384 11246329856 10802 33554432000 4194304 4196468 140725327501712 140668903090400 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21486] ppid=21417 vsize=10982744 memory=140111445448320 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21486/stat : 21486 (java) S 21417 21420 10029 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107318384 11246329856 10802 33554432000 4194304 4196468 140725327501712 140670384106672 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42680 KiB

[startup+0.31008 s]*
/proc/loadavg: 2.17 1.79 1.81 3/216 21486
/proc/meminfo: memFree=25545480/32770624 swapFree=67028832/67108860
[pid=21420] ppid=21417 vsize=10983192 memory=54172 CPUtime=0.39 cores=0,2,4,6
/proc/21420/stat : 21420 (java) S 21417 21420 10029 0 -1 1077944320 10634 12955 0 0 29 2 5 3 20 0 15 0 107318369 11246788608 13543 33554432000 4194304 4196468 140725327501712 140725327484256 140670895259383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
/proc/21420/statm: 2745798 13543 3076 1 0 2708109 0
[pid=21420/tid=21473] ppid=21417 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21420/task/21473/stat : 21473 (java) R 21417 21420 10029 0 -1 4202560 7155 12955 0 0 20 1 5 3 20 0 15 0 107318378 11246788608 13543 33554432000 4194304 4196468 140725327501712 140670867071392 140670876822943 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21474] ppid=21417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21474/stat : 21474 (java) S 21417 21420 10029 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107318379 11246788608 13543 33554432000 4194304 4196468 140725327501712 140670899501712 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21475] ppid=21417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21475/stat : 21475 (java) S 21417 21420 10029 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107318379 11246788608 13543 33554432000 4194304 4196468 140725327501712 140670784698896 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21476] ppid=21417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21476/stat : 21476 (java) S 21417 21420 10029 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107318379 11246788608 13543 33554432000 4194304 4196468 140725327501712 140670783646096 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21477] ppid=21417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21477/stat : 21477 (java) S 21417 21420 10029 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107318379 11246788608 13543 33554432000 4194304 4196468 140725327501712 140670432893200 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21478] ppid=21417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21478/stat : 21478 (java) S 21417 21420 10029 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107318380 11246788608 13543 33554432000 4194304 4196468 140725327501712 140670388317040 140670895270530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21479] ppid=21417 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21479/stat : 21479 (java) S 21417 21420 10029 0 -1 1077944384 13 12955 0 0 0 0 5 3 20 0 15 0 107318380 11246788608 13543 33554432000 4194304 4196468 140725327501712 140669708396064 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21480] ppid=21417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21480/stat : 21480 (java) S 21417 21420 10029 0 -1 1077944384 21 12955 0 0 0 0 5 3 20 0 15 0 107318381 11246788608 13543 33554432000 4194304 4196468 140725327501712 140669641282928 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21481] ppid=21417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21481/stat : 21481 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318383 11246788608 13543 33554432000 4194304 4196468 140725327501712 140669333887312 140670895277979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21482] ppid=21417 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21420/task/21482/stat : 21482 (java) S 21417 21420 10029 0 -1 1077944384 438 12955 0 0 1 0 5 3 20 0 15 0 107318383 11246788608 13543 33554432000 4194304 4196468 140725327501712 140670387263856 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21483] ppid=21417 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21420/task/21483/stat : 21483 (java) S 21417 21420 10029 0 -1 1077944384 179 12955 0 0 1 0 5 3 20 0 15 0 107318383 11246788608 13543 33554432000 4194304 4196468 140725327501712 140670386211056 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21484] ppid=21417 vsize=10983192 memory=140111445448320 CPUtime=0.12 cores=0,2,4,6
/proc/21420/task/21484/stat : 21484 (java) S 21417 21420 10029 0 -1 1077944384 619 12955 0 0 4 0 5 3 20 0 15 0 107318383 11246788608 13543 33554432000 4194304 4196468 140725327501712 140670385158256 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21485] ppid=21417 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21485/stat : 21485 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318384 11246788608 13543 33554432000 4194304 4196468 140725327501712 140668903090400 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21486] ppid=21417 vsize=10983192 memory=140111445448320 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21486/stat : 21486 (java) S 21417 21420 10029 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107318384 11246788608 13543 33554432000 4194304 4196468 140725327501712 140670384106672 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54172 KiB

[startup+0.700759 s]
/proc/loadavg: 2.17 1.79 1.81 4/216 21486
/proc/meminfo: memFree=25533712/32770624 swapFree=67028832/67108860
[pid=21420] ppid=21417 vsize=10983192 memory=86360 CPUtime=0.99 cores=0,2,4,6
/proc/21420/stat : 21420 (java) S 21417 21420 10029 0 -1 1077944320 16797 12955 0 0 88 3 5 3 20 0 15 0 107318369 11246788608 21590 33554432000 4194304 4196468 140725327501712 140725327484256 140670895259383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
/proc/21420/statm: 2745798 21590 3238 1 0 2708109 0
[pid=21420/tid=21473] ppid=21417 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/21420/task/21473/stat : 21473 (java) R 21417 21420 10029 0 -1 4202560 12277 12955 0 0 57 2 5 3 20 0 15 0 107318378 11246788608 21590 33554432000 4194304 4196468 140725327501712 140670867080208 140670879339870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21474] ppid=21417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21474/stat : 21474 (java) S 21417 21420 10029 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107318379 11246788608 21590 33554432000 4194304 4196468 140725327501712 140670899501712 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21475] ppid=21417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21475/stat : 21475 (java) S 21417 21420 10029 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107318379 11246788608 21590 33554432000 4194304 4196468 140725327501712 140670784698896 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21476] ppid=21417 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21476/stat : 21476 (java) S 21417 21420 10029 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107318379 11246788608 21590 33554432000 4194304 4196468 140725327501712 140670783646096 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21477] ppid=21417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21477/stat : 21477 (java) S 21417 21420 10029 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107318379 11246788608 21590 33554432000 4194304 4196468 140725327501712 140670432893200 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21478] ppid=21417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21478/stat : 21478 (java) S 21417 21420 10029 0 -1 1077944384 5 12955 0 0 0 0 5 3 20 0 15 0 107318380 11246788608 21590 33554432000 4194304 4196468 140725327501712 140670388317040 140670895270530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21479] ppid=21417 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21479/stat : 21479 (java) S 21417 21420 10029 0 -1 1077944384 13 12955 0 0 0 0 5 3 20 0 15 0 107318380 11246788608 21590 33554432000 4194304 4196468 140725327501712 140669708396064 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21480] ppid=21417 vsize=10983192 memory=140111295689488 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21480/stat : 21480 (java) S 21417 21420 10029 0 -1 1077944384 21 12955 0 0 0 0 5 3 20 0 15 0 107318381 11246788608 21590 33554432000 4194304 4196468 140725327501712 140669641282928 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21481] ppid=21417 vsize=10983192 memory=140114718097993 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21481/stat : 21481 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318383 11246788608 21590 33554432000 4194304 4196468 140725327501712 140669333887312 140670895277979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21482] ppid=21417 vsize=10983192 memory=796 CPUtime=0.18 cores=0,2,4,6
/proc/21420/task/21482/stat : 21482 (java) S 21417 21420 10029 0 -1 1077944384 1020 12955 0 0 10 0 5 3 20 0 15 0 107318383 11246788608 21590 33554432000 4194304 4196468 140725327501712 140670387263856 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21483] ppid=21417 vsize=10983192 memory=7014751519650764113 CPUtime=0.15 cores=0,2,4,6
/proc/21420/task/21483/stat : 21483 (java) S 21417 21420 10029 0 -1 1077944384 573 12955 0 0 7 0 5 3 20 0 15 0 107318383 11246788608 21590 33554432000 4194304 4196468 140725327501712 140670386211056 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21484] ppid=21417 vsize=10983192 memory=7597123233646858610 CPUtime=0.21 cores=0,2,4,6
/proc/21420/task/21484/stat : 21484 (java) R 21417 21420 10029 0 -1 4202560 682 12955 0 0 13 0 5 3 20 0 15 0 107318383 11246788608 21590 33554432000 4194304 4196468 140725327501712 140670385158256 140670895271318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21485] ppid=21417 vsize=10983192 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21485/stat : 21485 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318384 11246788608 21590 33554432000 4194304 4196468 140725327501712 140668903090400 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21486] ppid=21417 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21486/stat : 21486 (java) S 21417 21420 10029 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107318384 11246788608 21590 33554432000 4194304 4196468 140725327501712 140670384106672 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86360 KiB

[startup+1.50072 s]
/proc/loadavg: 2.15 1.79 1.81 4/216 21486
/proc/meminfo: memFree=25488564/32770624 swapFree=67028832/67108860
[pid=21420] ppid=21417 vsize=10998092 memory=177848 CPUtime=2.3 cores=0,2,4,6
/proc/21420/stat : 21420 (java) S 21417 21420 10029 0 -1 1077944320 23862 12955 0 0 213 9 5 3 20 0 15 0 107318369 11262046208 44462 33554432000 4194304 4196468 140725327501712 140725327484256 140670895259383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
/proc/21420/statm: 2749523 44462 3472 1 0 2711181 0
[pid=21420/tid=21473] ppid=21417 vsize=10998092 memory=9169 CPUtime=1.43 cores=0,2,4,6
/proc/21420/task/21473/stat : 21473 (java) R 21417 21420 10029 0 -1 4202560 17696 12955 0 0 130 5 5 3 20 0 15 0 107318378 11262046208 44462 33554432000 4194304 4196468 140725327501712 140670867090752 140670879339870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21474] ppid=21417 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/21420/task/21474/stat : 21474 (java) S 21417 21420 10029 0 -1 1077944384 207 12955 0 0 1 0 5 3 20 0 15 0 107318379 11262046208 44462 33554432000 4194304 4196468 140725327501712 140670899501712 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21475] ppid=21417 vsize=10998092 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/21420/task/21475/stat : 21475 (java) S 21417 21420 10029 0 -1 1077944384 22 12955 0 0 1 0 5 3 20 0 15 0 107318379 11262046208 44462 33554432000 4194304 4196468 140725327501712 140670784698896 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21476] ppid=21417 vsize=10998092 memory=3036 CPUtime=0.09 cores=0,2,4,6
/proc/21420/task/21476/stat : 21476 (java) S 21417 21420 10029 0 -1 1077944384 18 12955 0 0 1 0 5 3 20 0 15 0 107318379 11262046208 44462 33554432000 4194304 4196468 140725327501712 140670783646096 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21477] ppid=21417 vsize=10998092 memory=86360 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21477/stat : 21477 (java) S 21417 21420 10029 0 -1 1077944384 73 12955 0 0 0 0 5 3 20 0 15 0 107318379 11262046208 44462 33554432000 4194304 4196468 140725327501712 140670432893200 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21478] ppid=21417 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21420/task/21478/stat : 21478 (java) S 21417 21420 10029 0 -1 1077944384 56 12955 0 0 1 0 5 3 20 0 15 0 107318380 11262046208 44462 33554432000 4194304 4196468 140725327501712 140670388317040 140670895270530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21479] ppid=21417 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21479/stat : 21479 (java) S 21417 21420 10029 0 -1 1077944384 14 12955 0 0 0 0 5 3 20 0 15 0 107318380 11262046208 44462 33554432000 4194304 4196468 140725327501712 140669708396128 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21480] ppid=21417 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21480/stat : 21480 (java) S 21417 21420 10029 0 -1 1077944384 43 12955 0 0 0 0 5 3 20 0 15 0 107318381 11262046208 44462 33554432000 4194304 4196468 140725327501712 140669641282944 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21481] ppid=21417 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21481/stat : 21481 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318383 11262046208 44462 33554432000 4194304 4196468 140725327501712 140669333887312 140670895277979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21482] ppid=21417 vsize=10998092 memory=4638778398332698720 CPUtime=0.28 cores=0,2,4,6
/proc/21420/task/21482/stat : 21482 (java) S 21417 21420 10029 0 -1 1077944384 1137 12955 0 0 20 0 5 3 20 0 15 0 107318383 11262046208 44462 33554432000 4194304 4196468 140725327501712 140670387263856 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21483] ppid=21417 vsize=10998092 memory=280222591654784 CPUtime=0.27 cores=0,2,4,6
/proc/21420/task/21483/stat : 21483 (java) S 21417 21420 10029 0 -1 1077944384 1057 12955 0 0 19 0 5 3 20 0 15 0 107318383 11262046208 44462 33554432000 4194304 4196468 140725327501712 140670386211056 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21484] ppid=21417 vsize=10998092 memory=6944656592452807323 CPUtime=0.42 cores=0,2,4,6
/proc/21420/task/21484/stat : 21484 (java) S 21417 21420 10029 0 -1 1077944384 1338 12955 0 0 34 0 5 3 20 0 15 0 107318383 11262046208 44462 33554432000 4194304 4196468 140725327501712 140670385158256 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21485] ppid=21417 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21485/stat : 21485 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318384 11262046208 44462 33554432000 4194304 4196468 140725327501712 140668903090400 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21486] ppid=21417 vsize=10998092 memory=6944656591801719708 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21486/stat : 21486 (java) S 21417 21420 10029 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107318384 11262046208 44462 33554432000 4194304 4196468 140725327501712 140670384106672 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10998092 KiB

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

/proc/21420/task/21473/stat : 21473 (java) R 21417 21420 10029 0 -1 4202560 48890 12955 0 0 16077 23 5 3 20 0 15 0 107318378 11343855616 256628 33554432000 4194304 4196468 140725327501712 140670867094032 140670482446946 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21474] ppid=21417 vsize=11077984 memory=1026512 CPUtime=0.6 cores=0,2,4,6
/proc/21420/task/21474/stat : 21474 (java) S 21417 21420 10029 0 -1 1077944384 3839 12955 0 0 48 4 5 3 20 0 15 0 107318379 11343855616 256628 33554432000 4194304 4196468 140725327501712 140670899501712 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21475] ppid=21417 vsize=11077984 memory=1026512 CPUtime=0.59 cores=0,2,4,6
/proc/21420/task/21475/stat : 21475 (java) S 21417 21420 10029 0 -1 1077944384 914 12955 0 0 46 5 5 3 20 0 15 0 107318379 11343855616 256628 33554432000 4194304 4196468 140725327501712 140670784698896 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21476] ppid=21417 vsize=11077984 memory=1026512 CPUtime=0.59 cores=0,2,4,6
/proc/21420/task/21476/stat : 21476 (java) S 21417 21420 10029 0 -1 1077944384 1979 12955 0 0 46 5 5 3 20 0 15 0 107318379 11343855616 256628 33554432000 4194304 4196468 140725327501712 140670783646096 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21477] ppid=21417 vsize=11077984 memory=1026512 CPUtime=0.6 cores=0,2,4,6
/proc/21420/task/21477/stat : 21477 (java) S 21417 21420 10029 0 -1 1077944384 3447 12955 0 0 47 5 5 3 20 0 15 0 107318379 11343855616 256628 33554432000 4194304 4196468 140725327501712 140670432893200 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21478] ppid=21417 vsize=11077984 memory=1026512 CPUtime=0.56 cores=0,2,4,6
/proc/21420/task/21478/stat : 21478 (java) S 21417 21420 10029 0 -1 1077944384 5383 12955 0 0 46 2 5 3 20 0 15 0 107318380 11343855616 256628 33554432000 4194304 4196468 140725327501712 140670388317040 140670895270530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21479] ppid=21417 vsize=11077984 memory=12772 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21479/stat : 21479 (java) S 21417 21420 10029 0 -1 1077944384 14 12955 0 0 0 0 5 3 20 0 15 0 107318380 11343855616 256628 33554432000 4194304 4196468 140725327501712 140669708396192 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21480] ppid=21417 vsize=11077984 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21480/stat : 21480 (java) S 21417 21420 10029 0 -1 1077944384 45 12955 0 0 0 0 5 3 20 0 15 0 107318381 11343855616 256628 33554432000 4194304 4196468 140725327501712 140669641282944 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21481] ppid=21417 vsize=11077984 memory=1026504 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21481/stat : 21481 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318383 11343855616 256628 33554432000 4194304 4196468 140725327501712 140669333887312 140670895277979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21482] ppid=21417 vsize=11077984 memory=1026504 CPUtime=4.08 cores=0,2,4,6
/proc/21420/task/21482/stat : 21482 (java) S 21417 21420 10029 0 -1 1077944384 15678 12955 0 0 395 5 5 3 20 0 15 0 107318383 11343855616 256628 33554432000 4194304 4196468 140725327501712 140670387263856 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21483] ppid=21417 vsize=11077984 memory=1760 CPUtime=3.99 cores=0,2,4,6
/proc/21420/task/21483/stat : 21483 (java) S 21417 21420 10029 0 -1 1077944384 15867 12955 0 0 388 3 5 3 20 0 15 0 107318383 11343855616 256628 33554432000 4194304 4196468 140725327501712 140670386211056 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21484] ppid=21417 vsize=11077984 memory=960 CPUtime=2.13 cores=0,2,4,6
/proc/21420/task/21484/stat : 21484 (java) S 21417 21420 10029 0 -1 1077944384 19364 12955 0 0 202 3 5 3 20 0 15 0 107318383 11343855616 256628 33554432000 4194304 4196468 140725327501712 140670385158256 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21485] ppid=21417 vsize=11077984 memory=1026512 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21485/stat : 21485 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318384 11343855616 256628 33554432000 4194304 4196468 140725327501712 140668903090400 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21486] ppid=21417 vsize=11077984 memory=6791534058613427641 CPUtime=0.18 cores=0,2,4,6
/proc/21420/task/21486/stat : 21486 (java) S 21417 21420 10029 0 -1 1077944384 400 12955 0 0 5 5 5 3 20 0 15 0 107318384 11343855616 256628 33554432000 4194304 4196468 140725327501712 140670384106672 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
Current children cumulated CPU time: 173.78 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1026512 KiB

[startup+222.301 s]
/proc/loadavg: 1.45 1.73 1.78 3/215 21618
/proc/meminfo: memFree=21632816/32770624 swapFree=67028840/67108860
[pid=21420] ppid=21417 vsize=11077984 memory=1028672 CPUtime=234.58 cores=0,2,4,6
/proc/21420/stat : 21420 (java) S 21417 21420 10029 0 -1 1077944320 123042 12955 0 0 23384 66 5 3 20 0 15 0 107318369 11343855616 257168 33554432000 4194304 4196468 140725327501712 140725327484256 140670895259383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
/proc/21420/statm: 2769496 257168 3532 1 0 2731149 0
[pid=21420/tid=21473] ppid=21417 vsize=11077984 memory=1028672 CPUtime=220.44 cores=0,2,4,6
/proc/21420/task/21473/stat : 21473 (java) R 21417 21420 10029 0 -1 4202560 50318 12955 0 0 22012 24 5 3 20 0 15 0 107318378 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670867094928 140670479106631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21474] ppid=21417 vsize=11077984 memory=3544 CPUtime=0.88 cores=0,2,4,6
/proc/21420/task/21474/stat : 21474 (java) S 21417 21420 10029 0 -1 1077944384 3998 12955 0 0 75 5 5 3 20 0 15 0 107318379 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670899501712 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21475] ppid=21417 vsize=11077984 memory=1028664 CPUtime=0.87 cores=0,2,4,6
/proc/21420/task/21475/stat : 21475 (java) S 21417 21420 10029 0 -1 1077944384 2484 12955 0 0 73 6 5 3 20 0 15 0 107318379 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670784698896 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21476] ppid=21417 vsize=11077984 memory=27228 CPUtime=0.87 cores=0,2,4,6
/proc/21420/task/21476/stat : 21476 (java) S 21417 21420 10029 0 -1 1077944384 2012 12955 0 0 73 6 5 3 20 0 15 0 107318379 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670783646096 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21477] ppid=21417 vsize=11077984 memory=1028664 CPUtime=0.87 cores=0,2,4,6
/proc/21420/task/21477/stat : 21477 (java) S 21417 21420 10029 0 -1 1077944384 3525 12955 0 0 74 5 5 3 20 0 15 0 107318379 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670432893200 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21478] ppid=21417 vsize=11077984 memory=1028664 CPUtime=0.84 cores=0,2,4,6
/proc/21420/task/21478/stat : 21478 (java) S 21417 21420 10029 0 -1 1077944384 5755 12955 0 0 72 4 5 3 20 0 15 0 107318380 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670388317040 140670895270530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21479] ppid=21417 vsize=11077984 memory=1028604 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21479/stat : 21479 (java) S 21417 21420 10029 0 -1 1077944384 14 12955 0 0 0 0 5 3 20 0 15 0 107318380 11343855616 257168 33554432000 4194304 4196468 140725327501712 140669708396192 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21480] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21480/stat : 21480 (java) S 21417 21420 10029 0 -1 1077944384 45 12955 0 0 0 0 5 3 20 0 15 0 107318381 11343855616 257168 33554432000 4194304 4196468 140725327501712 140669641282944 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21481] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21481/stat : 21481 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318383 11343855616 257168 33554432000 4194304 4196468 140725327501712 140669333887312 140670895277979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21482] ppid=21417 vsize=11077984 memory=5220 CPUtime=4.08 cores=0,2,4,6
/proc/21420/task/21482/stat : 21482 (java) S 21417 21420 10029 0 -1 1077944384 15680 12955 0 0 395 5 5 3 20 0 15 0 107318383 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670387263856 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21483] ppid=21417 vsize=11077984 memory=1028672 CPUtime=3.99 cores=0,2,4,6
/proc/21420/task/21483/stat : 21483 (java) S 21417 21420 10029 0 -1 1077944384 15869 12955 0 0 388 3 5 3 20 0 15 0 107318383 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670386211056 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21484] ppid=21417 vsize=11077984 memory=776 CPUtime=2.14 cores=0,2,4,6
/proc/21420/task/21484/stat : 21484 (java) S 21417 21420 10029 0 -1 1077944384 20715 12955 0 0 203 3 5 3 20 0 15 0 107318383 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670385158256 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21485] ppid=21417 vsize=11077984 memory=1876 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21485/stat : 21485 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318384 11343855616 257168 33554432000 4194304 4196468 140725327501712 140668903090400 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21486] ppid=21417 vsize=11077984 memory=1664 CPUtime=0.21 cores=0,2,4,6
/proc/21420/task/21486/stat : 21486 (java) S 21417 21420 10029 0 -1 1077944384 427 12955 0 0 6 7 5 3 20 0 15 0 107318384 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670384106672 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
Current children cumulated CPU time: 234.58 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1028672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+239.501 s]
/proc/loadavg: 1.35 1.69 1.77 3/215 21618
/proc/meminfo: memFree=21633808/32770624 swapFree=67028840/67108860
[pid=21420] ppid=21417 vsize=11077984 memory=1028672 CPUtime=252.02 cores=0,2,4,6
/proc/21420/stat : 21420 (java) S 21417 21420 10029 0 -1 1077944320 124940 12955 0 0 25124 70 5 3 20 0 15 0 107318369 11343855616 257168 33554432000 4194304 4196468 140725327501712 140725327484256 140670895259383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
/proc/21420/statm: 2769496 257168 3532 1 0 2731149 0
[pid=21420/tid=21473] ppid=21417 vsize=11077984 memory=1028664 CPUtime=237.44 cores=0,2,4,6
/proc/21420/task/21473/stat : 21473 (java) R 21417 21420 10029 0 -1 4202560 50909 12955 0 0 23712 24 5 3 20 0 15 0 107318378 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670867093936 140670482183415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21474] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.97 cores=0,2,4,6
/proc/21420/task/21474/stat : 21474 (java) S 21417 21420 10029 0 -1 1077944384 4000 12955 0 0 83 6 5 3 20 0 15 0 107318379 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670899501712 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21475] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.96 cores=0,2,4,6
/proc/21420/task/21475/stat : 21475 (java) S 21417 21420 10029 0 -1 1077944384 2487 12955 0 0 81 7 5 3 20 0 15 0 107318379 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670784698896 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21476] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.95 cores=0,2,4,6
/proc/21420/task/21476/stat : 21476 (java) S 21417 21420 10029 0 -1 1077944384 2017 12955 0 0 81 6 5 3 20 0 15 0 107318379 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670783646096 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21477] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.97 cores=0,2,4,6
/proc/21420/task/21477/stat : 21477 (java) S 21417 21420 10029 0 -1 1077944384 3532 12955 0 0 82 7 5 3 20 0 15 0 107318379 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670432893200 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21478] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.91 cores=0,2,4,6
/proc/21420/task/21478/stat : 21478 (java) S 21417 21420 10029 0 -1 1077944384 5766 12955 0 0 79 4 5 3 20 0 15 0 107318380 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670388317040 140670895270530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21479] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21479/stat : 21479 (java) S 21417 21420 10029 0 -1 1077944384 14 12955 0 0 0 0 5 3 20 0 15 0 107318380 11343855616 257168 33554432000 4194304 4196468 140725327501712 140669708396192 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21480] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21480/stat : 21480 (java) S 21417 21420 10029 0 -1 1077944384 45 12955 0 0 0 0 5 3 20 0 15 0 107318381 11343855616 257168 33554432000 4194304 4196468 140725327501712 140669641282944 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21481] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21481/stat : 21481 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318383 11343855616 257168 33554432000 4194304 4196468 140725327501712 140669333887312 140670895277979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21482] ppid=21417 vsize=11077984 memory=184503205144524 CPUtime=4.08 cores=0,2,4,6
/proc/21420/task/21482/stat : 21482 (java) S 21417 21420 10029 0 -1 1077944384 16957 12955 0 0 395 5 5 3 20 0 15 0 107318383 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670387263856 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21483] ppid=21417 vsize=11077984 memory=1028672 CPUtime=3.99 cores=0,2,4,6
/proc/21420/task/21483/stat : 21483 (java) S 21417 21420 10029 0 -1 1077944384 15870 12955 0 0 388 3 5 3 20 0 15 0 107318383 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670386211056 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21484] ppid=21417 vsize=11077984 memory=1028672 CPUtime=2.14 cores=0,2,4,6
/proc/21420/task/21484/stat : 21484 (java) S 21417 21420 10029 0 -1 1077944384 20716 12955 0 0 203 3 5 3 20 0 15 0 107318383 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670385158256 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21485] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21485/stat : 21485 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318384 11343855616 257168 33554432000 4194304 4196468 140725327501712 140668903090400 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21486] ppid=21417 vsize=11077984 memory=1664 CPUtime=0.23 cores=0,2,4,6
/proc/21420/task/21486/stat : 21486 (java) S 21417 21420 10029 0 -1 1077944384 427 12955 0 0 7 8 5 3 20 0 15 0 107318384 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670384106672 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1028672 KiB

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

[startup+239.546 s]
# the end of solver process 21420 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.317 s, system=0.752142 s

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

[startup+239.501 s]
/proc/loadavg: 1.35 1.69 1.77 3/215 21618
/proc/meminfo: memFree=21633808/32770624 swapFree=67028840/67108860
[pid=21420] ppid=21417 vsize=11077984 memory=1028672 CPUtime=252.02 cores=0,2,4,6
/proc/21420/stat : 21420 (java) S 21417 21420 10029 0 -1 1077944320 124940 12955 0 0 25124 70 5 3 20 0 15 0 107318369 11343855616 257168 33554432000 4194304 4196468 140725327501712 140725327484256 140670895259383 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
/proc/21420/statm: 2769496 257168 3532 1 0 2731149 0
[pid=21420/tid=21473] ppid=21417 vsize=11077984 memory=1028664 CPUtime=237.44 cores=0,2,4,6
/proc/21420/task/21473/stat : 21473 (java) R 21417 21420 10029 0 -1 4202560 50909 12955 0 0 23712 24 5 3 20 0 15 0 107318378 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670867093936 140670482183415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21474] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.97 cores=0,2,4,6
/proc/21420/task/21474/stat : 21474 (java) S 21417 21420 10029 0 -1 1077944384 4000 12955 0 0 83 6 5 3 20 0 15 0 107318379 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670899501712 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21475] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.96 cores=0,2,4,6
/proc/21420/task/21475/stat : 21475 (java) S 21417 21420 10029 0 -1 1077944384 2487 12955 0 0 81 7 5 3 20 0 15 0 107318379 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670784698896 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21476] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.95 cores=0,2,4,6
/proc/21420/task/21476/stat : 21476 (java) S 21417 21420 10029 0 -1 1077944384 2017 12955 0 0 81 6 5 3 20 0 15 0 107318379 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670783646096 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21477] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.97 cores=0,2,4,6
/proc/21420/task/21477/stat : 21477 (java) S 21417 21420 10029 0 -1 1077944384 3532 12955 0 0 82 7 5 3 20 0 15 0 107318379 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670432893200 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21478] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.91 cores=0,2,4,6
/proc/21420/task/21478/stat : 21478 (java) S 21417 21420 10029 0 -1 1077944384 5766 12955 0 0 79 4 5 3 20 0 15 0 107318380 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670388317040 140670895270530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21479] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21479/stat : 21479 (java) S 21417 21420 10029 0 -1 1077944384 14 12955 0 0 0 0 5 3 20 0 15 0 107318380 11343855616 257168 33554432000 4194304 4196468 140725327501712 140669708396192 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21480] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21480/stat : 21480 (java) S 21417 21420 10029 0 -1 1077944384 45 12955 0 0 0 0 5 3 20 0 15 0 107318381 11343855616 257168 33554432000 4194304 4196468 140725327501712 140669641282944 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21481] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21481/stat : 21481 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318383 11343855616 257168 33554432000 4194304 4196468 140725327501712 140669333887312 140670895277979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21482] ppid=21417 vsize=11077984 memory=184503205144524 CPUtime=4.08 cores=0,2,4,6
/proc/21420/task/21482/stat : 21482 (java) S 21417 21420 10029 0 -1 1077944384 16957 12955 0 0 395 5 5 3 20 0 15 0 107318383 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670387263856 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21483] ppid=21417 vsize=11077984 memory=1028672 CPUtime=3.99 cores=0,2,4,6
/proc/21420/task/21483/stat : 21483 (java) S 21417 21420 10029 0 -1 1077944384 15870 12955 0 0 388 3 5 3 20 0 15 0 107318383 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670386211056 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21484] ppid=21417 vsize=11077984 memory=1028672 CPUtime=2.14 cores=0,2,4,6
/proc/21420/task/21484/stat : 21484 (java) S 21417 21420 10029 0 -1 1077944384 20716 12955 0 0 203 3 5 3 20 0 15 0 107318383 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670385158256 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21485] ppid=21417 vsize=11077984 memory=1028672 CPUtime=0.08 cores=0,2,4,6
/proc/21420/task/21485/stat : 21485 (java) S 21417 21420 10029 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107318384 11343855616 257168 33554432000 4194304 4196468 140725327501712 140668903090400 140670895269589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
[pid=21420/tid=21486] ppid=21417 vsize=11077984 memory=1664 CPUtime=0.23 cores=0,2,4,6
/proc/21420/task/21486/stat : 21486 (java) S 21417 21420 10029 0 -1 1077944384 427 12955 0 0 7 8 5 3 20 0 15 0 107318384 11343855616 257168 33554432000 4194304 4196468 140725327501712 140670384106672 140670895270530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19472384 140725327510129 140725327512929 140725327512929 140725327515599 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1028672 KiB

Child status: 143
Real time (s): 239.546
CPU time (s): 252.069
CPU user time (s): 251.317
CPU system time (s): 0.752142
CPU usage (%): 105.228
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 1028672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.317
system time used= 0.752142
maximum resident set size= 1031208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140071
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29495
involuntary context switches= 902


# summary of solver processes directly reported to runsolver:
#   pid: 21420
#   total CPU time (s): 252.069
#   total CPU user time (s): 251.317
#   total CPU system time (s): 0.752142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34615 second user time and 2.38147 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 22:52:32
IDJOB=4302364
IDBENCH=141476
IDSOLVER=2776
FILE ID=node102/4302364-1532897552
RUNJOBID= node102-1532894154-16078
PBS_JOBID= 21022526
Free space on /tmp= 52952 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302364-1532897552/watcher-4302364-1532897552 -o /tmp/evaluation-result-4302364-1532897552/solver-4302364-1532897552 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16078 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1684913975 HOME/instance-4302364-1532897552.xml

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

MD5SUM BENCH= 15f73e55c1796ea716b22977fcdd958b
RANDOM SEED=1684913975

node102.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.51
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.51
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.51
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.51
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:        25584220 kB
MemAvailable:   30865708 kB
Buffers:          235608 kB
Cached:          5289588 kB
SwapCached:        53020 kB
Active:          2348016 kB
Inactive:        4312312 kB
Active(anon):    1061188 kB
Inactive(anon):    99168 kB
Active(file):    1286828 kB
Inactive(file):  4213144 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028832 kB
Dirty:             26660 kB
Writeback:           136 kB
AnonPages:       1060632 kB
Mapped:            51872 kB
Shmem:             22596 kB
Slab:             224376 kB
SReclaimable:     194704 kB
SUnreclaim:        29672 kB
KernelStack:        3824 kB
PageTables:         7316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2268252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

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