Trace number 4396519

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.12.2SAT (TO)98 2400.09 2366.73

General information on the benchmark

NameRcpsp/Rcpsp-m1-j120/
Rcpsp-j120-43-06.xml
MD5SUMb8ccca606c249b2a94d57c192d734d6e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark22.9654
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints261
Number of domains2
Minimum domain size1
Maximum domain size616
Distribution of domain sizes[{"size":1,"count":1},{"size":616,"count":121}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":7},{"degree":5,"count":82},{"degree":6,"count":22},{"degree":7,"count":8}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":257},{"arity":24,"count":1},{"arity":30,"count":1},{"arity":32,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints257
Distribution of constraint types[{"type":"intension","count":257},{"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.78/0.56	c Concrete v3.12.2.1568380929293 running
11.78/4.91	o 116
12.13/5.04	o 112
12.58/5.21	o 111
13.22/5.66	o 110
14.10/6.18	o 107
14.21/6.22	o 104
14.55/6.54	o 103
15.30/7.18	o 102
20.17/11.40	o 101
22.81/14.07	o 100
28.72/19.78	o 99
49.73/40.13	o 98
2400.05/2366.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.05/2366.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.05/2366.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.05/2366.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.05/2366.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.05/2366.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.05/2366.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.05/2366.70		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2400.05/2366.70		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2400.05/2366.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.05/2366.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2366.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2366.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2366.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2366.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2366.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2366.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2366.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2366.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2366.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2366.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.05/2366.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.05/2366.70		at scala.Option.map(Option.scala:243)
2400.05/2366.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.05/2366.70		at concrete.MAC.mac(MAC.scala:216)
2400.05/2366.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2366.70		at scala.util.Try$.apply(Try.scala:212)
2400.05/2366.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2366.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2366.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2366.70		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2366.70		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2366.70		at concrete.MAC.nextSolution(MAC.scala:369)
2400.05/2366.70		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2366.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2366.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2366.70		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2366.70		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2366.70		at scala.util.Success.map(Try.scala:264)
2400.05/2366.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2366.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2366.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2366.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2366.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2366.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2366.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2366.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2366.71		at scala.App.$anonfun$main$1(App.scala:75)
2400.05/2366.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.05/2366.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2366.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2366.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.05/2366.71		at scala.App.main(App.scala:75)
2400.05/2366.71		at scala.App.main$(App.scala:73)
2400.05/2366.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2366.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2366.71	v <instantiation
2400.05/2366.71	v         cost = '98'>
2400.05/2366.71	v       <list>
2400.05/2366.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]
2400.05/2366.71	v       </list>
2400.05/2366.71	v       <values>
2400.05/2366.71	v         0 0 0 0 4 4 7 21 14 5 12 16 5 14 41 14 19 14 4 23 12 35 25 23 5 8 20 16 17 42 7 44 21 29 12 22 17 22 28 25 31 13 33 25 43 25 42 45 26 42 22 33 24 55 54 43 48 23 24 23 45 33 31 48 55 48 62 48 43 25 34 41 63 30 39 45 51 59 70 61 53 60 47 46 39 49 59 60 75 53 60 46 63 68 48 53 56 73 69 54 69 61 58 70 63 73 76 80 70 70 80 79 86 78 87 76 80 82 94 89 88 98
2400.05/2366.71	v       </values>
2400.05/2366.71	v     </instantiation>
2400.05/2366.71	s SATISFIABLE

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396519-1568401717/watcher-4396519-1568401717 -o /tmp/evaluation-result-4396519-1568401717/solver-4396519-1568401717 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568395638-13963 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1749851684 HOME/instance-4396519-1568401717.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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 thread7.x86_64
, 14425, runsolver pid=Starting watchdog thread7.x86_64
, 14425, runsolver pid=14422
Current StackSize limit: 8192 KiB


[startup+0.10017 s]*
/proc/loadavg: 1.43 1.48 1.41 3/217 14482
/proc/meminfo: memFree=30605296/32770624 swapFree=66922424/67108860
[pid=14425] ppid=14422 vsize=9972712 memory=18864 CPUtime=0.1 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 13932 0 -1 1077944320 4470 12997 0 0 1 1 5 3 20 0 6 0 416427692 10212057088 4716 33554432000 4194304 4196468 140736645751120 140736645733664 140261438361335 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
/proc/14425/statm: 2493178 4716 1935 1 0 2481616 0
[pid=14425/tid=14478] ppid=14422 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14478/stat : 14478 (java) R 14422 14425 13932 0 -1 4202560 2269 12997 0 0 0 0 5 3 20 0 6 0 416427701 10212057088 4716 33554432000 4194304 4196468 140736645751120 140261410198096 140261419755069 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14479] ppid=14422 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14479/stat : 14479 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 6 0 416427701 10212057088 4716 33554432000 4194304 4196468 140736645751120 140261442604048 140261438371541 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14480] ppid=14422 vsize=9972712 memory=4050346287243269792 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14480/stat : 14480 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 6 0 416427701 10212057088 4716 33554432000 4194304 4196468 140736645751120 140261357423760 140261438371541 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14481] ppid=14422 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14481/stat : 14481 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 6 0 416427701 10212057088 4716 33554432000 4194304 4196468 140736645751120 140261356370704 140261438371541 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14482] ppid=14422 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14482/stat : 14482 (java) S 14422 14425 13932 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 6 0 416427701 10212057088 4716 33554432000 4194304 4196468 140736645751120 140261355318160 140261438371541 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.218597 s]*
/proc/loadavg: 1.43 1.48 1.41 3/226 14491
/proc/meminfo: memFree=30586524/32770624 swapFree=66922424/67108860
[pid=14425] ppid=14422 vsize=10820148 memory=42176 CPUtime=0.28 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 13932 0 -1 1077944320 7281 12997 0 0 18 2 5 3 20 0 15 0 416427692 11079831552 10544 33554432000 4194304 4196468 140736645751120 140736645733664 140261438361335 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
/proc/14425/statm: 2705037 10544 3307 1 0 2667149 0
[pid=14425/tid=14478] ppid=14422 vsize=10820148 memory=729618466009055537 CPUtime=0.2 cores=0,2,4,6
/proc/14425/task/14478/stat : 14478 (java) R 14422 14425 13932 0 -1 4202560 3759 12997 0 0 11 1 5 3 20 0 15 0 416427701 11079831552 10544 33554432000 4194304 4196468 140736645751120 140261410184496 140261438383261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14479] ppid=14422 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14479/stat : 14479 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427701 11079831552 10544 33554432000 4194304 4196468 140736645751120 140261442604048 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14480] ppid=14422 vsize=10820148 memory=4050346287243269792 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14480/stat : 14480 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427701 11079831552 10544 33554432000 4194304 4196468 140736645751120 140261357423760 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14481] ppid=14422 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14481/stat : 14481 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427701 11079831552 10544 33554432000 4194304 4196468 140736645751120 140261356370704 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14482] ppid=14422 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14482/stat : 14482 (java) S 14422 14425 13932 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 416427701 11079831552 10544 33554432000 4194304 4196468 140736645751120 140261355318160 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14483] ppid=14422 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14483/stat : 14483 (java) S 14422 14425 13932 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 416427703 11079831552 10544 33554432000 4194304 4196468 140736645751120 140260965001456 140261438372482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14484] ppid=14422 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14484/stat : 14484 (java) S 14422 14425 13932 0 -1 1077944384 13 12997 0 0 0 0 5 3 20 0 15 0 416427703 11079831552 10544 33554432000 4194304 4196468 140736645751120 140260881196192 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14485] ppid=14422 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14485/stat : 14485 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427704 11079831552 10544 33554432000 4194304 4196468 140736645751120 140260277215984 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14486] ppid=14422 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14486/stat : 14486 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11079831552 10544 33554432000 4194304 4196468 140736645751120 140259969816528 140261438379931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14487] ppid=14422 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14425/task/14487/stat : 14487 (java) R 14422 14425 13932 0 -1 1077944384 605 12997 0 0 1 0 5 3 20 0 15 0 416427706 11079831552 10544 33554432000 4194304 4196468 140736645751120 140260963949296 140261438372482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14488] ppid=14422 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14425/task/14488/stat : 14488 (java) R 14422 14425 13932 0 -1 4202560 69 12997 0 0 1 0 5 3 20 0 15 0 416427706 11079831552 10544 33554432000 4194304 4196468 140736645751120 140260962896752 140261423286231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14489] ppid=14422 vsize=10820148 memory=139955325179520 CPUtime=0.11 cores=0,2,4,6
/proc/14425/task/14489/stat : 14489 (java) R 14422 14425 13932 0 -1 4202560 618 12997 0 0 3 0 5 3 20 0 15 0 416427706 11079831552 10544 33554432000 4194304 4196468 140736645751120 140260961843696 140261417066075 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14490] ppid=14422 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14490/stat : 14490 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11079831552 10544 33554432000 4194304 4196468 140736645751120 140259936258912 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14491] ppid=14422 vsize=10820148 memory=139955325179520 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14491/stat : 14491 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427707 11079831552 10544 33554432000 4194304 4196468 140736645751120 140260960791088 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 42176 KiB

