Trace number 4295126

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13SAT (TO)111 2520.09 2474.24

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-02_c18.xml
MD5SUM9e298a48575be159e0b6ad4a2fcf836a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark166.12
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size642
Distribution of domain sizes[{"size":1,"count":1},{"size":642,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":45},{"degree":4,"count":34},{"degree":5,"count":42},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":183},{"arity":22,"count":1},{"arity":27,"count":1},{"arity":31,"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.98/0.75	c Concrete v3.8.1528841891564 running
10.63/4.74	o 138
10.96/4.85	o 135
11.59/5.08	o 134
11.59/5.10	o 131
11.78/5.18	o 130
11.96/5.23	o 124
11.96/5.30	o 123
12.16/5.31	o 122
13.57/6.25	o 121
13.69/6.30	o 118
13.69/6.37	o 117
13.94/6.53	o 116
14.84/7.28	o 115
14.97/7.30	o 113
22.66/14.23	o 112
37.45/28.46	o 111
2520.03/2474.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2474.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2474.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2474.20		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.03/2474.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.03/2474.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.03/2474.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2474.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.03/2474.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2474.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2474.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2474.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2474.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2474.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2474.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2474.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2474.21		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.03/2474.21		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2474.21		at scala.Option.map(Option.scala:146)
2520.03/2474.21		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2474.21		at concrete.MAC.mac(MAC.scala:203)
2520.03/2474.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2474.21		at scala.util.Try$.apply(Try.scala:209)
2520.03/2474.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2474.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2474.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2474.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2474.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2474.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2474.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2474.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2474.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2474.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2474.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2474.21		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2474.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2474.21		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2474.21		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2474.21		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2474.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2474.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2474.21		at scala.util.Success.map(Try.scala:209)
2520.03/2474.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2474.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2474.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2474.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2474.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2474.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2474.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2474.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2474.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2474.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2474.21		at scala.App.main(App.scala:76)
2520.03/2474.21		at scala.App.main$(App.scala:74)
2520.03/2474.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2474.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2474.22	v <instantiation cost="111">
2520.03/2474.22	v       <list>
2520.03/2474.22	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/2474.22	v       </list>
2520.03/2474.22	v       <values>
2520.03/2474.22	v         0 0 0 0 1 6 10 2 25 6 26 8 10 20 6 34 39 20 17 19 39 73 25 40 9 54 42 10 2 10 22 25 60 22 34 47 19 31 36 63 66 19 22 36 60 28 56 29 41 27 60 30 30 39 40 82 80 87 32 48 48 3 36 71 52 74 58 46 30 66 52 45 80 56 87 57 56 32 48 53 75 46 41 54 53 87 67 74 72 71 82 66 64 44 60 67 102 97 80 34 79 102 86 80 83 59 67 84 84 74 95 87 92 92 67 94 93 103 106 106 103 111
2520.03/2474.22	v       </values>
2520.03/2474.22	v     </instantiation>
2520.03/2474.22	s SATISFIABLE

Verifier Data

OK	111

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295126-1532529454/watcher-4295126-1532529454 -o /tmp/evaluation-result-4295126-1532529454/solver-4295126-1532529454 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=514386397 HOME/instance-4295126-1532529454.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=25838, runsolver pid=25835

[startup+0.101006 s]*
/proc/loadavg: 1.25 1.62 1.64 2/206 25895
/proc/meminfo: memFree=15864524/32770624 swapFree=67108860/67108860
[pid=25838] ppid=25835 vsize=9972712 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/25838/stat : 25838 (java) S 25835 25838 24385 0 -1 1077944320 4384 12985 0 0 1 1 5 2 20 0 6 0 70508541 10212057088 4715 33554432000 4194304 4196468 140734240239904 140734240222448 140646373142263 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
/proc/25838/statm: 2493178 4715 1934 1 0 2481616 0
[pid=25838/tid=25891] ppid=25835 vsize=9972712 memory=4279135703913235855 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25891/stat : 25891 (java) R 25835 25838 24385 0 -1 4202560 2192 12985 0 0 0 0 5 2 20 0 6 0 70508550 10212057088 4715 33554432000 4194304 4196468 140734240239904 140646344979024 140646373164189 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25892] ppid=25835 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25892/stat : 25892 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 6 0 70508551 10212057088 4715 33554432000 4194304 4196468 140734240239904 140646377384336 140646373152469 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25893] ppid=25835 vsize=9972712 memory=140067395921536 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25893/stat : 25893 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 6 0 70508551 10212057088 4715 33554432000 4194304 4196468 140734240239904 140646292203792 140646373152469 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25894] ppid=25835 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25894/stat : 25894 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 6 0 70508551 10212057088 4715 33554432000 4194304 4196468 140734240239904 140646291151504 140646373152469 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25895] ppid=25835 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25895/stat : 25895 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 6 0 70508551 10212057088 4780 33554432000 4194304 4196468 140734240239904 140646290098704 140646373152469 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210469 s]*
/proc/loadavg: 1.25 1.62 1.64 3/215 25904
/proc/meminfo: memFree=15843444/32770624 swapFree=67108860/67108860
[pid=25838] ppid=25835 vsize=10818904 memory=42360 CPUtime=0.25 cores=0,2,4,6
/proc/25838/stat : 25838 (java) S 25835 25838 24385 0 -1 1077944320 7255 12985 0 0 16 2 5 2 20 0 15 0 70508541 11078557696 10590 33554432000 4194304 4196468 140734240239904 140734240222448 140646373142263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
/proc/25838/statm: 2704726 10590 2988 1 0 2667149 0
[pid=25838/tid=25891] ppid=25835 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/25838/task/25891/stat : 25891 (java) R 25835 25838 24385 0 -1 4202560 3823 12985 0 0 10 1 5 2 20 0 15 0 70508550 11078557696 10590 33554432000 4194304 4196468 140734240239904 140646344959376 140646353418077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25892] ppid=25835 vsize=10818904 memory=331 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25892/stat : 25892 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508551 11078557696 10656 33554432000 4194304 4196468 140734240239904 140646377384336 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25893] ppid=25835 vsize=10818904 memory=140067395946096 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25893/stat : 25893 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508551 11078557696 10656 33554432000 4194304 4196468 140734240239904 140646292203792 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25894] ppid=25835 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25894/stat : 25894 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508551 11078557696 10656 33554432000 4194304 4196468 140734240239904 140646291151504 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25895] ppid=25835 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25895/stat : 25895 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508551 11078557696 10656 33554432000 4194304 4196468 140734240239904 140646290098704 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25896] ppid=25835 vsize=10818904 memory=140067395921536 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25896/stat : 25896 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508553 11078557696 10656 33554432000 4194304 4196468 140734240239904 140645899778672 140646373153410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25897] ppid=25835 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25897/stat : 25897 (java) S 25835 25838 24385 0 -1 1077944384 13 12985 0 0 0 0 5 2 20 0 15 0 70508553 11078557696 10656 33554432000 4194304 4196468 140734240239904 140645294400800 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25898] ppid=25835 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25898/stat : 25898 (java) S 25835 25838 24385 0 -1 1077944384 21 12985 0 0 0 0 5 2 20 0 15 0 70508553 11078557696 10656 33554432000 4194304 4196468 140734240239904 140645260842608 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25899] ppid=25835 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25899/stat : 25899 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508556 11078557696 10656 33554432000 4194304 4196468 140734240239904 140645146552912 140646373160859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25900] ppid=25835 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25900/stat : 25900 (java) S 25835 25838 24385 0 -1 1077944384 549 12985 0 0 0 0 5 2 20 0 15 0 70508556 11078557696 10656 33554432000 4194304 4196468 140734240239904 140645898725488 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25901] ppid=25835 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25838/task/25901/stat : 25901 (java) S 25835 25838 24385 0 -1 1077944384 67 12985 0 0 1 0 5 2 20 0 15 0 70508556 11078557696 10656 33554432000 4194304 4196468 140734240239904 140645897672688 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25902] ppid=25835 vsize=10818904 memory=140067395921536 CPUtime=0.1 cores=0,2,4,6
/proc/25838/task/25902/stat : 25902 (java) S 25835 25838 24385 0 -1 1077944384 605 12985 0 0 3 0 5 2 20 0 15 0 70508556 11078557696 10656 33554432000 4194304 4196468 140734240239904 140645896620400 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25903] ppid=25835 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25903/stat : 25903 (java) S 25835 25838 24385 0 -1 1077944384 3 12985 0 0 0 0 5 2 20 0 15 0 70508556 11078557696 10722 33554432000 4194304 4196468 140734240239904 140644676790752 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25904] ppid=25835 vsize=10818904 memory=140067395921536 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25904/stat : 25904 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508556 11078557696 10722 33554432000 4194304 4196468 140734240239904 140645895568304 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42360 KiB

