Trace number 4392257

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.10SAT (TO)3 2400.11 2338.63

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-11-13.xml
MD5SUMb332b46b2d271d96c2352c0c61c10556
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark83.9194
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints4291
Number of domains1
Minimum domain size143
Maximum domain size143
Distribution of domain sizes[{"size":143,"count":143}]
Minimum variable degree122
Maximum variable degree122
Distribution of variable degrees[{"degree":122,"count":143}]
Minimum constraint arity4
Maximum constraint arity143
Distribution of constraint arities[{"arity":4,"count":4290},{"arity":143,"count":1}]
Number of extensional constraints0
Number of intensional constraints4290
Distribution of constraint types[{"type":"intension","count":4290},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.74/0.54	c Concrete v3.10.1560635388952 running
25.66/10.27	o 142
26.62/10.57	o 141
27.25/10.72	o 140
27.59/10.88	o 139
27.91/10.99	o 138
28.24/11.09	o 137
28.45/11.18	o 136
28.67/11.27	o 135
28.81/11.39	o 134
29.05/11.47	o 133
29.29/11.54	o 132
29.47/11.62	o 131
29.47/11.68	o 130
29.62/11.76	o 129
29.83/11.82	o 128
29.83/11.89	o 127
30.04/11.97	o 126
30.27/12.05	o 125
30.27/12.10	o 124
30.46/12.18	o 123
30.60/12.24	o 122
30.60/12.29	o 121
30.76/12.34	o 120
30.76/12.38	o 119
30.91/12.42	o 118
30.91/12.45	o 117
31.06/12.51	o 116
31.06/12.58	o 115
31.20/12.65	o 114
31.37/12.72	o 113
31.37/12.79	o 112
31.52/12.87	o 111
31.67/12.93	o 110
31.67/12.99	o 109
31.99/13.05	o 108
32.24/13.13	o 107
32.24/13.18	o 106
32.42/13.23	o 105
32.58/13.30	o 104
32.58/13.36	o 103
32.82/13.45	o 102
33.00/13.53	o 101
33.00/13.59	o 100
33.20/13.64	o 99
33.37/13.71	o 98
33.37/13.74	o 97
33.53/13.80	o 96
33.53/13.85	o 95
33.53/13.87	o 9
33.70/13.92	o 8
33.70/13.97	o 7
33.86/14.03	o 6
33.86/14.11	o 5
36.63/15.43	o 4
1482.38/1437.53	o 3
2400.06/2338.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.06/2338.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.06/2338.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.06/2338.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.06/2338.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.06/2338.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.06/2338.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.06/2338.60		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2400.06/2338.60		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2400.06/2338.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.06/2338.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2338.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2338.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2338.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2338.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2338.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2338.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2338.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2338.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2338.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2338.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.06/2338.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.06/2338.60		at scala.Option.map(Option.scala:243)
2400.06/2338.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.06/2338.60		at concrete.MAC.mac(MAC.scala:204)
2400.06/2338.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.06/2338.60		at scala.util.Try$.apply(Try.scala:212)
2400.06/2338.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.06/2338.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.06/2338.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.06/2338.60		at concrete.MAC.oneRun(MAC.scala:253)
2400.06/2338.60		at concrete.MAC.nextSolution(MAC.scala:272)
2400.06/2338.60		at concrete.MAC.nextSolution(MAC.scala:355)
2400.06/2338.60		at concrete.Solver.hasNext(Solver.scala:160)
2400.06/2338.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2338.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2338.60		at concrete.Solver.foreach(Solver.scala:67)
2400.06/2338.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.06/2338.60		at scala.util.Success.map(Try.scala:264)
2400.06/2338.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.06/2338.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.06/2338.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2338.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.06/2338.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2338.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.06/2338.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.06/2338.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.06/2338.61		at scala.App.$anonfun$main$1(App.scala:75)
2400.06/2338.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.06/2338.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2338.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2338.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.06/2338.61		at scala.App.main(App.scala:75)
2400.06/2338.61		at scala.App.main$(App.scala:73)
2400.06/2338.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2338.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2338.61	v <instantiation
2400.06/2338.61	v         cost = '3'>
2400.06/2338.61	v       <list>
2400.06/2338.61	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12]
2400.06/2338.61	v       </list>
2400.06/2338.61	v       <values>
2400.06/2338.61	v         0 1 1 1 2 2 3 3 3 3 3 3 3 0 1 2 3 1 1 1 1 1 2 2 2 3 0 2 2 3 0 0 1 2 3 0 1 1 2 0 3 3 1 1 2 0 2 0 2 1 3 1 1 0 0 2 2 3 0 2 3 1 0 2 1 1 0 1 0 2 1 3 0 2 2 1 0 2 1 2 3 1 2 3 0 0 1 0 2 1 3 2 1 3 2 3 0 2 0 3 2 0 1 1 2 3 1 3 3 3 1 2 0 3 0 0 1 3 2 3 3 0 2 1 0 2 1 3 2 0 3 3 1 0 1 0 0 2 3 1 2 1 0
2400.06/2338.61	v       </values>
2400.06/2338.61	v     </instantiation>
2400.06/2338.61	s SATISFIABLE

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392257-1568329054/watcher-4392257-1568329054 -o /tmp/evaluation-result-4392257-1568329054/solver-4392257-1568329054 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20991 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=631763691 HOME/instance-4392257-1568329054.xml 

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

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

