Trace number 4401399

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.08 2358.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.75/0.55	c Concrete v3.12.2.1568631193530 running
10.78/4.45	o 115
10.78/4.47	o 113
11.10/4.54	o 112
12.34/4.92	o 111
12.34/4.99	o 105
12.99/5.13	o 103
12.99/5.16	o 102
13.27/5.24	o 101
15.75/6.75	o 100
22.02/12.37	o 99
36.28/25.92	o 98
2400.03/2358.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.03/2358.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.03/2358.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.03/2358.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.03/2358.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.03/2358.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.03/2358.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.03/2358.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.03/2358.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.03/2358.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2358.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2358.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2358.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2358.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2358.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2358.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2358.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2358.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2358.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2358.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.03/2358.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.03/2358.70		at scala.Option.map(Option.scala:243)
2400.03/2358.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.03/2358.70		at concrete.MAC.mac(MAC.scala:216)
2400.03/2358.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2358.70		at scala.util.Try$.apply(Try.scala:212)
2400.03/2358.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2358.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2358.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2358.71		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2358.71		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2358.71		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2358.71		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2358.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2358.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2358.71		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2358.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2358.71		at scala.util.Success.map(Try.scala:264)
2400.03/2358.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2358.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2358.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2358.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2358.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2358.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2358.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2358.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2358.71		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2358.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2358.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2358.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2358.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2358.71		at scala.App.main(App.scala:75)
2400.03/2358.71		at scala.App.main$(App.scala:73)
2400.03/2358.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2358.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2358.71	v <instantiation
2400.03/2358.71	v         cost = '98'>
2400.03/2358.71	v       <list>
2400.03/2358.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.03/2358.71	v       </list>
2400.03/2358.71	v       <values>
2400.03/2358.71	v         0 1 0 0 4 4 7 21 14 5 12 16 5 14 41 14 19 14 4 26 12 25 19 24 5 8 20 18 17 34 7 47 22 32 12 23 17 23 22 27 32 12 36 25 45 34 33 36 26 32 23 22 24 50 44 37 46 24 34 31 36 33 38 43 49 46 55 51 45 23 34 42 54 45 42 53 37 37 67 61 64 70 49 52 39 47 54 59 72 60 57 49 64 65 58 49 63 72 71 63 66 60 56 70 71 76 73 80 69 62 80 79 76 78 87 71 81 83 94 88 88 98
2400.03/2358.71	v       </values>
2400.03/2358.71	v     </instantiation>
2400.03/2358.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 (15320 MiB free)
  memory of node 1: 16384 MiB (13825 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401399-1568682898/watcher-4401399-1568682898 -o /tmp/evaluation-result-4401399-1568682898/solver-4401399-1568682898 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15738 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4401399-1568682898.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 thread
Current StackSize limit: 8192 KiB

solver pid=18482, runsolver pid=18479

[startup+0.100035 s]*
/proc/loadavg: 1.29 1.32 1.35 3/220 18539
/proc/meminfo: memFree=29840464/32770624 swapFree=66976692/67108860
[pid=18482] ppid=18479 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 15707 0 -1 1077944320 4440 13408 0 0 1 0 5 3 20 0 6 0 444552409 10212057088 4204 33554432000 4194304 4196468 140727879559488 140727879542032 140538600460023 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
/proc/18482/statm: 2493178 4204 1935 1 0 2481616 0
[pid=18482/tid=18535] ppid=18479 vsize=9972712 memory=-8439527450518781933 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) R 18479 18482 15707 0 -1 4202560 2238 13408 0 0 0 0 5 3 20 0 6 0 444552418 10212057088 4204 33554432000 4194304 4196468 140727879559488 140538572296784 140538584540510 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18536] ppid=18479 vsize=9972712 memory=4211973919419182474 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 6 0 444552419 10212057088 4204 33554432000 4194304 4196468 140727879559488 140538604702608 140538600470229 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18537] ppid=18479 vsize=9972712 memory=140193214391936 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 6 0 444552419 10212057088 4204 33554432000 4194304 4196468 140727879559488 140538519522064 140538600470229 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18538] ppid=18479 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 6 0 444552419 10212057088 4204 33554432000 4194304 4196468 140727879559488 140538518469776 140538600470229 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18539] ppid=18479 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 6 0 444552419 10212057088 4204 33554432000 4194304 4196468 140727879559488 140538517416976 140538600470229 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.216145 s]*
/proc/loadavg: 1.29 1.32 1.35 4/229 18548
/proc/meminfo: memFree=29816412/32770624 swapFree=66976692/67108860
[pid=18482] ppid=18479 vsize=10820196 memory=45928 CPUtime=0.28 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 15707 0 -1 1077944320 7259 13408 0 0 18 2 5 3 20 0 15 0 444552409 11079880704 11482 33554432000 4194304 4196468 140727879559488 140727879542032 140538600460023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
/proc/18482/statm: 2705049 11482 3306 1 0 2667149 0
[pid=18482/tid=18535] ppid=18479 vsize=10820196 memory=7900017517374083699 CPUtime=0.2 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) R 18479 18482 15707 0 -1 4202560 3759 13408 0 0 11 1 5 3 20 0 15 0 444552418 11079880704 11482 33554432000 4194304 4196468 140727879559488 140538572274208 140538600481949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18536] ppid=18479 vsize=10820196 memory=4211973919419182474 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552419 11079880704 11482 33554432000 4194304 4196468 140727879559488 140538604702608 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18537] ppid=18479 vsize=10820196 memory=140193214391936 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552419 11079880704 11482 33554432000 4194304 4196468 140727879559488 140538519522064 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18538] ppid=18479 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552419 11079880704 11482 33554432000 4194304 4196468 140727879559488 140538518469776 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18539] ppid=18479 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552419 11079880704 11482 33554432000 4194304 4196468 140727879559488 140538517416976 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18540] ppid=18479 vsize=10820196 memory=140193214391936 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552420 11079880704 11482 33554432000 4194304 4196468 140727879559488 140538127120496 140538600471170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18541] ppid=18479 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 15707 0 -1 1077944384 13 13408 0 0 0 0 5 3 20 0 15 0 444552421 11079880704 11482 33554432000 4194304 4196468 140727879559488 140538040804128 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18542] ppid=18479 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552421 11079880704 11482 33554432000 4194304 4196468 140727879559488 140537906586736 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18543] ppid=18479 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552424 11079880704 11482 33554432000 4194304 4196468 140727879559488 140537302607952 140538600478619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18544] ppid=18479 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 15707 0 -1 1077944384 602 13408 0 0 1 0 5 3 20 0 15 0 444552424 11079880704 11482 33554432000 4194304 4196468 140727879559488 140538126068336 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18545] ppid=18479 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 15707 0 -1 1077944384 60 13408 0 0 0 0 5 3 20 0 15 0 444552424 11079880704 11482 33554432000 4194304 4196468 140727879559488 140538125015536 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18546] ppid=18479 vsize=10820196 memory=140193214391936 CPUtime=0.11 cores=0,2,4,6
/proc/18482/task/18546/stat : 18546 (java) S 18479 18482 15707 0 -1 1077944384 601 13408 0 0 3 0 5 3 20 0 15 0 444552424 11079880704 11482 33554432000 4194304 4196468 140727879559488 140538123963248 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18547] ppid=18479 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18547/stat : 18547 (java) S 18479 18482 15707 0 -1 1077944384 3 13408 0 0 0 0 5 3 20 0 15 0 444552424 11079880704 11482 33554432000 4194304 4196468 140727879559488 140536832846816 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18548] ppid=18479 vsize=10820196 memory=140193214391936 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18548/stat : 18548 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552424 11079880704 11482 33554432000 4194304 4196468 140727879559488 140538122910128 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45928 KiB