[startup+0.310171 s]*
/proc/loadavg: 1.25 1.62 1.64 3/215 25904
/proc/meminfo: memFree=15832452/32770624 swapFree=67108860/67108860
[pid=25838] ppid=25835 vsize=10819352 memory=55544 CPUtime=0.38 cores=0,2,4,6
/proc/25838/stat : 25838 (java) S 25835 25838 24385 0 -1 1077944320 10401 12985 0 0 28 3 5 2 20 0 15 0 70508541 11079016448 13886 33554432000 4194304 4196468 140734240239904 140734240222448 140646373142263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
/proc/25838/statm: 2704838 13886 3107 1 0 2667149 0
[pid=25838/tid=25891] ppid=25835 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/25838/task/25891/stat : 25891 (java) R 25835 25838 24385 0 -1 4202560 6932 12985 0 0 19 2 5 2 20 0 15 0 70508550 11079016448 13886 33554432000 4194304 4196468 140734240239904 140646344954272 140646357222750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25892] ppid=25835 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25892/stat : 25892 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508551 11079016448 13886 33554432000 4194304 4196468 140734240239904 140646377384336 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25893] ppid=25835 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25893/stat : 25893 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508551 11079016448 13886 33554432000 4194304 4196468 140734240239904 140646292203792 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25894] ppid=25835 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25894/stat : 25894 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508551 11079016448 13886 33554432000 4194304 4196468 140734240239904 140646291151504 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25895] ppid=25835 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25895/stat : 25895 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508551 11079016448 13886 33554432000 4194304 4196468 140734240239904 140646290098704 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25896] ppid=25835 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25896/stat : 25896 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508553 11079016448 13886 33554432000 4194304 4196468 140734240239904 140645899778672 140646373153410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25897] ppid=25835 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25897/stat : 25897 (java) S 25835 25838 24385 0 -1 1077944384 13 12985 0 0 0 0 5 2 20 0 15 0 70508553 11079016448 13886 33554432000 4194304 4196468 140734240239904 140645294400800 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25898] ppid=25835 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25898/stat : 25898 (java) S 25835 25838 24385 0 -1 1077944384 21 12985 0 0 0 0 5 2 20 0 15 0 70508553 11079016448 13886 33554432000 4194304 4196468 140734240239904 140645260842608 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25899] ppid=25835 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25899/stat : 25899 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508556 11079016448 13886 33554432000 4194304 4196468 140734240239904 140645146552912 140646373160859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25900] ppid=25835 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25838/task/25900/stat : 25900 (java) S 25835 25838 24385 0 -1 1077944384 556 12985 0 0 1 0 5 2 20 0 15 0 70508556 11079016448 13886 33554432000 4194304 4196468 140734240239904 140645898725488 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25901] ppid=25835 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25838/task/25901/stat : 25901 (java) S 25835 25838 24385 0 -1 1077944384 67 12985 0 0 1 0 5 2 20 0 15 0 70508556 11079016448 13886 33554432000 4194304 4196468 140734240239904 140645897672688 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25902] ppid=25835 vsize=10819352 memory=140067395921536 CPUtime=0.12 cores=0,2,4,6
/proc/25838/task/25902/stat : 25902 (java) R 25835 25838 24385 0 -1 4202560 611 12985 0 0 5 0 5 2 20 0 15 0 70508556 11079016448 13886 33554432000 4194304 4196468 140734240239904 140645896620400 140646373163610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25903] ppid=25835 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25903/stat : 25903 (java) S 25835 25838 24385 0 -1 1077944384 3 12985 0 0 0 0 5 2 20 0 15 0 70508556 11079016448 13886 33554432000 4194304 4196468 140734240239904 140644676790752 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25904] ppid=25835 vsize=10819352 memory=140067395921536 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25904/stat : 25904 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508556 11079016448 13886 33554432000 4194304 4196468 140734240239904 140645895568304 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55544 KiB

