Trace number 4304600

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)111 2520.07 2486.73

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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
10.17/4.50	o 161
10.17/4.55	o 159
10.17/4.59	o 158
10.83/4.70	o 131
11.49/4.94	o 126
14.00/5.73	o 125
14.00/5.74	o 124
14.84/6.15	o 123
15.02/6.29	o 122
17.93/8.38	o 119
36.14/25.01	o 118
39.90/28.76	o 117
64.08/52.50	o 116
73.52/61.70	o 115
73.52/61.74	o 113
105.44/92.77	o 112
170.05/156.77	o 111
2520.03/2486.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2486.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2486.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2486.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.03/2486.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.03/2486.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.03/2486.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2486.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.03/2486.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2486.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2486.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.03/2486.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2486.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2486.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.03/2486.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2486.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2486.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.03/2486.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2486.70		at scala.Option.map(Option.scala:146)
2520.03/2486.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2486.70		at concrete.MAC.mac(MAC.scala:203)
2520.03/2486.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2486.70		at scala.util.Try$.apply(Try.scala:209)
2520.03/2486.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2486.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2486.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2486.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2486.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2486.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2486.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2486.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2486.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2486.70		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2486.70		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2486.70		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2486.70		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2486.70		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2486.70		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2486.70		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2486.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2486.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2486.70		at scala.util.Success.map(Try.scala:209)
2520.03/2486.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2486.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2486.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2486.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2486.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2486.70		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2486.70		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2486.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2486.70		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2486.70		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2486.70		at scala.App.main(App.scala:76)
2520.03/2486.70		at scala.App.main$(App.scala:74)
2520.03/2486.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2486.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2486.71	v <instantiation cost="111">
2520.03/2486.71	v       <list>
2520.03/2486.71	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/2486.71	v       </list>
2520.03/2486.71	v       <values>
2520.03/2486.71	v         0 0 0 0 1 6 10 2 22 6 26 7 10 17 6 32 37 9 17 19 31 10 23 39 5 57 43 33 2 10 19 43 65 18 31 48 38 28 63 61 69 19 22 37 63 39 58 29 56 47 60 71 27 39 22 81 55 90 32 49 48 3 78 69 54 89 26 27 9 71 52 45 48 69 87 60 56 33 55 56 80 48 48 53 69 85 70 74 70 80 59 63 70 29 76 71 92 99 85 31 88 104 85 82 84 59 67 84 82 74 95 93 92 92 72 94 93 103 108 106 103 111
2520.03/2486.71	v       </values>
2520.03/2486.71	v     </instantiation>
2520.03/2486.71	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 (1845 MiB free)
  memory of node 1: 16384 MiB (4095 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304600-1534119805/watcher-4304600-1534119805 -o /tmp/evaluation-result-4304600-1534119805/solver-4304600-1534119805 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=139220443 -superng HOME/instance-4304600-1534119805.xml 

running on 4 cores: 1,3,5,7

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=26228, runsolver pid=26225

[startup+0.101477 s]*
/proc/loadavg: 2.25 1.90 1.76 2/210 26285
/proc/meminfo: memFree=6075300/32770624 swapFree=67108852/67108860
[pid=26228] ppid=26225 vsize=10005480 memory=18856 CPUtime=0.09 cores=1,3,5,7
/proc/26228/stat : 26228 (java) S 26225 26228 20994 0 -1 1077944320 4390 13149 0 0 1 0 5 3 20 0 6 0 229543707 10245611520 4714 33554432000 4194304 4196468 140726419031472 140726419014016 139952433917687 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
/proc/26228/statm: 2501370 4714 1934 1 0 2489808 0
[pid=26228/tid=26281] ppid=26225 vsize=10005480 memory=4279135704013833615 CPUtime=0.09 cores=1,3,5,7
/proc/26228/task/26281/stat : 26281 (java) R 26225 26228 20994 0 -1 4202560 2192 13149 0 0 1 0 5 3 20 0 6 0 229543716 10245611520 4714 33554432000 4194304 4196468 140726419031472 139952405754448 139952433939613 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26282] ppid=26225 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26282/stat : 26282 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 6 0 229543716 10245611520 4714 33554432000 4194304 4196468 140726419031472 139952438160016 139952433927893 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26283] ppid=26225 vsize=10005480 memory=139787992622720 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26283/stat : 26283 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 6 0 229543716 10245611520 4714 33554432000 4194304 4196468 140726419031472 139952319425040 139952433927893 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26284] ppid=26225 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26284/stat : 26284 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 6 0 229543716 10245611520 4714 33554432000 4194304 4196468 140726419031472 139952318372240 139952433927893 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26285] ppid=26225 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26285/stat : 26285 (java) S 26225 26228 20994 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 6 0 229543716 10245611520 4714 33554432000 4194304 4196468 140726419031472 139952317319440 139952433927893 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18856 KiB