[startup+0.310583 s]*
/proc/loadavg: 1.43 1.48 1.41 3/226 14491
/proc/meminfo: memFree=30572960/32770624 swapFree=66922424/67108860
[pid=14425] ppid=14422 vsize=10820148 memory=50236 CPUtime=0.41 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 13932 0 -1 1077944320 10759 12997 0 0 29 4 5 3 20 0 15 0 416427692 11079831552 12559 33554432000 4194304 4196468 140736645751120 140736645733664 140261438361335 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
/proc/14425/statm: 2705037 12559 3318 1 0 2667149 0
[pid=14425/tid=14478] ppid=14422 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/14425/task/14478/stat : 14478 (java) R 14422 14425 13932 0 -1 4202560 7213 12997 0 0 19 2 5 3 20 0 15 0 416427701 11079831552 12559 33554432000 4194304 4196468 140736645751120 140261410161248 140261423526880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14479] ppid=14422 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14479/stat : 14479 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427701 11079831552 12559 33554432000 4194304 4196468 140736645751120 140261442604048 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14480] ppid=14422 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14480/stat : 14480 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427701 11079831552 12559 33554432000 4194304 4196468 140736645751120 140261357423760 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14481] ppid=14422 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14481/stat : 14481 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427701 11079831552 12559 33554432000 4194304 4196468 140736645751120 140261356370704 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14482] ppid=14422 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14482/stat : 14482 (java) S 14422 14425 13932 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 416427701 11079831552 12559 33554432000 4194304 4196468 140736645751120 140261355318160 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14483] ppid=14422 vsize=10820148 memory=139955325179519 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14483/stat : 14483 (java) S 14422 14425 13932 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 416427703 11079831552 12559 33554432000 4194304 4196468 140736645751120 140260965001456 140261438372482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14484] ppid=14422 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14484/stat : 14484 (java) S 14422 14425 13932 0 -1 1077944384 13 12997 0 0 0 0 5 3 20 0 15 0 416427703 11079831552 12559 33554432000 4194304 4196468 140736645751120 140260881196192 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14485] ppid=14422 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14485/stat : 14485 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427704 11079831552 12559 33554432000 4194304 4196468 140736645751120 140260277215984 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14486] ppid=14422 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14486/stat : 14486 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11079831552 12559 33554432000 4194304 4196468 140736645751120 140259969816528 140261438379931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14487] ppid=14422 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14425/task/14487/stat : 14487 (java) S 14422 14425 13932 0 -1 1077944384 606 12997 0 0 2 0 5 3 20 0 15 0 416427706 11079831552 12559 33554432000 4194304 4196468 140736645751120 140260963949296 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14488] ppid=14422 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14425/task/14488/stat : 14488 (java) S 14422 14425 13932 0 -1 1077944384 70 12997 0 0 1 0 5 3 20 0 15 0 416427706 11079831552 12559 33554432000 4194304 4196468 140736645751120 140260962896752 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14489] ppid=14422 vsize=10820148 memory=139955325179520 CPUtime=0.13 cores=0,2,4,6
/proc/14425/task/14489/stat : 14489 (java) S 14422 14425 13932 0 -1 1077944384 637 12997 0 0 5 0 5 3 20 0 15 0 416427706 11079831552 12559 33554432000 4194304 4196468 140736645751120 140260961843696 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14490] ppid=14422 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14490/stat : 14490 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11079831552 12559 33554432000 4194304 4196468 140736645751120 140259936258912 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14491] ppid=14422 vsize=10820148 memory=139955325179520 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14491/stat : 14491 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427707 11079831552 12559 33554432000 4194304 4196468 140736645751120 140260960791088 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50236 KiB