solver pid=30468, runsolver pid=30465

[startup+0.101984 s]*
/proc/loadavg: 1.21 1.26 1.35 3/222 30525
/proc/meminfo: memFree=29242272/32770624 swapFree=67003384/67108860
[pid=30468] ppid=30465 vsize=9972712 memory=17344 CPUtime=0.09 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 20959 0 -1 1077944320 4558 13516 0 0 1 0 5 3 20 0 6 0 409145011 10212057088 4336 33554432000 4194304 4196468 140733342771888 140733342754432 140717685546743 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
/proc/30468/statm: 2493178 4336 1958 1 0 2481616 0
[pid=30468/tid=30521] ppid=30465 vsize=9972712 memory=4279135703980212366 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 20959 0 -1 4202560 2347 13516 0 0 1 0 5 3 20 0 6 0 409145021 10212057088 4336 33554432000 4194304 4196468 140733342771888 140717657383504 140717670858745 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30522] ppid=30465 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 6 0 409145021 10212057088 4336 33554432000 4194304 4196468 140733342771888 140717689789072 140717685556949 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30523] ppid=30465 vsize=9972712 memory=140419251979904 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 6 0 409145021 10212057088 4336 33554432000 4194304 4196468 140733342771888 140717578062352 140717685556949 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30524] ppid=30465 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 6 0 409145021 10212057088 4336 33554432000 4194304 4196468 140733342771888 140717577009552 140717685556949 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30525] ppid=30465 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 20959 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 6 0 409145021 10212057088 4336 33554432000 4194304 4196468 140733342771888 140717575956752 140717685556949 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17344 KiB

[startup+0.210095 s]*
/proc/loadavg: 1.21 1.26 1.35 3/231 30534
/proc/meminfo: memFree=29223912/32770624 swapFree=67003384/67108860
[pid=30468] ppid=30465 vsize=10818940 memory=38796 CPUtime=0.27 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 20959 0 -1 1077944320 7008 13516 0 0 17 2 5 3 20 0 15 0 409145011 11078594560 9699 33554432000 4194304 4196468 140733342771888 140733342754432 140717685546743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
/proc/30468/statm: 2704735 9699 2981 1 0 2667149 0
[pid=30468/tid=30521] ppid=30465 vsize=10818940 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 20959 0 -1 4202560 3524 13516 0 0 11 1 5 3 20 0 15 0 409145021 11078594560 9699 33554432000 4194304 4196468 140733342771888 140717657334528 140717685568669 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30522] ppid=30465 vsize=10818940 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145021 11078594560 9699 33554432000 4194304 4196468 140733342771888 140717689789072 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30523] ppid=30465 vsize=10818940 memory=140419251979904 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145021 11078594560 9699 33554432000 4194304 4196468 140733342771888 140717578062352 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30524] ppid=30465 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145021 11078594560 9699 33554432000 4194304 4196468 140733342771888 140717577009552 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30525] ppid=30465 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 20959 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 409145021 11078594560 9699 33554432000 4194304 4196468 140733342771888 140717575956752 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30526] ppid=30465 vsize=10818940 memory=140419251979904 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 20959 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 409145023 11078594560 9699 33554432000 4194304 4196468 140733342771888 140716957330288 140717685557890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30527] ppid=30465 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 20959 0 -1 1077944384 13 13516 0 0 0 0 5 3 20 0 15 0 409145023 11078594560 9699 33554432000 4194304 4196468 140733342771888 140716684600864 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30528] ppid=30465 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145023 11078594560 9699 33554432000 4194304 4196468 140733342771888 140716483274096 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30529] ppid=30465 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11078594560 9699 33554432000 4194304 4196468 140733342771888 140716242983248 140717685565339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30530] ppid=30465 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 20959 0 -1 1077944384 349 13516 0 0 0 0 5 3 20 0 15 0 409145026 11078594560 9699 33554432000 4194304 4196468 140733342771888 140716956277104 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30531] ppid=30465 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 20959 0 -1 1077944384 280 13516 0 0 1 0 5 3 20 0 15 0 409145026 11078594560 9699 33554432000 4194304 4196468 140733342771888 140716955224304 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30532] ppid=30465 vsize=10818940 memory=140419251979904 CPUtime=0.11 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) R 30465 30468 20959 0 -1 4202560 618 13516 0 0 3 0 5 3 20 0 15 0 409145026 11078594560 9699 33554432000 4194304 4196468 140733342771888 140716954171504 140717670712300 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30533] ppid=30465 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11078594560 9699 33554432000 4194304 4196468 140733342771888 140716209424608 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30534] ppid=30465 vsize=10818940 memory=140419251979904 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145027 11078594560 9699 33554432000 4194304 4196468 140733342771888 140716651044016 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38796 KiB

