Trace number 4396638

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)113 2400.1 2361.63

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-13_c18.xml
MD5SUM66cce14b45be89e007abc3e2885e8941
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark110
Best CPU time to get the best result obtained on this benchmark1994.42
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size169
Maximum domain size170
Distribution of domain sizes[{"size":169,"count":78},{"size":170,"count":13}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":91},{"degree":2,"count":78},{"degree":12,"count":12},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity78
Distribution of constraint arities[{"arity":3,"count":78},{"arity":78,"count":1}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78},{"type":"allDifferent","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.79/0.55	c Concrete v3.12.2.1568380929293 running
8.99/3.89	o 149
9.62/4.06	o 147
9.62/4.08	o 145
9.95/4.12	o 139
10.18/4.24	o 138
10.68/4.66	o 134
11.07/4.84	o 129
13.57/6.99	o 126
15.78/9.08	o 125
37.78/30.33	o 121
121.91/113.86	o 120
221.93/212.35	o 119
341.43/330.36	o 118
373.15/361.60	o 117
686.04/670.54	o 116
738.82/722.69	o 114
1837.07/1806.33	o 113
2400.06/2361.61	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.06/2361.61		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.06/2361.61		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.06/2361.61		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.06/2361.61		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.06/2361.61		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.06/2361.61		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.06/2361.61		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.06/2361.61		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.06/2361.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2361.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2361.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2361.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2361.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2361.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2361.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2361.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2361.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2361.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2361.61		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.06/2361.61		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.06/2361.61		at scala.Option.map(Option.scala:243)
2400.06/2361.61		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.06/2361.61		at concrete.MAC.mac(MAC.scala:216)
2400.06/2361.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.06/2361.61		at scala.util.Try$.apply(Try.scala:212)
2400.06/2361.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.06/2361.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.06/2361.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.06/2361.61		at concrete.MAC.oneRun(MAC.scala:265)
2400.06/2361.61		at concrete.MAC.nextSolution(MAC.scala:284)
2400.06/2361.61		at concrete.MAC.nextSolution(MAC.scala:369)
2400.06/2361.61		at concrete.Solver.hasNext(Solver.scala:160)
2400.06/2361.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2361.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2361.61		at concrete.Solver.foreach(Solver.scala:67)
2400.06/2361.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.06/2361.61		at scala.util.Success.map(Try.scala:264)
2400.06/2361.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.06/2361.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.06/2361.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2361.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.06/2361.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2361.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.06/2361.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.06/2361.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.06/2361.61		at scala.App.$anonfun$main$1(App.scala:75)
2400.06/2361.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.06/2361.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2361.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2361.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.06/2361.61		at scala.App.main(App.scala:75)
2400.06/2361.61		at scala.App.main$(App.scala:73)
2400.06/2361.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2361.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2361.62	v <instantiation
2400.06/2361.62	v         cost = '113'>
2400.06/2361.62	v       <list>
2400.06/2361.62	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] 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[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[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[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[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[8][9] y[8][10] y[8][11] y[8][12] y[9][10] y[9][11] y[9][12] y[10][11] y[10][12] y[11][12]
2400.06/2361.62	v       </list>
2400.06/2361.62	v       <values>
2400.06/2361.62	v         0 6 13 22 27 52 72 76 84 95 110 112 113 6 13 22 27 52 72 76 84 95 110 112 113 7 16 21 46 66 70 78 89 104 106 107 9 14 39 59 63 71 82 97 99 100 5 30 50 54 62 73 88 90 91 25 45 49 57 68 83 85 86 20 24 32 43 58 60 61 4 12 23 38 40 41 8 19 34 36 37 11 26 28 29 15 17 18 2 3 1
2400.06/2361.62	v       </values>
2400.06/2361.62	v     </instantiation>
2400.06/2361.62	s SATISFIABLE

Verifier Data

OK	113

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396638-1568409685/watcher-4396638-1568409685 -o /tmp/evaluation-result-4396638-1568409685/solver-4396638-1568409685 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16671 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=753675669 HOME/instance-4396638-1568409685.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=19296, runsolver pid=19293

[startup+0.100271 s]*
/proc/loadavg: 1.29 1.41 1.47 3/219 19353
/proc/meminfo: memFree=25944888/32770624 swapFree=66939840/67108860
[pid=19296] ppid=19293 vsize=9972712 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 16639 0 -1 1077944320 4473 13371 0 0 1 0 5 3 20 0 6 0 416883435 10212057088 4204 33554432000 4194304 4196468 140722174672384 140722174654928 139790418046711 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
/proc/19296/statm: 2493178 4204 1935 1 0 2481616 0
[pid=19296/tid=19349] ppid=19293 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19349/stat : 19349 (java) R 19293 19296 16639 0 -1 4202560 2280 13371 0 0 0 0 5 3 20 0 6 0 416883445 10212057088 4270 33554432000 4194304 4196468 140722174672384 139790389883472 139790402127198 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19350] ppid=19293 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19350/stat : 19350 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 6 0 416883445 10212057088 4270 33554432000 4194304 4196468 140722174672384 139790422289552 139790418056917 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19351] ppid=19293 vsize=9972712 memory=139678613730944 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19351/stat : 19351 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 6 0 416883445 10212057088 4270 33554432000 4194304 4196468 140722174672384 139790321179664 139790418056917 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19352] ppid=19293 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19352/stat : 19352 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 6 0 416883445 10212057088 4270 33554432000 4194304 4196468 140722174672384 139790320126864 139790418056917 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19353] ppid=19293 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19353/stat : 19353 (java) S 19293 19296 16639 0 -1 1077944384 2 13371 0 0 0 0 5 3 20 0 6 0 416883445 10212057088 4270 33554432000 4194304 4196468 140722174672384 139790319074064 139790418056917 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210101 s]*
/proc/loadavg: 1.29 1.41 1.47 4/228 19362
/proc/meminfo: memFree=25923932/32770624 swapFree=66939840/67108860
[pid=19296] ppid=19293 vsize=10819664 memory=39452 CPUtime=0.27 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 16639 0 -1 1077944320 7174 13371 0 0 17 2 5 3 20 0 15 0 416883435 11079335936 9863 33554432000 4194304 4196468 140722174672384 140722174654928 139790418046711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
/proc/19296/statm: 2704916 9863 3163 1 0 2667149 0
[pid=19296/tid=19349] ppid=19293 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/19296/task/19349/stat : 19349 (java) R 19293 19296 16639 0 -1 4202560 3683 13371 0 0 10 1 5 3 20 0 15 0 416883445 11079335936 9863 33554432000 4194304 4196468 140722174672384 139790389854784 139790401233520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19350] ppid=19293 vsize=10819664 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19350/stat : 19350 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883445 11079335936 9863 33554432000 4194304 4196468 140722174672384 139790422289552 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19351] ppid=19293 vsize=10819664 memory=139678613749002 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19351/stat : 19351 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883445 11079335936 9863 33554432000 4194304 4196468 140722174672384 139790321179664 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19352] ppid=19293 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19352/stat : 19352 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883445 11079335936 9863 33554432000 4194304 4196468 140722174672384 139790320126864 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19353] ppid=19293 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19353/stat : 19353 (java) S 19293 19296 16639 0 -1 1077944384 2 13371 0 0 0 0 5 3 20 0 15 0 416883445 11079335936 9863 33554432000 4194304 4196468 140722174672384 139790319074064 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19354] ppid=19293 vsize=10819664 memory=139678613730944 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19354/stat : 19354 (java) S 19293 19296 16639 0 -1 1077944384 2 13371 0 0 0 0 5 3 20 0 15 0 416883447 11079335936 9863 33554432000 4194304 4196468 140722174672384 139789877401968 139790418057858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19355] ppid=19293 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19355/stat : 19355 (java) S 19293 19296 16639 0 -1 1077944384 13 13371 0 0 0 0 5 3 20 0 15 0 416883447 11079335936 9863 33554432000 4194304 4196468 140722174672384 139789307208736 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19356] ppid=19293 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19356/stat : 19356 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883447 11079335936 9863 33554432000 4194304 4196468 140722174672384 139789172990832 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19357] ppid=19293 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19357/stat : 19357 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11079335936 9863 33554432000 4194304 4196468 140722174672384 139788932699984 139790418065307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19358] ppid=19293 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19296/task/19358/stat : 19358 (java) S 19293 19296 16639 0 -1 1077944384 477 13371 0 0 1 0 5 3 20 0 15 0 416883450 11079335936 9863 33554432000 4194304 4196468 140722174672384 139789876349808 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19359] ppid=19293 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19359/stat : 19359 (java) S 19293 19296 16639 0 -1 1077944384 177 13371 0 0 0 0 5 3 20 0 15 0 416883450 11079335936 9863 33554432000 4194304 4196468 140722174672384 139789875297008 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19360] ppid=19293 vsize=10819664 memory=139678613730944 CPUtime=0.11 cores=1,3,5,7
/proc/19296/task/19360/stat : 19360 (java) S 19293 19296 16639 0 -1 1077944384 605 13371 0 0 3 0 5 3 20 0 15 0 416883450 11079335936 9863 33554432000 4194304 4196468 140722174672384 139789874244208 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19361] ppid=19293 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19361/stat : 19361 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11079335936 9863 33554432000 4194304 4196468 140722174672384 139788899142368 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19362] ppid=19293 vsize=10819664 memory=139678613730944 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19362/stat : 19362 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883451 11079335936 9863 33554432000 4194304 4196468 140722174672384 139789873191600 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39452 KiB