[startup+0.311025 s]*
/proc/loadavg: 1.29 1.32 1.35 4/229 18548
/proc/meminfo: memFree=29804224/32770624 swapFree=66976692/67108860
[pid=18482] ppid=18479 vsize=10820196 memory=54092 CPUtime=0.4 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 15707 0 -1 1077944320 10728 13408 0 0 29 3 5 3 20 0 15 0 444552409 11079880704 13523 33554432000 4194304 4196468 140727879559488 140727879542032 140538600460023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
/proc/18482/statm: 2705049 13523 3317 1 0 2667149 0
[pid=18482/tid=18535] ppid=18479 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) R 18479 18482 15707 0 -1 4202560 7209 13408 0 0 19 2 5 3 20 0 15 0 444552418 11079880704 13523 33554432000 4194304 4196468 140727879559488 140538572265024 140538584540510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18536] ppid=18479 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552419 11079880704 13523 33554432000 4194304 4196468 140727879559488 140538604702608 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18537] ppid=18479 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552419 11079880704 13523 33554432000 4194304 4196468 140727879559488 140538519522064 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18538] ppid=18479 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552419 11079880704 13523 33554432000 4194304 4196468 140727879559488 140538518469776 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18539] ppid=18479 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552419 11079880704 13523 33554432000 4194304 4196468 140727879559488 140538517416976 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18540] ppid=18479 vsize=10820196 memory=140193214391935 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552420 11079880704 13523 33554432000 4194304 4196468 140727879559488 140538127120496 140538600471170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18541] ppid=18479 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 15707 0 -1 1077944384 13 13408 0 0 0 0 5 3 20 0 15 0 444552421 11079880704 13523 33554432000 4194304 4196468 140727879559488 140538040804128 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18542] ppid=18479 vsize=10820196 memory=140193214391936 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552421 11079880704 13523 33554432000 4194304 4196468 140727879559488 140537906586736 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18543] ppid=18479 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552424 11079880704 13523 33554432000 4194304 4196468 140727879559488 140537302607952 140538600478619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18544] ppid=18479 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 15707 0 -1 1077944384 602 13408 0 0 2 0 5 3 20 0 15 0 444552424 11079880704 13523 33554432000 4194304 4196468 140727879559488 140538126068336 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18545] ppid=18479 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 15707 0 -1 1077944384 61 13408 0 0 1 0 5 3 20 0 15 0 444552424 11079880704 13523 33554432000 4194304 4196468 140727879559488 140538125015536 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18546] ppid=18479 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/18482/task/18546/stat : 18546 (java) R 18479 18482 15707 0 -1 4202560 620 13408 0 0 5 0 5 3 20 0 15 0 444552424 11079880704 13523 33554432000 4194304 4196468 140727879559488 140538123963248 140538600481370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18547] ppid=18479 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18547/stat : 18547 (java) S 18479 18482 15707 0 -1 1077944384 3 13408 0 0 0 0 5 3 20 0 15 0 444552424 11079880704 13523 33554432000 4194304 4196468 140727879559488 140536832846816 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18548] ppid=18479 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18548/stat : 18548 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552424 11079880704 13523 33554432000 4194304 4196468 140727879559488 140538122910128 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54092 KiB

