Trace number 4402899

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.3SAT (TO)98 2520.06 2475.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 benchmark33.5552
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.80/0.55	c Concrete v3.12.3.1568965526260 running
8.72/3.91	o 615
8.72/3.92	o 613
8.72/3.93	o 107
9.07/4.03	o 106
9.40/4.17	o 105
9.40/4.18	o 104
10.00/4.38	o 103
10.31/4.44	o 102
12.38/5.38	o 101
12.67/5.59	o 100
14.65/7.05	o 99
14.65/7.07	o 98
2520.02/2475.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2475.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.02/2475.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.02/2475.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.02/2475.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2475.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2475.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.02/2475.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2475.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.02/2475.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2475.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2475.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2475.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2475.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2475.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2475.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2475.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2475.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2475.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2475.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.02/2475.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2475.70		at scala.Option.map(Option.scala:242)
2520.02/2475.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2475.70		at concrete.MAC.mac(MAC.scala:216)
2520.02/2475.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2475.71		at scala.util.Try$.apply(Try.scala:210)
2520.02/2475.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2475.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2475.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2475.71		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2475.71		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2475.71		at concrete.MAC.nextSolution(MAC.scala:369)
2520.02/2475.71		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2475.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.02/2475.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.02/2475.71		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2475.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2475.71		at scala.util.Success.map(Try.scala:262)
2520.02/2475.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2475.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2475.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2475.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2475.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2475.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2475.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2475.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2475.71		at scala.App.$anonfun$main$1(App.scala:73)
2520.02/2475.71		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.02/2475.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.02/2475.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.02/2475.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.02/2475.71		at scala.App.main(App.scala:73)
2520.02/2475.71		at scala.App.main$(App.scala:71)
2520.02/2475.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2475.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2475.71	v <instantiation
2520.02/2475.71	v         cost = '98'>
2520.02/2475.71	v       <list>
2520.02/2475.71	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] s[92] s[93] s[94] s[95] s[96] s[97] s[98] s[99] s[100] s[101] s[102] s[103] s[104] s[105] s[106] s[107] s[108] s[109] s[110] s[111] s[112] s[113] s[114] s[115] s[116] s[117] s[118] s[119] s[120] s[121]
2520.02/2475.71	v       </list>
2520.02/2475.71	v       <values>
2520.02/2475.71	v         0 1 0 0 4 4 7 21 14 5 12 16 5 14 32 14 19 14 4 23 12 8 19 23 5 8 22 24 17 17 7 47 22 33 14 23 18 25 22 26 32 15 34 25 43 25 40 46 26 31 23 22 31 54 54 38 44 30 34 30 43 33 32 43 48 43 62 51 43 22 34 40 62 47 40 45 52 52 70 59 54 58 47 46 39 53 68 53 67 53 61 45 63 69 32 51 55 70 79 54 76 58 62 70 62 70 71 80 67 68 80 76 82 76 87 74 78 80 94 89 84 98
2520.02/2475.71	v       </values>
2520.02/2475.71	v     </instantiation>
2520.02/2475.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 (2012 MiB free)
  memory of node 1: 16384 MiB (2884 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402899-1568977559/watcher-4402899-1568977559 -o /tmp/evaluation-result-4402899-1568977559/solver-4402899-1568977559 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7557 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1467329244 HOME/instance-4402899-1568977559.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=10420, runsolver pid=10417
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 1.30 1.40 1.43 3/218 10477
/proc/meminfo: memFree=5006668/32770624 swapFree=66999216/67108860
[pid=10420] ppid=10417 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/10420/stat : 10420 (java) S 10417 10420 7525 0 -1 1077944320 4542 13073 0 0 1 0 5 3 20 0 6 0 474009007 10212057088 4270 33554432000 4194304 4196468 140737172635120 140737172617664 140167818071799 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
/proc/10420/statm: 2493178 4270 1935 1 0 2481616 0
[pid=10420/tid=10473] ppid=10417 vsize=9988792 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/10420/task/10473/stat : 10473 (java) R 10417 10420 7525 0 -1 4202560 2398 13073 0 0 1 0 5 3 20 0 6 0 474009016 10228523008 4336 33554432000 4194304 4196468 140737172635120 140167789908560 140167801831632 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10474] ppid=10417 vsize=9988792 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10474/stat : 10474 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 6 0 474009017 10228523008 4336 33554432000 4194304 4196468 140737172635120 140167822314128 140167818082005 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10475] ppid=10417 vsize=9988792 memory=139844455052928 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10475/stat : 10475 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 6 0 474009017 10228523008 4336 33554432000 4194304 4196468 140737172635120 140167737133584 140167818082005 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10476] ppid=10417 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10476/stat : 10476 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 6 0 474009017 10228523008 4336 33554432000 4194304 4196468 140737172635120 140167736080784 140167818082005 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10477] ppid=10417 vsize=9988792 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10477/stat : 10477 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 6 0 474009017 10228523008 4336 33554432000 4194304 4196468 140737172635120 140167388780816 140167818082005 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209979 s]*
/proc/loadavg: 1.30 1.40 1.43 3/227 10486
/proc/meminfo: memFree=4984148/32770624 swapFree=66999216/67108860
[pid=10420] ppid=10417 vsize=10820196 memory=46528 CPUtime=0.27 cores=1,3,5,7
/proc/10420/stat : 10420 (java) S 10417 10420 7525 0 -1 1077944320 7598 13073 0 0 17 2 5 3 20 0 15 0 474009007 11079880704 11632 33554432000 4194304 4196468 140737172635120 140737172617664 140167818071799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
/proc/10420/statm: 2705049 11632 3271 1 0 2667149 0
[pid=10420/tid=10473] ppid=10417 vsize=10820196 memory=7822038051842263955 CPUtime=0.19 cores=1,3,5,7
/proc/10420/task/10473/stat : 10473 (java) R 10417 10420 7525 0 -1 4202560 4119 13073 0 0 10 1 5 3 20 0 15 0 474009016 11079880704 11698 33554432000 4194304 4196468 140737172635120 140167789882832 140167818093725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10474] ppid=10417 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10474/stat : 10474 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009017 11079880704 11698 33554432000 4194304 4196468 140737172635120 140167822314128 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10475] ppid=10417 vsize=10820196 memory=139844455052928 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10475/stat : 10475 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009017 11079880704 11698 33554432000 4194304 4196468 140737172635120 140167737133584 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10476] ppid=10417 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10476/stat : 10476 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009017 11079880704 11698 33554432000 4194304 4196468 140737172635120 140167736080784 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10477] ppid=10417 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10477/stat : 10477 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009017 11079880704 11698 33554432000 4194304 4196468 140737172635120 140167388780816 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10478] ppid=10417 vsize=10820196 memory=139844455052928 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10478/stat : 10478 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009018 11079880704 11698 33554432000 4194304 4196468 140737172635120 140167344687984 140167818082946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10479] ppid=10417 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10479/stat : 10479 (java) S 10417 10420 7525 0 -1 1077944384 13 13073 0 0 0 0 5 3 20 0 15 0 474009019 11079880704 11698 33554432000 4194304 4196468 140737172635120 140167264331296 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10480] ppid=10417 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10480/stat : 10480 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009019 11079880704 11698 33554432000 4194304 4196468 140737172635120 140166794569072 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10481] ppid=10417 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10481/stat : 10481 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009021 11079880704 11698 33554432000 4194304 4196468 140737172635120 140166526134608 140167818090395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10482] ppid=10417 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10420/task/10482/stat : 10482 (java) R 10417 10420 7525 0 -1 4202560 463 13073 0 0 1 0 5 3 20 0 15 0 474009021 11079880704 11698 33554432000 4194304 4196468 140737172635120 140167343634800 140167795666704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10483] ppid=10417 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10483/stat : 10483 (java) S 10417 10420 7525 0 -1 1077944384 177 13073 0 0 0 0 5 3 20 0 15 0 474009022 11079880704 11698 33554432000 4194304 4196468 140737172635120 140167342582000 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10484] ppid=10417 vsize=10820196 memory=139844455052928 CPUtime=0.11 cores=1,3,5,7
/proc/10420/task/10484/stat : 10484 (java) S 10417 10420 7525 0 -1 1077944384 625 13073 0 0 3 0 5 3 20 0 15 0 474009022 11079880704 11698 33554432000 4194304 4196468 140737172635120 140167341529200 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10485] ppid=10417 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10485/stat : 10485 (java) S 10417 10420 7525 0 -1 1077944384 3 13073 0 0 0 0 5 3 20 0 15 0 474009022 11079880704 11698 33554432000 4194304 4196468 140737172635120 140166056372448 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10486] ppid=10417 vsize=10820196 memory=139844455052928 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10486/stat : 10486 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009022 11079880704 11698 33554432000 4194304 4196468 140737172635120 140167340477616 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 46528 KiB