[startup+0.310287 s]*
/proc/loadavg: 1.29 1.41 1.47 3/228 19362
/proc/meminfo: memFree=25911372/32770624 swapFree=66939840/67108860
[pid=19296] ppid=19293 vsize=10820148 memory=50564 CPUtime=0.4 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 16639 0 -1 1077944320 10869 13371 0 0 29 3 5 3 20 0 15 0 416883435 11079831552 12641 33554432000 4194304 4196468 140722174672384 140722174654928 139790418046711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
/proc/19296/statm: 2705037 12641 3295 1 0 2667149 0
[pid=19296/tid=19349] ppid=19293 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/19296/task/19349/stat : 19349 (java) R 19293 19296 16639 0 -1 4202560 7361 13371 0 0 19 2 5 3 20 0 15 0 416883445 11079831552 12641 33554432000 4194304 4196468 140722174672384 139790389846624 139790404235301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19350] ppid=19293 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19350/stat : 19350 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883445 11079831552 12641 33554432000 4194304 4196468 140722174672384 139790422289552 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19351] ppid=19293 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19351/stat : 19351 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883445 11079831552 12641 33554432000 4194304 4196468 140722174672384 139790321179664 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19352] ppid=19293 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19352/stat : 19352 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883445 11079831552 12641 33554432000 4194304 4196468 140722174672384 139790320126864 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19353] ppid=19293 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19353/stat : 19353 (java) S 19293 19296 16639 0 -1 1077944384 2 13371 0 0 0 0 5 3 20 0 15 0 416883445 11079831552 12641 33554432000 4194304 4196468 140722174672384 139790319074064 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19354] ppid=19293 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19354/stat : 19354 (java) S 19293 19296 16639 0 -1 1077944384 2 13371 0 0 0 0 5 3 20 0 15 0 416883447 11079831552 12641 33554432000 4194304 4196468 140722174672384 139789877401968 139790418057858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19355] ppid=19293 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19355/stat : 19355 (java) S 19293 19296 16639 0 -1 1077944384 13 13371 0 0 0 0 5 3 20 0 15 0 416883447 11079831552 12641 33554432000 4194304 4196468 140722174672384 139789307208736 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19356] ppid=19293 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19356/stat : 19356 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883447 11079831552 12641 33554432000 4194304 4196468 140722174672384 139789172990832 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19357] ppid=19293 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19357/stat : 19357 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11079831552 12641 33554432000 4194304 4196468 140722174672384 139788932699984 139790418065307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19358] ppid=19293 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19296/task/19358/stat : 19358 (java) S 19293 19296 16639 0 -1 1077944384 477 13371 0 0 2 0 5 3 20 0 15 0 416883450 11079831552 12641 33554432000 4194304 4196468 140722174672384 139789876349808 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19359] ppid=19293 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/19296/task/19359/stat : 19359 (java) S 19293 19296 16639 0 -1 1077944384 187 13371 0 0 2 0 5 3 20 0 15 0 416883450 11079831552 12641 33554432000 4194304 4196468 140722174672384 139789875297008 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19360] ppid=19293 vsize=10820148 memory=139678613730944 CPUtime=0.13 cores=1,3,5,7
/proc/19296/task/19360/stat : 19360 (java) S 19293 19296 16639 0 -1 1077944384 614 13371 0 0 5 0 5 3 20 0 15 0 416883450 11079831552 12641 33554432000 4194304 4196468 140722174672384 139789874244208 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19361] ppid=19293 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19361/stat : 19361 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11079831552 12641 33554432000 4194304 4196468 140722174672384 139788899142368 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19362] ppid=19293 vsize=10820148 memory=139678613730944 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19362/stat : 19362 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883451 11079831552 12641 33554432000 4194304 4196468 140722174672384 139789873191600 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50564 KiB