[startup+0.310706 s]*
/proc/loadavg: 1.21 1.26 1.35 4/231 30534
/proc/meminfo: memFree=29214132/32770624 swapFree=67003384/67108860
[pid=30468] ppid=30465 vsize=10820096 memory=49948 CPUtime=0.41 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 20959 0 -1 1077944320 10701 13516 0 0 29 4 5 3 20 0 15 0 409145011 11079778304 12487 33554432000 4194304 4196468 140733342771888 140733342754432 140717685546743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
/proc/30468/statm: 2705024 12487 3235 1 0 2667149 0
[pid=30468/tid=30521] ppid=30465 vsize=10820096 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 20959 0 -1 4202560 7203 13516 0 0 19 3 5 3 20 0 15 0 409145021 11079778304 12487 33554432000 4194304 4196468 140733342771888 140717657346000 140717685558678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30522] ppid=30465 vsize=10820096 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145021 11079778304 12487 33554432000 4194304 4196468 140733342771888 140717689789072 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30523] ppid=30465 vsize=10820096 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145021 11079778304 12487 33554432000 4194304 4196468 140733342771888 140717578062352 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30524] ppid=30465 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145021 11079778304 12487 33554432000 4194304 4196468 140733342771888 140717577009552 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30525] ppid=30465 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 20959 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 409145021 11079778304 12487 33554432000 4194304 4196468 140733342771888 140717575956752 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30526] ppid=30465 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 20959 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 409145023 11079778304 12487 33554432000 4194304 4196468 140733342771888 140716957330288 140717685557890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30527] ppid=30465 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 20959 0 -1 1077944384 13 13516 0 0 0 0 5 3 20 0 15 0 409145023 11079778304 12487 33554432000 4194304 4196468 140733342771888 140716684600864 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30528] ppid=30465 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145023 11079778304 12487 33554432000 4194304 4196468 140733342771888 140716483274096 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30529] ppid=30465 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11079778304 12487 33554432000 4194304 4196468 140733342771888 140716242983248 140717685565339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30530] ppid=30465 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 20959 0 -1 1077944384 350 13516 0 0 1 0 5 3 20 0 15 0 409145026 11079778304 12487 33554432000 4194304 4196468 140733342771888 140716956277104 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30531] ppid=30465 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 20959 0 -1 1077944384 281 13516 0 0 1 0 5 3 20 0 15 0 409145026 11079778304 12487 33554432000 4194304 4196468 140733342771888 140716955224304 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30532] ppid=30465 vsize=10820096 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 20959 0 -1 1077944384 631 13516 0 0 5 0 5 3 20 0 15 0 409145026 11079778304 12487 33554432000 4194304 4196468 140733342771888 140716954171504 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30533] ppid=30465 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11079778304 12487 33554432000 4194304 4196468 140733342771888 140716209424608 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30534] ppid=30465 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145027 11079778304 12487 33554432000 4194304 4196468 140733342771888 140716651044016 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49948 KiB