[startup+0.700752 s]
/proc/loadavg: 1.25 1.62 1.64 3/215 25904
/proc/meminfo: memFree=15821304/32770624 swapFree=67108860/67108860
[pid=25838] ppid=25835 vsize=10819352 memory=88484 CPUtime=0.98 cores=0,2,4,6
/proc/25838/stat : 25838 (java) S 25835 25838 24385 0 -1 1077944320 16752 12985 0 0 87 4 5 2 20 0 15 0 70508541 11079016448 22121 33554432000 4194304 4196468 140734240239904 140734240222448 140646373142263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
/proc/25838/statm: 2704838 22121 3247 1 0 2667149 0
[pid=25838/tid=25891] ppid=25835 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25838/task/25891/stat : 25891 (java) R 25835 25838 24385 0 -1 4202560 12190 12985 0 0 56 3 5 2 20 0 15 0 70508550 11079016448 22121 33554432000 4194304 4196468 140734240239904 140646344963984 140646354705894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25892] ppid=25835 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25892/stat : 25892 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508551 11079016448 22121 33554432000 4194304 4196468 140734240239904 140646377384336 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25893] ppid=25835 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25893/stat : 25893 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508551 11079016448 22121 33554432000 4194304 4196468 140734240239904 140646292203792 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25894] ppid=25835 vsize=10819352 memory=140067272274704 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25894/stat : 25894 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508551 11079016448 22121 33554432000 4194304 4196468 140734240239904 140646291151504 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25895] ppid=25835 vsize=10819352 memory=140067473457748 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25895/stat : 25895 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508551 11079016448 22121 33554432000 4194304 4196468 140734240239904 140646290098704 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25896] ppid=25835 vsize=10819352 memory=8540 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25896/stat : 25896 (java) S 25835 25838 24385 0 -1 1077944384 5 12985 0 0 0 0 5 2 20 0 15 0 70508553 11079016448 22121 33554432000 4194304 4196468 140734240239904 140645899778672 140646373153410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25897] ppid=25835 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25897/stat : 25897 (java) S 25835 25838 24385 0 -1 1077944384 13 12985 0 0 0 0 5 2 20 0 15 0 70508553 11079016448 22121 33554432000 4194304 4196468 140734240239904 140645294400800 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25898] ppid=25835 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25898/stat : 25898 (java) S 25835 25838 24385 0 -1 1077944384 21 12985 0 0 0 0 5 2 20 0 15 0 70508553 11079016448 22121 33554432000 4194304 4196468 140734240239904 140645260842608 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25899] ppid=25835 vsize=10819352 memory=16436 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25899/stat : 25899 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508556 11079016448 22121 33554432000 4194304 4196468 140734240239904 140645146552912 140646373160859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25900] ppid=25835 vsize=10819352 memory=12696 CPUtime=0.14 cores=0,2,4,6
/proc/25838/task/25900/stat : 25900 (java) S 25835 25838 24385 0 -1 1077944384 932 12985 0 0 7 0 5 2 20 0 15 0 70508556 11079016448 22121 33554432000 4194304 4196468 140734240239904 140645898725488 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25901] ppid=25835 vsize=10819352 memory=4008 CPUtime=0.16 cores=0,2,4,6
/proc/25838/task/25901/stat : 25901 (java) S 25835 25838 24385 0 -1 1077944384 690 12985 0 0 9 0 5 2 20 0 15 0 70508556 11079016448 22121 33554432000 4194304 4196468 140734240239904 140645897672688 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25902] ppid=25835 vsize=10819352 memory=1796 CPUtime=0.2 cores=0,2,4,6
/proc/25838/task/25902/stat : 25902 (java) S 25835 25838 24385 0 -1 1077944384 702 12985 0 0 13 0 5 2 20 0 15 0 70508556 11079016448 22121 33554432000 4194304 4196468 140734240239904 140645896620400 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25903] ppid=25835 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25903/stat : 25903 (java) S 25835 25838 24385 0 -1 1077944384 3 12985 0 0 0 0 5 2 20 0 15 0 70508556 11079016448 22121 33554432000 4194304 4196468 140734240239904 140644676790752 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25904] ppid=25835 vsize=10819352 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25904/stat : 25904 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508556 11079016448 22121 33554432000 4194304 4196468 140734240239904 140645895568304 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88484 KiB