[startup+0.210038 s]*
/proc/loadavg: 2.25 1.90 1.76 3/219 26294
/proc/meminfo: memFree=6053464/32770624 swapFree=67108852/67108860
[pid=26228] ppid=26225 vsize=10982744 memory=45024 CPUtime=0.26 cores=1,3,5,7
/proc/26228/stat : 26228 (java) S 26225 26228 20994 0 -1 1077944320 7919 13149 0 0 16 2 5 3 20 0 15 0 229543707 11246329856 11256 33554432000 4194304 4196468 140726419031472 140726419014016 139952433917687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
/proc/26228/statm: 2745686 11256 2976 1 0 2708109 0
[pid=26228/tid=26281] ppid=26225 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/26228/task/26281/stat : 26281 (java) R 26225 26228 20994 0 -1 4202560 4468 13149 0 0 10 1 5 3 20 0 15 0 229543716 11246329856 11256 33554432000 4194304 4196468 140726419031472 139952405714416 139952433939613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26282] ppid=26225 vsize=10982744 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26282/stat : 26282 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543716 11246329856 11256 33554432000 4194304 4196468 140726419031472 139952438160016 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26283] ppid=26225 vsize=10982744 memory=139787992622720 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26283/stat : 26283 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543716 11246329856 11256 33554432000 4194304 4196468 140726419031472 139952319425040 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26284] ppid=26225 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26284/stat : 26284 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543716 11246329856 11256 33554432000 4194304 4196468 140726419031472 139952318372240 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26285] ppid=26225 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26285/stat : 26285 (java) S 26225 26228 20994 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 229543716 11246329856 11256 33554432000 4194304 4196468 140726419031472 139952317319440 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26286] ppid=26225 vsize=10982744 memory=139787992622720 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26286/stat : 26286 (java) S 26225 26228 20994 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 229543718 11246329856 11256 33554432000 4194304 4196468 140726419031472 139951927016304 139952433928834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26287] ppid=26225 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26287/stat : 26287 (java) S 26225 26228 20994 0 -1 1077944384 13 13149 0 0 0 0 5 3 20 0 15 0 229543718 11246329856 11256 33554432000 4194304 4196468 140726419031472 139951187420704 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26288] ppid=26225 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26288/stat : 26288 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543719 11246329856 11256 33554432000 4194304 4196468 140726419031472 139951039571312 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26289] ppid=26225 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26289/stat : 26289 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11246329856 11256 33554432000 4194304 4196468 140726419031472 139950732171600 139952433936283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26290] ppid=26225 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26228/task/26290/stat : 26290 (java) S 26225 26228 20994 0 -1 1077944384 480 13149 0 0 1 0 5 3 20 0 15 0 229543721 11246329856 11256 33554432000 4194304 4196468 140726419031472 139951925963120 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26291] ppid=26225 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26291/stat : 26291 (java) S 26225 26228 20994 0 -1 1077944384 142 13149 0 0 0 0 5 3 20 0 15 0 229543721 11246329856 11256 33554432000 4194304 4196468 140726419031472 139951924910320 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26292] ppid=26225 vsize=10982744 memory=139787992622720 CPUtime=0.11 cores=1,3,5,7
/proc/26228/task/26292/stat : 26292 (java) R 26225 26228 20994 0 -1 4202560 607 13149 0 0 3 0 5 3 20 0 15 0 229543721 11246329856 11256 33554432000 4194304 4196468 140726419031472 139951923857520 139952433939034 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26293] ppid=26225 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26293/stat : 26293 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11246329856 11256 33554432000 4194304 4196468 140726419031472 139950301374688 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26294] ppid=26225 vsize=10982744 memory=139787992622720 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26294/stat : 26294 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543722 11246329856 11256 33554432000 4194304 4196468 140726419031472 139951922805936 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45024 KiB

[startup+0.310331 s]*
/proc/loadavg: 2.25 1.90 1.76 3/219 26294
/proc/meminfo: memFree=6042300/32770624 swapFree=67108852/67108860
[pid=26228] ppid=26225 vsize=10983192 memory=55664 CPUtime=0.39 cores=1,3,5,7
/proc/26228/stat : 26228 (java) S 26225 26228 20994 0 -1 1077944320 10423 13149 0 0 28 3 5 3 20 0 15 0 229543707 11246788608 13916 33554432000 4194304 4196468 140726419031472 140726419014016 139952433917687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
/proc/26228/statm: 2745798 13916 3095 1 0 2708109 0
[pid=26228/tid=26281] ppid=26225 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/26228/task/26281/stat : 26281 (java) R 26225 26228 20994 0 -1 4202560 6962 13149 0 0 19 2 5 3 20 0 15 0 229543716 11246788608 13916 33554432000 4194304 4196468 140726419031472 139952405729696 139952417998174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26282] ppid=26225 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26282/stat : 26282 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543716 11246788608 13916 33554432000 4194304 4196468 140726419031472 139952438160016 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26283] ppid=26225 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26283/stat : 26283 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543716 11246788608 13916 33554432000 4194304 4196468 140726419031472 139952319425040 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26284] ppid=26225 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26284/stat : 26284 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543716 11246788608 13916 33554432000 4194304 4196468 140726419031472 139952318372240 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26285] ppid=26225 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26285/stat : 26285 (java) S 26225 26228 20994 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 229543716 11246788608 13916 33554432000 4194304 4196468 140726419031472 139952317319440 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26286] ppid=26225 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26286/stat : 26286 (java) S 26225 26228 20994 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 229543718 11246788608 13916 33554432000 4194304 4196468 140726419031472 139951927016304 139952433928834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26287] ppid=26225 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26287/stat : 26287 (java) S 26225 26228 20994 0 -1 1077944384 13 13149 0 0 0 0 5 3 20 0 15 0 229543718 11246788608 13916 33554432000 4194304 4196468 140726419031472 139951187420704 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26288] ppid=26225 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26288/stat : 26288 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543719 11246788608 13916 33554432000 4194304 4196468 140726419031472 139951039571312 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26289] ppid=26225 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26289/stat : 26289 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11246788608 13916 33554432000 4194304 4196468 140726419031472 139950732171600 139952433936283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26290] ppid=26225 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26228/task/26290/stat : 26290 (java) S 26225 26228 20994 0 -1 1077944384 482 13149 0 0 1 0 5 3 20 0 15 0 229543721 11246788608 13916 33554432000 4194304 4196468 140726419031472 139951925963120 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26291] ppid=26225 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26228/task/26291/stat : 26291 (java) S 26225 26228 20994 0 -1 1077944384 145 13149 0 0 1 0 5 3 20 0 15 0 229543721 11246788608 13916 33554432000 4194304 4196468 140726419031472 139951924910320 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26292] ppid=26225 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26228/task/26292/stat : 26292 (java) S 26225 26228 20994 0 -1 1077944384 613 13149 0 0 4 0 5 3 20 0 15 0 229543721 11246788608 13916 33554432000 4194304 4196468 140726419031472 139951923857520 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26293] ppid=26225 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26293/stat : 26293 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11246788608 13916 33554432000 4194304 4196468 140726419031472 139950301374688 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26294] ppid=26225 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26294/stat : 26294 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543722 11246788608 13916 33554432000 4194304 4196468 140726419031472 139951922805936 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55664 KiB