[startup+0.700683 s]
/proc/loadavg: 1.21 1.26 1.35 5/231 30534
/proc/meminfo: memFree=29197432/32770624 swapFree=67003384/67108860
[pid=30468] ppid=30465 vsize=10824340 memory=80516 CPUtime=1.15 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 20959 0 -1 1077944320 14872 13516 0 0 100 7 5 3 20 0 15 0 409145011 11084124160 20129 33554432000 4194304 4196468 140733342771888 140733342754432 140717685546743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
/proc/30468/statm: 2706085 20129 3499 1 0 2668173 0
[pid=30468/tid=30521] ppid=30465 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 20959 0 -1 4202560 10553 13516 0 0 54 5 5 3 20 0 15 0 409145021 11084124160 20129 33554432000 4194304 4196468 140733342771888 140717657373936 140717685558678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30522] ppid=30465 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145021 11084124160 20129 33554432000 4194304 4196468 140733342771888 140717689789072 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30523] ppid=30465 vsize=10824340 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145021 11084124160 20129 33554432000 4194304 4196468 140733342771888 140717578062352 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30524] ppid=30465 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145021 11084124160 20129 33554432000 4194304 4196468 140733342771888 140717577009552 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30525] ppid=30465 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 20959 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 409145021 11084124160 20129 33554432000 4194304 4196468 140733342771888 140717575956752 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30526] ppid=30465 vsize=10824340 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 20959 0 -1 1077944384 5 13516 0 0 0 0 5 3 20 0 15 0 409145023 11084124160 20129 33554432000 4194304 4196468 140733342771888 140716957330288 140717685557890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30527] ppid=30465 vsize=10824340 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 20959 0 -1 1077944384 13 13516 0 0 0 0 5 3 20 0 15 0 409145023 11084124160 20129 33554432000 4194304 4196468 140733342771888 140716684600864 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30528] ppid=30465 vsize=10824340 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145023 11084124160 20129 33554432000 4194304 4196468 140733342771888 140716483274096 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30529] ppid=30465 vsize=10824340 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11084124160 20129 33554432000 4194304 4196468 140733342771888 140716242983248 140717685565339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30530] ppid=30465 vsize=10824340 memory=13252 CPUtime=0.19 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 20959 0 -1 1077944384 579 13516 0 0 11 0 5 3 20 0 15 0 409145026 11084124160 20129 33554432000 4194304 4196468 140733342771888 140716956277104 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30531] ppid=30465 vsize=10824340 memory=15460 CPUtime=0.23 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 20959 0 -1 1077944384 680 13516 0 0 15 0 5 3 20 0 15 0 409145026 11084124160 20129 33554432000 4194304 4196468 140733342771888 140716955224304 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30532] ppid=30465 vsize=10824340 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) R 30465 30468 20959 0 -1 4202560 820 13516 0 0 17 0 5 3 20 0 15 0 409145026 11084124160 20129 33554432000 4194304 4196468 140733342771888 140716954171504 140717664341517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30533] ppid=30465 vsize=10824340 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11084124160 20129 33554432000 4194304 4196468 140733342771888 140716209424608 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30534] ppid=30465 vsize=10824340 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 20959 0 -1 1077944384 1 13516 0 0 0 0 5 3 20 0 15 0 409145027 11084124160 20129 33554432000 4194304 4196468 140733342771888 140716651044016 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80516 KiB

[startup+1.50081 s]
/proc/loadavg: 1.21 1.26 1.35 5/231 30534
/proc/meminfo: memFree=29134028/32770624 swapFree=67003384/67108860
[pid=30468] ppid=30465 vsize=10832608 memory=224736 CPUtime=3.21 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 20959 0 -1 1077944320 24069 13516 0 0 300 13 5 3 20 0 15 0 409145011 11092590592 56184 33554432000 4194304 4196468 140733342771888 140733342754432 140717685546743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
/proc/30468/statm: 2708152 56184 3586 1 0 2670221 0
[pid=30468/tid=30521] ppid=30465 vsize=10832608 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 20959 0 -1 4202560 14836 13516 0 0 128 7 5 3 20 0 15 0 409145021 11092590592 56184 33554432000 4194304 4196468 140733342771888 140717657377888 140717669627230 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30522] ppid=30465 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 20959 0 -1 1077944384 26 13516 0 0 1 0 5 3 20 0 15 0 409145021 11092590592 56184 33554432000 4194304 4196468 140733342771888 140717689789072 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30523] ppid=30465 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 20959 0 -1 1077944384 77 13516 0 0 1 0 5 3 20 0 15 0 409145021 11092590592 56184 33554432000 4194304 4196468 140733342771888 140717578062352 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30524] ppid=30465 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 20959 0 -1 1077944384 28 13516 0 0 1 0 5 3 20 0 15 0 409145021 11092590592 56184 33554432000 4194304 4196468 140733342771888 140717577009552 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30525] ppid=30465 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 20959 0 -1 1077944384 269 13516 0 0 1 0 5 3 20 0 15 0 409145021 11092590592 56184 33554432000 4194304 4196468 140733342771888 140717575956752 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30526] ppid=30465 vsize=10832608 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 20959 0 -1 1077944384 940 13516 0 0 1 0 5 3 20 0 15 0 409145023 11092590592 56184 33554432000 4194304 4196468 140733342771888 140716957330288 140717685557890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30527] ppid=30465 vsize=10832608 memory=280838247885056 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 20959 0 -1 1077944384 13 13516 0 0 0 0 5 3 20 0 15 0 409145023 11092590592 56184 33554432000 4194304 4196468 140733342771888 140716684600928 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30528] ppid=30465 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 20959 0 -1 1077944384 2 13516 0 0 0 0 5 3 20 0 15 0 409145023 11092590592 56184 33554432000 4194304 4196468 140733342771888 140716483274112 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30529] ppid=30465 vsize=10832608 memory=8252 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11092590592 56184 33554432000 4194304 4196468 140733342771888 140716242983248 140717685565339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30530] ppid=30465 vsize=10832608 memory=5912 CPUtime=0.65 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 20959 0 -1 1077944384 2125 13516 0 0 56 1 5 3 20 0 15 0 409145026 11092590592 56184 33554432000 4194304 4196468 140733342771888 140716956277104 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30531] ppid=30465 vsize=10832608 memory=1056 CPUtime=0.71 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 20959 0 -1 1077944384 1880 13516 0 0 63 0 5 3 20 0 15 0 409145026 11092590592 56184 33554432000 4194304 4196468 140733342771888 140716955224304 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30532] ppid=30465 vsize=10832608 memory=1540 CPUtime=0.5 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 20959 0 -1 1077944384 1656 13516 0 0 42 0 5 3 20 0 15 0 409145026 11092590592 56184 33554432000 4194304 4196468 140733342771888 140716954171504 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30533] ppid=30465 vsize=10832608 memory=728 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11092590592 56184 33554432000 4194304 4196468 140733342771888 140716209424608 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30534] ppid=30465 vsize=10832608 memory=3436 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145027 11092590592 56184 33554432000 4194304 4196468 140733342771888 140716651044016 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
Current children cumulated CPU time: 3.21 s
Current children cumulated vsize: 10832608 KiB

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