[startup+0.700731 s]
/proc/loadavg: 1.43 1.48 1.41 4/210 14493
/proc/meminfo: memFree=31251568/32770624 swapFree=66922424/67108860
[pid=14425] ppid=14422 vsize=10824360 memory=83272 CPUtime=1.11 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 13932 0 -1 1077944320 15048 12997 0 0 98 5 5 3 20 0 15 0 416427692 11084144640 20818 33554432000 4194304 4196468 140736645751120 140736645733664 140261438361335 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
/proc/14425/statm: 2706090 20818 3509 1 0 2668173 0
[pid=14425/tid=14478] ppid=14422 vsize=10824360 memory=5795117241467496816 CPUtime=0.67 cores=0,2,4,6
/proc/14425/task/14478/stat : 14478 (java) R 14422 14425 13932 0 -1 4202560 10288 12997 0 0 55 4 5 3 20 0 15 0 416427701 11084144640 20818 33554432000 4194304 4196468 140736645751120 140261410190880 140261438383261 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14479] ppid=14422 vsize=10824360 memory=1284 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14479/stat : 14479 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427701 11084144640 20818 33554432000 4194304 4196468 140736645751120 140261442604048 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14480] ppid=14422 vsize=10824360 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14480/stat : 14480 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427701 11084144640 20818 33554432000 4194304 4196468 140736645751120 140261357423760 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14481] ppid=14422 vsize=10824360 memory=139955200336865 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14481/stat : 14481 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427701 11084144640 20818 33554432000 4194304 4196468 140736645751120 140261356370704 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14482] ppid=14422 vsize=10824360 memory=31076 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14482/stat : 14482 (java) S 14422 14425 13932 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 416427701 11084144640 20818 33554432000 4194304 4196468 140736645751120 140261355318160 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14483] ppid=14422 vsize=10824360 memory=7742969266734009136 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14483/stat : 14483 (java) S 14422 14425 13932 0 -1 1077944384 5 12997 0 0 0 0 5 3 20 0 15 0 416427703 11084144640 20818 33554432000 4194304 4196468 140736645751120 140260965001456 140261438372482 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14484] ppid=14422 vsize=10824360 memory=3053511329498284128 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14484/stat : 14484 (java) S 14422 14425 13932 0 -1 1077944384 13 12997 0 0 0 0 5 3 20 0 15 0 416427703 11084144640 20818 33554432000 4194304 4196468 140736645751120 140260881196192 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14485] ppid=14422 vsize=10824360 memory=4640769631371415632 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14485/stat : 14485 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427704 11084144640 20818 33554432000 4194304 4196468 140736645751120 140260277215984 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14486] ppid=14422 vsize=10824360 memory=7219316795560181856 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14486/stat : 14486 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11084144640 20818 33554432000 4194304 4196468 140736645751120 140259969816528 140261438379931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14487] ppid=14422 vsize=10824360 memory=4638778398332698720 CPUtime=0.18 cores=0,2,4,6
/proc/14425/task/14487/stat : 14487 (java) S 14422 14425 13932 0 -1 1077944384 1037 12997 0 0 10 0 5 3 20 0 15 0 416427706 11084144640 20818 33554432000 4194304 4196468 140736645751120 140260963949296 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14488] ppid=14422 vsize=10824360 memory=6935649255759568960 CPUtime=0.23 cores=0,2,4,6
/proc/14425/task/14488/stat : 14488 (java) S 14422 14425 13932 0 -1 1077944384 590 12997 0 0 15 0 5 3 20 0 15 0 416427706 11084144640 20818 33554432000 4194304 4196468 140736645751120 140260962896752 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14489] ppid=14422 vsize=10824360 memory=3467824627880452160 CPUtime=0.25 cores=0,2,4,6
/proc/14425/task/14489/stat : 14489 (java) S 14422 14425 13932 0 -1 1077944384 897 12997 0 0 17 0 5 3 20 0 15 0 416427706 11084144640 20818 33554432000 4194304 4196468 140736645751120 140260961843696 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14490] ppid=14422 vsize=10824360 memory=3467824671636873280 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14490/stat : 14490 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11084144640 20818 33554432000 4194304 4196468 140736645751120 140259936258912 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14491] ppid=14422 vsize=10824360 memory=6935649255759568978 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14491/stat : 14491 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427707 11084144640 20818 33554432000 4194304 4196468 140736645751120 140260960791088 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83272 KiB