[startup+0.703025 s]
/proc/loadavg: 1.29 1.32 1.35 3/229 18548
/proc/meminfo: memFree=29788568/32770624 swapFree=66976692/67108860
[pid=18482] ppid=18479 vsize=10824364 memory=87484 CPUtime=1.12 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 15707 0 -1 1077944320 15059 13408 0 0 99 5 5 3 20 0 15 0 444552409 11084148736 21871 33554432000 4194304 4196468 140727879559488 140727879542032 140538600460023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
/proc/18482/statm: 2706091 21871 3512 1 0 2668173 0
[pid=18482/tid=18535] ppid=18479 vsize=10824364 memory=30172 CPUtime=0.68 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) R 18479 18482 15707 0 -1 4202560 10459 13408 0 0 56 4 5 3 20 0 15 0 444552418 11084148736 21871 33554432000 4194304 4196468 140727879559488 140538572287648 140538600481949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18536] ppid=18479 vsize=10824364 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552419 11084148736 21871 33554432000 4194304 4196468 140727879559488 140538604702608 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18537] ppid=18479 vsize=10824364 memory=288230583135483530 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552419 11084148736 21871 33554432000 4194304 4196468 140727879559488 140538519522064 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18538] ppid=18479 vsize=10824364 memory=140193101560017 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552419 11084148736 21871 33554432000 4194304 4196468 140727879559488 140538518469776 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18539] ppid=18479 vsize=10824364 memory=140196322476988 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552419 11084148736 21871 33554432000 4194304 4196468 140727879559488 140538517416976 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18540] ppid=18479 vsize=10824364 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 15707 0 -1 1077944384 5 13408 0 0 0 0 5 3 20 0 15 0 444552420 11084148736 21871 33554432000 4194304 4196468 140727879559488 140538127120496 140538600471170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18541] ppid=18479 vsize=10824364 memory=7305218370954553684 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 15707 0 -1 1077944384 13 13408 0 0 0 0 5 3 20 0 15 0 444552421 11084148736 21871 33554432000 4194304 4196468 140727879559488 140538040804128 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18542] ppid=18479 vsize=10824364 memory=8026933345433768277 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552421 11084148736 21871 33554432000 4194304 4196468 140727879559488 140537906586736 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18543] ppid=18479 vsize=10824364 memory=5787504201211859024 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552424 11084148736 21871 33554432000 4194304 4196468 140727879559488 140537302607952 140538600478619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18544] ppid=18479 vsize=10824364 memory=5450909908396308010 CPUtime=0.2 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) R 18479 18482 15707 0 -1 4202560 1015 13408 0 0 12 0 5 3 20 0 15 0 444552424 11084148736 21871 33554432000 4194304 4196468 140727879559488 140538126068336 140538578054768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18545] ppid=18479 vsize=10824364 memory=1404238533774450294 CPUtime=0.2 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) R 18479 18482 15707 0 -1 4202560 531 13408 0 0 12 0 5 3 20 0 15 0 444552424 11084148736 21871 33554432000 4194304 4196468 140727879559488 140538125001792 140538581981249 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18546] ppid=18479 vsize=10824364 memory=-7025448733113094249 CPUtime=0.25 cores=0,2,4,6
/proc/18482/task/18546/stat : 18546 (java) S 18479 18482 15707 0 -1 1077944384 814 13408 0 0 17 0 5 3 20 0 15 0 444552424 11084148736 21871 33554432000 4194304 4196468 140727879559488 140538123963248 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18547] ppid=18479 vsize=10824364 memory=-9001734000804784231 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18547/stat : 18547 (java) S 18479 18482 15707 0 -1 1077944384 3 13408 0 0 0 0 5 3 20 0 15 0 444552424 11084148736 21871 33554432000 4194304 4196468 140727879559488 140536832846816 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18548] ppid=18479 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18548/stat : 18548 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552424 11084148736 21871 33554432000 4194304 4196468 140727879559488 140538122910128 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87484 KiB