[startup+0.310581 s]*
/proc/loadavg: 1.30 1.40 1.43 3/227 10486
/proc/meminfo: memFree=4971476/32770624 swapFree=66999216/67108860
[pid=10420] ppid=10417 vsize=10820196 memory=55228 CPUtime=0.4 cores=1,3,5,7
/proc/10420/stat : 10420 (java) S 10417 10420 7525 0 -1 1077944320 10594 13073 0 0 29 3 5 3 20 0 15 0 474009007 11079880704 13807 33554432000 4194304 4196468 140737172635120 140737172617664 140167818071799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
/proc/10420/statm: 2705049 13807 3324 1 0 2667149 0
[pid=10420/tid=10473] ppid=10417 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/10420/task/10473/stat : 10473 (java) R 10417 10420 7525 0 -1 4202560 7086 13073 0 0 19 2 5 3 20 0 15 0 474009016 11079880704 13807 33554432000 4194304 4196468 140737172635120 140167789880720 140167818093725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10474] ppid=10417 vsize=10820196 memory=5865487059621668450 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10474/stat : 10474 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009017 11079880704 13807 33554432000 4194304 4196468 140737172635120 140167822314128 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10475] ppid=10417 vsize=10820196 memory=5787213827347079232 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10475/stat : 10475 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009017 11079880704 13807 33554432000 4194304 4196468 140737172635120 140167737133584 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10476] ppid=10417 vsize=10820196 memory=7649539202798208705 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10476/stat : 10476 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009017 11079880704 13807 33554432000 4194304 4196468 140737172635120 140167736080784 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10477] ppid=10417 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10477/stat : 10477 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009017 11079880704 13807 33554432000 4194304 4196468 140737172635120 140167388780816 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10478] ppid=10417 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10478/stat : 10478 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009018 11079880704 13807 33554432000 4194304 4196468 140737172635120 140167344687984 140167818082946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10479] ppid=10417 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10479/stat : 10479 (java) S 10417 10420 7525 0 -1 1077944384 13 13073 0 0 0 0 5 3 20 0 15 0 474009019 11079880704 13807 33554432000 4194304 4196468 140737172635120 140167264331296 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10480] ppid=10417 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10480/stat : 10480 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009019 11079880704 13807 33554432000 4194304 4196468 140737172635120 140166794569072 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10481] ppid=10417 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10481/stat : 10481 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009021 11079880704 13807 33554432000 4194304 4196468 140737172635120 140166526134608 140167818090395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10482] ppid=10417 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10420/task/10482/stat : 10482 (java) S 10417 10420 7525 0 -1 1077944384 464 13073 0 0 2 0 5 3 20 0 15 0 474009021 11079880704 13807 33554432000 4194304 4196468 140737172635120 140167343634800 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10483] ppid=10417 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10420/task/10483/stat : 10483 (java) S 10417 10420 7525 0 -1 1077944384 178 13073 0 0 1 0 5 3 20 0 15 0 474009022 11079880704 13807 33554432000 4194304 4196468 140737172635120 140167342582000 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10484] ppid=10417 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/10420/task/10484/stat : 10484 (java) S 10417 10420 7525 0 -1 1077944384 633 13073 0 0 5 0 5 3 20 0 15 0 474009022 11079880704 13807 33554432000 4194304 4196468 140737172635120 140167341529200 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10485] ppid=10417 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10485/stat : 10485 (java) S 10417 10420 7525 0 -1 1077944384 3 13073 0 0 0 0 5 3 20 0 15 0 474009022 11079880704 13807 33554432000 4194304 4196468 140737172635120 140166056372448 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10486] ppid=10417 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10486/stat : 10486 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009022 11079880704 13807 33554432000 4194304 4196468 140737172635120 140167340477616 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 55228 KiB