[startup+1.50071 s]
/proc/loadavg: 1.56 1.50 1.42 6/225 14522
/proc/meminfo: memFree=31173644/32770624 swapFree=66922424/67108860
[pid=14425] ppid=14422 vsize=10834676 memory=170760 CPUtime=2.43 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 13932 0 -1 1077944320 21640 12997 0 0 224 11 5 3 20 0 15 0 416427692 11094708224 42690 33554432000 4194304 4196468 140736645751120 140736645733664 140261438361335 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
/proc/14425/statm: 2708669 42690 3579 1 0 2670733 0
[pid=14425/tid=14478] ppid=14422 vsize=10834676 memory=1284 CPUtime=1.42 cores=0,2,4,6
/proc/14425/task/14478/stat : 14478 (java) R 14422 14425 13932 0 -1 4202560 15238 12997 0 0 128 6 5 3 20 0 15 0 416427701 11094708224 42690 33554432000 4194304 4196468 140736645751120 140261410168448 140261032341382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14479] ppid=14422 vsize=10834676 memory=1044 CPUtime=0.09 cores=0,2,4,6
/proc/14425/task/14479/stat : 14479 (java) S 14422 14425 13932 0 -1 1077944384 344 12997 0 0 1 0 5 3 20 0 15 0 416427701 11094708224 42690 33554432000 4194304 4196468 140736645751120 140261442604048 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14480] ppid=14422 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14425/task/14480/stat : 14480 (java) S 14422 14425 13932 0 -1 1077944384 71 12997 0 0 1 0 5 3 20 0 15 0 416427701 11094708224 42690 33554432000 4194304 4196468 140736645751120 140261357423760 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14481] ppid=14422 vsize=10834676 memory=279910400673280 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14481/stat : 14481 (java) S 14422 14425 13932 0 -1 1077944384 62 12997 0 0 0 0 5 3 20 0 15 0 416427701 11094708224 42690 33554432000 4194304 4196468 140736645751120 140261356370704 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14482] ppid=14422 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14482/stat : 14482 (java) S 14422 14425 13932 0 -1 1077944384 11 12997 0 0 0 0 5 3 20 0 15 0 416427701 11094708224 42690 33554432000 4194304 4196468 140736645751120 140261355318160 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14483] ppid=14422 vsize=10834676 memory=1284 CPUtime=0.09 cores=0,2,4,6
/proc/14425/task/14483/stat : 14483 (java) S 14422 14425 13932 0 -1 1077944384 153 12997 0 0 1 0 5 3 20 0 15 0 416427703 11094708224 42690 33554432000 4194304 4196468 140736645751120 140260965001456 140261438372482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14484] ppid=14422 vsize=10834676 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14484/stat : 14484 (java) S 14422 14425 13932 0 -1 1077944384 14 12997 0 0 0 0 5 3 20 0 15 0 416427703 11094708224 42690 33554432000 4194304 4196468 140736645751120 140260881196256 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14485] ppid=14422 vsize=10834676 memory=708 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14485/stat : 14485 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427704 11094708224 42690 33554432000 4194304 4196468 140736645751120 140260277216000 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14486] ppid=14422 vsize=10834676 memory=9364 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14486/stat : 14486 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11094708224 42690 33554432000 4194304 4196468 140736645751120 140259969816528 140261438379931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14487] ppid=14422 vsize=10834676 memory=1120 CPUtime=0.28 cores=0,2,4,6
/proc/14425/task/14487/stat : 14487 (java) S 14422 14425 13932 0 -1 1077944384 1139 12997 0 0 20 0 5 3 20 0 15 0 416427706 11094708224 42690 33554432000 4194304 4196468 140736645751120 140260963949296 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14488] ppid=14422 vsize=10834676 memory=776 CPUtime=0.35 cores=0,2,4,6
/proc/14425/task/14488/stat : 14488 (java) S 14422 14425 13932 0 -1 1077944384 807 12997 0 0 27 0 5 3 20 0 15 0 416427706 11094708224 42690 33554432000 4194304 4196468 140736645751120 140260962896752 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14489] ppid=14422 vsize=10834676 memory=6791534058613427641 CPUtime=0.48 cores=0,2,4,6
/proc/14425/task/14489/stat : 14489 (java) R 14422 14425 13932 0 -1 4202560 1591 12997 0 0 40 0 5 3 20 0 15 0 416427706 11094708224 42690 33554432000 4194304 4196468 140736645751120 140260961843696 140261430598462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14490] ppid=14422 vsize=10834676 memory=7517463689279268711 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14490/stat : 14490 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11094708224 42690 33554432000 4194304 4196468 140736645751120 140259936258912 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14491] ppid=14422 vsize=10834676 memory=7517464805954053991 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14491/stat : 14491 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427707 11094708224 42690 33554432000 4194304 4196468 140736645751120 140260960791088 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
Current children cumulated CPU time: 2.43 s

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