[startup+1.50076 s]
/proc/loadavg: 1.29 1.32 1.35 3/229 18548
/proc/meminfo: memFree=29747044/32770624 swapFree=66976692/67108860
[pid=18482] ppid=18479 vsize=10834680 memory=175040 CPUtime=2.45 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 15707 0 -1 1077944320 21627 13408 0 0 228 9 5 3 20 0 15 0 444552409 11094712320 43760 33554432000 4194304 4196468 140727879559488 140727879542032 140538600460023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
/proc/18482/statm: 2708670 43760 3586 1 0 2670733 0
[pid=18482/tid=18535] ppid=18479 vsize=10834680 memory=101256 CPUtime=1.44 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) R 18479 18482 15707 0 -1 4202560 15310 13408 0 0 131 5 5 3 20 0 15 0 444552418 11094712320 43760 33554432000 4194304 4196468 140727879559488 140538572253968 140538584540540 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18536] ppid=18479 vsize=10834680 memory=-7094132109863559211 CPUtime=0.09 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 15707 0 -1 1077944384 68 13408 0 0 1 0 5 3 20 0 15 0 444552419 11094712320 43760 33554432000 4194304 4196468 140727879559488 140538604702608 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18537] ppid=18479 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 15707 0 -1 1077944384 28 13408 0 0 1 0 5 3 20 0 15 0 444552419 11094712320 43760 33554432000 4194304 4196468 140727879559488 140538519522064 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18538] ppid=18479 vsize=10834680 memory=7449331355827069528 CPUtime=0.09 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 15707 0 -1 1077944384 333 13408 0 0 1 0 5 3 20 0 15 0 444552419 11094712320 43760 33554432000 4194304 4196468 140727879559488 140538518469776 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18539] ppid=18479 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 15707 0 -1 1077944384 73 13408 0 0 1 0 5 3 20 0 15 0 444552419 11094712320 43760 33554432000 4194304 4196468 140727879559488 140538517416976 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18540] ppid=18479 vsize=10834680 memory=-6221781267475802396 CPUtime=0.09 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 15707 0 -1 1077944384 142 13408 0 0 1 0 5 3 20 0 15 0 444552420 11094712320 43760 33554432000 4194304 4196468 140727879559488 140538127120496 140538600471170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18541] ppid=18479 vsize=10834680 memory=140193101292880 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 15707 0 -1 1077944384 14 13408 0 0 0 0 5 3 20 0 15 0 444552421 11094712320 43760 33554432000 4194304 4196468 140727879559488 140538040804192 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18542] ppid=18479 vsize=10834680 memory=140193101292976 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552421 11094712320 43760 33554432000 4194304 4196468 140727879559488 140537906586752 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18543] ppid=18479 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552424 11094712320 43760 33554432000 4194304 4196468 140727879559488 140537302607952 140538600478619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18544] ppid=18479 vsize=10834680 memory=140193101550210 CPUtime=0.31 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 15707 0 -1 1077944384 1140 13408 0 0 23 0 5 3 20 0 15 0 444552424 11094712320 43760 33554432000 4194304 4196468 140727879559488 140538126068336 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18545] ppid=18479 vsize=10834680 memory=280386203072368 CPUtime=0.32 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 15707 0 -1 1077944384 718 13408 0 0 24 0 5 3 20 0 15 0 444552424 11094712320 43760 33554432000 4194304 4196468 140727879559488 140538125015536 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18546] ppid=18479 vsize=10834680 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/18482/task/18546/stat : 18546 (java) R 18479 18482 15707 0 -1 4202560 1589 13408 0 0 41 0 5 3 20 0 15 0 444552424 11094712320 43760 33554432000 4194304 4196468 140727879559488 140538123963248 140538600471958 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18547] ppid=18479 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18547/stat : 18547 (java) S 18479 18482 15707 0 -1 1077944384 3 13408 0 0 0 0 5 3 20 0 15 0 444552424 11094712320 43760 33554432000 4194304 4196468 140727879559488 140536832846816 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18548] ppid=18479 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18548/stat : 18548 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552424 11094712320 43760 33554432000 4194304 4196468 140727879559488 140538122910128 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