[startup+0.704937 s]
/proc/loadavg: 1.30 1.40 1.43 3/227 10486
/proc/meminfo: memFree=4956440/32770624 swapFree=66999216/67108860
[pid=10420] ppid=10417 vsize=10824364 memory=88368 CPUtime=1.17 cores=1,3,5,7
/proc/10420/stat : 10420 (java) S 10417 10420 7525 0 -1 1077944320 15247 13073 0 0 103 6 5 3 20 0 15 0 474009007 11084148736 22092 33554432000 4194304 4196468 140737172635120 140737172617664 140167818071799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
/proc/10420/statm: 2706347 22092 3514 1 0 2668429 0
[pid=10420/tid=10473] ppid=10417 vsize=10825388 memory=2241 CPUtime=0.68 cores=1,3,5,7
/proc/10420/task/10473/stat : 10473 (java) R 10417 10420 7525 0 -1 4202560 10546 13073 0 0 56 4 5 3 20 0 15 0 474009016 11085197312 22157 33554432000 4194304 4196468 140737172635120 140167789889728 140167810751392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10474] ppid=10417 vsize=10824364 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10474/stat : 10474 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009017 11084148736 22131 33554432000 4194304 4196468 140737172635120 140167822314128 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10475] ppid=10417 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10475/stat : 10475 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009017 11084148736 22131 33554432000 4194304 4196468 140737172635120 140167737133584 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10476] ppid=10417 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10476/stat : 10476 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009017 11084148736 22131 33554432000 4194304 4196468 140737172635120 140167736080784 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10477] ppid=10417 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10477/stat : 10477 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009017 11085197312 22131 33554432000 4194304 4196468 140737172635120 140167388780816 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10478] ppid=10417 vsize=10825388 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10478/stat : 10478 (java) S 10417 10420 7525 0 -1 1077944384 5 13073 0 0 0 0 5 3 20 0 15 0 474009018 11085197312 22131 33554432000 4194304 4196468 140737172635120 140167344687984 140167818082946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10479] ppid=10417 vsize=10825388 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10479/stat : 10479 (java) S 10417 10420 7525 0 -1 1077944384 13 13073 0 0 0 0 5 3 20 0 15 0 474009019 11085197312 22131 33554432000 4194304 4196468 140737172635120 140167264331296 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10480] ppid=10417 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10480/stat : 10480 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009019 11085197312 22131 33554432000 4194304 4196468 140737172635120 140166794569072 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10481] ppid=10417 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10481/stat : 10481 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009021 11084148736 22131 33554432000 4194304 4196468 140737172635120 140166526134608 140167818090395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10482] ppid=10417 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/10420/task/10482/stat : 10482 (java) S 10417 10420 7525 0 -1 1077944384 1081 13073 0 0 15 0 5 3 20 0 15 0 474009021 11084148736 22131 33554432000 4194304 4196468 140737172635120 140167343634800 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10483] ppid=10417 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/10420/task/10483/stat : 10483 (java) R 10417 10420 7525 0 -1 4202560 607 13073 0 0 13 0 5 3 20 0 15 0 474009022 11084148736 22131 33554432000 4194304 4196468 140737172635120 140167342582000 140167799615887 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10484] ppid=10417 vsize=10825388 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/10420/task/10484/stat : 10484 (java) S 10417 10420 7525 0 -1 1077944384 810 13073 0 0 17 0 5 3 20 0 15 0 474009022 11085197312 22131 33554432000 4194304 4196468 140737172635120 140167341529200 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10485] ppid=10417 vsize=10825388 memory=139844336519088 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10485/stat : 10485 (java) S 10417 10420 7525 0 -1 1077944384 3 13073 0 0 0 0 5 3 20 0 15 0 474009022 11085197312 22131 33554432000 4194304 4196468 140737172635120 140166056372448 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10486] ppid=10417 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10486/stat : 10486 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009022 11085197312 22131 33554432000 4194304 4196468 140737172635120 140167340477616 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 88368 KiB