[startup+0.700766 s]
/proc/loadavg: 2.25 1.90 1.76 3/219 26294
/proc/meminfo: memFree=6030640/32770624 swapFree=67108852/67108860
[pid=26228] ppid=26225 vsize=10983192 memory=88676 CPUtime=1 cores=1,3,5,7
/proc/26228/stat : 26228 (java) S 26225 26228 20994 0 -1 1077944320 16764 13149 0 0 88 4 5 3 20 0 15 0 229543707 11246788608 22169 33554432000 4194304 4196468 140726419031472 140726419014016 139952433917687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
/proc/26228/statm: 2745798 22169 3238 1 0 2708109 0
[pid=26228/tid=26281] ppid=26225 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/26228/task/26281/stat : 26281 (java) R 26225 26228 20994 0 -1 4202560 12198 13149 0 0 56 3 5 3 20 0 15 0 229543716 11246788608 22169 33554432000 4194304 4196468 140726419031472 139952405738512 139952415481256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26282] ppid=26225 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26282/stat : 26282 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543716 11246788608 22169 33554432000 4194304 4196468 140726419031472 139952438160016 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26283] ppid=26225 vsize=10983192 memory=3768 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26283/stat : 26283 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543716 11246788608 22169 33554432000 4194304 4196468 140726419031472 139952319425040 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26284] ppid=26225 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26284/stat : 26284 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543716 11246788608 22169 33554432000 4194304 4196468 140726419031472 139952318372240 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26285] ppid=26225 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26285/stat : 26285 (java) S 26225 26228 20994 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 229543716 11246788608 22169 33554432000 4194304 4196468 140726419031472 139952317319440 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26286] ppid=26225 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26286/stat : 26286 (java) S 26225 26228 20994 0 -1 1077944384 5 13149 0 0 0 0 5 3 20 0 15 0 229543718 11246788608 22169 33554432000 4194304 4196468 140726419031472 139951927016304 139952433928834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26287] ppid=26225 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26287/stat : 26287 (java) S 26225 26228 20994 0 -1 1077944384 13 13149 0 0 0 0 5 3 20 0 15 0 229543718 11246788608 22169 33554432000 4194304 4196468 140726419031472 139951187420704 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26288] ppid=26225 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26288/stat : 26288 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543719 11246788608 22169 33554432000 4194304 4196468 140726419031472 139951039571312 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26289] ppid=26225 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26289/stat : 26289 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11246788608 22169 33554432000 4194304 4196468 140726419031472 139950732171600 139952433936283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26290] ppid=26225 vsize=10983192 memory=13252 CPUtime=0.18 cores=1,3,5,7
/proc/26228/task/26290/stat : 26290 (java) S 26225 26228 20994 0 -1 1077944384 1076 13149 0 0 10 0 5 3 20 0 15 0 229543721 11246788608 22169 33554432000 4194304 4196468 140726419031472 139951925963120 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26291] ppid=26225 vsize=10983192 memory=15460 CPUtime=0.15 cores=1,3,5,7
/proc/26228/task/26291/stat : 26291 (java) S 26225 26228 20994 0 -1 1077944384 562 13149 0 0 7 0 5 3 20 0 15 0 229543721 11246788608 22169 33554432000 4194304 4196468 140726419031472 139951924910320 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26292] ppid=26225 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/26228/task/26292/stat : 26292 (java) S 26225 26228 20994 0 -1 1077944384 703 13149 0 0 13 0 5 3 20 0 15 0 229543721 11246788608 22169 33554432000 4194304 4196468 140726419031472 139951923857520 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26293] ppid=26225 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26293/stat : 26293 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11246788608 22169 33554432000 4194304 4196468 140726419031472 139950301374688 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26294] ppid=26225 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26294/stat : 26294 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543722 11246788608 22169 33554432000 4194304 4196468 140726419031472 139951922805936 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88676 KiB