/proc/18482/task/18535/stat : 18535 (java) R 18479 18482 15707 0 -1 4202560 59346 13408 0 0 223776 48 5 3 20 0 15 0 444552418 11107315712 214014 33554432000 4194304 4196468 140727879559488 140538572295792 140538208394188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18536] ppid=18479 vsize=10846988 memory=804 CPUtime=10.53 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 15707 0 -1 1077944384 12156 13408 0 0 989 56 5 3 20 0 15 0 444552419 11107315712 214014 33554432000 4194304 4196468 140727879559488 140538604702608 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18537] ppid=18479 vsize=10846988 memory=856056 CPUtime=10.54 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 15707 0 -1 1077944384 6159 13408 0 0 991 55 5 3 20 0 15 0 444552419 11107315712 214014 33554432000 4194304 4196468 140727879559488 140538519522064 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18538] ppid=18479 vsize=10846988 memory=856056 CPUtime=10.55 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 15707 0 -1 1077944384 9558 13408 0 0 994 53 5 3 20 0 15 0 444552419 11107315712 214014 33554432000 4194304 4196468 140727879559488 140538518469776 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18539] ppid=18479 vsize=10846988 memory=856056 CPUtime=10.54 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 15707 0 -1 1077944384 15113 13408 0 0 990 56 5 3 20 0 15 0 444552419 11107315712 214014 33554432000 4194304 4196468 140727879559488 140538517416976 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18540] ppid=18479 vsize=10846988 memory=856056 CPUtime=9.92 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 15707 0 -1 1077944384 14491 13408 0 0 928 56 5 3 20 0 15 0 444552420 11107315712 214014 33554432000 4194304 4196468 140727879559488 140538127120496 140538600471170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18541] ppid=18479 vsize=10846988 memory=856056 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 15707 0 -1 1077944384 15 13408 0 0 0 0 5 3 20 0 15 0 444552421 11107315712 214014 33554432000 4194304 4196468 140727879559488 140538040804192 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18542] ppid=18479 vsize=10846988 memory=854008 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552421 11107315712 214014 33554432000 4194304 4196468 140727879559488 140537906586752 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18543] ppid=18479 vsize=10846988 memory=856056 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552424 11107315712 214014 33554432000 4194304 4196468 140727879559488 140537302607952 140538600478619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18544] ppid=18479 vsize=10846988 memory=856056 CPUtime=4.57 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 15707 0 -1 1077944384 27586 13408 0 0 444 5 5 3 20 0 15 0 444552424 11107315712 214014 33554432000 4194304 4196468 140727879559488 140538126068336 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18545] ppid=18479 vsize=10846988 memory=3620 CPUtime=4.42 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 15707 0 -1 1077944384 28591 13408 0 0 430 4 5 3 20 0 15 0 444552424 11107315712 214014 33554432000 4194304 4196468 140727879559488 140538125015536 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18546] ppid=18479 vsize=10846988 memory=856056 CPUtime=2.1 cores=0,2,4,6
/proc/18482/task/18546/stat : 18546 (java) S 18479 18482 15707 0 -1 1077944384 19914 13408 0 0 197 5 5 3 20 0 15 0 444552424 11107315712 214014 33554432000 4194304 4196468 140727879559488 140538123963248 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18547] ppid=18479 vsize=10846988 memory=856056 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18547/stat : 18547 (java) S 18479 18482 15707 0 -1 1077944384 3 13408 0 0 0 0 5 3 20 0 15 0 444552424 11107315712 214014 33554432000 4194304 4196468 140727879559488 140536832846816 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18548] ppid=18479 vsize=10846988 memory=-7003737579269690708 CPUtime=1.42 cores=0,2,4,6
/proc/18482/task/18548/stat : 18548 (java) S 18479 18482 15707 0 -1 1077944384 1216 13408 0 0 63 71 5 3 20 0 15 0 444552424 11107315712 214014 33554432000 4194304 4196468 140727879559488 140538122910128 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
Current children cumulated CPU time: 2302.29 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 856056 KiB