[startup+1.50091 s]
/proc/loadavg: 1.30 1.40 1.43 3/227 10486
/proc/meminfo: memFree=4912156/32770624 swapFree=66999216/67108860
[pid=10420] ppid=10417 vsize=10834680 memory=175988 CPUtime=2.53 cores=1,3,5,7
/proc/10420/stat : 10420 (java) S 10417 10420 7525 0 -1 1077944320 21937 13073 0 0 234 11 5 3 20 0 15 0 474009007 11094712320 43997 33554432000 4194304 4196468 140737172635120 140737172617664 140167818071799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
/proc/10420/statm: 2708670 43997 3581 1 0 2670733 0
[pid=10420/tid=10473] ppid=10417 vsize=10834680 memory=16 CPUtime=1.44 cores=1,3,5,7
/proc/10420/task/10473/stat : 10473 (java) R 10417 10420 7525 0 -1 4202560 15364 13073 0 0 130 6 5 3 20 0 15 0 474009016 11094712320 43997 33554432000 4194304 4196468 140737172635120 140167789871584 140167818083734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10474] ppid=10417 vsize=10834680 memory=28 CPUtime=0.09 cores=1,3,5,7
/proc/10420/task/10474/stat : 10474 (java) S 10417 10420 7525 0 -1 1077944384 45 13073 0 0 1 0 5 3 20 0 15 0 474009017 11094712320 43997 33554432000 4194304 4196468 140737172635120 140167822314128 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10475] ppid=10417 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10475/stat : 10475 (java) S 10417 10420 7525 0 -1 1077944384 347 13073 0 0 0 0 5 3 20 0 15 0 474009017 11094712320 43997 33554432000 4194304 4196468 140737172635120 140167737133584 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10476] ppid=10417 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10420/task/10476/stat : 10476 (java) S 10417 10420 7525 0 -1 1077944384 24 13073 0 0 1 0 5 3 20 0 15 0 474009017 11094712320 43997 33554432000 4194304 4196468 140737172635120 140167736080784 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10477] ppid=10417 vsize=10834680 memory=101636 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10477/stat : 10477 (java) S 10417 10420 7525 0 -1 1077944384 86 13073 0 0 0 0 5 3 20 0 15 0 474009017 11094712320 43997 33554432000 4194304 4196468 140737172635120 140167388780816 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10478] ppid=10417 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10420/task/10478/stat : 10478 (java) S 10417 10420 7525 0 -1 1077944384 137 13073 0 0 1 0 5 3 20 0 15 0 474009018 11094712320 43997 33554432000 4194304 4196468 140737172635120 140167344687984 140167818082946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10479] ppid=10417 vsize=10834680 memory=6297548872420773986 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10479/stat : 10479 (java) S 10417 10420 7525 0 -1 1077944384 14 13073 0 0 0 0 5 3 20 0 15 0 474009019 11094712320 43997 33554432000 4194304 4196468 140737172635120 140167264331360 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10480] ppid=10417 vsize=10834680 memory=7737862998083528546 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10480/stat : 10480 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009019 11094712320 43997 33554432000 4194304 4196468 140737172635120 140166794569088 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10481] ppid=10417 vsize=10834680 memory=7306899550255211875 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10481/stat : 10481 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009021 11094712320 43997 33554432000 4194304 4196468 140737172635120 140166526134608 140167818090395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10482] ppid=10417 vsize=10834680 memory=5787221558340901220 CPUtime=0.36 cores=1,3,5,7
/proc/10420/task/10482/stat : 10482 (java) R 10417 10420 7525 0 -1 1077944384 1181 13073 0 0 28 0 5 3 20 0 15 0 474009021 11094712320 43997 33554432000 4194304 4196468 140737172635120 140167343634800 140167818082946 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10483] ppid=10417 vsize=10834680 memory=7092434305370710871 CPUtime=0.33 cores=1,3,5,7
/proc/10420/task/10483/stat : 10483 (java) R 10417 10420 7525 0 -1 4202560 883 13073 0 0 25 0 5 3 20 0 15 0 474009022 11094712320 43997 33554432000 4194304 4196468 140737172635120 140167342582000 140167811056841 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10484] ppid=10417 vsize=10834680 memory=6297548872420773986 CPUtime=0.5 cores=1,3,5,7
/proc/10420/task/10484/stat : 10484 (java) R 10417 10420 7525 0 -1 4202560 1641 13073 0 0 42 0 5 3 20 0 15 0 474009022 11094712320 43997 33554432000 4194304 4196468 140737172635120 140167341529200 140167811168635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10485] ppid=10417 vsize=10834680 memory=6297548872420773986 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10485/stat : 10485 (java) S 10417 10420 7525 0 -1 1077944384 3 13073 0 0 0 0 5 3 20 0 15 0 474009022 11094712320 43997 33554432000 4194304 4196468 140737172635120 140166056372448 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10486] ppid=10417 vsize=10834680 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10486/stat : 10486 (java) S 10417 10420 7525 0 -1 1077944384 1 13073 0 0 0 0 5 3 20 0 15 0 474009022 11094712320 43997 33554432000 4194304 4196468 140737172635120 140167340477616 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 10834680 KiB

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