[startup+1.50072 s]
/proc/loadavg: 2.25 1.90 1.76 4/219 26294
/proc/meminfo: memFree=5984328/32770624 swapFree=67108852/67108860
[pid=26228] ppid=26225 vsize=10998092 memory=179340 CPUtime=2.31 cores=1,3,5,7
/proc/26228/stat : 26228 (java) S 26225 26228 20994 0 -1 1077944320 23873 13149 0 0 214 9 5 3 20 0 15 0 229543707 11262046208 44835 33554432000 4194304 4196468 140726419031472 140726419014016 139952433917687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
/proc/26228/statm: 2749523 44835 3476 1 0 2711181 0
[pid=26228/tid=26281] ppid=26225 vsize=10998092 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/26228/task/26281/stat : 26281 (java) R 26225 26228 20994 0 -1 4202560 17662 13149 0 0 130 5 5 3 20 0 15 0 229543716 11262046208 44835 33554432000 4194304 4196468 140726419031472 139952405749232 139952433939613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26282] ppid=26225 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26228/task/26282/stat : 26282 (java) S 26225 26228 20994 0 -1 1077944384 22 13149 0 0 1 0 5 3 20 0 15 0 229543716 11262046208 44835 33554432000 4194304 4196468 140726419031472 139952438160016 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26283] ppid=26225 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26228/task/26283/stat : 26283 (java) S 26225 26228 20994 0 -1 1077944384 23 13149 0 0 1 0 5 3 20 0 15 0 229543716 11262046208 44835 33554432000 4194304 4196468 140726419031472 139952319425040 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26284] ppid=26225 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26228/task/26284/stat : 26284 (java) S 26225 26228 20994 0 -1 1077944384 210 13149 0 0 1 0 5 3 20 0 15 0 229543716 11262046208 44835 33554432000 4194304 4196468 140726419031472 139952318372240 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26285] ppid=26225 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26285/stat : 26285 (java) S 26225 26228 20994 0 -1 1077944384 72 13149 0 0 0 0 5 3 20 0 15 0 229543716 11262046208 44835 33554432000 4194304 4196468 140726419031472 139952317319440 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26286] ppid=26225 vsize=10998092 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/26228/task/26286/stat : 26286 (java) S 26225 26228 20994 0 -1 1077944384 51 13149 0 0 1 0 5 3 20 0 15 0 229543718 11262046208 44835 33554432000 4194304 4196468 140726419031472 139951927016304 139952433928834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26287] ppid=26225 vsize=10998092 memory=279575661717760 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26287/stat : 26287 (java) S 26225 26228 20994 0 -1 1077944384 13 13149 0 0 0 0 5 3 20 0 15 0 229543718 11262046208 44835 33554432000 4194304 4196468 140726419031472 139951187420768 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26288] ppid=26225 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26288/stat : 26288 (java) S 26225 26228 20994 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 229543719 11262046208 44835 33554432000 4194304 4196468 140726419031472 139951039571328 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26289] ppid=26225 vsize=10998092 memory=11796 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26289/stat : 26289 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11262046208 44835 33554432000 4194304 4196468 140726419031472 139950732171600 139952433936283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26290] ppid=26225 vsize=10998092 memory=5772 CPUtime=0.32 cores=1,3,5,7
/proc/26228/task/26290/stat : 26290 (java) S 26225 26228 20994 0 -1 1077944384 1535 13149 0 0 24 0 5 3 20 0 15 0 229543721 11262046208 44835 33554432000 4194304 4196468 140726419031472 139951925963120 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26291] ppid=26225 vsize=10998092 memory=4616 CPUtime=0.25 cores=1,3,5,7
/proc/26228/task/26291/stat : 26291 (java) S 26225 26228 20994 0 -1 1077944384 760 13149 0 0 17 0 5 3 20 0 15 0 229543721 11262046208 44835 33554432000 4194304 4196468 140726419031472 139951924910320 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26292] ppid=26225 vsize=10998092 memory=1388 CPUtime=0.42 cores=1,3,5,7
/proc/26228/task/26292/stat : 26292 (java) S 26225 26228 20994 0 -1 1077944384 1322 13149 0 0 34 0 5 3 20 0 15 0 229543721 11262046208 44835 33554432000 4194304 4196468 140726419031472 139951923857520 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26293] ppid=26225 vsize=10998092 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26293/stat : 26293 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11262046208 44835 33554432000 4194304 4196468 140726419031472 139950301374688 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26294] ppid=26225 vsize=10998092 memory=880 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26294/stat : 26294 (java) S 26225 26228 20994 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 229543722 11262046208 44835 33554432000 4194304 4196468 140726419031472 139951922805936 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10998092 KiB

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