[startup+1.5007 s]
/proc/loadavg: 1.31 1.63 1.64 3/215 25904
/proc/meminfo: memFree=15777144/32770624 swapFree=67108860/67108860
[pid=25838] ppid=25835 vsize=10834252 memory=178752 CPUtime=2.3 cores=0,2,4,6
/proc/25838/stat : 25838 (java) S 25835 25838 24385 0 -1 1077944320 23859 12985 0 0 213 10 5 2 20 0 15 0 70508541 11094274048 44688 33554432000 4194304 4196468 140734240239904 140734240222448 140646373142263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
/proc/25838/statm: 2708563 44688 3467 1 0 2670221 0
[pid=25838/tid=25891] ppid=25835 vsize=10834252 memory=65244 CPUtime=1.42 cores=0,2,4,6
/proc/25838/task/25891/stat : 25891 (java) R 25835 25838 24385 0 -1 4202560 17622 12985 0 0 130 5 5 2 20 0 15 0 70508550 11094274048 44688 33554432000 4194304 4196468 140734240239904 140646344966256 140646352852544 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25892] ppid=25835 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/25838/task/25892/stat : 25892 (java) S 25835 25838 24385 0 -1 1077944384 21 12985 0 0 1 0 5 2 20 0 15 0 70508551 11094274048 44688 33554432000 4194304 4196468 140734240239904 140646377384336 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25893] ppid=25835 vsize=10834252 memory=280134544580768 CPUtime=0.08 cores=0,2,4,6
/proc/25838/task/25893/stat : 25893 (java) S 25835 25838 24385 0 -1 1077944384 20 12985 0 0 1 0 5 2 20 0 15 0 70508551 11094274048 44688 33554432000 4194304 4196468 140734240239904 140646292203792 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25894] ppid=25835 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25894/stat : 25894 (java) S 25835 25838 24385 0 -1 1077944384 187 12985 0 0 0 0 5 2 20 0 15 0 70508551 11094274048 44688 33554432000 4194304 4196468 140734240239904 140646291151504 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25895] ppid=25835 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25838/task/25895/stat : 25895 (java) S 25835 25838 24385 0 -1 1077944384 61 12985 0 0 1 0 5 2 20 0 15 0 70508551 11094274048 44688 33554432000 4194304 4196468 140734240239904 140646290098704 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25896] ppid=25835 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25838/task/25896/stat : 25896 (java) S 25835 25838 24385 0 -1 1077944384 55 12985 0 0 1 0 5 2 20 0 15 0 70508553 11094274048 44688 33554432000 4194304 4196468 140734240239904 140645899778672 140646373153410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25897] ppid=25835 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25897/stat : 25897 (java) S 25835 25838 24385 0 -1 1077944384 14 12985 0 0 0 0 5 2 20 0 15 0 70508553 11094274048 44688 33554432000 4194304 4196468 140734240239904 140645294400864 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25898] ppid=25835 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25898/stat : 25898 (java) S 25835 25838 24385 0 -1 1077944384 42 12985 0 0 0 0 5 2 20 0 15 0 70508553 11094274048 44688 33554432000 4194304 4196468 140734240239904 140645260842624 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25899] ppid=25835 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25899/stat : 25899 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508556 11094274048 44688 33554432000 4194304 4196468 140734240239904 140645146552912 140646373160859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25900] ppid=25835 vsize=10834252 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/25838/task/25900/stat : 25900 (java) S 25835 25838 24385 0 -1 1077944384 1166 12985 0 0 18 0 5 2 20 0 15 0 70508556 11094274048 44688 33554432000 4194304 4196468 140734240239904 140645898725488 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25901] ppid=25835 vsize=10834252 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/25838/task/25901/stat : 25901 (java) S 25835 25838 24385 0 -1 1077944384 1152 12985 0 0 23 0 5 2 20 0 15 0 70508556 11094274048 44688 33554432000 4194304 4196468 140734240239904 140645897672688 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25902] ppid=25835 vsize=10834252 memory=6791534058613427641 CPUtime=0.41 cores=0,2,4,6
/proc/25838/task/25902/stat : 25902 (java) S 25835 25838 24385 0 -1 1077944384 1325 12985 0 0 34 0 5 2 20 0 15 0 70508556 11094274048 44688 33554432000 4194304 4196468 140734240239904 140645896620400 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25903] ppid=25835 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25903/stat : 25903 (java) S 25835 25838 24385 0 -1 1077944384 3 12985 0 0 0 0 5 2 20 0 15 0 70508556 11094274048 44688 33554432000 4194304 4196468 140734240239904 140644676790752 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25904] ppid=25835 vsize=10834252 memory=280134544825216 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25904/stat : 25904 (java) S 25835 25838 24385 0 -1 1077944384 1 12985 0 0 0 0 5 2 20 0 15 0 70508556 11094274048 44688 33554432000 4194304 4196468 140734240239904 140645895568304 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10834252 KiB

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