/proc/10420/task/10473/stat : 10473 (java) R 10417 10420 7525 0 -1 4202560 62399 13073 0 0 235540 47 5 3 20 0 15 0 474009016 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167789907136 140167429450967 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10474] ppid=10417 vsize=10846988 memory=890632 CPUtime=11.98 cores=1,3,5,7
/proc/10420/task/10474/stat : 10474 (java) S 10417 10420 7525 0 -1 1077944384 11468 13073 0 0 1127 63 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167822314128 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10475] ppid=10417 vsize=10846988 memory=892680 CPUtime=11.95 cores=1,3,5,7
/proc/10420/task/10475/stat : 10475 (java) S 10417 10420 7525 0 -1 1077944384 9034 13073 0 0 1124 63 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167737133584 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10476] ppid=10417 vsize=10846988 memory=279688674016800 CPUtime=11.96 cores=1,3,5,7
/proc/10420/task/10476/stat : 10476 (java) S 10417 10420 7525 0 -1 1077944384 10643 13073 0 0 1131 57 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167736080784 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10477] ppid=10417 vsize=10846988 memory=892680 CPUtime=11.97 cores=1,3,5,7
/proc/10420/task/10477/stat : 10477 (java) S 10417 10420 7525 0 -1 1077944384 9187 13073 0 0 1130 59 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167388780816 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10478] ppid=10417 vsize=10846988 memory=892680 CPUtime=11.13 cores=1,3,5,7
/proc/10420/task/10478/stat : 10478 (java) S 10417 10420 7525 0 -1 1077944384 16274 13073 0 0 1046 59 5 3 20 0 15 0 474009018 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167344687984 140167818082946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10479] ppid=10417 vsize=10846988 memory=890632 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10479/stat : 10479 (java) S 10417 10420 7525 0 -1 1077944384 15 13073 0 0 0 0 5 3 20 0 15 0 474009019 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167264331360 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10480] ppid=10417 vsize=10846988 memory=892680 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10480/stat : 10480 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009019 11107315712 223170 33554432000 4194304 4196468 140737172635120 140166794569088 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10481] ppid=10417 vsize=10846988 memory=890632 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10481/stat : 10481 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009021 11107315712 223170 33554432000 4194304 4196468 140737172635120 140166526134608 140167818090395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10482] ppid=10417 vsize=10846988 memory=890632 CPUtime=3.69 cores=1,3,5,7
/proc/10420/task/10482/stat : 10482 (java) S 10417 10420 7525 0 -1 1077944384 22896 13073 0 0 359 2 5 3 20 0 15 0 474009021 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167343634800 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10483] ppid=10417 vsize=10846988 memory=892680 CPUtime=3.59 cores=1,3,5,7
/proc/10420/task/10483/stat : 10483 (java) S 10417 10420 7525 0 -1 1077944384 27038 13073 0 0 348 3 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167342582000 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10484] ppid=10417 vsize=10846988 memory=892680 CPUtime=2 cores=1,3,5,7
/proc/10420/task/10484/stat : 10484 (java) S 10417 10420 7525 0 -1 1077944384 12698 13073 0 0 189 3 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167341529200 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10485] ppid=10417 vsize=10846988 memory=892680 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10485/stat : 10485 (java) S 10417 10420 7525 0 -1 1077944384 3 13073 0 0 0 0 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140166056372448 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10486] ppid=10417 vsize=10846988 memory=432212 CPUtime=1.49 cores=1,3,5,7
/proc/10420/task/10486/stat : 10486 (java) S 10417 10420 7525 0 -1 1077944384 1414 13073 0 0 67 74 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167340477616 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
Current children cumulated CPU time: 2425.13 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 892680 KiB