[startup+0.706063 s]
/proc/loadavg: 1.29 1.41 1.47 3/228 19362
/proc/meminfo: memFree=25896956/32770624 swapFree=66939840/67108860
[pid=19296] ppid=19293 vsize=10824360 memory=83520 CPUtime=1.13 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 16639 0 -1 1077944320 15101 13371 0 0 99 6 5 3 20 0 15 0 416883435 11084144640 20880 33554432000 4194304 4196468 140722174672384 140722174654928 139790418046711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
/proc/19296/statm: 2706090 20880 3506 1 0 2668173 0
[pid=19296/tid=19349] ppid=19293 vsize=10824360 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/19296/task/19349/stat : 19349 (java) R 19293 19296 16639 0 -1 4202560 10377 13371 0 0 55 5 5 3 20 0 15 0 416883445 11084144640 20880 33554432000 4194304 4196468 140722174672384 139790389873872 139790418058646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19350] ppid=19293 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19350/stat : 19350 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883445 11084144640 20880 33554432000 4194304 4196468 140722174672384 139790422289552 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19351] ppid=19293 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19351/stat : 19351 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883445 11084144640 20880 33554432000 4194304 4196468 140722174672384 139790321179664 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19352] ppid=19293 vsize=10824360 memory=139678510624976 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19352/stat : 19352 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883445 11084144640 20880 33554432000 4194304 4196468 140722174672384 139790320126864 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19353] ppid=19293 vsize=10824360 memory=139680926401131 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19353/stat : 19353 (java) S 19293 19296 16639 0 -1 1077944384 2 13371 0 0 0 0 5 3 20 0 15 0 416883445 11084144640 20880 33554432000 4194304 4196468 140722174672384 139790319074064 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19354] ppid=19293 vsize=10824360 memory=1076 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19354/stat : 19354 (java) S 19293 19296 16639 0 -1 1077944384 5 13371 0 0 0 0 5 3 20 0 15 0 416883447 11084144640 20880 33554432000 4194304 4196468 140722174672384 139789877401968 139790418057858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19355] ppid=19293 vsize=10824360 memory=7014751519650698577 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19355/stat : 19355 (java) S 19293 19296 16639 0 -1 1077944384 13 13371 0 0 0 0 5 3 20 0 15 0 416883447 11084144640 20880 33554432000 4194304 4196468 140722174672384 139789307208736 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19356] ppid=19293 vsize=10824360 memory=7451602869777684841 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19356/stat : 19356 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883447 11084144640 20880 33554432000 4194304 4196468 140722174672384 139789172990832 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19357] ppid=19293 vsize=10824360 memory=14056 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19357/stat : 19357 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11084144640 20880 33554432000 4194304 4196468 140722174672384 139788932699984 139790418065307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19358] ppid=19293 vsize=10824360 memory=2116 CPUtime=0.17 cores=1,3,5,7
/proc/19296/task/19358/stat : 19358 (java) S 19293 19296 16639 0 -1 1077944384 910 13371 0 0 9 0 5 3 20 0 15 0 416883450 11084144640 20880 33554432000 4194304 4196468 140722174672384 139789876349808 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19359] ppid=19293 vsize=10824360 memory=520 CPUtime=0.24 cores=1,3,5,7
/proc/19296/task/19359/stat : 19359 (java) R 19293 19296 16639 0 -1 4202560 707 13371 0 0 16 0 5 3 20 0 15 0 416883450 11084144640 20880 33554432000 4194304 4196468 140722174672384 139789875297304 139790399571781 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19360] ppid=19293 vsize=10824360 memory=1560 CPUtime=0.25 cores=1,3,5,7
/proc/19296/task/19360/stat : 19360 (java) R 19293 19296 16639 0 -1 4202560 872 13371 0 0 17 0 5 3 20 0 15 0 416883450 11084144640 20880 33554432000 4194304 4196468 140722174672384 139789874244208 139790396673089 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19361] ppid=19293 vsize=10824360 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19361/stat : 19361 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11084144640 20880 33554432000 4194304 4196468 140722174672384 139788899142368 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19362] ppid=19293 vsize=10824360 memory=3688 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19362/stat : 19362 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883451 11084144640 20880 33554432000 4194304 4196468 140722174672384 139789873191600 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83520 KiB

