Trace number 4396340

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)140 2520.13 2481.63

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-14-a3.xml
MD5SUMa5381fa3d98671549d41a8d043d26ba4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark133
Best CPU time to get the best result obtained on this benchmark19981
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints94
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":91},{"size":501,"count":14}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":14,"count":12},{"degree":15,"count":2}]
Minimum constraint arity1
Maximum constraint arity91
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":91},{"arity":14,"count":1},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints92
Distribution of constraint types[{"type":"intension","count":92},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
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.76/0.55	c Concrete v3.12.2.1568380929293 running
13.55/5.35	o 500
14.62/6.12	o 495
14.72/6.24	o 488
14.93/6.31	o 487
14.93/6.34	o 245
14.93/6.38	o 222
15.09/6.43	o 200
15.09/6.45	o 197
15.09/6.49	o 178
15.25/6.60	o 162
22.68/13.10	o 161
24.24/14.52	o 160
31.01/21.22	o 159
33.03/23.20	o 158
37.36/27.48	o 157
43.89/33.83	o 154
50.96/40.63	o 152
84.23/73.70	o 150
84.64/74.13	o 147
186.81/175.28	o 146
576.95/560.43	o 145
823.77/804.57	o 143
927.26/906.85	o 142
1649.01/1620.34	o 141
2105.78/2071.97	o 140
2520.08/2481.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2481.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.08/2481.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.08/2481.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.08/2481.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2481.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2481.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.08/2481.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2481.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.08/2481.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2481.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2481.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2481.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2481.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2481.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2481.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2481.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2481.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2481.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2481.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.08/2481.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2481.60		at scala.Option.map(Option.scala:243)
2520.08/2481.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2481.60		at concrete.MAC.mac(MAC.scala:216)
2520.08/2481.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2481.60		at scala.util.Try$.apply(Try.scala:212)
2520.08/2481.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2481.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2481.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2481.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2481.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2481.61		at concrete.MAC.nextSolution(MAC.scala:369)
2520.08/2481.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2481.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2481.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2481.61		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2481.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.08/2481.61		at scala.util.Success.map(Try.scala:264)
2520.08/2481.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2481.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2481.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2481.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2481.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2481.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2481.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2481.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2481.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2481.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2481.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2481.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2481.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2481.61		at scala.App.main(App.scala:75)
2520.08/2481.61		at scala.App.main$(App.scala:73)
2520.08/2481.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2481.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2481.61	v <instantiation
2520.08/2481.61	v         cost = '140'>
2520.08/2481.61	v       <list>
2520.08/2481.61	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[0][13] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[1][13] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[2][13] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[9][10] y[9][11] y[9][12] y[9][13] y[10][11] y[10][12] y[10][13] y[11][12] y[11][13] y[12][13]
2520.08/2481.61	v       </list>
2520.08/2481.61	v       <values>
2520.08/2481.61	v         0 7 19 34 39 63 79 81 109 117 130 131 134 140 7 19 34 39 63 79 81 109 117 130 131 134 140 12 27 32 56 72 74 102 110 123 124 127 133 15 20 44 60 62 90 98 111 112 115 121 5 29 45 47 75 83 96 97 100 106 24 40 42 70 78 91 92 95 101 16 18 46 54 67 68 71 77 2 30 38 51 52 55 61 28 36 49 50 53 59 8 21 22 25 31 13 14 17 23 1 4 10 3 9 6
2520.08/2481.61	v       </values>
2520.08/2481.61	v     </instantiation>
2520.08/2481.61	s SATISFIABLE

Verifier Data

OK	140

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396340-1568398701/watcher-4396340-1568398701 -o /tmp/evaluation-result-4396340-1568398701/solver-4396340-1568398701 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30986 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=317596649 HOME/instance-4396340-1568398701.xml 

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

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

solver pid=427, runsolver pid=424

[startup+0.109237 s]*
/proc/loadavg: 1.67 1.47 1.39 3/220 488
/proc/meminfo: memFree=29723252/32770624 swapFree=67004208/67108860
[pid=427] ppid=424 vsize=10055356 memory=19652 CPUtime=0.09 cores=1,3,5,7
/proc/427/stat : 427 (java) S 424 427 30411 0 -1 1077944320 4640 13024 0 0 1 1 5 2 20 0 7 0 416031758 10296684544 4913 33554432000 4194304 4196468 140734554131408 140734554113952 139971459866359 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
/proc/427/statm: 2513839 4913 2019 1 0 2502277 0
[pid=427/tid=483] ppid=424 vsize=10153664 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/427/task/483/stat : 483 (java) R 424 427 30411 0 -1 4202560 2505 13024 0 0 1 0 5 2 20 0 8 0 416031767 10397351936 5491 33554432000 4194304 4196468 140734554131408 139971431707056 139971443946846 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=484] ppid=424 vsize=10153664 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/484/stat : 484 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 8 0 416031767 10397351936 5491 33554432000 4194304 4196468 140734554131408 139971464108816 139971459876565 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=486] ppid=424 vsize=10153664 memory=140671059461886 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/486/stat : 486 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 8 0 416031767 10397351936 5491 33554432000 4194304 4196468 140734554131408 139971378928528 139971459876565 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=487] ppid=424 vsize=10153664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/487/stat : 487 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 8 0 416031767 10397351936 5491 33554432000 4194304 4196468 140734554131408 139971377875984 139971459876565 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=488] ppid=424 vsize=10153664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/488/stat : 488 (java) S 424 427 30411 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 8 0 416031767 10397351936 5491 33554432000 4194304 4196468 140734554131408 139971376823440 139971459876565 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=489] ppid=424 vsize=10153664 memory=140671056422528 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/489/stat : 489 (java) S 424 427 30411 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 8 0 416031769 10397351936 5491 33554432000 4194304 4196468 140734554131408 139970986203120 139971459877506 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=490] ppid=424 vsize=10153664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/490/stat : 490 (java) R 424 427 30411 0 -1 4202560 13 13024 0 0 0 0 5 2 20 0 8 0 416031770 10397351936 5491 33554432000 4194304 4196468 140734554131408 139970903793488 139971442363344 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19652 KiB