[startup+2322.3 s]
/proc/loadavg: 1.59 1.48 1.44 3/228 19432
/proc/meminfo: memFree=30112476/32770624 swapFree=66976720/67108860
[pid=18482] ppid=18479 vsize=10846988 memory=858144 CPUtime=2363.12 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 15707 0 -1 1077944320 198229 13408 0 0 235951 353 5 3 20 0 15 0 444552409 11107315712 214536 33554432000 4194304 4196468 140727879559488 140727879542032 140538600460023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
/proc/18482/statm: 2711747 214536 3634 1 0 2673805 0
[pid=18482/tid=18535] ppid=18479 vsize=10846988 memory=858144 CPUtime=2297.67 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) R 18479 18482 15707 0 -1 4202560 60002 13408 0 0 229711 48 5 3 20 0 15 0 444552418 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538572295008 140538208542770 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18536] ppid=18479 vsize=10846988 memory=858144 CPUtime=10.82 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 15707 0 -1 1077944384 12247 13408 0 0 1016 58 5 3 20 0 15 0 444552419 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538604702608 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18537] ppid=18479 vsize=10846988 memory=858144 CPUtime=10.82 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 15707 0 -1 1077944384 6400 13408 0 0 1018 56 5 3 20 0 15 0 444552419 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538519522064 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18538] ppid=18479 vsize=10846988 memory=858144 CPUtime=10.84 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 15707 0 -1 1077944384 9609 13408 0 0 1022 54 5 3 20 0 15 0 444552419 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538518469776 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18539] ppid=18479 vsize=10846988 memory=858144 CPUtime=10.83 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 15707 0 -1 1077944384 15119 13408 0 0 1019 56 5 3 20 0 15 0 444552419 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538517416976 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18540] ppid=18479 vsize=10846988 memory=858144 CPUtime=10.19 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 15707 0 -1 1077944384 14695 13408 0 0 954 57 5 3 20 0 15 0 444552420 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538127120496 140538600471170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18541] ppid=18479 vsize=10846988 memory=858144 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 15707 0 -1 1077944384 15 13408 0 0 0 0 5 3 20 0 15 0 444552421 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538040804192 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18542] ppid=18479 vsize=10846988 memory=858144 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552421 11107315712 214536 33554432000 4194304 4196468 140727879559488 140537906586752 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18543] ppid=18479 vsize=10846988 memory=858144 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140537302607952 140538600478619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18544] ppid=18479 vsize=10846988 memory=854008 CPUtime=4.57 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 15707 0 -1 1077944384 27586 13408 0 0 444 5 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538126068336 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18545] ppid=18479 vsize=10846988 memory=0 CPUtime=4.44 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 15707 0 -1 1077944384 28937 13408 0 0 432 4 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538125015536 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18546] ppid=18479 vsize=10846988 memory=858144 CPUtime=2.1 cores=0,2,4,6
/proc/18482/task/18546/stat : 18546 (java) S 18479 18482 15707 0 -1 1077944384 20169 13408 0 0 197 5 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538123963248 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18547] ppid=18479 vsize=10846988 memory=858144 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18547/stat : 18547 (java) S 18479 18482 15707 0 -1 1077944384 3 13408 0 0 0 0 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140536832846816 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18548] ppid=18479 vsize=10846988 memory=3620 CPUtime=1.46 cores=0,2,4,6
/proc/18482/task/18548/stat : 18548 (java) S 18479 18482 15707 0 -1 1077944384 1234 13408 0 0 65 73 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538122910128 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
Current children cumulated CPU time: 2363.12 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 858144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2358.7 s]
/proc/loadavg: 1.63 1.51 1.45 3/228 19434
/proc/meminfo: memFree=30112448/32770624 swapFree=66976720/67108860
[pid=18482] ppid=18479 vsize=10846988 memory=858144 CPUtime=2400.03 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 15707 0 -1 1077944320 198976 13408 0 0 239638 357 5 3 20 0 15 0 444552409 11107315712 214536 33554432000 4194304 4196468 140727879559488 140727879542032 140538600460023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
/proc/18482/statm: 2711747 214536 3634 1 0 2673805 0
[pid=18482/tid=18535] ppid=18479 vsize=10846988 memory=858144 CPUtime=2333.67 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) R 18479 18482 15707 0 -1 4202560 60352 13408 0 0 233310 49 5 3 20 0 15 0 444552418 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538572296336 140538208143502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18536] ppid=18479 vsize=10846988 memory=858144 CPUtime=11.01 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 15707 0 -1 1077944384 12357 13408 0 0 1034 59 5 3 20 0 15 0 444552419 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538604702608 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18537] ppid=18479 vsize=10846988 memory=856056 CPUtime=11.01 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 15707 0 -1 1077944384 6407 13408 0 0 1036 57 5 3 20 0 15 0 444552419 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538519522064 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18538] ppid=18479 vsize=10846988 memory=858144 CPUtime=11.02 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 15707 0 -1 1077944384 9678 13408 0 0 1039 55 5 3 20 0 15 0 444552419 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538518469776 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18539] ppid=18479 vsize=10846988 memory=858144 CPUtime=11.02 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 15707 0 -1 1077944384 15128 13408 0 0 1037 57 5 3 20 0 15 0 444552419 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538517416976 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18540] ppid=18479 vsize=10846988 memory=858144 CPUtime=10.36 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 15707 0 -1 1077944384 14886 13408 0 0 970 58 5 3 20 0 15 0 444552420 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538127120496 140538600471170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18541] ppid=18479 vsize=10846988 memory=4088 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 15707 0 -1 1077944384 15 13408 0 0 0 0 5 3 20 0 15 0 444552421 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538040804192 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18542] ppid=18479 vsize=10846988 memory=858144 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552421 11107315712 214536 33554432000 4194304 4196468 140727879559488 140537906586752 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18543] ppid=18479 vsize=10846988 memory=858144 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140537302607952 140538600478619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18544] ppid=18479 vsize=10846988 memory=858144 CPUtime=4.57 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 15707 0 -1 1077944384 27589 13408 0 0 444 5 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538126068336 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18545] ppid=18479 vsize=10846988 memory=858144 CPUtime=4.44 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 15707 0 -1 1077944384 28939 13408 0 0 432 4 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538125015536 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18546] ppid=18479 vsize=10846988 memory=858144 CPUtime=2.1 cores=0,2,4,6
/proc/18482/task/18546/stat : 18546 (java) S 18479 18482 15707 0 -1 1077944384 20171 13408 0 0 197 5 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538123963248 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18547] ppid=18479 vsize=10846988 memory=858144 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18547/stat : 18547 (java) S 18479 18482 15707 0 -1 1077944384 3 13408 0 0 0 0 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140536832846816 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18548] ppid=18479 vsize=10846988 memory=2004 CPUtime=1.47 cores=0,2,4,6
/proc/18482/task/18548/stat : 18548 (java) S 18479 18482 15707 0 -1 1077944384 1238 13408 0 0 66 73 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538122910128 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 858144 KiB

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