/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 20959 0 -1 4202560 87075 13516 0 0 218021 71 5 3 20 0 15 0 409145021 11107291136 461630 33554432000 4194304 4196468 140733342771888 140717657383440 140717252910409 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30522] ppid=30465 vsize=10846964 memory=1846520 CPUtime=12.32 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 20959 0 -1 1077944384 33762 13516 0 0 1179 45 5 3 20 0 15 0 409145021 11107291136 461630 33554432000 4194304 4196468 140733342771888 140717689789072 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30523] ppid=30465 vsize=10846964 memory=1846520 CPUtime=12.27 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 20959 0 -1 1077944384 24219 13516 0 0 1175 44 5 3 20 0 15 0 409145021 11107291136 461630 33554432000 4194304 4196468 140733342771888 140717578062352 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30524] ppid=30465 vsize=10846964 memory=1846520 CPUtime=12.33 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 20959 0 -1 1077944384 28307 13516 0 0 1181 44 5 3 20 0 15 0 409145021 11107291136 461630 33554432000 4194304 4196468 140733342771888 140717577009552 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30525] ppid=30465 vsize=10846964 memory=1846520 CPUtime=12.37 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 20959 0 -1 1077944384 30065 13516 0 0 1189 40 5 3 20 0 15 0 409145021 11107291136 461630 33554432000 4194304 4196468 140733342771888 140717575956752 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30526] ppid=30465 vsize=10846964 memory=1846520 CPUtime=7.5 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 20959 0 -1 1077944384 24535 13516 0 0 693 49 5 3 20 0 15 0 409145023 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716957330288 140717685557890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30527] ppid=30465 vsize=10846964 memory=1846520 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 20959 0 -1 1077944384 23 13516 0 0 0 0 5 3 20 0 15 0 409145023 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716684600928 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30528] ppid=30465 vsize=10846964 memory=1846520 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 20959 0 -1 1077944384 5 13516 0 0 0 0 5 3 20 0 15 0 409145023 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716483274112 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30529] ppid=30465 vsize=10846964 memory=2052 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716242983248 140717685565339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30530] ppid=30465 vsize=10846964 memory=1220 CPUtime=8.98 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 20959 0 -1 1077944384 20078 13516 0 0 885 5 5 3 20 0 15 0 409145026 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716956277104 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30531] ppid=30465 vsize=10846964 memory=1846520 CPUtime=9.73 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 20959 0 -1 1077944384 23791 13516 0 0 959 6 5 3 20 0 15 0 409145026 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716955224304 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30532] ppid=30465 vsize=10846964 memory=1056 CPUtime=4.02 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 20959 0 -1 1077944384 13966 13516 0 0 387 7 5 3 20 0 15 0 409145026 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716954171504 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30533] ppid=30465 vsize=10846964 memory=1846520 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716209424608 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30534] ppid=30465 vsize=10846964 memory=1846520 CPUtime=1.31 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 20959 0 -1 1077944384 1375 13516 0 0 61 62 5 3 20 0 15 0 409145027 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716651044016 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
Current children cumulated CPU time: 2261.22 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1846520 KiB