[startup+0.210506 s]*
/proc/loadavg: 1.67 1.47 1.39 3/229 497
/proc/meminfo: memFree=29708600/32770624 swapFree=67004208/67108860
[pid=427] ppid=424 vsize=10819664 memory=38788 CPUtime=0.24 cores=1,3,5,7
/proc/427/stat : 427 (java) S 424 427 30411 0 -1 1077944320 7013 13024 0 0 16 1 5 2 20 0 15 0 416031758 11079335936 9697 33554432000 4194304 4196468 140734554131408 140734554113952 139971459866359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
/proc/427/statm: 2704916 9697 3161 1 0 2667149 0
[pid=427/tid=483] ppid=424 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/427/task/483/stat : 483 (java) R 424 427 30411 0 -1 4202560 3525 13024 0 0 11 1 5 2 20 0 15 0 416031767 11079335936 9697 33554432000 4194304 4196468 140734554131408 139971431698560 139971459887706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=484] ppid=424 vsize=10819664 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/484/stat : 484 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031767 11079335936 9697 33554432000 4194304 4196468 140734554131408 139971464108816 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=486] ppid=424 vsize=10819664 memory=140671059461886 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/486/stat : 486 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031767 11079335936 9697 33554432000 4194304 4196468 140734554131408 139971378928528 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=487] ppid=424 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/487/stat : 487 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031767 11079335936 9697 33554432000 4194304 4196468 140734554131408 139971377875984 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=488] ppid=424 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/488/stat : 488 (java) S 424 427 30411 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416031767 11079335936 9697 33554432000 4194304 4196468 140734554131408 139971376823440 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=489] ppid=424 vsize=10819664 memory=140671056422528 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/489/stat : 489 (java) S 424 427 30411 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416031769 11079335936 9697 33554432000 4194304 4196468 140734554131408 139970986203120 139971459877506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=490] ppid=424 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/490/stat : 490 (java) S 424 427 30411 0 -1 1077944384 13 13024 0 0 0 0 5 2 20 0 15 0 416031770 11079335936 9697 33554432000 4194304 4196468 140734554131408 139970903794592 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=491] ppid=424 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/491/stat : 491 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031770 11079335936 9697 33554432000 4194304 4196468 140734554131408 139970299814896 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=492] ppid=424 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/492/stat : 492 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031772 11079335936 9697 33554432000 4194304 4196468 140734554131408 139969992415440 139971459884955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=493] ppid=424 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/427/task/493/stat : 493 (java) S 424 427 30411 0 -1 1077944384 343 13024 0 0 1 0 5 2 20 0 15 0 416031772 11079335936 9697 33554432000 4194304 4196468 140734554131408 139970985150960 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=494] ppid=424 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/427/task/494/stat : 494 (java) S 424 427 30411 0 -1 1077944384 308 13024 0 0 1 0 5 2 20 0 15 0 416031772 11079335936 9697 33554432000 4194304 4196468 140734554131408 139970984098416 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=495] ppid=424 vsize=10819664 memory=140671056422528 CPUtime=0.1 cores=1,3,5,7
/proc/427/task/495/stat : 495 (java) R 424 427 30411 0 -1 4202560 630 13024 0 0 3 0 5 2 20 0 15 0 416031772 11079335936 9697 33554432000 4194304 4196468 140734554131408 139970983045872 139971444034780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=496] ppid=424 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/496/stat : 496 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031773 11079335936 9697 33554432000 4194304 4196468 140734554131408 139969958857824 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=497] ppid=424 vsize=10819664 memory=140671056422528 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/497/stat : 497 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031773 11079335936 9697 33554432000 4194304 4196468 140734554131408 139970981992752 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38788 KiB