[startup+2358.73 s]
# the end of solver process 18482 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.45 s, system=3.62539 s

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

[startup+2358.7 s]
/proc/loadavg: 1.63 1.51 1.45 3/228 19434
/proc/meminfo: memFree=30112448/32770624 swapFree=66976720/67108860
[pid=18482] ppid=18479 vsize=10846988 memory=858144 CPUtime=2400.03 cores=0,2,4,6
/proc/18482/stat : 18482 (java) S 18479 18482 15707 0 -1 1077944320 198976 13408 0 0 239638 357 5 3 20 0 15 0 444552409 11107315712 214536 33554432000 4194304 4196468 140727879559488 140727879542032 140538600460023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
/proc/18482/statm: 2711747 214536 3634 1 0 2673805 0
[pid=18482/tid=18535] ppid=18479 vsize=10846988 memory=858144 CPUtime=2333.67 cores=0,2,4,6
/proc/18482/task/18535/stat : 18535 (java) R 18479 18482 15707 0 -1 4202560 60352 13408 0 0 233310 49 5 3 20 0 15 0 444552418 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538572296336 140538208143502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18536] ppid=18479 vsize=10846988 memory=858144 CPUtime=11.01 cores=0,2,4,6
/proc/18482/task/18536/stat : 18536 (java) S 18479 18482 15707 0 -1 1077944384 12357 13408 0 0 1034 59 5 3 20 0 15 0 444552419 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538604702608 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18537] ppid=18479 vsize=10846988 memory=856056 CPUtime=11.01 cores=0,2,4,6
/proc/18482/task/18537/stat : 18537 (java) S 18479 18482 15707 0 -1 1077944384 6407 13408 0 0 1036 57 5 3 20 0 15 0 444552419 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538519522064 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18538] ppid=18479 vsize=10846988 memory=858144 CPUtime=11.02 cores=0,2,4,6
/proc/18482/task/18538/stat : 18538 (java) S 18479 18482 15707 0 -1 1077944384 9678 13408 0 0 1039 55 5 3 20 0 15 0 444552419 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538518469776 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18539] ppid=18479 vsize=10846988 memory=858144 CPUtime=11.02 cores=0,2,4,6
/proc/18482/task/18539/stat : 18539 (java) S 18479 18482 15707 0 -1 1077944384 15128 13408 0 0 1037 57 5 3 20 0 15 0 444552419 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538517416976 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18540] ppid=18479 vsize=10846988 memory=858144 CPUtime=10.36 cores=0,2,4,6
/proc/18482/task/18540/stat : 18540 (java) S 18479 18482 15707 0 -1 1077944384 14886 13408 0 0 970 58 5 3 20 0 15 0 444552420 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538127120496 140538600471170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18541] ppid=18479 vsize=10846988 memory=4088 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18541/stat : 18541 (java) S 18479 18482 15707 0 -1 1077944384 15 13408 0 0 0 0 5 3 20 0 15 0 444552421 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538040804192 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18542] ppid=18479 vsize=10846988 memory=858144 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18542/stat : 18542 (java) S 18479 18482 15707 0 -1 1077944384 1 13408 0 0 0 0 5 3 20 0 15 0 444552421 11107315712 214536 33554432000 4194304 4196468 140727879559488 140537906586752 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18543] ppid=18479 vsize=10846988 memory=858144 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18543/stat : 18543 (java) S 18479 18482 15707 0 -1 1077944384 2 13408 0 0 0 0 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140537302607952 140538600478619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18544] ppid=18479 vsize=10846988 memory=858144 CPUtime=4.57 cores=0,2,4,6
/proc/18482/task/18544/stat : 18544 (java) S 18479 18482 15707 0 -1 1077944384 27589 13408 0 0 444 5 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538126068336 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18545] ppid=18479 vsize=10846988 memory=858144 CPUtime=4.44 cores=0,2,4,6
/proc/18482/task/18545/stat : 18545 (java) S 18479 18482 15707 0 -1 1077944384 28939 13408 0 0 432 4 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538125015536 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18546] ppid=18479 vsize=10846988 memory=858144 CPUtime=2.1 cores=0,2,4,6
/proc/18482/task/18546/stat : 18546 (java) S 18479 18482 15707 0 -1 1077944384 20171 13408 0 0 197 5 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538123963248 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18547] ppid=18479 vsize=10846988 memory=858144 CPUtime=0.08 cores=0,2,4,6
/proc/18482/task/18547/stat : 18547 (java) S 18479 18482 15707 0 -1 1077944384 3 13408 0 0 0 0 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140536832846816 140538600470229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
[pid=18482/tid=18548] ppid=18479 vsize=10846988 memory=2004 CPUtime=1.47 cores=0,2,4,6
/proc/18482/task/18548/stat : 18548 (java) S 18479 18482 15707 0 -1 1077944384 1238 13408 0 0 66 73 5 3 20 0 15 0 444552424 11107315712 214536 33554432000 4194304 4196468 140727879559488 140538122910128 140538600471170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34566144 140727879564015 140727879566533 140727879566533 140727879569359 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 858144 KiB