[startup+2262.3 s]
/proc/loadavg: 1.37 1.35 1.41 3/231 31293
/proc/meminfo: memFree=28737308/32770624 swapFree=67003392/67108860
[pid=30468] ppid=30465 vsize=10846964 memory=1846520 CPUtime=2322.34 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 20959 0 -1 1077944320 292293 13516 0 0 231877 349 5 3 20 0 15 0 409145011 11107291136 461630 33554432000 4194304 4196468 140733342771888 140733342754432 140717685546743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
/proc/30468/statm: 2711741 461630 3629 1 0 2673805 0
[pid=30468/tid=30521] ppid=30465 vsize=10846964 memory=1846520 CPUtime=2240.33 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 20959 0 -1 4202560 88046 13516 0 0 223953 72 5 3 20 0 15 0 409145021 11107291136 461630 33554432000 4194304 4196468 140733342771888 140717657382784 140717255940224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30522] ppid=30465 vsize=10846964 memory=1846520 CPUtime=12.7 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 20959 0 -1 1077944384 33906 13516 0 0 1216 46 5 3 20 0 15 0 409145021 11107291136 461630 33554432000 4194304 4196468 140733342771888 140717689789072 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30523] ppid=30465 vsize=10846964 memory=1846520 CPUtime=12.66 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 20959 0 -1 1077944384 24635 13516 0 0 1213 45 5 3 20 0 15 0 409145021 11107291136 461630 33554432000 4194304 4196468 140733342771888 140717578062352 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30524] ppid=30465 vsize=10846964 memory=1846520 CPUtime=12.71 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 20959 0 -1 1077944384 28737 13516 0 0 1218 45 5 3 20 0 15 0 409145021 11107291136 461630 33554432000 4194304 4196468 140733342771888 140717577009552 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30525] ppid=30465 vsize=10846964 memory=1846520 CPUtime=12.76 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 20959 0 -1 1077944384 30153 13516 0 0 1227 41 5 3 20 0 15 0 409145021 11107291136 461630 33554432000 4194304 4196468 140733342771888 140717575956752 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30526] ppid=30465 vsize=10846964 memory=1846520 CPUtime=7.73 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 20959 0 -1 1077944384 24963 13516 0 0 714 51 5 3 20 0 15 0 409145023 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716957330288 140717685557890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30527] ppid=30465 vsize=10846964 memory=1846520 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 20959 0 -1 1077944384 23 13516 0 0 0 0 5 3 20 0 15 0 409145023 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716684600928 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30528] ppid=30465 vsize=10846964 memory=1846520 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 20959 0 -1 1077944384 5 13516 0 0 0 0 5 3 20 0 15 0 409145023 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716483274112 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30529] ppid=30465 vsize=10846964 memory=1846520 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716242983248 140717685565339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30530] ppid=30465 vsize=10846964 memory=2052 CPUtime=8.99 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 20959 0 -1 1077944384 20451 13516 0 0 886 5 5 3 20 0 15 0 409145026 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716956277104 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30531] ppid=30465 vsize=10846964 memory=1846520 CPUtime=9.73 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 20959 0 -1 1077944384 23795 13516 0 0 959 6 5 3 20 0 15 0 409145026 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716955224304 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30532] ppid=30465 vsize=10846964 memory=1846520 CPUtime=4.02 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 20959 0 -1 1077944384 13970 13516 0 0 387 7 5 3 20 0 15 0 409145026 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716954171504 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30533] ppid=30465 vsize=10846964 memory=1846520 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716209424608 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30534] ppid=30465 vsize=10846964 memory=1220 CPUtime=1.34 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 20959 0 -1 1077944384 1394 13516 0 0 62 64 5 3 20 0 15 0 409145027 11107291136 461630 33554432000 4194304 4196468 140733342771888 140716651044016 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
Current children cumulated CPU time: 2322.34 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1846520 KiB