/proc/25838/task/25891/stat : 25891 (java) R 25835 25838 24385 0 -1 4202560 98883 12985 0 0 229629 53 5 2 20 0 15 0 70508550 11176083456 279020 33554432000 4194304 4196468 140734240239904 140646344976768 140645984611520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25892] ppid=25835 vsize=10914144 memory=1116080 CPUtime=11.75 cores=0,2,4,6
/proc/25838/task/25892/stat : 25892 (java) S 25835 25838 24385 0 -1 1077944384 25255 12985 0 0 1117 51 5 2 20 0 15 0 70508551 11176083456 279020 33554432000 4194304 4196468 140734240239904 140646377384336 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25893] ppid=25835 vsize=10914144 memory=1114032 CPUtime=11.8 cores=0,2,4,6
/proc/25838/task/25893/stat : 25893 (java) S 25835 25838 24385 0 -1 1077944384 26280 12985 0 0 1119 54 5 2 20 0 15 0 70508551 11176083456 279020 33554432000 4194304 4196468 140734240239904 140646292203792 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25894] ppid=25835 vsize=10914144 memory=1114032 CPUtime=11.74 cores=0,2,4,6
/proc/25838/task/25894/stat : 25894 (java) S 25835 25838 24385 0 -1 1077944384 24555 12985 0 0 1108 59 5 2 20 0 15 0 70508551 11176083456 279020 33554432000 4194304 4196468 140734240239904 140646291151504 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25895] ppid=25835 vsize=10914144 memory=1116080 CPUtime=11.74 cores=0,2,4,6
/proc/25838/task/25895/stat : 25895 (java) S 25835 25838 24385 0 -1 1077944384 17273 12985 0 0 1115 52 5 2 20 0 15 0 70508551 11176083456 279020 33554432000 4194304 4196468 140734240239904 140646290098704 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25896] ppid=25835 vsize=10914144 memory=1116080 CPUtime=11.24 cores=0,2,4,6
/proc/25838/task/25896/stat : 25896 (java) S 25835 25838 24385 0 -1 1077944384 21090 12985 0 0 1066 51 5 2 20 0 15 0 70508553 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645899778672 140646373153410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25897] ppid=25835 vsize=10914144 memory=1116080 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25897/stat : 25897 (java) S 25835 25838 24385 0 -1 1077944384 14 12985 0 0 0 0 5 2 20 0 15 0 70508553 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645294400864 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25898] ppid=25835 vsize=10914144 memory=1116080 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25898/stat : 25898 (java) S 25835 25838 24385 0 -1 1077944384 46 12985 0 0 0 0 5 2 20 0 15 0 70508553 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645260842624 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25899] ppid=25835 vsize=10914144 memory=1116080 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25899/stat : 25899 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508556 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645146552912 140646373160859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25900] ppid=25835 vsize=10914144 memory=2200 CPUtime=3.69 cores=0,2,4,6
/proc/25838/task/25900/stat : 25900 (java) S 25835 25838 24385 0 -1 1077944384 24640 12985 0 0 358 4 5 2 20 0 15 0 70508556 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645898725488 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25901] ppid=25835 vsize=10914144 memory=1116080 CPUtime=3.82 cores=0,2,4,6
/proc/25838/task/25901/stat : 25901 (java) S 25835 25838 24385 0 -1 1077944384 29410 12985 0 0 372 3 5 2 20 0 15 0 70508556 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645897672688 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25902] ppid=25835 vsize=10914144 memory=1116080 CPUtime=2.1 cores=0,2,4,6
/proc/25838/task/25902/stat : 25902 (java) S 25835 25838 24385 0 -1 1077944384 19749 12985 0 0 198 5 5 2 20 0 15 0 70508556 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645896620400 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25903] ppid=25835 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25903/stat : 25903 (java) S 25835 25838 24385 0 -1 1077944384 3 12985 0 0 0 0 5 2 20 0 15 0 70508556 11176083456 279020 33554432000 4194304 4196468 140734240239904 140644676790752 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25904] ppid=25835 vsize=10914144 memory=21460 CPUtime=1.46 cores=0,2,4,6
/proc/25838/task/25904/stat : 25904 (java) S 25835 25838 24385 0 -1 1077944384 1674 12985 0 0 70 69 5 2 20 0 15 0 70508556 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645895568304 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
Current children cumulated CPU time: 2365.7 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1116080 KiB