/proc/14425/task/14478/stat : 14478 (java) R 14422 14425 13932 0 -1 4202560 53325 12997 0 0 224315 35 5 3 20 0 15 0 416427701 11107311616 161527 33554432000 4194304 4196468 140736645751120 140261410196416 140261049353732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14479] ppid=14422 vsize=10846984 memory=6791534058613427641 CPUtime=8.1 cores=0,2,4,6
/proc/14425/task/14479/stat : 14479 (java) S 14422 14425 13932 0 -1 1077944384 5724 12997 0 0 765 37 5 3 20 0 15 0 416427701 11107311616 161527 33554432000 4194304 4196468 140736645751120 140261442604048 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14480] ppid=14422 vsize=10846984 memory=646064 CPUtime=8.07 cores=0,2,4,6
/proc/14425/task/14480/stat : 14480 (java) S 14422 14425 13932 0 -1 1077944384 8345 12997 0 0 761 38 5 3 20 0 15 0 416427701 11107311616 161527 33554432000 4194304 4196468 140736645751120 140261357423760 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14481] ppid=14422 vsize=10846984 memory=646108 CPUtime=8.08 cores=0,2,4,6
/proc/14425/task/14481/stat : 14481 (java) S 14422 14425 13932 0 -1 1077944384 9737 12997 0 0 764 36 5 3 20 0 15 0 416427701 11107311616 161527 33554432000 4194304 4196468 140736645751120 140261356370704 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14482] ppid=14422 vsize=10846984 memory=646108 CPUtime=8.09 cores=0,2,4,6
/proc/14425/task/14482/stat : 14482 (java) S 14422 14425 13932 0 -1 1077944384 5371 12997 0 0 762 39 5 3 20 0 15 0 416427701 11107311616 161527 33554432000 4194304 4196468 140736645751120 140261355318160 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14483] ppid=14422 vsize=10846984 memory=646108 CPUtime=7.54 cores=0,2,4,6
/proc/14425/task/14483/stat : 14483 (java) S 14422 14425 13932 0 -1 1077944384 12607 12997 0 0 708 38 5 3 20 0 15 0 416427703 11107311616 161527 33554432000 4194304 4196468 140736645751120 140260965001456 140261438372482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14484] ppid=14422 vsize=10846984 memory=646108 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14484/stat : 14484 (java) S 14422 14425 13932 0 -1 1077944384 15 12997 0 0 0 0 5 3 20 0 15 0 416427703 11107311616 161527 33554432000 4194304 4196468 140736645751120 140260881196256 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14485] ppid=14422 vsize=10846984 memory=646108 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14485/stat : 14485 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427704 11107311616 161527 33554432000 4194304 4196468 140736645751120 140260277216000 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14486] ppid=14422 vsize=10846984 memory=646108 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14486/stat : 14486 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11107311616 161527 33554432000 4194304 4196468 140736645751120 140259969816528 140261438379931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14487] ppid=14422 vsize=10846984 memory=646108 CPUtime=4.56 cores=0,2,4,6
/proc/14425/task/14487/stat : 14487 (java) S 14422 14425 13932 0 -1 1077944384 31491 12997 0 0 439 9 5 3 20 0 15 0 416427706 11107311616 161527 33554432000 4194304 4196468 140736645751120 140260963949296 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14488] ppid=14422 vsize=10846984 memory=646108 CPUtime=3.66 cores=0,2,4,6
/proc/14425/task/14488/stat : 14488 (java) S 14422 14425 13932 0 -1 1077944384 24031 12997 0 0 356 2 5 3 20 0 15 0 416427706 11107311616 161527 33554432000 4194304 4196468 140736645751120 140260962896752 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14489] ppid=14422 vsize=10846984 memory=1120 CPUtime=2.1 cores=0,2,4,6
/proc/14425/task/14489/stat : 14489 (java) S 14422 14425 13932 0 -1 1077944384 16377 12997 0 0 198 4 5 3 20 0 15 0 416427706 11107311616 161527 33554432000 4194304 4196468 140736645751120 140260961843696 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14490] ppid=14422 vsize=10846984 memory=646108 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14490/stat : 14490 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11107311616 161527 33554432000 4194304 4196468 140736645751120 140259936258912 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14491] ppid=14422 vsize=10846984 memory=1552 CPUtime=1.39 cores=0,2,4,6
/proc/14425/task/14491/stat : 14491 (java) S 14422 14425 13932 0 -1 1077944384 923 12997 0 0 66 65 5 3 20 0 15 0 416427707 11107311616 161527 33554432000 4194304 4196468 140736645751120 140260960791088 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
Current children cumulated CPU time: 2294.56 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 646108 KiB