[startup+2322.3 s]
/proc/loadavg: 1.33 1.36 1.41 3/232 31299
/proc/meminfo: memFree=28734676/32770624 swapFree=67003392/67108860
[pid=30468] ppid=30465 vsize=10846964 memory=1848568 CPUtime=2383.47 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 20959 0 -1 1077944320 294806 13516 0 0 237983 356 5 3 20 0 15 0 409145011 11107291136 462142 33554432000 4194304 4196468 140733342771888 140733342754432 140717685546743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
/proc/30468/statm: 2711741 462142 3629 1 0 2673805 0
[pid=30468/tid=30521] ppid=30465 vsize=10846964 memory=1848568 CPUtime=2299.69 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 20959 0 -1 4202560 89001 13516 0 0 229889 72 5 3 20 0 15 0 409145021 11107291136 462142 33554432000 4194304 4196468 140733342771888 140717657382400 140717255268365 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30522] ppid=30465 vsize=10846964 memory=1848568 CPUtime=13.08 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 20959 0 -1 1077944384 34028 13516 0 0 1253 47 5 3 20 0 15 0 409145021 11107291136 462142 33554432000 4194304 4196468 140733342771888 140717689789072 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30523] ppid=30465 vsize=10846964 memory=1848568 CPUtime=13.02 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 20959 0 -1 1077944384 25072 13516 0 0 1249 45 5 3 20 0 15 0 409145021 11107291136 462142 33554432000 4194304 4196468 140733342771888 140717578062352 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30524] ppid=30465 vsize=10846964 memory=1848568 CPUtime=13.08 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 20959 0 -1 1077944384 28897 13516 0 0 1254 46 5 3 20 0 15 0 409145021 11107291136 462142 33554432000 4194304 4196468 140733342771888 140717577009552 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30525] ppid=30465 vsize=10846964 memory=1848568 CPUtime=13.13 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 20959 0 -1 1077944384 30541 13516 0 0 1263 42 5 3 20 0 15 0 409145021 11107291136 462142 33554432000 4194304 4196468 140733342771888 140717575956752 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30526] ppid=30465 vsize=10846964 memory=1848568 CPUtime=7.95 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 20959 0 -1 1077944384 25380 13516 0 0 736 51 5 3 20 0 15 0 409145023 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716957330288 140717685557890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30527] ppid=30465 vsize=10846964 memory=1848568 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 20959 0 -1 1077944384 23 13516 0 0 0 0 5 3 20 0 15 0 409145023 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716684600928 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30528] ppid=30465 vsize=10846964 memory=1848568 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 20959 0 -1 1077944384 5 13516 0 0 0 0 5 3 20 0 15 0 409145023 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716483274112 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30529] ppid=30465 vsize=10846964 memory=1848568 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716242983248 140717685565339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30530] ppid=30465 vsize=10846964 memory=37840 CPUtime=8.99 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 20959 0 -1 1077944384 20453 13516 0 0 886 5 5 3 20 0 15 0 409145026 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716956277104 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30531] ppid=30465 vsize=10846964 memory=3280 CPUtime=9.73 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 20959 0 -1 1077944384 23797 13516 0 0 959 6 5 3 20 0 15 0 409145026 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716955224304 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30532] ppid=30465 vsize=10846964 memory=37840 CPUtime=4.02 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 20959 0 -1 1077944384 13972 13516 0 0 387 7 5 3 20 0 15 0 409145026 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716954171504 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30533] ppid=30465 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716209424608 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30534] ppid=30465 vsize=10846964 memory=4420 CPUtime=1.37 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 20959 0 -1 1077944384 1422 13516 0 0 64 65 5 3 20 0 15 0 409145027 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716651044016 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
Current children cumulated CPU time: 2383.47 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1848568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2338.6 s]
/proc/loadavg: 1.19 1.33 1.40 3/231 31299
/proc/meminfo: memFree=28735144/32770624 swapFree=67003392/67108860
[pid=30468] ppid=30465 vsize=10846964 memory=1848568 CPUtime=2400.06 cores=1,3,5,7
/proc/30468/stat : 30468 (java) S 30465 30468 20959 0 -1 1077944320 295520 13516 0 0 239640 358 5 3 20 0 15 0 409145011 11107291136 462142 33554432000 4194304 4196468 140733342771888 140733342754432 140717685546743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
/proc/30468/statm: 2711741 462142 3629 1 0 2673805 0
[pid=30468/tid=30521] ppid=30465 vsize=10846964 memory=111628 CPUtime=2315.82 cores=1,3,5,7
/proc/30468/task/30521/stat : 30521 (java) R 30465 30468 20959 0 -1 4202560 89207 13516 0 0 231502 72 5 3 20 0 15 0 409145021 11107291136 462142 33554432000 4194304 4196468 140733342771888 140717657383264 140717248821512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30522] ppid=30465 vsize=10846964 memory=804 CPUtime=13.18 cores=1,3,5,7
/proc/30468/task/30522/stat : 30522 (java) S 30465 30468 20959 0 -1 1077944384 34089 13516 0 0 1262 48 5 3 20 0 15 0 409145021 11107291136 462142 33554432000 4194304 4196468 140733342771888 140717689789072 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30523] ppid=30465 vsize=10846964 memory=1660 CPUtime=13.13 cores=1,3,5,7
/proc/30468/task/30523/stat : 30523 (java) S 30465 30468 20959 0 -1 1077944384 25305 13516 0 0 1259 46 5 3 20 0 15 0 409145021 11107291136 462142 33554432000 4194304 4196468 140733342771888 140717578062352 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30524] ppid=30465 vsize=10846964 memory=1804 CPUtime=13.18 cores=1,3,5,7
/proc/30468/task/30524/stat : 30524 (java) S 30465 30468 20959 0 -1 1077944384 28905 13516 0 0 1264 46 5 3 20 0 15 0 409145021 11107291136 462142 33554432000 4194304 4196468 140733342771888 140717577009552 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30525] ppid=30465 vsize=10846964 memory=920 CPUtime=13.22 cores=1,3,5,7
/proc/30468/task/30525/stat : 30525 (java) S 30465 30468 20959 0 -1 1077944384 30548 13516 0 0 1272 42 5 3 20 0 15 0 409145021 11107291136 462142 33554432000 4194304 4196468 140733342771888 140717575956752 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30526] ppid=30465 vsize=10846964 memory=1848568 CPUtime=8.01 cores=1,3,5,7
/proc/30468/task/30526/stat : 30526 (java) S 30465 30468 20959 0 -1 1077944384 25561 13516 0 0 741 52 5 3 20 0 15 0 409145023 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716957330288 140717685557890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30527] ppid=30465 vsize=10846964 memory=1036 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30527/stat : 30527 (java) S 30465 30468 20959 0 -1 1077944384 23 13516 0 0 0 0 5 3 20 0 15 0 409145023 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716684600928 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30528] ppid=30465 vsize=10846964 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30528/stat : 30528 (java) S 30465 30468 20959 0 -1 1077944384 5 13516 0 0 0 0 5 3 20 0 15 0 409145023 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716483274112 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30529] ppid=30465 vsize=10846964 memory=12024 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30529/stat : 30529 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716242983248 140717685565339 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30530] ppid=30465 vsize=10846964 memory=2116 CPUtime=8.99 cores=1,3,5,7
/proc/30468/task/30530/stat : 30530 (java) S 30465 30468 20959 0 -1 1077944384 20455 13516 0 0 886 5 5 3 20 0 15 0 409145026 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716956277104 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30531] ppid=30465 vsize=10846964 memory=20248 CPUtime=9.73 cores=1,3,5,7
/proc/30468/task/30531/stat : 30531 (java) S 30465 30468 20959 0 -1 1077944384 23799 13516 0 0 959 6 5 3 20 0 15 0 409145026 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716955224304 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30532] ppid=30465 vsize=10846964 memory=496 CPUtime=4.02 cores=1,3,5,7
/proc/30468/task/30532/stat : 30532 (java) S 30465 30468 20959 0 -1 1077944384 13974 13516 0 0 387 7 5 3 20 0 15 0 409145026 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716954171504 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30533] ppid=30465 vsize=10846964 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/30468/task/30533/stat : 30533 (java) S 30465 30468 20959 0 -1 1077944384 3 13516 0 0 0 0 5 3 20 0 15 0 409145026 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716209424608 140717685556949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
[pid=30468/tid=30534] ppid=30465 vsize=10846964 memory=928 CPUtime=1.38 cores=1,3,5,7
/proc/30468/task/30534/stat : 30534 (java) S 30465 30468 20959 0 -1 1077944384 1434 13516 0 0 64 66 5 3 20 0 15 0 409145027 11107291136 462142 33554432000 4194304 4196468 140733342771888 140716651044016 140717685557890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13926400 140733342776054 140733342778565 140733342778565 140733342781391 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1848568 KiB

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