[startup+1.50077 s]
/proc/loadavg: 1.29 1.41 1.47 3/228 19362
/proc/meminfo: memFree=25852652/32770624 swapFree=66939840/67108860
[pid=19296] ppid=19293 vsize=10834676 memory=171500 CPUtime=2.43 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 16639 0 -1 1077944320 21891 13371 0 0 225 10 5 3 20 0 15 0 416883435 11094708224 42875 33554432000 4194304 4196468 140722174672384 140722174654928 139790418046711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
/proc/19296/statm: 2708669 42875 3578 1 0 2670733 0
[pid=19296/tid=19349] ppid=19293 vsize=10834676 memory=167800 CPUtime=1.43 cores=1,3,5,7
/proc/19296/task/19349/stat : 19349 (java) R 19293 19296 16639 0 -1 4202560 15292 13371 0 0 129 6 5 3 20 0 15 0 416883445 11094708224 42875 33554432000 4194304 4196468 140722174672384 139790389851536 139790418058646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19350] ppid=19293 vsize=10834676 memory=6944656592455359580 CPUtime=0.09 cores=1,3,5,7
/proc/19296/task/19350/stat : 19350 (java) S 19293 19296 16639 0 -1 1077944384 64 13371 0 0 1 0 5 3 20 0 15 0 416883445 11094708224 42875 33554432000 4194304 4196468 140722174672384 139790422289552 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19351] ppid=19293 vsize=10834676 memory=7976406965554101975 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19351/stat : 19351 (java) S 19293 19296 16639 0 -1 1077944384 389 13371 0 0 0 0 5 3 20 0 15 0 416883445 11094708224 42875 33554432000 4194304 4196468 140722174672384 139790321179664 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19352] ppid=19293 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19296/task/19352/stat : 19352 (java) S 19293 19296 16639 0 -1 1077944384 23 13371 0 0 1 0 5 3 20 0 15 0 416883445 11094708224 42875 33554432000 4194304 4196468 140722174672384 139790320126864 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19353] ppid=19293 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19296/task/19353/stat : 19353 (java) S 19293 19296 16639 0 -1 1077944384 79 13371 0 0 1 0 5 3 20 0 15 0 416883445 11094708224 42875 33554432000 4194304 4196468 140722174672384 139790319074064 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19354] ppid=19293 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19296/task/19354/stat : 19354 (java) S 19293 19296 16639 0 -1 1077944384 160 13371 0 0 1 0 5 3 20 0 15 0 416883447 11094708224 42875 33554432000 4194304 4196468 140722174672384 139789877401968 139790418057858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19355] ppid=19293 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19355/stat : 19355 (java) S 19293 19296 16639 0 -1 1077944384 15 13371 0 0 0 0 5 3 20 0 15 0 416883447 11094708224 42875 33554432000 4194304 4196468 140722174672384 139789307208800 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19356] ppid=19293 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19356/stat : 19356 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883447 11094708224 42875 33554432000 4194304 4196468 140722174672384 139789172990848 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19357] ppid=19293 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19357/stat : 19357 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11094708224 42875 33554432000 4194304 4196468 140722174672384 139788932699984 139790418065307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19358] ppid=19293 vsize=10834676 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/19296/task/19358/stat : 19358 (java) S 19293 19296 16639 0 -1 1077944384 1122 13371 0 0 19 0 5 3 20 0 15 0 416883450 11094708224 42875 33554432000 4194304 4196468 140722174672384 139789876349808 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19359] ppid=19293 vsize=10834676 memory=4580 CPUtime=0.35 cores=1,3,5,7
/proc/19296/task/19359/stat : 19359 (java) S 19293 19296 16639 0 -1 1077944384 833 13371 0 0 27 0 5 3 20 0 15 0 416883450 11094708224 42875 33554432000 4194304 4196468 140722174672384 139789875297008 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19360] ppid=19293 vsize=10834676 memory=7954312874189809259 CPUtime=0.5 cores=1,3,5,7
/proc/19296/task/19360/stat : 19360 (java) R 19293 19296 16639 0 -1 4202560 1703 13371 0 0 42 0 5 3 20 0 15 0 416883450 11094708224 42875 33554432000 4194304 4196468 140722174672384 139789874244208 139790396995232 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19361] ppid=19293 vsize=10834676 memory=4639341378635059280 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19361/stat : 19361 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11094708224 42875 33554432000 4194304 4196468 140722174672384 139788899142368 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19362] ppid=19293 vsize=10834676 memory=7956566877774899025 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19362/stat : 19362 (java) S 19293 19296 16639 0 -1 1077944384 1 13371 0 0 0 0 5 3 20 0 15 0 416883451 11094708224 42875 33554432000 4194304 4196468 140722174672384 139789873191600 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834676 KiB

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