[startup+0.310475 s]*
/proc/loadavg: 1.67 1.47 1.39 3/229 497
/proc/meminfo: memFree=29695672/32770624 swapFree=67004208/67108860
[pid=427] ppid=424 vsize=10820148 memory=49936 CPUtime=0.38 cores=1,3,5,7
/proc/427/stat : 427 (java) S 424 427 30411 0 -1 1077944320 10742 13024 0 0 28 3 5 2 20 0 15 0 416031758 11079831552 12484 33554432000 4194304 4196468 140734554131408 140734554113952 139971459866359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
/proc/427/statm: 2705037 12484 3293 1 0 2667149 0
[pid=427/tid=483] ppid=424 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/427/task/483/stat : 483 (java) R 424 427 30411 0 -1 4202560 7215 13024 0 0 19 2 5 2 20 0 15 0 416031767 11079831552 12484 33554432000 4194304 4196468 140734554131408 139971431666272 139971443946846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=484] ppid=424 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/484/stat : 484 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031767 11079831552 12484 33554432000 4194304 4196468 140734554131408 139971464108816 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=486] ppid=424 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/486/stat : 486 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031767 11079831552 12484 33554432000 4194304 4196468 140734554131408 139971378928528 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=487] ppid=424 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/487/stat : 487 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031767 11079831552 12549 33554432000 4194304 4196468 140734554131408 139971377875984 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=488] ppid=424 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/488/stat : 488 (java) S 424 427 30411 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416031767 11079831552 12549 33554432000 4194304 4196468 140734554131408 139971376823440 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=489] ppid=424 vsize=10820148 memory=7649399375624811058 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/489/stat : 489 (java) S 424 427 30411 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416031769 11079831552 12549 33554432000 4194304 4196468 140734554131408 139970986203120 139971459877506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=490] ppid=424 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/490/stat : 490 (java) S 424 427 30411 0 -1 1077944384 13 13024 0 0 0 0 5 2 20 0 15 0 416031770 11079831552 12549 33554432000 4194304 4196468 140734554131408 139970903794592 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=491] ppid=424 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/491/stat : 491 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031770 11079831552 12549 33554432000 4194304 4196468 140734554131408 139970299814896 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=492] ppid=424 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/492/stat : 492 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031772 11079831552 12549 33554432000 4194304 4196468 140734554131408 139969992415440 139971459884955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=493] ppid=424 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/427/task/493/stat : 493 (java) S 424 427 30411 0 -1 1077944384 344 13024 0 0 2 0 5 2 20 0 15 0 416031772 11079831552 12549 33554432000 4194304 4196468 140734554131408 139970985150960 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=494] ppid=424 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/427/task/494/stat : 494 (java) S 424 427 30411 0 -1 1077944384 317 13024 0 0 1 0 5 2 20 0 15 0 416031772 11079831552 12549 33554432000 4194304 4196468 140734554131408 139970984098416 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=495] ppid=424 vsize=10820148 memory=140671056422528 CPUtime=0.12 cores=1,3,5,7
/proc/427/task/495/stat : 495 (java) S 424 427 30411 0 -1 1077944384 654 13024 0 0 5 0 5 2 20 0 15 0 416031772 11079831552 12549 33554432000 4194304 4196468 140734554131408 139970983045872 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=496] ppid=424 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/496/stat : 496 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031773 11079831552 12549 33554432000 4194304 4196468 140734554131408 139969958857824 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=497] ppid=424 vsize=10820148 memory=140671056422528 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/497/stat : 497 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031773 11079831552 12549 33554432000 4194304 4196468 140734554131408 139970981992752 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49936 KiB

[startup+0.700746 s]
/proc/loadavg: 1.67 1.47 1.39 3/229 497
/proc/meminfo: memFree=29680140/32770624 swapFree=67004208/67108860
[pid=427] ppid=424 vsize=10824360 memory=83912 CPUtime=1.14 cores=1,3,5,7
/proc/427/stat : 427 (java) S 424 427 30411 0 -1 1077944320 15159 13024 0 0 101 6 5 2 20 0 15 0 416031758 11084144640 20978 33554432000 4194304 4196468 140734554131408 140734554113952 139971459866359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
/proc/427/statm: 2706090 20978 3511 1 0 2668173 0
[pid=427/tid=483] ppid=424 vsize=10824360 memory=65 CPUtime=0.66 cores=1,3,5,7
/proc/427/task/483/stat : 483 (java) R 424 427 30411 0 -1 4202560 10376 13024 0 0 55 4 5 2 20 0 15 0 416031767 11084144640 20978 33554432000 4194304 4196468 140734554131408 139971431693520 139971444942135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=484] ppid=424 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/484/stat : 484 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031767 11084144640 20978 33554432000 4194304 4196468 140734554131408 139971464108816 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=486] ppid=424 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/486/stat : 486 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031767 11084144640 20978 33554432000 4194304 4196468 140734554131408 139971378928528 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=487] ppid=424 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/487/stat : 487 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031767 11084144640 20978 33554432000 4194304 4196468 140734554131408 139971377875984 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=488] ppid=424 vsize=10824360 memory=39616 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/488/stat : 488 (java) S 424 427 30411 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416031767 11084144640 20978 33554432000 4194304 4196468 140734554131408 139971376823440 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=489] ppid=424 vsize=10824360 memory=38788 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/489/stat : 489 (java) S 424 427 30411 0 -1 1077944384 6 13024 0 0 0 0 5 2 20 0 15 0 416031769 11084144640 20978 33554432000 4194304 4196468 140734554131408 139970986203120 139971459877506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=490] ppid=424 vsize=10824360 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/490/stat : 490 (java) S 424 427 30411 0 -1 1077944384 13 13024 0 0 0 0 5 2 20 0 15 0 416031770 11084144640 20978 33554432000 4194304 4196468 140734554131408 139970903794592 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=491] ppid=424 vsize=10824360 memory=5792307881615119716 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/491/stat : 491 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031770 11084144640 20978 33554432000 4194304 4196468 140734554131408 139970299814896 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=492] ppid=424 vsize=10824360 memory=9124 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/492/stat : 492 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031772 11084144640 20978 33554432000 4194304 4196468 140734554131408 139969992415440 139971459884955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=493] ppid=424 vsize=10824360 memory=7372784369679749456 CPUtime=0.22 cores=1,3,5,7
/proc/427/task/493/stat : 493 (java) S 424 427 30411 0 -1 1077944384 947 13024 0 0 15 0 5 2 20 0 15 0 416031772 11084144640 20978 33554432000 4194304 4196468 140734554131408 139970985150960 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=494] ppid=424 vsize=10824360 memory=1052 CPUtime=0.19 cores=1,3,5,7
/proc/427/task/494/stat : 494 (java) R 424 427 30411 0 -1 4202560 714 13024 0 0 12 0 5 2 20 0 15 0 416031772 11084144640 20978 33554432000 4194304 4196468 140734554131408 139970984098416 139971444975925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=495] ppid=424 vsize=10824360 memory=7548 CPUtime=0.24 cores=1,3,5,7
/proc/427/task/495/stat : 495 (java) R 424 427 30411 0 -1 4202560 887 13024 0 0 17 0 5 2 20 0 15 0 416031772 11084144640 20978 33554432000 4194304 4196468 140734554131408 139970983045872 139971443946846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=496] ppid=424 vsize=10824360 memory=4004 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/496/stat : 496 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031773 11084144640 20978 33554432000 4194304 4196468 140734554131408 139969958857824 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=497] ppid=424 vsize=10824360 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/497/stat : 497 (java) S 424 427 30411 0 -1 1077944384 1 13024 0 0 0 0 5 2 20 0 15 0 416031773 11084144640 20978 33554432000 4194304 4196468 140734554131408 139970981992752 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83912 KiB