/proc/26228/task/26281/stat : 26281 (java) R 26225 26228 20994 0 -1 4202560 92241 13149 0 0 236690 37 5 3 20 0 15 0 229543716 11345952768 238004 33554432000 4194304 4196468 140726419031472 139952405752960 139952003093131 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26282] ppid=26225 vsize=11080032 memory=952016 CPUtime=7.08 cores=1,3,5,7
/proc/26228/task/26282/stat : 26282 (java) S 26225 26228 20994 0 -1 1077944384 13178 13149 0 0 665 35 5 3 20 0 15 0 229543716 11345952768 238004 33554432000 4194304 4196468 140726419031472 139952438160016 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26283] ppid=26225 vsize=11080032 memory=952016 CPUtime=7.09 cores=1,3,5,7
/proc/26228/task/26283/stat : 26283 (java) S 26225 26228 20994 0 -1 1077944384 24117 13149 0 0 668 33 5 3 20 0 15 0 229543716 11345952768 238004 33554432000 4194304 4196468 140726419031472 139952319425040 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26284] ppid=26225 vsize=11080032 memory=1720 CPUtime=7.11 cores=1,3,5,7
/proc/26228/task/26284/stat : 26284 (java) S 26225 26228 20994 0 -1 1077944384 17532 13149 0 0 668 35 5 3 20 0 15 0 229543716 11345952768 238004 33554432000 4194304 4196468 140726419031472 139952318372240 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26285] ppid=26225 vsize=11080032 memory=952016 CPUtime=7.1 cores=1,3,5,7
/proc/26228/task/26285/stat : 26285 (java) S 26225 26228 20994 0 -1 1077944384 19459 13149 0 0 672 30 5 3 20 0 15 0 229543716 11345952768 238004 33554432000 4194304 4196468 140726419031472 139952317319440 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26286] ppid=26225 vsize=11080032 memory=951996 CPUtime=5.37 cores=1,3,5,7
/proc/26228/task/26286/stat : 26286 (java) S 26225 26228 20994 0 -1 1077944384 19184 13149 0 0 498 31 5 3 20 0 15 0 229543718 11345952768 238004 33554432000 4194304 4196468 140726419031472 139951927016304 139952433928834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26287] ppid=26225 vsize=11080032 memory=951996 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26287/stat : 26287 (java) S 26225 26228 20994 0 -1 1077944384 13 13149 0 0 0 0 5 3 20 0 15 0 229543718 11345952768 238004 33554432000 4194304 4196468 140726419031472 139951187420832 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26288] ppid=26225 vsize=11080032 memory=952016 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26288/stat : 26288 (java) S 26225 26228 20994 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 229543719 11345952768 238004 33554432000 4194304 4196468 140726419031472 139951039571328 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26289] ppid=26225 vsize=11080032 memory=952016 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26289/stat : 26289 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11345952768 238004 33554432000 4194304 4196468 140726419031472 139950732171600 139952433936283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26290] ppid=26225 vsize=11080032 memory=3768 CPUtime=5.03 cores=1,3,5,7
/proc/26228/task/26290/stat : 26290 (java) S 26225 26228 20994 0 -1 1077944384 28926 13149 0 0 490 5 5 3 20 0 15 0 229543721 11345952768 238004 33554432000 4194304 4196468 140726419031472 139951925963120 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26291] ppid=26225 vsize=11080032 memory=62600 CPUtime=5.4 cores=1,3,5,7
/proc/26228/task/26291/stat : 26291 (java) S 26225 26228 20994 0 -1 1077944384 27619 13149 0 0 529 3 5 3 20 0 15 0 229543721 11345952768 238004 33554432000 4194304 4196468 140726419031472 139951924910320 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26292] ppid=26225 vsize=11080032 memory=952016 CPUtime=2.36 cores=1,3,5,7
/proc/26228/task/26292/stat : 26292 (java) S 26225 26228 20994 0 -1 1077944384 30777 13149 0 0 223 5 5 3 20 0 15 0 229543721 11345952768 238004 33554432000 4194304 4196468 140726419031472 139951923857520 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26293] ppid=26225 vsize=11080032 memory=952016 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26293/stat : 26293 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11345952768 238004 33554432000 4194304 4196468 140726419031472 139950301374688 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26294] ppid=26225 vsize=11080032 memory=2876 CPUtime=1.49 cores=1,3,5,7
/proc/26228/task/26294/stat : 26294 (java) S 26225 26228 20994 0 -1 1077944384 1528 13149 0 0 63 78 5 3 20 0 15 0 229543722 11345952768 238004 33554432000 4194304 4196468 140726419031472 139951922805936 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
Current children cumulated CPU time: 2414.79 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 952016 KiB