[startup+2442.3 s]
/proc/loadavg: 1.34 1.34 1.39 3/227 10966
/proc/meminfo: memFree=4381284/32770624 swapFree=66999216/67108860
[pid=10420] ppid=10417 vsize=10846988 memory=892680 CPUtime=2486.08 cores=1,3,5,7
/proc/10420/stat : 10420 (java) S 10417 10420 7525 0 -1 1077944320 186698 13073 0 0 248227 373 5 3 20 0 15 0 474009007 11107315712 223170 33554432000 4194304 4196468 140737172635120 140737172617664 140167818071799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
/proc/10420/statm: 2711747 223170 3632 1 0 2673805 0
[pid=10420/tid=10473] ppid=10417 vsize=10846988 memory=6791534058613427641 CPUtime=2415.2 cores=1,3,5,7
/proc/10420/task/10473/stat : 10473 (java) R 10417 10420 7525 0 -1 4202560 63146 13073 0 0 241464 48 5 3 20 0 15 0 474009016 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167789906736 140167431787648 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10474] ppid=10417 vsize=10846988 memory=892680 CPUtime=12.32 cores=1,3,5,7
/proc/10420/task/10474/stat : 10474 (java) S 10417 10420 7525 0 -1 1077944384 11570 13073 0 0 1160 64 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167822314128 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10475] ppid=10417 vsize=10846988 memory=892680 CPUtime=12.3 cores=1,3,5,7
/proc/10420/task/10475/stat : 10475 (java) S 10417 10420 7525 0 -1 1077944384 9071 13073 0 0 1158 64 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167737133584 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10476] ppid=10417 vsize=10846988 memory=892680 CPUtime=12.31 cores=1,3,5,7
/proc/10420/task/10476/stat : 10476 (java) S 10417 10420 7525 0 -1 1077944384 10686 13073 0 0 1164 59 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167736080784 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10477] ppid=10417 vsize=10846988 memory=892680 CPUtime=12.32 cores=1,3,5,7
/proc/10420/task/10477/stat : 10477 (java) S 10417 10420 7525 0 -1 1077944384 9450 13073 0 0 1162 62 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167388780816 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10478] ppid=10417 vsize=10846988 memory=892680 CPUtime=11.43 cores=1,3,5,7
/proc/10420/task/10478/stat : 10478 (java) S 10417 10420 7525 0 -1 1077944384 16475 13073 0 0 1074 61 5 3 20 0 15 0 474009018 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167344687984 140167818082946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10479] ppid=10417 vsize=10846988 memory=892680 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10479/stat : 10479 (java) S 10417 10420 7525 0 -1 1077944384 15 13073 0 0 0 0 5 3 20 0 15 0 474009019 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167264331360 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10480] ppid=10417 vsize=10846988 memory=892680 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10480/stat : 10480 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009019 11107315712 223170 33554432000 4194304 4196468 140737172635120 140166794569088 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10481] ppid=10417 vsize=10846988 memory=892680 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10481/stat : 10481 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009021 11107315712 223170 33554432000 4194304 4196468 140737172635120 140166526134608 140167818090395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10482] ppid=10417 vsize=10846988 memory=892680 CPUtime=3.69 cores=1,3,5,7
/proc/10420/task/10482/stat : 10482 (java) S 10417 10420 7525 0 -1 1077944384 22898 13073 0 0 359 2 5 3 20 0 15 0 474009021 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167343634800 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10483] ppid=10417 vsize=10846988 memory=892680 CPUtime=3.59 cores=1,3,5,7
/proc/10420/task/10483/stat : 10483 (java) S 10417 10420 7525 0 -1 1077944384 27040 13073 0 0 348 3 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167342582000 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10484] ppid=10417 vsize=10846988 memory=892680 CPUtime=2 cores=1,3,5,7
/proc/10420/task/10484/stat : 10484 (java) S 10417 10420 7525 0 -1 1077944384 12700 13073 0 0 189 3 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167341529200 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10485] ppid=10417 vsize=10846988 memory=892680 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10485/stat : 10485 (java) S 10417 10420 7525 0 -1 1077944384 3 13073 0 0 0 0 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140166056372448 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10486] ppid=10417 vsize=10846988 memory=892680 CPUtime=1.53 cores=1,3,5,7
/proc/10420/task/10486/stat : 10486 (java) S 10417 10420 7525 0 -1 1077944384 1432 13073 0 0 69 76 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167340477616 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
Current children cumulated CPU time: 2486.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 892680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.7 s]
/proc/loadavg: 1.40 1.35 1.39 3/227 10967
/proc/meminfo: memFree=4391392/32770624 swapFree=66999216/67108860
[pid=10420] ppid=10417 vsize=10846988 memory=892680 CPUtime=2520.02 cores=1,3,5,7
/proc/10420/stat : 10420 (java) S 10417 10420 7525 0 -1 1077944320 187957 13073 0 0 251616 378 5 3 20 0 15 0 474009007 11107315712 223170 33554432000 4194304 4196468 140737172635120 140737172617664 140167818071799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
/proc/10420/statm: 2711747 223170 3632 1 0 2673805 0
[pid=10420/tid=10473] ppid=10417 vsize=10846988 memory=6056 CPUtime=2448.18 cores=1,3,5,7
/proc/10420/task/10473/stat : 10473 (java) R 10417 10420 7525 0 -1 4202560 63744 13073 0 0 244761 49 5 3 20 0 15 0 474009016 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167789907456 140167430898362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10474] ppid=10417 vsize=10846988 memory=892680 CPUtime=12.51 cores=1,3,5,7
/proc/10420/task/10474/stat : 10474 (java) S 10417 10420 7525 0 -1 1077944384 11719 13073 0 0 1179 64 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167822314128 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10475] ppid=10417 vsize=10846988 memory=892680 CPUtime=12.5 cores=1,3,5,7
/proc/10420/task/10475/stat : 10475 (java) S 10417 10420 7525 0 -1 1077944384 9117 13073 0 0 1177 65 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167737133584 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10476] ppid=10417 vsize=10846988 memory=892680 CPUtime=12.5 cores=1,3,5,7
/proc/10420/task/10476/stat : 10476 (java) S 10417 10420 7525 0 -1 1077944384 10764 13073 0 0 1182 60 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167736080784 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10477] ppid=10417 vsize=10846988 memory=892680 CPUtime=12.5 cores=1,3,5,7
/proc/10420/task/10477/stat : 10477 (java) S 10417 10420 7525 0 -1 1077944384 9618 13073 0 0 1180 62 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167388780816 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10478] ppid=10417 vsize=10846988 memory=892680 CPUtime=11.6 cores=1,3,5,7
/proc/10420/task/10478/stat : 10478 (java) S 10417 10420 7525 0 -1 1077944384 16673 13073 0 0 1091 61 5 3 20 0 15 0 474009018 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167344687984 140167818082946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10479] ppid=10417 vsize=10846988 memory=892680 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10479/stat : 10479 (java) S 10417 10420 7525 0 -1 1077944384 15 13073 0 0 0 0 5 3 20 0 15 0 474009019 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167264331360 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10480] ppid=10417 vsize=10846988 memory=139844337610360 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10480/stat : 10480 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009019 11107315712 223170 33554432000 4194304 4196468 140737172635120 140166794569088 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10481] ppid=10417 vsize=10846988 memory=892680 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10481/stat : 10481 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009021 11107315712 223170 33554432000 4194304 4196468 140737172635120 140166526134608 140167818090395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10482] ppid=10417 vsize=10846988 memory=892680 CPUtime=3.7 cores=1,3,5,7
/proc/10420/task/10482/stat : 10482 (java) S 10417 10420 7525 0 -1 1077944384 22900 13073 0 0 360 2 5 3 20 0 15 0 474009021 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167343634800 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10483] ppid=10417 vsize=10846988 memory=892680 CPUtime=3.59 cores=1,3,5,7
/proc/10420/task/10483/stat : 10483 (java) S 10417 10420 7525 0 -1 1077944384 27042 13073 0 0 348 3 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167342582000 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10484] ppid=10417 vsize=10846988 memory=892680 CPUtime=2 cores=1,3,5,7
/proc/10420/task/10484/stat : 10484 (java) S 10417 10420 7525 0 -1 1077944384 12702 13073 0 0 189 3 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167341529200 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10485] ppid=10417 vsize=10846988 memory=892680 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10485/stat : 10485 (java) S 10417 10420 7525 0 -1 1077944384 3 13073 0 0 0 0 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140166056372448 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10486] ppid=10417 vsize=10846988 memory=892680 CPUtime=1.56 cores=1,3,5,7
/proc/10420/task/10486/stat : 10486 (java) S 10417 10420 7525 0 -1 1077944384 1448 13073 0 0 70 78 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167340477616 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 892680 KiB

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