/proc/19296/task/19349/stat : 19349 (java) R 19293 19296 16639 0 -1 4202560 57742 13371 0 0 218019 38 5 3 20 0 15 0 416883445 11107311616 175407 33554432000 4194304 4196468 140722174672384 139790389881840 139790007580653 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19350] ppid=19293 vsize=10846984 memory=701628 CPUtime=9.89 cores=1,3,5,7
/proc/19296/task/19350/stat : 19350 (java) S 19293 19296 16639 0 -1 1077944384 8813 13371 0 0 933 48 5 3 20 0 15 0 416883445 11107311616 175407 33554432000 4194304 4196468 140722174672384 139790422289552 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19351] ppid=19293 vsize=10846984 memory=701628 CPUtime=9.92 cores=1,3,5,7
/proc/19296/task/19351/stat : 19351 (java) S 19293 19296 16639 0 -1 1077944384 11999 13371 0 0 936 48 5 3 20 0 15 0 416883445 11107311616 175407 33554432000 4194304 4196468 140722174672384 139790321179664 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19352] ppid=19293 vsize=10846984 memory=701628 CPUtime=9.88 cores=1,3,5,7
/proc/19296/task/19352/stat : 19352 (java) S 19293 19296 16639 0 -1 1077944384 11333 13371 0 0 933 47 5 3 20 0 15 0 416883445 11107311616 175407 33554432000 4194304 4196468 140722174672384 139790320126864 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19353] ppid=19293 vsize=10846984 memory=701628 CPUtime=9.85 cores=1,3,5,7
/proc/19296/task/19353/stat : 19353 (java) S 19293 19296 16639 0 -1 1077944384 9427 13371 0 0 928 49 5 3 20 0 15 0 416883445 11107311616 175407 33554432000 4194304 4196468 140722174672384 139790319074064 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19354] ppid=19293 vsize=10846984 memory=0 CPUtime=9.35 cores=1,3,5,7
/proc/19296/task/19354/stat : 19354 (java) S 19293 19296 16639 0 -1 1077944384 9720 13371 0 0 878 49 5 3 20 0 15 0 416883447 11107311616 175407 33554432000 4194304 4196468 140722174672384 139789877401968 139790418057858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19355] ppid=19293 vsize=10846984 memory=701628 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19355/stat : 19355 (java) S 19293 19296 16639 0 -1 1077944384 26 13371 0 0 0 0 5 3 20 0 15 0 416883447 11107311616 175407 33554432000 4194304 4196468 140722174672384 139789307208800 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19356] ppid=19293 vsize=10846984 memory=701628 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19356/stat : 19356 (java) S 19293 19296 16639 0 -1 1077944384 18 13371 0 0 0 0 5 3 20 0 15 0 416883447 11107311616 175407 33554432000 4194304 4196468 140722174672384 139789172990848 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19357] ppid=19293 vsize=10846984 memory=701628 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19357/stat : 19357 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11107311616 175407 33554432000 4194304 4196468 140722174672384 139788932699984 139790418065307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19358] ppid=19293 vsize=10846984 memory=701628 CPUtime=3.38 cores=1,3,5,7
/proc/19296/task/19358/stat : 19358 (java) S 19293 19296 16639 0 -1 1077944384 22670 13371 0 0 328 2 5 3 20 0 15 0 416883450 11107311616 175407 33554432000 4194304 4196468 140722174672384 139789876349808 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19359] ppid=19293 vsize=10846984 memory=701628 CPUtime=3.06 cores=1,3,5,7
/proc/19296/task/19359/stat : 19359 (java) S 19293 19296 16639 0 -1 1077944384 18808 13371 0 0 295 3 5 3 20 0 15 0 416883450 11107311616 175407 33554432000 4194304 4196468 140722174672384 139789875297008 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19360] ppid=19293 vsize=10846984 memory=701628 CPUtime=1.75 cores=1,3,5,7
/proc/19296/task/19360/stat : 19360 (java) S 19293 19296 16639 0 -1 1077944384 20428 13371 0 0 164 3 5 3 20 0 15 0 416883450 11107311616 175407 33554432000 4194304 4196468 140722174672384 139789874244208 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19361] ppid=19293 vsize=10846984 memory=701628 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19361/stat : 19361 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11107311616 175407 33554432000 4194304 4196468 140722174672384 139788899142368 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19362] ppid=19293 vsize=10846984 memory=6791534058613427641 CPUtime=1.35 cores=1,3,5,7
/proc/19296/task/19362/stat : 19362 (java) S 19293 19296 16639 0 -1 1077944384 951 13371 0 0 59 68 5 3 20 0 15 0 416883451 11107311616 175407 33554432000 4194304 4196468 140722174672384 139789873191600 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
Current children cumulated CPU time: 2238.46 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 701628 KiB