[startup+2442.3 s]
/proc/loadavg: 1.87 1.63 1.60 3/221 26652
/proc/meminfo: memFree=7307884/32770624 swapFree=67108852/67108860
[pid=26228] ppid=26225 vsize=11080032 memory=962152 CPUtime=2475.28 cores=1,3,5,7
/proc/26228/stat : 26228 (java) S 26225 26228 20994 0 -1 1077944320 279050 13149 0 0 247261 259 5 3 20 0 15 0 229543707 11345952768 240538 33554432000 4194304 4196468 140726419031472 140726419014016 139952433917687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
/proc/26228/statm: 2770008 240538 3535 1 0 2731661 0
[pid=26228/tid=26281] ppid=26225 vsize=11080032 memory=962148 CPUtime=2426.96 cores=1,3,5,7
/proc/26228/task/26281/stat : 26281 (java) R 26225 26228 20994 0 -1 4202560 93085 13149 0 0 242650 38 5 3 20 0 15 0 229543716 11345952768 240538 33554432000 4194304 4196468 140726419031472 139952405752992 139952003093097 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26282] ppid=26225 vsize=11080032 memory=952116 CPUtime=7.27 cores=1,3,5,7
/proc/26228/task/26282/stat : 26282 (java) S 26225 26228 20994 0 -1 1077944384 13355 13149 0 0 682 37 5 3 20 0 15 0 229543716 11345952768 240538 33554432000 4194304 4196468 140726419031472 139952438160016 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26283] ppid=26225 vsize=11080032 memory=962152 CPUtime=7.27 cores=1,3,5,7
/proc/26228/task/26283/stat : 26283 (java) S 26225 26228 20994 0 -1 1077944384 24150 13149 0 0 685 34 5 3 20 0 15 0 229543716 11345952768 240538 33554432000 4194304 4196468 140726419031472 139952319425040 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26284] ppid=26225 vsize=11080032 memory=952016 CPUtime=7.29 cores=1,3,5,7
/proc/26228/task/26284/stat : 26284 (java) S 26225 26228 20994 0 -1 1077944384 17867 13149 0 0 685 36 5 3 20 0 15 0 229543716 11345952768 240538 33554432000 4194304 4196468 140726419031472 139952318372240 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26285] ppid=26225 vsize=11080032 memory=962152 CPUtime=7.28 cores=1,3,5,7
/proc/26228/task/26285/stat : 26285 (java) S 26225 26228 20994 0 -1 1077944384 19995 13149 0 0 689 31 5 3 20 0 15 0 229543716 11345952768 240538 33554432000 4194304 4196468 140726419031472 139952317319440 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26286] ppid=26225 vsize=11080032 memory=952116 CPUtime=5.5 cores=1,3,5,7
/proc/26228/task/26286/stat : 26286 (java) S 26225 26228 20994 0 -1 1077944384 19501 13149 0 0 510 32 5 3 20 0 15 0 229543718 11345952768 240538 33554432000 4194304 4196468 140726419031472 139951927016304 139952433928834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26287] ppid=26225 vsize=11080032 memory=962148 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26287/stat : 26287 (java) S 26225 26228 20994 0 -1 1077944384 13 13149 0 0 0 0 5 3 20 0 15 0 229543718 11345952768 240538 33554432000 4194304 4196468 140726419031472 139951187420832 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26288] ppid=26225 vsize=11080032 memory=3768 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26288/stat : 26288 (java) S 26225 26228 20994 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 229543719 11345952768 240538 33554432000 4194304 4196468 140726419031472 139951039571328 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26289] ppid=26225 vsize=11080032 memory=62600 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26289/stat : 26289 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11345952768 240538 33554432000 4194304 4196468 140726419031472 139950732171600 139952433936283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26290] ppid=26225 vsize=11080032 memory=3768 CPUtime=5.03 cores=1,3,5,7
/proc/26228/task/26290/stat : 26290 (java) S 26225 26228 20994 0 -1 1077944384 28928 13149 0 0 490 5 5 3 20 0 15 0 229543721 11345952768 240538 33554432000 4194304 4196468 140726419031472 139951925963120 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26291] ppid=26225 vsize=11080032 memory=62600 CPUtime=5.4 cores=1,3,5,7
/proc/26228/task/26291/stat : 26291 (java) S 26225 26228 20994 0 -1 1077944384 27622 13149 0 0 529 3 5 3 20 0 15 0 229543721 11345952768 240538 33554432000 4194304 4196468 140726419031472 139951924910320 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26292] ppid=26225 vsize=11080032 memory=962152 CPUtime=2.36 cores=1,3,5,7
/proc/26228/task/26292/stat : 26292 (java) S 26225 26228 20994 0 -1 1077944384 30780 13149 0 0 223 5 5 3 20 0 15 0 229543721 11345952768 240538 33554432000 4194304 4196468 140726419031472 139951923857520 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26293] ppid=26225 vsize=11080032 memory=962148 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26293/stat : 26293 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11345952768 240538 33554432000 4194304 4196468 140726419031472 139950301374688 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26294] ppid=26225 vsize=11080032 memory=962148 CPUtime=1.53 cores=1,3,5,7
/proc/26228/task/26294/stat : 26294 (java) S 26225 26228 20994 0 -1 1077944384 1552 13149 0 0 65 80 5 3 20 0 15 0 229543722 11345952768 240538 33554432000 4194304 4196468 140726419031472 139951922805936 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
Current children cumulated CPU time: 2475.28 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 962152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.7 s]
/proc/loadavg: 1.65 1.61 1.59 3/221 26652
/proc/meminfo: memFree=7303440/32770624 swapFree=67108852/67108860
[pid=26228] ppid=26225 vsize=11080032 memory=964884 CPUtime=2520.03 cores=1,3,5,7
/proc/26228/stat : 26228 (java) S 26225 26228 20994 0 -1 1077944320 279795 13149 0 0 251732 263 5 3 20 0 15 0 229543707 11345952768 241221 33554432000 4194304 4196468 140726419031472 140726419014016 139952433917687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
/proc/26228/statm: 2770008 241221 3535 1 0 2731661 0
[pid=26228/tid=26281] ppid=26225 vsize=11080032 memory=4100 CPUtime=2471.06 cores=1,3,5,7
/proc/26228/task/26281/stat : 26281 (java) R 26225 26228 20994 0 -1 4202560 93412 13149 0 0 247059 39 5 3 20 0 15 0 229543716 11345952768 241221 33554432000 4194304 4196468 140726419031472 139952405752128 139952015000065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26282] ppid=26225 vsize=11080032 memory=964884 CPUtime=7.39 cores=1,3,5,7
/proc/26228/task/26282/stat : 26282 (java) S 26225 26228 20994 0 -1 1077944384 13388 13149 0 0 694 37 5 3 20 0 15 0 229543716 11345952768 241221 33554432000 4194304 4196468 140726419031472 139952438160016 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26283] ppid=26225 vsize=11080032 memory=964884 CPUtime=7.4 cores=1,3,5,7
/proc/26228/task/26283/stat : 26283 (java) S 26225 26228 20994 0 -1 1077944384 24249 13149 0 0 698 34 5 3 20 0 15 0 229543716 11345952768 241221 33554432000 4194304 4196468 140726419031472 139952319425040 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26284] ppid=26225 vsize=11080032 memory=964884 CPUtime=7.43 cores=1,3,5,7
/proc/26228/task/26284/stat : 26284 (java) S 26225 26228 20994 0 -1 1077944384 17889 13149 0 0 698 37 5 3 20 0 15 0 229543716 11345952768 241221 33554432000 4194304 4196468 140726419031472 139952318372240 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26285] ppid=26225 vsize=11080032 memory=964884 CPUtime=7.42 cores=1,3,5,7
/proc/26228/task/26285/stat : 26285 (java) S 26225 26228 20994 0 -1 1077944384 20040 13149 0 0 702 32 5 3 20 0 15 0 229543716 11345952768 241221 33554432000 4194304 4196468 140726419031472 139952317319440 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26286] ppid=26225 vsize=11080032 memory=962324 CPUtime=5.6 cores=1,3,5,7
/proc/26228/task/26286/stat : 26286 (java) S 26225 26228 20994 0 -1 1077944384 19698 13149 0 0 520 32 5 3 20 0 15 0 229543718 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951927016304 139952433928834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26287] ppid=26225 vsize=11080032 memory=964884 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26287/stat : 26287 (java) S 26225 26228 20994 0 -1 1077944384 13 13149 0 0 0 0 5 3 20 0 15 0 229543718 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951187420832 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26288] ppid=26225 vsize=11080032 memory=964884 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26288/stat : 26288 (java) S 26225 26228 20994 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 229543719 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951039571328 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26289] ppid=26225 vsize=11080032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26289/stat : 26289 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11345952768 241221 33554432000 4194304 4196468 140726419031472 139950732171600 139952433936283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26290] ppid=26225 vsize=11080032 memory=15448 CPUtime=5.03 cores=1,3,5,7
/proc/26228/task/26290/stat : 26290 (java) S 26225 26228 20994 0 -1 1077944384 28930 13149 0 0 490 5 5 3 20 0 15 0 229543721 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951925963120 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26291] ppid=26225 vsize=11080032 memory=964884 CPUtime=5.4 cores=1,3,5,7
/proc/26228/task/26291/stat : 26291 (java) S 26225 26228 20994 0 -1 1077944384 27624 13149 0 0 529 3 5 3 20 0 15 0 229543721 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951924910320 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26292] ppid=26225 vsize=11080032 memory=728 CPUtime=2.36 cores=1,3,5,7
/proc/26228/task/26292/stat : 26292 (java) S 26225 26228 20994 0 -1 1077944384 30782 13149 0 0 223 5 5 3 20 0 15 0 229543721 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951923857520 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26293] ppid=26225 vsize=11080032 memory=964884 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26293/stat : 26293 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11345952768 241221 33554432000 4194304 4196468 140726419031472 139950301374688 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26294] ppid=26225 vsize=11080032 memory=964884 CPUtime=1.55 cores=1,3,5,7
/proc/26228/task/26294/stat : 26294 (java) S 26225 26228 20994 0 -1 1077944384 1568 13149 0 0 66 81 5 3 20 0 15 0 229543722 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951922805936 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 964884 KiB

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