[startup+2338.63 s]
# the end of solver process 30468 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.48 s, system=3.62678 s

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

Child status: 143
Real time (s): 2338.63
CPU time (s): 2400.11
CPU user time (s): 2396.48
CPU system time (s): 3.62678
CPU usage (%): 102.629
Max. virtual memory (cumulated for all children) (KiB): 10849632
Max. memory (cumulated for all children) (KiB): 2133144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.48
system time used= 3.62678
maximum resident set size= 2134680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310503
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 228955
involuntary context switches= 5979


# summary of solver processes directly reported to runsolver:
#   pid: 30468
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2396.48
#   total CPU system time (s): 3.62678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8953 second user time and 22.2424 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-13 00:56:54
IDJOB=4392257
IDBENCH=139748
IDSOLVER=2837
FILE ID=node133/4392257-1568329054
RUNJOBID= node133-1568301421-20991
PBS_JOBID= 21701111
Free space on /tmp= 55080 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-11-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392257-1568329054/watcher-4392257-1568329054 -o /tmp/evaluation-result-4392257-1568329054/solver-4392257-1568329054 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20991 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=631763691 HOME/instance-4392257-1568329054.xml

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

MD5SUM BENCH= b332b46b2d271d96c2352c0c61c10556
RANDOM SEED=631763691

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
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.18
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.18
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.18
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:        29250736 kB
MemAvailable:   29517104 kB
Buffers:          131256 kB
Cached:           419040 kB
SwapCached:         3532 kB
Active:          2704816 kB
Inactive:         232080 kB
Active(anon):    2409916 kB
Inactive(anon):    16416 kB
Active(file):     294900 kB
Inactive(file):   215664 kB
Unevictable:      110516 kB
Mlocked:          110516 kB
SwapTotal:      67108860 kB
SwapFree:       67003384 kB
Dirty:             35068 kB
Writeback:             0 kB
AnonPages:       2435324 kB
Mapped:            56304 kB
Shmem:             31244 kB
Slab:             171780 kB
SReclaimable:     143276 kB
SUnreclaim:        28504 kB
KernelStack:        4048 kB
PageTables:        10900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3495368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2250752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55044 MiB
End job on node133 at 2019-09-13 01:35:53