[startup+2322.3 s]
/proc/loadavg: 1.50 1.45 1.41 3/226 14835
/proc/meminfo: memFree=30002588/32770624 swapFree=66922452/67108860
[pid=14425] ppid=14422 vsize=10846984 memory=646248 CPUtime=2355.19 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 13932 0 -1 1077944320 171532 12997 0 0 235243 268 5 3 20 0 15 0 416427692 11107311616 161562 33554432000 4194304 4196468 140736645751120 140736645733664 140261438361335 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
/proc/14425/statm: 2711746 161562 3630 1 0 2673805 0
[pid=14425/tid=14478] ppid=14422 vsize=10846984 memory=646248 CPUtime=2303.08 cores=0,2,4,6
/proc/14425/task/14478/stat : 14478 (java) R 14422 14425 13932 0 -1 4202560 53990 12997 0 0 230265 35 5 3 20 0 15 0 416427701 11107311616 161562 33554432000 4194304 4196468 140736645751120 140261410197280 140261047982609 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14479] ppid=14422 vsize=10846984 memory=646248 CPUtime=8.32 cores=0,2,4,6
/proc/14425/task/14479/stat : 14479 (java) S 14422 14425 13932 0 -1 1077944384 5798 12997 0 0 787 37 5 3 20 0 15 0 416427701 11107311616 161562 33554432000 4194304 4196468 140736645751120 140261442604048 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14480] ppid=14422 vsize=10846984 memory=646244 CPUtime=8.3 cores=0,2,4,6
/proc/14425/task/14480/stat : 14480 (java) S 14422 14425 13932 0 -1 1077944384 8568 12997 0 0 782 40 5 3 20 0 15 0 416427701 11107311616 161562 33554432000 4194304 4196468 140736645751120 140261357423760 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14481] ppid=14422 vsize=10846984 memory=776 CPUtime=8.3 cores=0,2,4,6
/proc/14425/task/14481/stat : 14481 (java) S 14422 14425 13932 0 -1 1077944384 9844 12997 0 0 784 38 5 3 20 0 15 0 416427701 11107311616 161562 33554432000 4194304 4196468 140736645751120 140261356370704 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14482] ppid=14422 vsize=10846984 memory=646248 CPUtime=8.31 cores=0,2,4,6
/proc/14425/task/14482/stat : 14482 (java) S 14422 14425 13932 0 -1 1077944384 5455 12997 0 0 783 40 5 3 20 0 15 0 416427701 11107311616 161562 33554432000 4194304 4196468 140736645751120 140261355318160 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14483] ppid=14422 vsize=10846984 memory=3580 CPUtime=7.74 cores=0,2,4,6
/proc/14425/task/14483/stat : 14483 (java) S 14422 14425 13932 0 -1 1077944384 12806 12997 0 0 727 39 5 3 20 0 15 0 416427703 11107311616 161562 33554432000 4194304 4196468 140736645751120 140260965001456 140261438372482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14484] ppid=14422 vsize=10846984 memory=646248 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14484/stat : 14484 (java) S 14422 14425 13932 0 -1 1077944384 15 12997 0 0 0 0 5 3 20 0 15 0 416427703 11107311616 161562 33554432000 4194304 4196468 140736645751120 140260881196256 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14485] ppid=14422 vsize=10846984 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14485/stat : 14485 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427704 11107311616 161562 33554432000 4194304 4196468 140736645751120 140260277216000 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14486] ppid=14422 vsize=10846984 memory=646244 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14486/stat : 14486 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11107311616 161562 33554432000 4194304 4196468 140736645751120 140259969816528 140261438379931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14487] ppid=14422 vsize=10846984 memory=3580 CPUtime=4.56 cores=0,2,4,6
/proc/14425/task/14487/stat : 14487 (java) S 14422 14425 13932 0 -1 1077944384 31493 12997 0 0 439 9 5 3 20 0 15 0 416427706 11107311616 161562 33554432000 4194304 4196468 140736645751120 140260963949296 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14488] ppid=14422 vsize=10846984 memory=1408 CPUtime=3.66 cores=0,2,4,6
/proc/14425/task/14488/stat : 14488 (java) S 14422 14425 13932 0 -1 1077944384 24033 12997 0 0 356 2 5 3 20 0 15 0 416427706 11107311616 161562 33554432000 4194304 4196468 140736645751120 140260962896752 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14489] ppid=14422 vsize=10846984 memory=3104 CPUtime=2.1 cores=0,2,4,6
/proc/14425/task/14489/stat : 14489 (java) S 14422 14425 13932 0 -1 1077944384 16379 12997 0 0 198 4 5 3 20 0 15 0 416427706 11107311616 161562 33554432000 4194304 4196468 140736645751120 140260961843696 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14490] ppid=14422 vsize=10846984 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14490/stat : 14490 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11107311616 161562 33554432000 4194304 4196468 140736645751120 140259936258912 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14491] ppid=14422 vsize=10846984 memory=1552 CPUtime=1.42 cores=0,2,4,6
/proc/14425/task/14491/stat : 14491 (java) S 14422 14425 13932 0 -1 1077944384 939 12997 0 0 67 67 5 3 20 0 15 0 416427707 11107311616 161562 33554432000 4194304 4196468 140736645751120 140260960791088 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
Current children cumulated CPU time: 2355.19 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 646248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2366.7 s]
/proc/loadavg: 1.44 1.44 1.41 3/226 14838
/proc/meminfo: memFree=29999744/32770624 swapFree=66922452/67108860
[pid=14425] ppid=14422 vsize=10846984 memory=648296 CPUtime=2400.05 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 13932 0 -1 1077944320 171838 12997 0 0 239726 271 5 3 20 0 15 0 416427692 11107311616 162074 33554432000 4194304 4196468 140736645751120 140736645733664 140261438361335 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
/proc/14425/statm: 2711746 162074 3630 1 0 2673805 0
[pid=14425/tid=14478] ppid=14422 vsize=10846984 memory=648296 CPUtime=2347.11 cores=0,2,4,6
/proc/14425/task/14478/stat : 14478 (java) R 14422 14425 13932 0 -1 4202560 54248 12997 0 0 234667 36 5 3 20 0 15 0 416427701 11107311616 162074 33554432000 4194304 4196468 140736645751120 140261410196848 140261033318219 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14479] ppid=14422 vsize=10846984 memory=648296 CPUtime=8.5 cores=0,2,4,6
/proc/14425/task/14479/stat : 14479 (java) S 14422 14425 13932 0 -1 1077944384 5803 12997 0 0 804 38 5 3 20 0 15 0 416427701 11107311616 162074 33554432000 4194304 4196468 140736645751120 140261442604048 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14480] ppid=14422 vsize=10846984 memory=648296 CPUtime=8.46 cores=0,2,4,6
/proc/14425/task/14480/stat : 14480 (java) S 14422 14425 13932 0 -1 1077944384 8575 12997 0 0 797 41 5 3 20 0 15 0 416427701 11107311616 162074 33554432000 4194304 4196468 140736645751120 140261357423760 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14481] ppid=14422 vsize=10846984 memory=648296 CPUtime=8.47 cores=0,2,4,6
/proc/14425/task/14481/stat : 14481 (java) S 14422 14425 13932 0 -1 1077944384 9850 12997 0 0 801 38 5 3 20 0 15 0 416427701 11107311616 162074 33554432000 4194304 4196468 140736645751120 140261356370704 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14482] ppid=14422 vsize=10846984 memory=648296 CPUtime=8.48 cores=0,2,4,6
/proc/14425/task/14482/stat : 14482 (java) S 14422 14425 13932 0 -1 1077944384 5475 12997 0 0 799 41 5 3 20 0 15 0 416427701 11107311616 162074 33554432000 4194304 4196468 140736645751120 140261355318160 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14483] ppid=14422 vsize=10846984 memory=648296 CPUtime=7.89 cores=0,2,4,6
/proc/14425/task/14483/stat : 14483 (java) S 14422 14425 13932 0 -1 1077944384 12812 12997 0 0 741 40 5 3 20 0 15 0 416427703 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260965001456 140261438372482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14484] ppid=14422 vsize=10846984 memory=648296 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14484/stat : 14484 (java) S 14422 14425 13932 0 -1 1077944384 15 12997 0 0 0 0 5 3 20 0 15 0 416427703 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260881196256 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14485] ppid=14422 vsize=10846984 memory=648296 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14485/stat : 14485 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427704 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260277216000 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14486] ppid=14422 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14486/stat : 14486 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11107311616 162074 33554432000 4194304 4196468 140736645751120 140259969816528 140261438379931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14487] ppid=14422 vsize=10846984 memory=1164 CPUtime=4.56 cores=0,2,4,6
/proc/14425/task/14487/stat : 14487 (java) S 14422 14425 13932 0 -1 1077944384 31493 12997 0 0 439 9 5 3 20 0 15 0 416427706 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260963949296 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14488] ppid=14422 vsize=10846984 memory=3472328296227679345 CPUtime=3.66 cores=0,2,4,6
/proc/14425/task/14488/stat : 14488 (java) S 14422 14425 13932 0 -1 1077944384 24033 12997 0 0 356 2 5 3 20 0 15 0 416427706 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260962896752 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14489] ppid=14422 vsize=10846984 memory=7445122429444182635 CPUtime=2.1 cores=0,2,4,6
/proc/14425/task/14489/stat : 14489 (java) S 14422 14425 13932 0 -1 1077944384 16379 12997 0 0 198 4 5 3 20 0 15 0 416427706 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260961843696 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14490] ppid=14422 vsize=10846984 memory=648296 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14490/stat : 14490 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11107311616 162074 33554432000 4194304 4196468 140736645751120 140259936258912 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14491] ppid=14422 vsize=10846984 memory=3580 CPUtime=1.44 cores=0,2,4,6
/proc/14425/task/14491/stat : 14491 (java) S 14422 14425 13932 0 -1 1077944384 943 12997 0 0 69 67 5 3 20 0 15 0 416427707 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260960791088 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 648296 KiB

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