[startup+1.50066 s]
/proc/loadavg: 1.67 1.47 1.39 3/229 497
/proc/meminfo: memFree=29635612/32770624 swapFree=67004208/67108860
[pid=427] ppid=424 vsize=10834676 memory=171816 CPUtime=2.45 cores=1,3,5,7
/proc/427/stat : 427 (java) S 424 427 30411 0 -1 1077944320 21885 13024 0 0 227 11 5 2 20 0 15 0 416031758 11094708224 42954 33554432000 4194304 4196468 140734554131408 140734554113952 139971459866359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
/proc/427/statm: 2708669 42954 3582 1 0 2670733 0
[pid=427/tid=483] ppid=424 vsize=10834676 memory=7548 CPUtime=1.42 cores=1,3,5,7
/proc/427/task/483/stat : 483 (java) R 424 427 30411 0 -1 4202560 15258 13024 0 0 129 6 5 2 20 0 15 0 416031767 11094708224 42954 33554432000 4194304 4196468 140734554131408 139971431672496 139971459878294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=484] ppid=424 vsize=10834676 memory=4004 CPUtime=0.08 cores=1,3,5,7
/proc/427/task/484/stat : 484 (java) S 424 427 30411 0 -1 1077944384 402 13024 0 0 1 0 5 2 20 0 15 0 416031767 11094708224 42954 33554432000 4194304 4196468 140734554131408 139971464108816 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=486] ppid=424 vsize=10834676 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/427/task/486/stat : 486 (java) S 424 427 30411 0 -1 1077944384 45 13024 0 0 1 0 5 2 20 0 15 0 416031767 11094708224 42954 33554432000 4194304 4196468 140734554131408 139971378928528 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=487] ppid=424 vsize=10834676 memory=65 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/487/stat : 487 (java) S 424 427 30411 0 -1 1077944384 25 13024 0 0 0 0 5 2 20 0 15 0 416031767 11094708224 42954 33554432000 4194304 4196468 140734554131408 139971377875984 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=488] ppid=424 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/427/task/488/stat : 488 (java) S 424 427 30411 0 -1 1077944384 70 13024 0 0 1 0 5 2 20 0 15 0 416031767 11094708224 42954 33554432000 4194304 4196468 140734554131408 139971376823440 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=489] ppid=424 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/427/task/489/stat : 489 (java) S 424 427 30411 0 -1 1077944384 179 13024 0 0 1 0 5 2 20 0 15 0 416031769 11094708224 42954 33554432000 4194304 4196468 140734554131408 139970986203120 139971459877506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=490] ppid=424 vsize=10834676 memory=281341832769440 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/490/stat : 490 (java) S 424 427 30411 0 -1 1077944384 13 13024 0 0 0 0 5 2 20 0 15 0 416031770 11094708224 42954 33554432000 4194304 4196468 140734554131408 139970903794656 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=491] ppid=424 vsize=10834676 memory=100 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/491/stat : 491 (java) S 424 427 30411 0 -1 1077944384 2 13024 0 0 0 0 5 2 20 0 15 0 416031770 11094708224 42954 33554432000 4194304 4196468 140734554131408 139970299814912 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=492] ppid=424 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/492/stat : 492 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031772 11094708224 42954 33554432000 4194304 4196468 140734554131408 139969992415440 139971459884955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=493] ppid=424 vsize=10834676 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/427/task/493/stat : 493 (java) R 424 427 30411 0 -1 1077944384 1197 13024 0 0 27 0 5 2 20 0 15 0 416031772 11094708224 42954 33554432000 4194304 4196468 140734554131408 139970985150960 139971459877506 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=494] ppid=424 vsize=10834676 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/427/task/494/stat : 494 (java) S 424 427 30411 0 -1 1077944384 801 13024 0 0 21 0 5 2 20 0 15 0 416031772 11094708224 42954 33554432000 4194304 4196468 140734554131408 139970984098416 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=495] ppid=424 vsize=10834676 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/427/task/495/stat : 495 (java) R 424 427 30411 0 -1 4202560 1683 13024 0 0 42 0 5 2 20 0 15 0 416031772 11094708224 42954 33554432000 4194304 4196468 140734554131408 139970983045872 139971452963195 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=496] ppid=424 vsize=10834676 memory=281341832921872 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/496/stat : 496 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031773 11094708224 42954 33554432000 4194304 4196468 140734554131408 139969958857824 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0

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