[startup+2486.73 s]
# the end of solver process 26228 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.4 s, system=2.67106 s

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

[startup+2486.7 s]
/proc/loadavg: 1.65 1.61 1.59 3/221 26652
/proc/meminfo: memFree=7303440/32770624 swapFree=67108852/67108860
[pid=26228] ppid=26225 vsize=11080032 memory=964884 CPUtime=2520.03 cores=1,3,5,7
/proc/26228/stat : 26228 (java) S 26225 26228 20994 0 -1 1077944320 279795 13149 0 0 251732 263 5 3 20 0 15 0 229543707 11345952768 241221 33554432000 4194304 4196468 140726419031472 140726419014016 139952433917687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
/proc/26228/statm: 2770008 241221 3535 1 0 2731661 0
[pid=26228/tid=26281] ppid=26225 vsize=11080032 memory=4100 CPUtime=2471.06 cores=1,3,5,7
/proc/26228/task/26281/stat : 26281 (java) R 26225 26228 20994 0 -1 4202560 93412 13149 0 0 247059 39 5 3 20 0 15 0 229543716 11345952768 241221 33554432000 4194304 4196468 140726419031472 139952405752128 139952015000065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26282] ppid=26225 vsize=11080032 memory=964884 CPUtime=7.39 cores=1,3,5,7
/proc/26228/task/26282/stat : 26282 (java) S 26225 26228 20994 0 -1 1077944384 13388 13149 0 0 694 37 5 3 20 0 15 0 229543716 11345952768 241221 33554432000 4194304 4196468 140726419031472 139952438160016 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26283] ppid=26225 vsize=11080032 memory=964884 CPUtime=7.4 cores=1,3,5,7
/proc/26228/task/26283/stat : 26283 (java) S 26225 26228 20994 0 -1 1077944384 24249 13149 0 0 698 34 5 3 20 0 15 0 229543716 11345952768 241221 33554432000 4194304 4196468 140726419031472 139952319425040 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26284] ppid=26225 vsize=11080032 memory=964884 CPUtime=7.43 cores=1,3,5,7
/proc/26228/task/26284/stat : 26284 (java) S 26225 26228 20994 0 -1 1077944384 17889 13149 0 0 698 37 5 3 20 0 15 0 229543716 11345952768 241221 33554432000 4194304 4196468 140726419031472 139952318372240 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26285] ppid=26225 vsize=11080032 memory=964884 CPUtime=7.42 cores=1,3,5,7
/proc/26228/task/26285/stat : 26285 (java) S 26225 26228 20994 0 -1 1077944384 20040 13149 0 0 702 32 5 3 20 0 15 0 229543716 11345952768 241221 33554432000 4194304 4196468 140726419031472 139952317319440 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26286] ppid=26225 vsize=11080032 memory=962324 CPUtime=5.6 cores=1,3,5,7
/proc/26228/task/26286/stat : 26286 (java) S 26225 26228 20994 0 -1 1077944384 19698 13149 0 0 520 32 5 3 20 0 15 0 229543718 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951927016304 139952433928834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26287] ppid=26225 vsize=11080032 memory=964884 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26287/stat : 26287 (java) S 26225 26228 20994 0 -1 1077944384 13 13149 0 0 0 0 5 3 20 0 15 0 229543718 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951187420832 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26288] ppid=26225 vsize=11080032 memory=964884 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26288/stat : 26288 (java) S 26225 26228 20994 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 229543719 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951039571328 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26289] ppid=26225 vsize=11080032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26289/stat : 26289 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11345952768 241221 33554432000 4194304 4196468 140726419031472 139950732171600 139952433936283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26290] ppid=26225 vsize=11080032 memory=15448 CPUtime=5.03 cores=1,3,5,7
/proc/26228/task/26290/stat : 26290 (java) S 26225 26228 20994 0 -1 1077944384 28930 13149 0 0 490 5 5 3 20 0 15 0 229543721 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951925963120 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26291] ppid=26225 vsize=11080032 memory=964884 CPUtime=5.4 cores=1,3,5,7
/proc/26228/task/26291/stat : 26291 (java) S 26225 26228 20994 0 -1 1077944384 27624 13149 0 0 529 3 5 3 20 0 15 0 229543721 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951924910320 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26292] ppid=26225 vsize=11080032 memory=728 CPUtime=2.36 cores=1,3,5,7
/proc/26228/task/26292/stat : 26292 (java) S 26225 26228 20994 0 -1 1077944384 30782 13149 0 0 223 5 5 3 20 0 15 0 229543721 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951923857520 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26293] ppid=26225 vsize=11080032 memory=964884 CPUtime=0.08 cores=1,3,5,7
/proc/26228/task/26293/stat : 26293 (java) S 26225 26228 20994 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 229543721 11345952768 241221 33554432000 4194304 4196468 140726419031472 139950301374688 139952433927893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
[pid=26228/tid=26294] ppid=26225 vsize=11080032 memory=964884 CPUtime=1.55 cores=1,3,5,7
/proc/26228/task/26294/stat : 26294 (java) S 26225 26228 20994 0 -1 1077944384 1568 13149 0 0 66 81 5 3 20 0 15 0 229543722 11345952768 241221 33554432000 4194304 4196468 140726419031472 139951922805936 139952433928834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34869248 140726419032676 140726419035484 140726419035484 140726419038159 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 964884 KiB