[startup+2382.3 s]
/proc/loadavg: 1.51 1.54 1.51 3/215 26123
/proc/meminfo: memFree=19303836/32770624 swapFree=67108860/67108860
[pid=25838] ppid=25835 vsize=10914144 memory=1116080 CPUtime=2426.69 cores=0,2,4,6
/proc/25838/stat : 25838 (java) S 25835 25838 24385 0 -1 1077944320 294196 12985 0 0 242309 353 5 2 20 0 15 0 70508541 11176083456 279020 33554432000 4194304 4196468 140734240239904 140734240222448 140646373142263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
/proc/25838/statm: 2728536 279020 3533 1 0 2690189 0
[pid=25838/tid=25891] ppid=25835 vsize=10914144 memory=1116080 CPUtime=2356.24 cores=0,2,4,6
/proc/25838/task/25891/stat : 25891 (java) R 25835 25838 24385 0 -1 4202560 100157 12985 0 0 235563 54 5 2 20 0 15 0 70508550 11176083456 279020 33554432000 4194304 4196468 140734240239904 140646344977008 140645984853670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25892] ppid=25835 vsize=10914144 memory=6791534058613427641 CPUtime=12.07 cores=0,2,4,6
/proc/25838/task/25892/stat : 25892 (java) S 25835 25838 24385 0 -1 1077944384 25390 12985 0 0 1147 53 5 2 20 0 15 0 70508551 11176083456 279020 33554432000 4194304 4196468 140734240239904 140646377384336 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25893] ppid=25835 vsize=10914144 memory=1116080 CPUtime=12.13 cores=0,2,4,6
/proc/25838/task/25893/stat : 25893 (java) S 25835 25838 24385 0 -1 1077944384 26620 12985 0 0 1151 55 5 2 20 0 15 0 70508551 11176083456 279020 33554432000 4194304 4196468 140734240239904 140646292203792 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25894] ppid=25835 vsize=10914144 memory=1116080 CPUtime=12.07 cores=0,2,4,6
/proc/25838/task/25894/stat : 25894 (java) S 25835 25838 24385 0 -1 1077944384 24951 12985 0 0 1140 60 5 2 20 0 15 0 70508551 11176083456 279020 33554432000 4194304 4196468 140734240239904 140646291151504 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25895] ppid=25835 vsize=10914144 memory=1116080 CPUtime=12.06 cores=0,2,4,6
/proc/25838/task/25895/stat : 25895 (java) S 25835 25838 24385 0 -1 1077944384 17892 12985 0 0 1146 53 5 2 20 0 15 0 70508551 11176083456 279020 33554432000 4194304 4196468 140734240239904 140646290098704 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25896] ppid=25835 vsize=10914144 memory=1116080 CPUtime=11.53 cores=0,2,4,6
/proc/25838/task/25896/stat : 25896 (java) S 25835 25838 24385 0 -1 1077944384 21429 12985 0 0 1093 53 5 2 20 0 15 0 70508553 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645899778672 140646373153410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25897] ppid=25835 vsize=10914144 memory=1116080 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25897/stat : 25897 (java) S 25835 25838 24385 0 -1 1077944384 14 12985 0 0 0 0 5 2 20 0 15 0 70508553 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645294400864 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25898] ppid=25835 vsize=10914144 memory=1116080 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25898/stat : 25898 (java) S 25835 25838 24385 0 -1 1077944384 46 12985 0 0 0 0 5 2 20 0 15 0 70508553 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645260842624 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25899] ppid=25835 vsize=10914144 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25899/stat : 25899 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508556 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645146552912 140646373160859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25900] ppid=25835 vsize=10914144 memory=1116080 CPUtime=3.69 cores=0,2,4,6
/proc/25838/task/25900/stat : 25900 (java) S 25835 25838 24385 0 -1 1077944384 24642 12985 0 0 358 4 5 2 20 0 15 0 70508556 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645898725488 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25901] ppid=25835 vsize=10914144 memory=1116080 CPUtime=3.82 cores=0,2,4,6
/proc/25838/task/25901/stat : 25901 (java) S 25835 25838 24385 0 -1 1077944384 29413 12985 0 0 372 3 5 2 20 0 15 0 70508556 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645897672688 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25902] ppid=25835 vsize=10914144 memory=7528 CPUtime=2.1 cores=0,2,4,6
/proc/25838/task/25902/stat : 25902 (java) S 25835 25838 24385 0 -1 1077944384 19752 12985 0 0 198 5 5 2 20 0 15 0 70508556 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645896620400 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25903] ppid=25835 vsize=10914144 memory=840 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25903/stat : 25903 (java) S 25835 25838 24385 0 -1 1077944384 3 12985 0 0 0 0 5 2 20 0 15 0 70508556 11176083456 279020 33554432000 4194304 4196468 140734240239904 140644676790752 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25904] ppid=25835 vsize=10914144 memory=1116080 CPUtime=1.49 cores=0,2,4,6
/proc/25838/task/25904/stat : 25904 (java) S 25835 25838 24385 0 -1 1077944384 1697 12985 0 0 71 71 5 2 20 0 15 0 70508556 11176083456 279020 33554432000 4194304 4196468 140734240239904 140645895568304 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
Current children cumulated CPU time: 2426.69 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1116080 KiB