[startup+2475.73 s]
# the end of solver process 10420 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.82548 s

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

[startup+2475.7 s]
/proc/loadavg: 1.40 1.35 1.39 3/227 10967
/proc/meminfo: memFree=4391392/32770624 swapFree=66999216/67108860
[pid=10420] ppid=10417 vsize=10846988 memory=892680 CPUtime=2520.02 cores=1,3,5,7
/proc/10420/stat : 10420 (java) S 10417 10420 7525 0 -1 1077944320 187957 13073 0 0 251616 378 5 3 20 0 15 0 474009007 11107315712 223170 33554432000 4194304 4196468 140737172635120 140737172617664 140167818071799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
/proc/10420/statm: 2711747 223170 3632 1 0 2673805 0
[pid=10420/tid=10473] ppid=10417 vsize=10846988 memory=6056 CPUtime=2448.18 cores=1,3,5,7
/proc/10420/task/10473/stat : 10473 (java) R 10417 10420 7525 0 -1 4202560 63744 13073 0 0 244761 49 5 3 20 0 15 0 474009016 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167789907456 140167430898362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10474] ppid=10417 vsize=10846988 memory=892680 CPUtime=12.51 cores=1,3,5,7
/proc/10420/task/10474/stat : 10474 (java) S 10417 10420 7525 0 -1 1077944384 11719 13073 0 0 1179 64 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167822314128 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10475] ppid=10417 vsize=10846988 memory=892680 CPUtime=12.5 cores=1,3,5,7
/proc/10420/task/10475/stat : 10475 (java) S 10417 10420 7525 0 -1 1077944384 9117 13073 0 0 1177 65 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167737133584 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10476] ppid=10417 vsize=10846988 memory=892680 CPUtime=12.5 cores=1,3,5,7
/proc/10420/task/10476/stat : 10476 (java) S 10417 10420 7525 0 -1 1077944384 10764 13073 0 0 1182 60 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167736080784 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10477] ppid=10417 vsize=10846988 memory=892680 CPUtime=12.5 cores=1,3,5,7
/proc/10420/task/10477/stat : 10477 (java) S 10417 10420 7525 0 -1 1077944384 9618 13073 0 0 1180 62 5 3 20 0 15 0 474009017 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167388780816 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10478] ppid=10417 vsize=10846988 memory=892680 CPUtime=11.6 cores=1,3,5,7
/proc/10420/task/10478/stat : 10478 (java) S 10417 10420 7525 0 -1 1077944384 16673 13073 0 0 1091 61 5 3 20 0 15 0 474009018 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167344687984 140167818082946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10479] ppid=10417 vsize=10846988 memory=892680 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10479/stat : 10479 (java) S 10417 10420 7525 0 -1 1077944384 15 13073 0 0 0 0 5 3 20 0 15 0 474009019 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167264331360 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10480] ppid=10417 vsize=10846988 memory=139844337610360 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10480/stat : 10480 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009019 11107315712 223170 33554432000 4194304 4196468 140737172635120 140166794569088 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10481] ppid=10417 vsize=10846988 memory=892680 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10481/stat : 10481 (java) S 10417 10420 7525 0 -1 1077944384 2 13073 0 0 0 0 5 3 20 0 15 0 474009021 11107315712 223170 33554432000 4194304 4196468 140737172635120 140166526134608 140167818090395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10482] ppid=10417 vsize=10846988 memory=892680 CPUtime=3.7 cores=1,3,5,7
/proc/10420/task/10482/stat : 10482 (java) S 10417 10420 7525 0 -1 1077944384 22900 13073 0 0 360 2 5 3 20 0 15 0 474009021 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167343634800 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10483] ppid=10417 vsize=10846988 memory=892680 CPUtime=3.59 cores=1,3,5,7
/proc/10420/task/10483/stat : 10483 (java) S 10417 10420 7525 0 -1 1077944384 27042 13073 0 0 348 3 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167342582000 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10484] ppid=10417 vsize=10846988 memory=892680 CPUtime=2 cores=1,3,5,7
/proc/10420/task/10484/stat : 10484 (java) S 10417 10420 7525 0 -1 1077944384 12702 13073 0 0 189 3 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167341529200 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10485] ppid=10417 vsize=10846988 memory=892680 CPUtime=0.08 cores=1,3,5,7
/proc/10420/task/10485/stat : 10485 (java) S 10417 10420 7525 0 -1 1077944384 3 13073 0 0 0 0 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140166056372448 140167818082005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
[pid=10420/tid=10486] ppid=10417 vsize=10846988 memory=892680 CPUtime=1.56 cores=1,3,5,7
/proc/10420/task/10486/stat : 10486 (java) S 10417 10420 7525 0 -1 1077944384 1448 13073 0 0 70 78 5 3 20 0 15 0 474009022 11107315712 223170 33554432000 4194304 4196468 140737172635120 140167340477616 140167818082946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140737172642543 140737172645061 140737172645061 140737172647887 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 892680 KiB