[startup+2262.3 s]
/proc/loadavg: 0.59 0.62 0.83 2/206 19632
/proc/meminfo: memFree=26061408/32770624 swapFree=66939840/67108860
[pid=19296] ppid=19293 vsize=10846984 memory=703676 CPUtime=2299.34 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 16639 0 -1 1077944320 175473 13371 0 0 229620 306 5 3 20 0 15 0 416883435 11107311616 175919 33554432000 4194304 4196468 140722174672384 140722174654928 139790418046711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
/proc/19296/statm: 2711746 175919 3625 1 0 2673805 0
[pid=19296/tid=19349] ppid=19293 vsize=10846984 memory=703676 CPUtime=2240.08 cores=1,3,5,7
/proc/19296/task/19349/stat : 19349 (java) R 19293 19296 16639 0 -1 4202560 58391 13371 0 0 223960 40 5 3 20 0 15 0 416883445 11107311616 175919 33554432000 4194304 4196468 140722174672384 139790389882208 139790008472337 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19350] ppid=19293 vsize=10846984 memory=703676 CPUtime=10.17 cores=1,3,5,7
/proc/19296/task/19350/stat : 19350 (java) S 19293 19296 16639 0 -1 1077944384 9025 13371 0 0 959 50 5 3 20 0 15 0 416883445 11107311616 175919 33554432000 4194304 4196468 140722174672384 139790422289552 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19351] ppid=19293 vsize=10846984 memory=2257 CPUtime=10.2 cores=1,3,5,7
/proc/19296/task/19351/stat : 19351 (java) S 19293 19296 16639 0 -1 1077944384 12050 13371 0 0 963 49 5 3 20 0 15 0 416883445 11107311616 175919 33554432000 4194304 4196468 140722174672384 139790321179664 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19352] ppid=19293 vsize=10846984 memory=703676 CPUtime=10.16 cores=1,3,5,7
/proc/19296/task/19352/stat : 19352 (java) S 19293 19296 16639 0 -1 1077944384 11422 13371 0 0 960 48 5 3 20 0 15 0 416883445 11107311616 175919 33554432000 4194304 4196468 140722174672384 139790320126864 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19353] ppid=19293 vsize=10846984 memory=-2245088631185882904 CPUtime=10.13 cores=1,3,5,7
/proc/19296/task/19353/stat : 19353 (java) S 19293 19296 16639 0 -1 1077944384 9528 13371 0 0 955 50 5 3 20 0 15 0 416883445 11107311616 175919 33554432000 4194304 4196468 140722174672384 139790319074064 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19354] ppid=19293 vsize=10846984 memory=703676 CPUtime=9.62 cores=1,3,5,7
/proc/19296/task/19354/stat : 19354 (java) S 19293 19296 16639 0 -1 1077944384 9923 13371 0 0 904 50 5 3 20 0 15 0 416883447 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789877401968 139790418057858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19355] ppid=19293 vsize=10846984 memory=703676 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19355/stat : 19355 (java) S 19293 19296 16639 0 -1 1077944384 26 13371 0 0 0 0 5 3 20 0 15 0 416883447 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789307208800 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19356] ppid=19293 vsize=10846984 memory=3504 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19356/stat : 19356 (java) S 19293 19296 16639 0 -1 1077944384 18 13371 0 0 0 0 5 3 20 0 15 0 416883447 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789172990848 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19357] ppid=19293 vsize=10846984 memory=703676 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19357/stat : 19357 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11107311616 175919 33554432000 4194304 4196468 140722174672384 139788932699984 139790418065307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19358] ppid=19293 vsize=10846984 memory=3848 CPUtime=3.38 cores=1,3,5,7
/proc/19296/task/19358/stat : 19358 (java) S 19293 19296 16639 0 -1 1077944384 22672 13371 0 0 328 2 5 3 20 0 15 0 416883450 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789876349808 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19359] ppid=19293 vsize=10846984 memory=703676 CPUtime=3.06 cores=1,3,5,7
/proc/19296/task/19359/stat : 19359 (java) S 19293 19296 16639 0 -1 1077944384 18810 13371 0 0 295 3 5 3 20 0 15 0 416883450 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789875297008 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19360] ppid=19293 vsize=10846984 memory=1728 CPUtime=1.75 cores=1,3,5,7
/proc/19296/task/19360/stat : 19360 (java) S 19293 19296 16639 0 -1 1077944384 20430 13371 0 0 164 3 5 3 20 0 15 0 416883450 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789874244208 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19361] ppid=19293 vsize=10846984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19361/stat : 19361 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11107311616 175919 33554432000 4194304 4196468 140722174672384 139788899142368 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19362] ppid=19293 vsize=10846984 memory=6944656592455360604 CPUtime=1.39 cores=1,3,5,7
/proc/19296/task/19362/stat : 19362 (java) S 19293 19296 16639 0 -1 1077944384 968 13371 0 0 60 71 5 3 20 0 15 0 416883451 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789873191600 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
Current children cumulated CPU time: 2299.34 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 703676 KiB