[startup+2442.3 s]
/proc/loadavg: 1.56 1.54 1.51 3/215 26124
/proc/meminfo: memFree=19288520/32770624 swapFree=67108860/67108860
[pid=25838] ppid=25835 vsize=10914144 memory=1128200 CPUtime=2487.65 cores=0,2,4,6
/proc/25838/stat : 25838 (java) S 25835 25838 24385 0 -1 1077944320 298286 12985 0 0 248397 361 5 2 20 0 15 0 70508541 11176083456 282050 33554432000 4194304 4196468 140734240239904 140734240222448 140646373142263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
/proc/25838/statm: 2728536 282050 3533 1 0 2690189 0
[pid=25838/tid=25891] ppid=25835 vsize=10914144 memory=1128200 CPUtime=2415.56 cores=0,2,4,6
/proc/25838/task/25891/stat : 25891 (java) R 25835 25838 24385 0 -1 4202560 101695 12985 0 0 241495 54 5 2 20 0 15 0 70508550 11176083456 282050 33554432000 4194304 4196468 140734240239904 140646344976656 140645987340140 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25892] ppid=25835 vsize=10914144 memory=1118128 CPUtime=12.39 cores=0,2,4,6
/proc/25838/task/25892/stat : 25892 (java) S 25835 25838 24385 0 -1 1077944384 25445 12985 0 0 1178 54 5 2 20 0 15 0 70508551 11176083456 282050 33554432000 4194304 4196468 140734240239904 140646377384336 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25893] ppid=25835 vsize=10914144 memory=1128200 CPUtime=12.45 cores=0,2,4,6
/proc/25838/task/25893/stat : 25893 (java) S 25835 25838 24385 0 -1 1077944384 27229 12985 0 0 1182 56 5 2 20 0 15 0 70508551 11176083456 282050 33554432000 4194304 4196468 140734240239904 140646292203792 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25894] ppid=25835 vsize=10914144 memory=1118128 CPUtime=12.4 cores=0,2,4,6
/proc/25838/task/25894/stat : 25894 (java) S 25835 25838 24385 0 -1 1077944384 25425 12985 0 0 1171 62 5 2 20 0 15 0 70508551 11176083456 282050 33554432000 4194304 4196468 140734240239904 140646291151504 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25895] ppid=25835 vsize=10914144 memory=1118128 CPUtime=12.39 cores=0,2,4,6
/proc/25838/task/25895/stat : 25895 (java) S 25835 25838 24385 0 -1 1077944384 18639 12985 0 0 1177 55 5 2 20 0 15 0 70508551 11176083456 282050 33554432000 4194304 4196468 140734240239904 140646290098704 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25896] ppid=25835 vsize=10914144 memory=1118128 CPUtime=11.82 cores=0,2,4,6
/proc/25838/task/25896/stat : 25896 (java) S 25835 25838 24385 0 -1 1077944384 22036 12985 0 0 1121 54 5 2 20 0 15 0 70508553 11176083456 282050 33554432000 4194304 4196468 140734240239904 140645899778672 140646373153410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25897] ppid=25835 vsize=10914144 memory=1118128 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25897/stat : 25897 (java) S 25835 25838 24385 0 -1 1077944384 14 12985 0 0 0 0 5 2 20 0 15 0 70508553 11176083456 282050 33554432000 4194304 4196468 140734240239904 140645294400864 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25898] ppid=25835 vsize=10914144 memory=1118128 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25898/stat : 25898 (java) S 25835 25838 24385 0 -1 1077944384 46 12985 0 0 0 0 5 2 20 0 15 0 70508553 11176083456 282050 33554432000 4194304 4196468 140734240239904 140645260842624 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25899] ppid=25835 vsize=10914144 memory=1118128 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25899/stat : 25899 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508556 11176083456 282050 33554432000 4194304 4196468 140734240239904 140645146552912 140646373160859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25900] ppid=25835 vsize=10914144 memory=1118128 CPUtime=3.69 cores=0,2,4,6
/proc/25838/task/25900/stat : 25900 (java) S 25835 25838 24385 0 -1 1077944384 24646 12985 0 0 358 4 5 2 20 0 15 0 70508556 11176083456 282050 33554432000 4194304 4196468 140734240239904 140645898725488 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25901] ppid=25835 vsize=10914144 memory=1128200 CPUtime=3.82 cores=0,2,4,6
/proc/25838/task/25901/stat : 25901 (java) S 25835 25838 24385 0 -1 1077944384 29419 12985 0 0 372 3 5 2 20 0 15 0 70508556 11176083456 282050 33554432000 4194304 4196468 140734240239904 140645897672688 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25902] ppid=25835 vsize=10914144 memory=1118128 CPUtime=2.1 cores=0,2,4,6
/proc/25838/task/25902/stat : 25902 (java) S 25835 25838 24385 0 -1 1077944384 19758 12985 0 0 198 5 5 2 20 0 15 0 70508556 11176083456 282050 33554432000 4194304 4196468 140734240239904 140645896620400 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25903] ppid=25835 vsize=10914144 memory=1128200 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25903/stat : 25903 (java) S 25835 25838 24385 0 -1 1077944384 3 12985 0 0 0 0 5 2 20 0 15 0 70508556 11176083456 282050 33554432000 4194304 4196468 140734240239904 140644676790752 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25904] ppid=25835 vsize=10914144 memory=1128200 CPUtime=1.53 cores=0,2,4,6
/proc/25838/task/25904/stat : 25904 (java) S 25835 25838 24385 0 -1 1077944384 1741 12985 0 0 73 73 5 2 20 0 15 0 70508556 11176083456 282050 33554432000 4194304 4196468 140734240239904 140645895568304 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
Current children cumulated CPU time: 2487.65 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1128200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.2 s]
/proc/loadavg: 1.54 1.54 1.51 3/215 26125
/proc/meminfo: memFree=19287164/32770624 swapFree=67108860/67108860
[pid=25838] ppid=25835 vsize=10914144 memory=1128328 CPUtime=2520.03 cores=0,2,4,6
/proc/25838/stat : 25838 (java) S 25835 25838 24385 0 -1 1077944320 299176 12985 0 0 251631 365 5 2 20 0 15 0 70508541 11176083456 282082 33554432000 4194304 4196468 140734240239904 140734240222448 140646373142263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
/proc/25838/statm: 2728536 282082 3533 1 0 2690189 0
[pid=25838/tid=25891] ppid=25835 vsize=10914144 memory=288230613214036277 CPUtime=2447.12 cores=0,2,4,6
/proc/25838/task/25891/stat : 25891 (java) R 25835 25838 24385 0 -1 4202560 102157 12985 0 0 244650 55 5 2 20 0 15 0 70508550 11176083456 282082 33554432000 4194304 4196468 140734240239904 140646344977264 140645984822905 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25892] ppid=25835 vsize=10914144 memory=13847486485760432 CPUtime=12.57 cores=0,2,4,6
/proc/25838/task/25892/stat : 25892 (java) S 25835 25838 24385 0 -1 1077944384 25769 12985 0 0 1195 55 5 2 20 0 15 0 70508551 11176083456 282082 33554432000 4194304 4196468 140734240239904 140646377384336 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25893] ppid=25835 vsize=10914144 memory=1428 CPUtime=12.62 cores=0,2,4,6
/proc/25838/task/25893/stat : 25893 (java) S 25835 25838 24385 0 -1 1077944384 27251 12985 0 0 1198 57 5 2 20 0 15 0 70508551 11176083456 282082 33554432000 4194304 4196468 140734240239904 140646292203792 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25894] ppid=25835 vsize=10914144 memory=13048 CPUtime=12.56 cores=0,2,4,6
/proc/25838/task/25894/stat : 25894 (java) S 25835 25838 24385 0 -1 1077944384 25455 12985 0 0 1187 62 5 2 20 0 15 0 70508551 11176083456 282082 33554432000 4194304 4196468 140734240239904 140646291151504 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25895] ppid=25835 vsize=10914144 memory=1696 CPUtime=12.55 cores=0,2,4,6
/proc/25838/task/25895/stat : 25895 (java) S 25835 25838 24385 0 -1 1077944384 18659 12985 0 0 1193 55 5 2 20 0 15 0 70508551 11176083456 282082 33554432000 4194304 4196468 140734240239904 140646290098704 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25896] ppid=25835 vsize=10914144 memory=1232 CPUtime=11.97 cores=0,2,4,6
/proc/25838/task/25896/stat : 25896 (java) S 25835 25838 24385 0 -1 1077944384 22066 12985 0 0 1134 56 5 2 20 0 15 0 70508553 11176083456 282082 33554432000 4194304 4196468 140734240239904 140645899778672 140646373153410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25897] ppid=25835 vsize=10914144 memory=1948 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25897/stat : 25897 (java) S 25835 25838 24385 0 -1 1077944384 14 12985 0 0 0 0 5 2 20 0 15 0 70508553 11176083456 282082 33554432000 4194304 4196468 140734240239904 140645294400864 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25898] ppid=25835 vsize=10914144 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25898/stat : 25898 (java) S 25835 25838 24385 0 -1 1077944384 46 12985 0 0 0 0 5 2 20 0 15 0 70508553 11176083456 282082 33554432000 4194304 4196468 140734240239904 140645260842624 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25899] ppid=25835 vsize=10914144 memory=8540 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25899/stat : 25899 (java) S 25835 25838 24385 0 -1 1077944384 2 12985 0 0 0 0 5 2 20 0 15 0 70508556 11176083456 282082 33554432000 4194304 4196468 140734240239904 140645146552912 140646373160859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25900] ppid=25835 vsize=10914144 memory=800 CPUtime=3.69 cores=0,2,4,6
/proc/25838/task/25900/stat : 25900 (java) S 25835 25838 24385 0 -1 1077944384 24646 12985 0 0 358 4 5 2 20 0 15 0 70508556 11176083456 282082 33554432000 4194304 4196468 140734240239904 140645898725488 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25901] ppid=25835 vsize=10914144 memory=15876 CPUtime=3.82 cores=0,2,4,6
/proc/25838/task/25901/stat : 25901 (java) S 25835 25838 24385 0 -1 1077944384 29419 12985 0 0 372 3 5 2 20 0 15 0 70508556 11176083456 282082 33554432000 4194304 4196468 140734240239904 140645897672688 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25902] ppid=25835 vsize=10914144 memory=16436 CPUtime=2.1 cores=0,2,4,6
/proc/25838/task/25902/stat : 25902 (java) S 25835 25838 24385 0 -1 1077944384 19758 12985 0 0 198 5 5 2 20 0 15 0 70508556 11176083456 282082 33554432000 4194304 4196468 140734240239904 140645896620400 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25903] ppid=25835 vsize=10914144 memory=12728 CPUtime=0.07 cores=0,2,4,6
/proc/25838/task/25903/stat : 25903 (java) S 25835 25838 24385 0 -1 1077944384 3 12985 0 0 0 0 5 2 20 0 15 0 70508556 11176083456 282082 33554432000 4194304 4196468 140734240239904 140644676790752 140646373152469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
[pid=25838/tid=25904] ppid=25835 vsize=10914144 memory=3092 CPUtime=1.54 cores=0,2,4,6
/proc/25838/task/25904/stat : 25904 (java) S 25835 25838 24385 0 -1 1077944384 1743 12985 0 0 74 73 5 2 20 0 15 0 70508556 11176083456 282082 33554432000 4194304 4196468 140734240239904 140645895568304 140646373153410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734240246383 140734240249180 140734240249180 140734240251855 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1128328 KiB

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