[startup+2366.73 s]
# the end of solver process 14425 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.33 s, system=2.75821 s

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

[startup+2366.7 s]
/proc/loadavg: 1.44 1.44 1.41 3/226 14838
/proc/meminfo: memFree=29999744/32770624 swapFree=66922452/67108860
[pid=14425] ppid=14422 vsize=10846984 memory=648296 CPUtime=2400.05 cores=0,2,4,6
/proc/14425/stat : 14425 (java) S 14422 14425 13932 0 -1 1077944320 171838 12997 0 0 239726 271 5 3 20 0 15 0 416427692 11107311616 162074 33554432000 4194304 4196468 140736645751120 140736645733664 140261438361335 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
/proc/14425/statm: 2711746 162074 3630 1 0 2673805 0
[pid=14425/tid=14478] ppid=14422 vsize=10846984 memory=648296 CPUtime=2347.11 cores=0,2,4,6
/proc/14425/task/14478/stat : 14478 (java) R 14422 14425 13932 0 -1 4202560 54248 12997 0 0 234667 36 5 3 20 0 15 0 416427701 11107311616 162074 33554432000 4194304 4196468 140736645751120 140261410196848 140261033318219 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14479] ppid=14422 vsize=10846984 memory=648296 CPUtime=8.5 cores=0,2,4,6
/proc/14425/task/14479/stat : 14479 (java) S 14422 14425 13932 0 -1 1077944384 5803 12997 0 0 804 38 5 3 20 0 15 0 416427701 11107311616 162074 33554432000 4194304 4196468 140736645751120 140261442604048 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14480] ppid=14422 vsize=10846984 memory=648296 CPUtime=8.46 cores=0,2,4,6
/proc/14425/task/14480/stat : 14480 (java) S 14422 14425 13932 0 -1 1077944384 8575 12997 0 0 797 41 5 3 20 0 15 0 416427701 11107311616 162074 33554432000 4194304 4196468 140736645751120 140261357423760 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14481] ppid=14422 vsize=10846984 memory=648296 CPUtime=8.47 cores=0,2,4,6
/proc/14425/task/14481/stat : 14481 (java) S 14422 14425 13932 0 -1 1077944384 9850 12997 0 0 801 38 5 3 20 0 15 0 416427701 11107311616 162074 33554432000 4194304 4196468 140736645751120 140261356370704 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14482] ppid=14422 vsize=10846984 memory=648296 CPUtime=8.48 cores=0,2,4,6
/proc/14425/task/14482/stat : 14482 (java) S 14422 14425 13932 0 -1 1077944384 5475 12997 0 0 799 41 5 3 20 0 15 0 416427701 11107311616 162074 33554432000 4194304 4196468 140736645751120 140261355318160 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14483] ppid=14422 vsize=10846984 memory=648296 CPUtime=7.89 cores=0,2,4,6
/proc/14425/task/14483/stat : 14483 (java) S 14422 14425 13932 0 -1 1077944384 12812 12997 0 0 741 40 5 3 20 0 15 0 416427703 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260965001456 140261438372482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14484] ppid=14422 vsize=10846984 memory=648296 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14484/stat : 14484 (java) S 14422 14425 13932 0 -1 1077944384 15 12997 0 0 0 0 5 3 20 0 15 0 416427703 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260881196256 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14485] ppid=14422 vsize=10846984 memory=648296 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14485/stat : 14485 (java) S 14422 14425 13932 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 416427704 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260277216000 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14486] ppid=14422 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14486/stat : 14486 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11107311616 162074 33554432000 4194304 4196468 140736645751120 140259969816528 140261438379931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14487] ppid=14422 vsize=10846984 memory=1164 CPUtime=4.56 cores=0,2,4,6
/proc/14425/task/14487/stat : 14487 (java) S 14422 14425 13932 0 -1 1077944384 31493 12997 0 0 439 9 5 3 20 0 15 0 416427706 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260963949296 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14488] ppid=14422 vsize=10846984 memory=3472328296227679345 CPUtime=3.66 cores=0,2,4,6
/proc/14425/task/14488/stat : 14488 (java) S 14422 14425 13932 0 -1 1077944384 24033 12997 0 0 356 2 5 3 20 0 15 0 416427706 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260962896752 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14489] ppid=14422 vsize=10846984 memory=7445122429444182635 CPUtime=2.1 cores=0,2,4,6
/proc/14425/task/14489/stat : 14489 (java) S 14422 14425 13932 0 -1 1077944384 16379 12997 0 0 198 4 5 3 20 0 15 0 416427706 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260961843696 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14490] ppid=14422 vsize=10846984 memory=648296 CPUtime=0.08 cores=0,2,4,6
/proc/14425/task/14490/stat : 14490 (java) S 14422 14425 13932 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 416427706 11107311616 162074 33554432000 4194304 4196468 140736645751120 140259936258912 140261438371541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
[pid=14425/tid=14491] ppid=14422 vsize=10846984 memory=3580 CPUtime=1.44 cores=0,2,4,6
/proc/14425/task/14491/stat : 14491 (java) S 14422 14425 13932 0 -1 1077944384 943 12997 0 0 69 67 5 3 20 0 15 0 416427707 11107311616 162074 33554432000 4194304 4196468 140736645751120 140260960791088 140261438372482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19656704 140736645757679 140736645760197 140736645760197 140736645763023 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 648296 KiB