Child status: 143
Real time (s): 2358.73
CPU time (s): 2400.08
CPU user time (s): 2396.45
CPU system time (s): 3.62539
CPU usage (%): 101.753
Max. virtual memory (cumulated for all children) (KiB): 10851908
Max. memory (cumulated for all children) (KiB): 858144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.45
system time used= 3.62539
maximum resident set size= 862268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 272016
involuntary context switches= 10908


# summary of solver processes directly reported to runsolver:
#   pid: 18482
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.45
#   total CPU system time (s): 3.62539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3192 second user time and 22.1309 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 03:14:15
IDJOB=4401399
IDBENCH=129121
IDSOLVER=2858
FILE ID=node121/4401399-1568682898
RUNJOBID= node121-1568673289-15738
PBS_JOBID= 21703788
Free space on /tmp= 61372 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-4401399-1568682898/watcher-4401399-1568682898 -o /tmp/evaluation-result-4401399-1568682898/solver-4401399-1568682898 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15738 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4401399-1568682898.xml

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

MD5SUM BENCH= b8ccca606c249b2a94d57c192d734d6e
RANDOM SEED=1917960574

node121.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.75
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.75
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.75
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.75
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:        29846076 kB
MemAvailable:   29981356 kB
Buffers:           40356 kB
Cached:           392836 kB
SwapCached:        10524 kB
Active:          2136412 kB
Inactive:         248268 kB
Active(anon):    1942384 kB
Inactive(anon):    41220 kB
Active(file):     194028 kB
Inactive(file):   207048 kB
Unevictable:      109604 kB
Mlocked:          109604 kB
SwapTotal:      67108860 kB
SwapFree:       66976692 kB
Dirty:             35336 kB
Writeback:            16 kB
AnonPages:       2050680 kB
Mapped:            55184 kB
Shmem:             23528 kB
Slab:             129088 kB
SReclaimable:     100080 kB
SUnreclaim:        29008 kB
KernelStack:        3744 kB
PageTables:        10048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3063240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1923072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61336 MiB
End job on node121 at 2019-09-17 03:53:34