[startup+2474.24 s]
# the end of solver process 25838 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.39 s, system=3.69811 s

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

Child status: 143
Real time (s): 2474.24
CPU time (s): 2520.09
CPU user time (s): 2516.39
CPU system time (s): 3.69811
CPU usage (%): 101.853
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1128328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.39
system time used= 3.69811
maximum resident set size= 1132472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313837
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286393
involuntary context switches= 9134


# summary of solver processes directly reported to runsolver:
#   pid: 25838
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.39
#   total CPU system time (s): 3.69811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0511 second user time and 23.5509 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 16:37:34
IDJOB=4295126
IDBENCH=141471
IDSOLVER=2750
FILE ID=node136/4295126-1532529454
RUNJOBID= node136-1532524210-24416
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295126-1532529454/watcher-4295126-1532529454 -o /tmp/evaluation-result-4295126-1532529454/solver-4295126-1532529454 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=514386397 HOME/instance-4295126-1532529454.xml

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

MD5SUM BENCH= 9e298a48575be159e0b6ad4a2fcf836a
RANDOM SEED=514386397

node136.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.50
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.50
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.50
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.50
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:        15874136 kB
MemAvailable:   26303300 kB
Buffers:          212912 kB
Cached:         10447276 kB
SwapCached:            0 kB
Active:          8186252 kB
Inactive:        8147468 kB
Active(anon):    5624412 kB
Inactive(anon):    76688 kB
Active(file):    2561840 kB
Inactive(file):  8070780 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26640 kB
Writeback:             0 kB
AnonPages:       5680884 kB
Mapped:            52824 kB
Shmem:             25228 kB
Slab:             251736 kB
SReclaimable:     224760 kB
SUnreclaim:        26976 kB
KernelStack:        3552 kB
PageTables:        15948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6517476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5408768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55888 MiB
End job on node136 at 2018-07-25 17:18:48