Child status: 143
Real time (s): 2475.73
CPU time (s): 2520.06
CPU user time (s): 2516.23
CPU system time (s): 3.82548
CPU usage (%): 101.791
Max. virtual memory (cumulated for all children) (KiB): 10849748
Max. memory (cumulated for all children) (KiB): 892680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.82548
maximum resident set size= 896808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202149
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299060
involuntary context switches= 6900


# summary of solver processes directly reported to runsolver:
#   pid: 10420
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.82548

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.871 second user time and 23.8761 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 13:05:00
IDJOB=4402899
IDBENCH=129121
IDSOLVER=2861
FILE ID=node103/4402899-1568977559
RUNJOBID= node103-1568967579-7557
PBS_JOBID= 21704635
Free space on /tmp= 20680 MiB

SOLVER NAME= Concrete 3.12.3
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-4402899-1568977559/watcher-4402899-1568977559 -o /tmp/evaluation-result-4402899-1568977559/solver-4402899-1568977559 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7557 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1467329244 HOME/instance-4402899-1568977559.xml

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

MD5SUM BENCH= b8ccca606c249b2a94d57c192d734d6e
RANDOM SEED=1467329244

node103.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.74
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.74
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.74
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.74
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:         5016224 kB
MemAvailable:   31188424 kB
Buffers:           95320 kB
Cached:         26332472 kB
SwapCached:         6972 kB
Active:         13849592 kB
Inactive:       13252960 kB
Active(anon):     662680 kB
Inactive(anon):    61956 kB
Active(file):   13186912 kB
Inactive(file): 13191004 kB
Unevictable:      106748 kB
Mlocked:          106748 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             35032 kB
Writeback:             0 kB
AnonPages:        788692 kB
Mapped:            65888 kB
Shmem:             40864 kB
Slab:             249264 kB
SReclaimable:     220236 kB
SUnreclaim:        29028 kB
KernelStack:        3984 kB
PageTables:         7208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1955744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20644 MiB
End job on node103 at 2019-09-20 13:46:16