[startup+2322.3 s]
/proc/loadavg: 0.77 0.66 0.83 2/206 19636
/proc/meminfo: memFree=26062268/32770624 swapFree=66939840/67108860
[pid=19296] ppid=19293 vsize=10846984 memory=703676 CPUtime=2360.19 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 16639 0 -1 1077944320 176807 13371 0 0 235697 314 5 3 20 0 15 0 416883435 11107311616 175919 33554432000 4194304 4196468 140722174672384 140722174654928 139790418046711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
/proc/19296/statm: 2711746 175919 3625 1 0 2673805 0
[pid=19296/tid=19349] ppid=19293 vsize=10846984 memory=703676 CPUtime=2299.47 cores=1,3,5,7
/proc/19296/task/19349/stat : 19349 (java) R 19293 19296 16639 0 -1 4202560 59094 13371 0 0 229899 40 5 3 20 0 15 0 416883445 11107311616 175919 33554432000 4194304 4196468 140722174672384 139790389881936 139790008403361 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19350] ppid=19293 vsize=10846984 memory=703676 CPUtime=10.46 cores=1,3,5,7
/proc/19296/task/19350/stat : 19350 (java) S 19293 19296 16639 0 -1 1077944384 9119 13371 0 0 987 51 5 3 20 0 15 0 416883445 11107311616 175919 33554432000 4194304 4196468 140722174672384 139790422289552 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19351] ppid=19293 vsize=10846984 memory=703676 CPUtime=10.49 cores=1,3,5,7
/proc/19296/task/19351/stat : 19351 (java) S 19293 19296 16639 0 -1 1077944384 12238 13371 0 0 991 50 5 3 20 0 15 0 416883445 11107311616 175919 33554432000 4194304 4196468 140722174672384 139790321179664 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19352] ppid=19293 vsize=10846984 memory=703676 CPUtime=10.45 cores=1,3,5,7
/proc/19296/task/19352/stat : 19352 (java) S 19293 19296 16639 0 -1 1077944384 11447 13371 0 0 987 50 5 3 20 0 15 0 416883445 11107311616 175919 33554432000 4194304 4196468 140722174672384 139790320126864 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19353] ppid=19293 vsize=10846984 memory=703676 CPUtime=10.41 cores=1,3,5,7
/proc/19296/task/19353/stat : 19353 (java) S 19293 19296 16639 0 -1 1077944384 9624 13371 0 0 981 52 5 3 20 0 15 0 416883445 11107311616 175919 33554432000 4194304 4196468 140722174672384 139790319074064 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19354] ppid=19293 vsize=10846984 memory=703676 CPUtime=9.89 cores=1,3,5,7
/proc/19296/task/19354/stat : 19354 (java) S 19293 19296 16639 0 -1 1077944384 10127 13371 0 0 930 51 5 3 20 0 15 0 416883447 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789877401968 139790418057858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19355] ppid=19293 vsize=10846984 memory=703676 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19355/stat : 19355 (java) S 19293 19296 16639 0 -1 1077944384 26 13371 0 0 0 0 5 3 20 0 15 0 416883447 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789307208800 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19356] ppid=19293 vsize=10846984 memory=703676 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19356/stat : 19356 (java) S 19293 19296 16639 0 -1 1077944384 18 13371 0 0 0 0 5 3 20 0 15 0 416883447 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789172990848 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19357] ppid=19293 vsize=10846984 memory=703676 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19357/stat : 19357 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11107311616 175919 33554432000 4194304 4196468 140722174672384 139788932699984 139790418065307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19358] ppid=19293 vsize=10846984 memory=703676 CPUtime=3.38 cores=1,3,5,7
/proc/19296/task/19358/stat : 19358 (java) S 19293 19296 16639 0 -1 1077944384 22674 13371 0 0 328 2 5 3 20 0 15 0 416883450 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789876349808 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19359] ppid=19293 vsize=10846984 memory=703676 CPUtime=3.06 cores=1,3,5,7
/proc/19296/task/19359/stat : 19359 (java) S 19293 19296 16639 0 -1 1077944384 18812 13371 0 0 295 3 5 3 20 0 15 0 416883450 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789875297008 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19360] ppid=19293 vsize=10846984 memory=703676 CPUtime=1.75 cores=1,3,5,7
/proc/19296/task/19360/stat : 19360 (java) S 19293 19296 16639 0 -1 1077944384 20432 13371 0 0 164 3 5 3 20 0 15 0 416883450 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789874244208 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19361] ppid=19293 vsize=10846984 memory=703676 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19361/stat : 19361 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11107311616 175919 33554432000 4194304 4196468 140722174672384 139788899142368 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19362] ppid=19293 vsize=10846984 memory=703676 CPUtime=1.42 cores=1,3,5,7
/proc/19296/task/19362/stat : 19362 (java) S 19293 19296 16639 0 -1 1077944384 986 13371 0 0 61 73 5 3 20 0 15 0 416883451 11107311616 175919 33554432000 4194304 4196468 140722174672384 139789873191600 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
Current children cumulated CPU time: 2360.19 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 703676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2361.6 s]
/proc/loadavg: 0.84 0.69 0.83 2/207 19648
/proc/meminfo: memFree=26059808/32770624 swapFree=66939840/67108860
[pid=19296] ppid=19293 vsize=10846984 memory=705724 CPUtime=2400.06 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 16639 0 -1 1077944320 177178 13371 0 0 239679 319 5 3 20 0 15 0 416883435 11107311616 176431 33554432000 4194304 4196468 140722174672384 140722174654928 139790418046711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
/proc/19296/statm: 2711746 176431 3625 1 0 2673805 0
[pid=19296/tid=19349] ppid=19293 vsize=10846984 memory=703676 CPUtime=2338.38 cores=1,3,5,7
/proc/19296/task/19349/stat : 19349 (java) R 19293 19296 16639 0 -1 4202560 59371 13371 0 0 233789 41 5 3 20 0 15 0 416883445 11107311616 176431 33554432000 4194304 4196468 140722174672384 139790389881648 139790009247573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19350] ppid=19293 vsize=10846984 memory=288230596050944315 CPUtime=10.66 cores=1,3,5,7
/proc/19296/task/19350/stat : 19350 (java) S 19293 19296 16639 0 -1 1077944384 9131 13371 0 0 1006 52 5 3 20 0 15 0 416883445 11107311616 176431 33554432000 4194304 4196468 140722174672384 139790422289552 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19351] ppid=19293 vsize=10846984 memory=1076 CPUtime=10.68 cores=1,3,5,7
/proc/19296/task/19351/stat : 19351 (java) S 19293 19296 16639 0 -1 1077944384 12257 13371 0 0 1009 51 5 3 20 0 15 0 416883445 11107311616 176431 33554432000 4194304 4196468 140722174672384 139790321179664 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19352] ppid=19293 vsize=10846984 memory=65 CPUtime=10.64 cores=1,3,5,7
/proc/19296/task/19352/stat : 19352 (java) S 19293 19296 16639 0 -1 1077944384 11479 13371 0 0 1005 51 5 3 20 0 15 0 416883445 11107311616 176431 33554432000 4194304 4196468 140722174672384 139790320126864 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19353] ppid=19293 vsize=10846984 memory=6003391118876961127 CPUtime=10.6 cores=1,3,5,7
/proc/19296/task/19353/stat : 19353 (java) S 19293 19296 16639 0 -1 1077944384 9644 13371 0 0 1000 52 5 3 20 0 15 0 416883445 11107311616 176431 33554432000 4194304 4196468 140722174672384 139790319074064 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19354] ppid=19293 vsize=10846984 memory=0 CPUtime=10.07 cores=1,3,5,7
/proc/19296/task/19354/stat : 19354 (java) S 19293 19296 16639 0 -1 1077944384 10134 13371 0 0 947 52 5 3 20 0 15 0 416883447 11107311616 176431 33554432000 4194304 4196468 140722174672384 139789877401968 139790418057858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19355] ppid=19293 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19355/stat : 19355 (java) S 19293 19296 16639 0 -1 1077944384 26 13371 0 0 0 0 5 3 20 0 15 0 416883447 11107311616 176431 33554432000 4194304 4196468 140722174672384 139789307208800 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19356] ppid=19293 vsize=10846984 memory=9580 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19356/stat : 19356 (java) S 19293 19296 16639 0 -1 1077944384 18 13371 0 0 0 0 5 3 20 0 15 0 416883447 11107311616 176431 33554432000 4194304 4196468 140722174672384 139789172990848 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19357] ppid=19293 vsize=10846984 memory=705724 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19357/stat : 19357 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11107311616 176431 33554432000 4194304 4196468 140722174672384 139788932699984 139790418065307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19358] ppid=19293 vsize=10846984 memory=3504 CPUtime=3.38 cores=1,3,5,7
/proc/19296/task/19358/stat : 19358 (java) S 19293 19296 16639 0 -1 1077944384 22674 13371 0 0 328 2 5 3 20 0 15 0 416883450 11107311616 176431 33554432000 4194304 4196468 140722174672384 139789876349808 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19359] ppid=19293 vsize=10846984 memory=6791534058613427641 CPUtime=3.06 cores=1,3,5,7
/proc/19296/task/19359/stat : 19359 (java) S 19293 19296 16639 0 -1 1077944384 18812 13371 0 0 295 3 5 3 20 0 15 0 416883450 11107311616 176431 33554432000 4194304 4196468 140722174672384 139789875297008 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19360] ppid=19293 vsize=10846984 memory=14056 CPUtime=1.75 cores=1,3,5,7
/proc/19296/task/19360/stat : 19360 (java) S 19293 19296 16639 0 -1 1077944384 20432 13371 0 0 164 3 5 3 20 0 15 0 416883450 11107311616 176431 33554432000 4194304 4196468 140722174672384 139789874244208 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19361] ppid=19293 vsize=10846984 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/19296/task/19361/stat : 19361 (java) S 19293 19296 16639 0 -1 1077944384 3 13371 0 0 0 0 5 3 20 0 15 0 416883450 11107311616 176431 33554432000 4194304 4196468 140722174672384 139788899142368 139790418056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
[pid=19296/tid=19362] ppid=19293 vsize=10846984 memory=520 CPUtime=1.44 cores=1,3,5,7
/proc/19296/task/19362/stat : 19362 (java) S 19293 19296 16639 0 -1 1077944384 990 13371 0 0 62 74 5 3 20 0 15 0 416883451 11107311616 176431 33554432000 4194304 4196468 140722174672384 139789873191600 139790418057858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25686016 140722174679792 140722174682309 140722174682309 140722174685135 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 705724 KiB

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