/proc/427/task/483/stat : 483 (java) R 424 427 30411 0 -1 4202560 66081 13024 0 0 230122 39 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971431702176 139971065225521 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=484] ppid=424 vsize=10846984 memory=766508 CPUtime=9.22 cores=1,3,5,7
/proc/427/task/484/stat : 484 (java) S 424 427 30411 0 -1 1077944384 14271 13024 0 0 868 47 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971464108816 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=486] ppid=424 vsize=10846984 memory=768556 CPUtime=9.18 cores=1,3,5,7
/proc/427/task/486/stat : 486 (java) S 424 427 30411 0 -1 1077944384 12081 13024 0 0 865 46 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971378928528 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=487] ppid=424 vsize=10846984 memory=768556 CPUtime=9.21 cores=1,3,5,7
/proc/427/task/487/stat : 487 (java) S 424 427 30411 0 -1 1077944384 10534 13024 0 0 868 46 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971377875984 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=488] ppid=424 vsize=10846984 memory=768556 CPUtime=9.21 cores=1,3,5,7
/proc/427/task/488/stat : 488 (java) S 424 427 30411 0 -1 1077944384 10772 13024 0 0 870 44 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971376823440 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=489] ppid=424 vsize=10846984 memory=768556 CPUtime=8.65 cores=1,3,5,7
/proc/427/task/489/stat : 489 (java) S 424 427 30411 0 -1 1077944384 14157 13024 0 0 813 45 5 2 20 0 15 0 416031769 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970986203120 139971459877506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=490] ppid=424 vsize=10846984 memory=766508 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/490/stat : 490 (java) S 424 427 30411 0 -1 1077944384 14 13024 0 0 0 0 5 2 20 0 15 0 416031770 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970903794720 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=491] ppid=424 vsize=10846984 memory=768556 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/491/stat : 491 (java) S 424 427 30411 0 -1 1077944384 9 13024 0 0 0 0 5 2 20 0 15 0 416031770 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970299814912 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=492] ppid=424 vsize=10846984 memory=14068 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/492/stat : 492 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031772 11107311616 192139 33554432000 4194304 4196468 140734554131408 139969992415440 139971459884955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=493] ppid=424 vsize=10846984 memory=2120 CPUtime=4.45 cores=1,3,5,7
/proc/427/task/493/stat : 493 (java) S 424 427 30411 0 -1 1077944384 29362 13024 0 0 433 5 5 2 20 0 15 0 416031772 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970985150960 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=494] ppid=424 vsize=10846984 memory=39664 CPUtime=4.71 cores=1,3,5,7
/proc/427/task/494/stat : 494 (java) S 424 427 30411 0 -1 1077944384 28757 13024 0 0 461 3 5 2 20 0 15 0 416031772 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970984098416 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=495] ppid=424 vsize=10846984 memory=1412 CPUtime=1.98 cores=1,3,5,7
/proc/427/task/495/stat : 495 (java) S 424 427 30411 0 -1 1077944384 24768 13024 0 0 187 4 5 2 20 0 15 0 416031772 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970983045872 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=496] ppid=424 vsize=10846984 memory=766508 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/496/stat : 496 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031773 11107311616 192139 33554432000 4194304 4196468 140734554131408 139969958857824 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=497] ppid=424 vsize=10846984 memory=766508 CPUtime=1.28 cores=1,3,5,7
/proc/427/task/497/stat : 497 (java) S 424 427 30411 0 -1 1077944384 1257 13024 0 0 58 63 5 2 20 0 15 0 416031773 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970981992752 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
Current children cumulated CPU time: 2359.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 768556 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.43 1.41 3/227 878
/proc/meminfo: memFree=29918340/32770624 swapFree=67004208/67108860
[pid=427] ppid=424 vsize=10846984 memory=768556 CPUtime=2419.71 cores=1,3,5,7
/proc/427/stat : 427 (java) S 424 427 30411 0 -1 1077944320 215845 13024 0 0 241667 297 5 2 20 0 15 0 416031758 11107311616 192139 33554432000 4194304 4196468 140734554131408 140734554113952 139971459866359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
/proc/427/statm: 2711746 192139 3628 1 0 2673805 0
[pid=427/tid=483] ppid=424 vsize=10846984 memory=768556 CPUtime=2361.2 cores=1,3,5,7
/proc/427/task/483/stat : 483 (java) R 424 427 30411 0 -1 4202560 66751 13024 0 0 236073 40 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971431701872 139971069996551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=484] ppid=424 vsize=10846984 memory=768556 CPUtime=9.45 cores=1,3,5,7
/proc/427/task/484/stat : 484 (java) S 424 427 30411 0 -1 1077944384 14286 13024 0 0 891 47 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971464108816 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=486] ppid=424 vsize=10846984 memory=768556 CPUtime=9.41 cores=1,3,5,7
/proc/427/task/486/stat : 486 (java) S 424 427 30411 0 -1 1077944384 12146 13024 0 0 887 47 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971378928528 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=487] ppid=424 vsize=10846984 memory=768556 CPUtime=9.44 cores=1,3,5,7
/proc/427/task/487/stat : 487 (java) S 424 427 30411 0 -1 1077944384 10588 13024 0 0 889 48 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971377875984 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=488] ppid=424 vsize=10846984 memory=768556 CPUtime=9.43 cores=1,3,5,7
/proc/427/task/488/stat : 488 (java) S 424 427 30411 0 -1 1077944384 11301 13024 0 0 891 45 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971376823440 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=489] ppid=424 vsize=10846984 memory=768556 CPUtime=8.86 cores=1,3,5,7
/proc/427/task/489/stat : 489 (java) S 424 427 30411 0 -1 1077944384 14379 13024 0 0 832 47 5 2 20 0 15 0 416031769 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970986203120 139971459877506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=490] ppid=424 vsize=10846984 memory=768556 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/490/stat : 490 (java) S 424 427 30411 0 -1 1077944384 14 13024 0 0 0 0 5 2 20 0 15 0 416031770 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970903794720 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=491] ppid=424 vsize=10846984 memory=768556 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/491/stat : 491 (java) S 424 427 30411 0 -1 1077944384 9 13024 0 0 0 0 5 2 20 0 15 0 416031770 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970299814912 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=492] ppid=424 vsize=10846984 memory=768556 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/492/stat : 492 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031772 11107311616 192139 33554432000 4194304 4196468 140734554131408 139969992415440 139971459884955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=493] ppid=424 vsize=10846984 memory=768556 CPUtime=4.45 cores=1,3,5,7
/proc/427/task/493/stat : 493 (java) S 424 427 30411 0 -1 1077944384 29362 13024 0 0 433 5 5 2 20 0 15 0 416031772 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970985150960 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=494] ppid=424 vsize=10846984 memory=768556 CPUtime=4.71 cores=1,3,5,7
/proc/427/task/494/stat : 494 (java) S 424 427 30411 0 -1 1077944384 28757 13024 0 0 461 3 5 2 20 0 15 0 416031772 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970984098416 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=495] ppid=424 vsize=10846984 memory=768556 CPUtime=1.98 cores=1,3,5,7
/proc/427/task/495/stat : 495 (java) S 424 427 30411 0 -1 1077944384 24768 13024 0 0 187 4 5 2 20 0 15 0 416031772 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970983045872 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=496] ppid=424 vsize=10846984 memory=15260018805713 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/496/stat : 496 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031773 11107311616 192139 33554432000 4194304 4196468 140734554131408 139969958857824 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=497] ppid=424 vsize=10846984 memory=14068 CPUtime=1.31 cores=1,3,5,7
/proc/427/task/497/stat : 497 (java) S 424 427 30411 0 -1 1077944384 1274 13024 0 0 59 65 5 2 20 0 15 0 416031773 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970981992752 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
Current children cumulated CPU time: 2419.71 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 768556 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.44 1.42 3/227 885
/proc/meminfo: memFree=29912544/32770624 swapFree=67004208/67108860
[pid=427] ppid=424 vsize=10846984 memory=768556 CPUtime=2480.38 cores=1,3,5,7
/proc/427/stat : 427 (java) S 424 427 30411 0 -1 1077944320 217417 13024 0 0 247727 304 5 2 20 0 15 0 416031758 11107311616 192139 33554432000 4194304 4196468 140734554131408 140734554113952 139971459866359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
/proc/427/statm: 2711746 192139 3628 1 0 2673805 0
[pid=427/tid=483] ppid=424 vsize=10846984 memory=768556 CPUtime=2420.7 cores=1,3,5,7
/proc/427/task/483/stat : 483 (java) R 424 427 30411 0 -1 4202560 67426 13024 0 0 242023 40 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971431701984 139971070271775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=484] ppid=424 vsize=10846984 memory=768556 CPUtime=9.69 cores=1,3,5,7
/proc/427/task/484/stat : 484 (java) S 424 427 30411 0 -1 1077944384 14772 13024 0 0 913 49 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971464108816 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=486] ppid=424 vsize=10846984 memory=768556 CPUtime=9.64 cores=1,3,5,7
/proc/427/task/486/stat : 486 (java) S 424 427 30411 0 -1 1077944384 12168 13024 0 0 909 48 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971378928528 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=487] ppid=424 vsize=10846984 memory=768556 CPUtime=9.66 cores=1,3,5,7
/proc/427/task/487/stat : 487 (java) S 424 427 30411 0 -1 1077944384 10650 13024 0 0 910 49 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971377875984 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=488] ppid=424 vsize=10846984 memory=768556 CPUtime=9.67 cores=1,3,5,7
/proc/427/task/488/stat : 488 (java) S 424 427 30411 0 -1 1077944384 11395 13024 0 0 914 46 5 2 20 0 15 0 416031767 11107311616 192139 33554432000 4194304 4196468 140734554131408 139971376823440 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=489] ppid=424 vsize=10846984 memory=768556 CPUtime=9.06 cores=1,3,5,7
/proc/427/task/489/stat : 489 (java) S 424 427 30411 0 -1 1077944384 14589 13024 0 0 851 48 5 2 20 0 15 0 416031769 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970986203120 139971459877506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=490] ppid=424 vsize=10846984 memory=768556 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/490/stat : 490 (java) S 424 427 30411 0 -1 1077944384 14 13024 0 0 0 0 5 2 20 0 15 0 416031770 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970903794720 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=491] ppid=424 vsize=10846984 memory=768556 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/491/stat : 491 (java) S 424 427 30411 0 -1 1077944384 9 13024 0 0 0 0 5 2 20 0 15 0 416031770 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970299814912 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=492] ppid=424 vsize=10846984 memory=768556 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/492/stat : 492 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031772 11107311616 192139 33554432000 4194304 4196468 140734554131408 139969992415440 139971459884955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=493] ppid=424 vsize=10846984 memory=768556 CPUtime=4.45 cores=1,3,5,7
/proc/427/task/493/stat : 493 (java) S 424 427 30411 0 -1 1077944384 29364 13024 0 0 433 5 5 2 20 0 15 0 416031772 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970985150960 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=494] ppid=424 vsize=10846984 memory=768556 CPUtime=4.71 cores=1,3,5,7
/proc/427/task/494/stat : 494 (java) S 424 427 30411 0 -1 1077944384 28759 13024 0 0 461 3 5 2 20 0 15 0 416031772 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970984098416 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=495] ppid=424 vsize=10846984 memory=768556 CPUtime=1.98 cores=1,3,5,7
/proc/427/task/495/stat : 495 (java) S 424 427 30411 0 -1 1077944384 24770 13024 0 0 187 4 5 2 20 0 15 0 416031772 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970983045872 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=496] ppid=424 vsize=10846984 memory=768556 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/496/stat : 496 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031773 11107311616 192139 33554432000 4194304 4196468 140734554131408 139969958857824 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=497] ppid=424 vsize=10846984 memory=1412 CPUtime=1.34 cores=1,3,5,7
/proc/427/task/497/stat : 497 (java) S 424 427 30411 0 -1 1077944384 1291 13024 0 0 60 67 5 2 20 0 15 0 416031773 11107311616 192139 33554432000 4194304 4196468 140734554131408 139970981992752 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
Current children cumulated CPU time: 2480.38 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 768556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.6 s]
/proc/loadavg: 1.55 1.48 1.43 3/228 888
/proc/meminfo: memFree=29908424/32770624 swapFree=67004208/67108860
[pid=427] ppid=424 vsize=10846984 memory=770604 CPUtime=2520.08 cores=1,3,5,7
/proc/427/stat : 427 (java) S 424 427 30411 0 -1 1077944320 217747 13024 0 0 251694 307 5 2 20 0 15 0 416031758 11107311616 192651 33554432000 4194304 4196468 140734554131408 140734554113952 139971459866359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
/proc/427/statm: 2711746 192651 3628 1 0 2673805 0
[pid=427/tid=483] ppid=424 vsize=10846984 memory=770604 CPUtime=2459.72 cores=1,3,5,7
/proc/427/task/483/stat : 483 (java) R 424 427 30411 0 -1 4202560 67686 13024 0 0 245925 40 5 2 20 0 15 0 416031767 11107311616 192651 33554432000 4194304 4196468 140734554131408 139971431702272 139971071503184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=484] ppid=424 vsize=10846984 memory=3588 CPUtime=9.83 cores=1,3,5,7
/proc/427/task/484/stat : 484 (java) S 424 427 30411 0 -1 1077944384 14776 13024 0 0 927 49 5 2 20 0 15 0 416031767 11107311616 192651 33554432000 4194304 4196468 140734554131408 139971464108816 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=486] ppid=424 vsize=10846984 memory=39664 CPUtime=9.78 cores=1,3,5,7
/proc/427/task/486/stat : 486 (java) S 424 427 30411 0 -1 1077944384 12192 13024 0 0 923 48 5 2 20 0 15 0 416031767 11107311616 192651 33554432000 4194304 4196468 140734554131408 139971378928528 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=487] ppid=424 vsize=10846984 memory=6947385649911455296 CPUtime=9.79 cores=1,3,5,7
/proc/427/task/487/stat : 487 (java) S 424 427 30411 0 -1 1077944384 10657 13024 0 0 922 50 5 2 20 0 15 0 416031767 11107311616 192651 33554432000 4194304 4196468 140734554131408 139971377875984 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=488] ppid=424 vsize=10846984 memory=6944656592455350634 CPUtime=9.82 cores=1,3,5,7
/proc/427/task/488/stat : 488 (java) S 424 427 30411 0 -1 1077944384 11411 13024 0 0 928 47 5 2 20 0 15 0 416031767 11107311616 192651 33554432000 4194304 4196468 140734554131408 139971376823440 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=489] ppid=424 vsize=10846984 memory=4642459606598900066 CPUtime=9.18 cores=1,3,5,7
/proc/427/task/489/stat : 489 (java) S 424 427 30411 0 -1 1077944384 14600 13024 0 0 862 49 5 2 20 0 15 0 416031769 11107311616 192651 33554432000 4194304 4196468 140734554131408 139970986203120 139971459877506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=490] ppid=424 vsize=10846984 memory=5859291144028115306 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/490/stat : 490 (java) S 424 427 30411 0 -1 1077944384 14 13024 0 0 0 0 5 2 20 0 15 0 416031770 11107311616 192651 33554432000 4194304 4196468 140734554131408 139970903794720 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=491] ppid=424 vsize=10846984 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/491/stat : 491 (java) S 424 427 30411 0 -1 1077944384 9 13024 0 0 0 0 5 2 20 0 15 0 416031770 11107311616 192651 33554432000 4194304 4196468 140734554131408 139970299814912 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=492] ppid=424 vsize=10846984 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/492/stat : 492 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031772 11107311616 192651 33554432000 4194304 4196468 140734554131408 139969992415440 139971459884955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=493] ppid=424 vsize=10846984 memory=3272 CPUtime=4.45 cores=1,3,5,7
/proc/427/task/493/stat : 493 (java) S 424 427 30411 0 -1 1077944384 29366 13024 0 0 433 5 5 2 20 0 15 0 416031772 11107311616 192651 33554432000 4194304 4196468 140734554131408 139970985150960 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=494] ppid=424 vsize=10846984 memory=1065520 CPUtime=4.71 cores=1,3,5,7
/proc/427/task/494/stat : 494 (java) S 424 427 30411 0 -1 1077944384 28761 13024 0 0 461 3 5 2 20 0 15 0 416031772 11107311616 192651 33554432000 4194304 4196468 140734554131408 139970984098416 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=495] ppid=424 vsize=10846984 memory=1096 CPUtime=1.98 cores=1,3,5,7
/proc/427/task/495/stat : 495 (java) S 424 427 30411 0 -1 1077944384 24772 13024 0 0 187 4 5 2 20 0 15 0 416031772 11107311616 192651 33554432000 4194304 4196468 140734554131408 139970983045872 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=496] ppid=424 vsize=10846984 memory=3588 CPUtime=0.07 cores=1,3,5,7
/proc/427/task/496/stat : 496 (java) S 424 427 30411 0 -1 1077944384 3 13024 0 0 0 0 5 2 20 0 15 0 416031773 11107311616 192651 33554432000 4194304 4196468 140734554131408 139969958857824 139971459876565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
[pid=427/tid=497] ppid=424 vsize=10846984 memory=39664 CPUtime=1.36 cores=1,3,5,7
/proc/427/task/497/stat : 497 (java) S 424 427 30411 0 -1 1077944384 1293 13024 0 0 61 68 5 2 20 0 15 0 416031773 11107311616 192651 33554432000 4194304 4196468 140734554131408 139970981992752 139971459877506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 27877376 140734554139376 140734554141893 140734554141893 140734554144719 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 770604 KiB

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