Child status: 143
Real time (s): 2366.73
CPU time (s): 2400.09
CPU user time (s): 2397.33
CPU system time (s): 2.75821
CPU usage (%): 101.41
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 648296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.33
system time used= 2.75821
maximum resident set size= 652512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185740
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 216558
involuntary context switches= 7162


# summary of solver processes directly reported to runsolver:
#   pid: 14425
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2397.33
#   total CPU system time (s): 2.75821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6617 second user time and 22.4331 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-13 20:06:40
IDJOB=4396519
IDBENCH=129121
IDSOLVER=2847
FILE ID=node107/4396519-1568401717
RUNJOBID= node107-1568395638-13963
PBS_JOBID= 21701875
Free space on /tmp= 59004 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j120/Rcpsp-j120-43-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396519-1568401717/watcher-4396519-1568401717 -o /tmp/evaluation-result-4396519-1568401717/solver-4396519-1568401717 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568395638-13963 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1749851684 HOME/instance-4396519-1568401717.xml

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

MD5SUM BENCH= b8ccca606c249b2a94d57c192d734d6e
RANDOM SEED=1749851684

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        30611696 kB
MemAvailable:   31138876 kB
Buffers:          158424 kB
Cached:           641180 kB
SwapCached:        79344 kB
Active:          1182404 kB
Inactive:         391528 kB
Active(anon):     704236 kB
Inactive(anon):   100872 kB
Active(file):     478168 kB
Inactive(file):   290656 kB
Unevictable:      109976 kB
Mlocked:          109976 kB
SwapTotal:      67108860 kB
SwapFree:       66922424 kB
Dirty:             35564 kB
Writeback:             0 kB
AnonPages:        806292 kB
Mapped:            47764 kB
Shmem:             22160 kB
Slab:             177440 kB
SReclaimable:     148380 kB
SUnreclaim:        29060 kB
KernelStack:        3664 kB
PageTables:         7000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1929148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    727040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 58968 MiB
End job on node107 at 2019-09-13 20:46:07