[startup+2361.63 s]
# the end of solver process 19296 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.86 s, system=3.232 s

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

Child status: 143
Real time (s): 2361.63
CPU time (s): 2400.1
CPU user time (s): 2396.86
CPU system time (s): 3.232
CPU usage (%): 101.629
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 705724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.86
system time used= 3.23199
maximum resident set size= 709932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191487
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 264640
involuntary context switches= 6214


# summary of solver processes directly reported to runsolver:
#   pid: 19296
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2396.86
#   total CPU system time (s): 3.232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6339 second user time and 22.6411 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 23:20:46
IDJOB=4396638
IDBENCH=141368
IDSOLVER=2847
FILE ID=node119/4396638-1568409685
RUNJOBID= node119-1568401197-16671
PBS_JOBID= 21701879
Free space on /tmp= 61468 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-13_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396638-1568409685/watcher-4396638-1568409685 -o /tmp/evaluation-result-4396638-1568409685/solver-4396638-1568409685 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16671 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=753675669 HOME/instance-4396638-1568409685.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=753675669

node119.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.47
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.47
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.47
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.47
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:        25950260 kB
MemAvailable:   31054352 kB
Buffers:          199324 kB
Cached:          5171892 kB
SwapCached:        61108 kB
Active:          2680416 kB
Inactive:        3522652 kB
Active(anon):     771108 kB
Inactive(anon):   102440 kB
Active(file):    1909308 kB
Inactive(file):  3420212 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             35332 kB
Writeback:            12 kB
AnonPages:        880348 kB
Mapped:            58148 kB
Shmem:             32816 kB
Slab:             210692 kB
SReclaimable:     180816 kB
SUnreclaim:        29876 kB
KernelStack:        3728 kB
PageTables:         7736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2032736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    696320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61468 MiB
End job on node119 at 2019-09-14 00:00:07