[startup+2481.63 s]
# the end of solver process 427 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.01 s, system=3.11684 s

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

Child status: 143
Real time (s): 2481.63
CPU time (s): 2520.13
CPU user time (s): 2517.01
CPU system time (s): 3.11684
CPU usage (%): 101.552
Max. virtual memory (cumulated for all children) (KiB): 10849684
Max. memory (cumulated for all children) (KiB): 770604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.01
system time used= 3.11684
maximum resident set size= 774812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232016
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 249459
involuntary context switches= 6526


# summary of solver processes directly reported to runsolver:
#   pid: 427
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2517.01
#   total CPU system time (s): 3.11684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4625 second user time and 22.8255 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 20:17:45
IDJOB=4396340
IDBENCH=126210
IDSOLVER=2846
FILE ID=node148/4396340-1568398701
RUNJOBID= node148-1568393484-30986
PBS_JOBID= 21701862
Free space on /tmp= 61272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-14-a3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396340-1568398701/watcher-4396340-1568398701 -o /tmp/evaluation-result-4396340-1568398701/solver-4396340-1568398701 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30986 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=317596649 HOME/instance-4396340-1568398701.xml

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

MD5SUM BENCH= a5381fa3d98671549d41a8d043d26ba4
RANDOM SEED=317596649

node148.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.13
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.13
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.13
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.13
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:        29736236 kB
MemAvailable:   29927460 kB
Buffers:           39564 kB
Cached:           449584 kB
SwapCached:         3836 kB
Active:          2293280 kB
Inactive:         187924 kB
Active(anon):    1988740 kB
Inactive(anon):    43744 kB
Active(file):     304540 kB
Inactive(file):   144180 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004208 kB
Dirty:             35204 kB
Writeback:            20 kB
AnonPages:       2098440 kB
Mapped:            57408 kB
Shmem:             32328 kB
Slab:             145492 kB
SReclaimable:     116676 kB
SUnreclaim:        28816 kB
KernelStack:        4032 kB
PageTables:         9376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3073028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1927168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61240 MiB
End job on node148 at 2019-09-13 20:59:07