Child status: 143
Real time (s): 2486.73
CPU time (s): 2520.07
CPU user time (s): 2517.4
CPU system time (s): 2.67106
CPU usage (%): 101.341
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1149672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.4
system time used= 2.67106
maximum resident set size= 1151220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293720
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 171089
involuntary context switches= 6348


# summary of solver processes directly reported to runsolver:
#   pid: 26228
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.4
#   total CPU system time (s): 2.67106

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6275 second user time and 23.3316 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-13 02:23:25
IDJOB=4304600
IDBENCH=141471
IDSOLVER=2781
FILE ID=node133/4304600-1534119805
RUNJOBID= node133-1534097471-21026
PBS_JOBID= 21037000
Free space on /tmp= 39000 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304600-1534119805/watcher-4304600-1534119805 -o /tmp/evaluation-result-4304600-1534119805/solver-4304600-1534119805 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=139220443 -superng HOME/instance-4304600-1534119805.xml

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

MD5SUM BENCH= 9e298a48575be159e0b6ad4a2fcf836a
RANDOM SEED=139220443

node133.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.24
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.24
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.24
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.24
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:         6083976 kB
MemAvailable:   26069024 kB
Buffers:          225468 kB
Cached:         19753044 kB
SwapCached:            4 kB
Active:         15212376 kB
Inactive:       10648184 kB
Active(anon):    5831204 kB
Inactive(anon):   103300 kB
Active(file):    9381172 kB
Inactive(file): 10544884 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26932 kB
Writeback:             0 kB
AnonPages:       5889124 kB
Mapped:            69844 kB
Shmem:             49816 kB
Slab:             515376 kB
SReclaimable:     487452 kB
SUnreclaim:        27924 kB
KernelStack:        3568 kB
PageTables:        16900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6739284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5435392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 38972 MiB
End job on node133 at 2018-08-13 03:04:52