Trace number 4401210

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)72 2520.1 2475.53

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-11_c18.xml
MD5SUMed3f9a47d1f1ba76ff72e7160e212ad4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark885.287
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"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.73/0.56	c Concrete v3.12.2.1568631193530 running
7.06/3.29	o 101
7.41/3.35	o 96
7.74/3.44	o 95
8.36/3.61	o 93
8.36/3.67	o 90
9.04/3.80	o 87
9.04/3.89	o 84
12.64/6.67	o 82
13.34/7.24	o 80
14.57/8.37	o 78
27.99/21.19	o 77
40.08/33.19	o 75
126.99/118.67	o 74
1225.36/1201.31	o 72
2520.04/2475.51	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2475.51		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.04/2475.51		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.04/2475.51		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.04/2475.51		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2475.51		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2475.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.04/2475.51		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2475.51		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.04/2475.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2475.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2475.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2475.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2475.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2475.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2475.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2475.51		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2475.51		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2475.51		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2475.51		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.04/2475.51		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2475.51		at scala.Option.map(Option.scala:243)
2520.04/2475.51		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2475.51		at concrete.MAC.mac(MAC.scala:216)
2520.04/2475.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2475.51		at scala.util.Try$.apply(Try.scala:212)
2520.04/2475.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2475.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2475.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2475.51		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2475.51		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2475.51		at concrete.MAC.nextSolution(MAC.scala:369)
2520.04/2475.51		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2475.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2475.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2475.51		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2475.51		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.04/2475.51		at scala.util.Success.map(Try.scala:264)
2520.04/2475.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2475.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2475.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2475.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2475.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2475.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2475.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2475.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2475.51		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2475.51		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2475.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2475.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2475.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2475.51		at scala.App.main(App.scala:75)
2520.04/2475.51		at scala.App.main$(App.scala:73)
2520.04/2475.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2475.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2475.52	v <instantiation
2520.04/2475.52	v         cost = '72'>
2520.04/2475.52	v       <list>
2520.04/2475.52	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] 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[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[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10]
2520.04/2475.52	v       </list>
2520.04/2475.52	v       <values>
2520.04/2475.52	v         0 3 14 16 20 41 48 53 63 71 72 3 14 16 20 41 48 53 63 71 72 11 13 17 38 45 50 60 68 69 2 6 27 34 39 49 57 58 4 25 32 37 47 55 56 21 28 33 43 51 52 7 12 22 30 31 5 15 23 24 10 18 19 8 9 1
2520.04/2475.52	v       </values>
2520.04/2475.52	v     </instantiation>
2520.04/2475.52	s SATISFIABLE

Verifier Data

OK	72

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401210-1568695688/watcher-4401210-1568695688 -o /tmp/evaluation-result-4401210-1568695688/solver-4401210-1568695688 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11994 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1754054935 HOME/instance-4401210-1568695688.xml 

running on 4 cores: 0,2,4,6

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

solver pid=19578, runsolver pid=19575

[startup+0.100118 s]*
/proc/loadavg: 1.26 1.41 1.45 3/218 19635
/proc/meminfo: memFree=29516536/32770624 swapFree=67004308/67108860
[pid=19578] ppid=19575 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/19578/stat : 19578 (java) S 19575 19578 11963 0 -1 1077944320 4454 13316 0 0 1 0 5 2 20 0 6 0 445730347 10212057088 4203 33554432000 4194304 4196468 140729091584624 140729091567168 139737015611127 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
/proc/19578/statm: 2493178 4203 1935 1 0 2481616 0
[pid=19578/tid=19631] ppid=19575 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/19578/task/19631/stat : 19631 (java) R 19575 19578 11963 0 -1 4202560 2248 13316 0 0 1 0 5 2 20 0 6 0 445730356 10212057088 4203 33554432000 4194304 4196468 140729091584624 139736987447888 139736995196289 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19632] ppid=19575 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19632/stat : 19632 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 6 0 445730357 10212057088 4203 33554432000 4194304 4196468 140729091584624 139737019853712 139737015621333 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19633] ppid=19575 vsize=9972712 memory=140310267407752 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19633/stat : 19633 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 6 0 445730357 10212057088 4203 33554432000 4194304 4196468 140729091584624 139736908126992 139737015621333 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19634] ppid=19575 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19634/stat : 19634 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 6 0 445730357 10212057088 4203 33554432000 4194304 4196468 140729091584624 139736907074704 139737015621333 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19635] ppid=19575 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19635/stat : 19635 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 6 0 445730357 10212057088 4203 33554432000 4194304 4196468 140729091584624 139736906021904 139737015621333 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210017 s]*
/proc/loadavg: 1.26 1.41 1.45 4/227 19644
/proc/meminfo: memFree=29495592/32770624 swapFree=67004308/67108860
[pid=19578] ppid=19575 vsize=10820020 memory=43288 CPUtime=0.25 cores=0,2,4,6
/proc/19578/stat : 19578 (java) S 19575 19578 11963 0 -1 1077944320 7215 13316 0 0 17 1 5 2 20 0 15 0 445730347 11079700480 10822 33554432000 4194304 4196468 140729091584624 140729091567168 139737015611127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
/proc/19578/statm: 2705005 10822 3212 1 0 2667149 0
[pid=19578/tid=19631] ppid=19575 vsize=10820020 memory=753035770744996145 CPUtime=0.18 cores=0,2,4,6
/proc/19578/task/19631/stat : 19631 (java) R 19575 19578 11963 0 -1 4202560 3709 13316 0 0 11 0 5 2 20 0 15 0 445730356 11079700480 10822 33554432000 4194304 4196468 140729091584624 139736987416352 139736577576073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19632] ppid=19575 vsize=10820020 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19632/stat : 19632 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730357 11079700480 10822 33554432000 4194304 4196468 140729091584624 139737019853712 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19633] ppid=19575 vsize=10820020 memory=140310267407752 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19633/stat : 19633 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 445730357 11079700480 10822 33554432000 4194304 4196468 140729091584624 139736908126992 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19634] ppid=19575 vsize=10820020 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19634/stat : 19634 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 445730357 11079700480 10822 33554432000 4194304 4196468 140729091584624 139736907074704 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19635] ppid=19575 vsize=10820020 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19635/stat : 19635 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730357 11079700480 10822 33554432000 4194304 4196468 140729091584624 139736906021904 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19636] ppid=19575 vsize=10820020 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19636/stat : 19636 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730358 11079700480 10822 33554432000 4194304 4196468 140729091584624 139736474806384 139737015622274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19637] ppid=19575 vsize=10820020 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19637/stat : 19637 (java) S 19575 19578 11963 0 -1 1077944384 33 13316 0 0 0 0 5 2 20 0 15 0 445730359 11079700480 10822 33554432000 4194304 4196468 140729091584624 139736473752352 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19638] ppid=19575 vsize=10820020 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19638/stat : 19638 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 445730359 11079700480 10822 33554432000 4194304 4196468 140729091584624 139736358315120 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19639] ppid=19575 vsize=10820020 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19639/stat : 19639 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730362 11079700480 10822 33554432000 4194304 4196468 140729091584624 139735754336336 139737015629723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19640] ppid=19575 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19578/task/19640/stat : 19640 (java) S 19575 19578 11963 0 -1 1077944384 347 13316 0 0 1 0 5 2 20 0 15 0 445730362 11079700480 10822 33554432000 4194304 4196468 140729091584624 139736440195696 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19641] ppid=19575 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19578/task/19641/stat : 19641 (java) R 19575 19578 11963 0 -1 4202560 310 13316 0 0 1 0 5 2 20 0 15 0 445730362 11079700480 10822 33554432000 4194304 4196468 140729091584624 139736439142896 139736995032799 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19642] ppid=19575 vsize=10820020 memory=140310267389568 CPUtime=0.1 cores=0,2,4,6
/proc/19578/task/19642/stat : 19642 (java) S 19575 19578 11963 0 -1 1077944384 591 13316 0 0 3 0 5 2 20 0 15 0 445730362 11079700480 10822 33554432000 4194304 4196468 140729091584624 139736438090608 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19643] ppid=19575 vsize=10820020 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19643/stat : 19643 (java) S 19575 19578 11963 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 445730362 11079700480 10822 33554432000 4194304 4196468 140729091584624 139735284575200 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19644] ppid=19575 vsize=10820020 memory=140310267389568 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19644/stat : 19644 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 445730362 11079700480 10822 33554432000 4194304 4196468 140729091584624 139736437037488 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 43288 KiB

[startup+0.310781 s]*
/proc/loadavg: 1.26 1.41 1.45 4/227 19644
/proc/meminfo: memFree=29484128/32770624 swapFree=67004308/67108860
[pid=19578] ppid=19575 vsize=10820196 memory=52116 CPUtime=0.39 cores=0,2,4,6
/proc/19578/stat : 19578 (java) S 19575 19578 11963 0 -1 1077944320 10731 13316 0 0 29 3 5 2 20 0 15 0 445730347 11079880704 13029 33554432000 4194304 4196468 140729091584624 140729091567168 139737015611127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
/proc/19578/statm: 2705049 13029 3312 1 0 2667149 0
[pid=19578/tid=19631] ppid=19575 vsize=10820196 memory=1398722017469774279 CPUtime=0.27 cores=0,2,4,6
/proc/19578/task/19631/stat : 19631 (java) R 19575 19578 11963 0 -1 4202560 7209 13316 0 0 18 2 5 2 20 0 15 0 445730356 11079880704 13029 33554432000 4194304 4196468 140729091584624 139736987416128 139736999691614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19632] ppid=19575 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19632/stat : 19632 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730357 11079880704 13029 33554432000 4194304 4196468 140729091584624 139737019853712 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19633] ppid=19575 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19633/stat : 19633 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 445730357 11079880704 13029 33554432000 4194304 4196468 140729091584624 139736908126992 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19634] ppid=19575 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19634/stat : 19634 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 445730357 11079880704 13029 33554432000 4194304 4196468 140729091584624 139736907074704 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19635] ppid=19575 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19635/stat : 19635 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730357 11079880704 13029 33554432000 4194304 4196468 140729091584624 139736906021904 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19636] ppid=19575 vsize=10820196 memory=140310267389567 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19636/stat : 19636 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730358 11079880704 13029 33554432000 4194304 4196468 140729091584624 139736474806384 139737015622274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19637] ppid=19575 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19637/stat : 19637 (java) S 19575 19578 11963 0 -1 1077944384 33 13316 0 0 0 0 5 2 20 0 15 0 445730359 11079880704 13029 33554432000 4194304 4196468 140729091584624 139736473752352 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19638] ppid=19575 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19638/stat : 19638 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 445730359 11079880704 13029 33554432000 4194304 4196468 140729091584624 139736358315120 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19639] ppid=19575 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19639/stat : 19639 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730362 11079880704 13029 33554432000 4194304 4196468 140729091584624 139735754336336 139737015629723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19640] ppid=19575 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19578/task/19640/stat : 19640 (java) S 19575 19578 11963 0 -1 1077944384 348 13316 0 0 1 0 5 2 20 0 15 0 445730362 11079880704 13029 33554432000 4194304 4196468 140729091584624 139736440195696 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19641] ppid=19575 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19578/task/19641/stat : 19641 (java) S 19575 19578 11963 0 -1 1077944384 320 13316 0 0 1 0 5 2 20 0 15 0 445730362 11079880704 13029 33554432000 4194304 4196468 140729091584624 139736439142896 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19642] ppid=19575 vsize=10820196 memory=140310267389568 CPUtime=0.12 cores=0,2,4,6
/proc/19578/task/19642/stat : 19642 (java) R 19575 19578 11963 0 -1 4202560 599 13316 0 0 5 0 5 2 20 0 15 0 445730362 11079880704 13029 33554432000 4194304 4196468 140729091584624 139736438090608 139736999691614 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19643] ppid=19575 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19643/stat : 19643 (java) S 19575 19578 11963 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 445730362 11079880704 13029 33554432000 4194304 4196468 140729091584624 139735284575200 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19644] ppid=19575 vsize=10820196 memory=140310267389568 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19644/stat : 19644 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 445730362 11079880704 13029 33554432000 4194304 4196468 140729091584624 139736437037488 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52116 KiB

[startup+0.700704 s]
/proc/loadavg: 1.26 1.41 1.45 3/227 19644
/proc/meminfo: memFree=29469588/32770624 swapFree=67004308/67108860
[pid=19578] ppid=19575 vsize=10824364 memory=85260 CPUtime=1.08 cores=0,2,4,6
/proc/19578/stat : 19578 (java) S 19575 19578 11963 0 -1 1077944320 15024 13316 0 0 96 5 5 2 20 0 15 0 445730347 11084148736 21315 33554432000 4194304 4196468 140729091584624 140729091567168 139737015611127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
/proc/19578/statm: 2706091 21315 3507 1 0 2668173 0
[pid=19578/tid=19631] ppid=19575 vsize=10824364 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/19578/task/19631/stat : 19631 (java) R 19575 19578 11963 0 -1 4202560 10434 13316 0 0 55 4 5 2 20 0 15 0 445730356 11084148736 21315 33554432000 4194304 4196468 140729091584624 139736987438752 139737015633053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19632] ppid=19575 vsize=10824364 memory=1416 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19632/stat : 19632 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730357 11084148736 21315 33554432000 4194304 4196468 140729091584624 139737019853712 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19633] ppid=19575 vsize=10824364 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19633/stat : 19633 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 445730357 11084148736 21315 33554432000 4194304 4196468 140729091584624 139736908126992 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19634] ppid=19575 vsize=10824364 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19634/stat : 19634 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 445730357 11084148736 21315 33554432000 4194304 4196468 140729091584624 139736907074704 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19635] ppid=19575 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19635/stat : 19635 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730357 11084148736 21315 33554432000 4194304 4196468 140729091584624 139736906021904 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19636] ppid=19575 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19636/stat : 19636 (java) S 19575 19578 11963 0 -1 1077944384 5 13316 0 0 0 0 5 2 20 0 15 0 445730358 11084148736 21315 33554432000 4194304 4196468 140729091584624 139736474806384 139737015622274 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19637] ppid=19575 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19637/stat : 19637 (java) S 19575 19578 11963 0 -1 1077944384 33 13316 0 0 0 0 5 2 20 0 15 0 445730359 11084148736 21315 33554432000 4194304 4196468 140729091584624 139736473752352 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19638] ppid=19575 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19638/stat : 19638 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 445730359 11084148736 21315 33554432000 4194304 4196468 140729091584624 139736358315120 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19639] ppid=19575 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19639/stat : 19639 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730362 11084148736 21315 33554432000 4194304 4196468 140729091584624 139735754336336 139737015629723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19640] ppid=19575 vsize=10824364 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/19578/task/19640/stat : 19640 (java) S 19575 19578 11963 0 -1 1077944384 807 13316 0 0 11 0 5 2 20 0 15 0 445730362 11084148736 21315 33554432000 4194304 4196468 140729091584624 139736440195696 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19641] ppid=19575 vsize=10824364 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/19578/task/19641/stat : 19641 (java) S 19575 19578 11963 0 -1 1077944384 712 13316 0 0 11 0 5 2 20 0 15 0 445730362 11084148736 21315 33554432000 4194304 4196468 140729091584624 139736439142896 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19642] ppid=19575 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/19578/task/19642/stat : 19642 (java) S 19575 19578 11963 0 -1 1077944384 811 13316 0 0 17 0 5 2 20 0 15 0 445730362 11084148736 21315 33554432000 4194304 4196468 140729091584624 139736438090608 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19643] ppid=19575 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19643/stat : 19643 (java) S 19575 19578 11963 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 445730362 11084148736 21315 33554432000 4194304 4196468 140729091584624 139735284575200 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19644] ppid=19575 vsize=10824364 memory=3588 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19644/stat : 19644 (java) S 19575 19578 11963 0 -1 1077944384 1 13316 0 0 0 0 5 2 20 0 15 0 445730362 11084148736 21315 33554432000 4194304 4196468 140729091584624 139736437037488 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85260 KiB

[startup+1.5036 s]
/proc/loadavg: 1.26 1.41 1.45 4/227 19644
/proc/meminfo: memFree=29424688/32770624 swapFree=67004308/67108860
[pid=19578] ppid=19575 vsize=10834680 memory=173328 CPUtime=2.42 cores=0,2,4,6
/proc/19578/stat : 19578 (java) S 19575 19578 11963 0 -1 1077944320 24267 13316 0 0 225 10 5 2 20 0 15 0 445730347 11094712320 43332 33554432000 4194304 4196468 140729091584624 140729091567168 139737015611127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
/proc/19578/statm: 2708670 43332 3582 1 0 2670733 0
[pid=19578/tid=19631] ppid=19575 vsize=10834680 memory=140310139114072 CPUtime=1.43 cores=0,2,4,6
/proc/19578/task/19631/stat : 19631 (java) R 19575 19578 11963 0 -1 4202560 15874 13316 0 0 130 6 5 2 20 0 15 0 445730356 11094712320 43332 33554432000 4194304 4196468 140729091584624 139736987405664 139736576562436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19632] ppid=19575 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19578/task/19632/stat : 19632 (java) S 19575 19578 11963 0 -1 1077944384 355 13316 0 0 1 0 5 2 20 0 15 0 445730357 11094712320 43332 33554432000 4194304 4196468 140729091584624 139737019853712 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19633] ppid=19575 vsize=10834680 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19633/stat : 19633 (java) S 19575 19578 11963 0 -1 1077944384 54 13316 0 0 0 0 5 2 20 0 15 0 445730357 11094712320 43332 33554432000 4194304 4196468 140729091584624 139736908126992 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19634] ppid=19575 vsize=10834680 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/19578/task/19634/stat : 19634 (java) S 19575 19578 11963 0 -1 1077944384 16 13316 0 0 1 0 5 2 20 0 15 0 445730357 11094712320 43332 33554432000 4194304 4196468 140729091584624 139736907074704 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19635] ppid=19575 vsize=10834680 memory=280620278634912 CPUtime=0.08 cores=0,2,4,6
/proc/19578/task/19635/stat : 19635 (java) S 19575 19578 11963 0 -1 1077944384 106 13316 0 0 1 0 5 2 20 0 15 0 445730357 11094712320 43332 33554432000 4194304 4196468 140729091584624 139736906021904 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19636] ppid=19575 vsize=10834680 memory=224381976484138 CPUtime=0.08 cores=0,2,4,6
/proc/19578/task/19636/stat : 19636 (java) S 19575 19578 11963 0 -1 1077944384 1974 13316 0 0 1 0 5 2 20 0 15 0 445730358 11094712320 43332 33554432000 4194304 4196468 140729091584624 139736474806384 139737015622274 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19637] ppid=19575 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19637/stat : 19637 (java) S 19575 19578 11963 0 -1 1077944384 34 13316 0 0 0 0 5 2 20 0 15 0 445730359 11094712320 43332 33554432000 4194304 4196468 140729091584624 139736473752416 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19638] ppid=19575 vsize=10834680 memory=6011695989812785974 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19638/stat : 19638 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730359 11094712320 43332 33554432000 4194304 4196468 140729091584624 139736358315136 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19639] ppid=19575 vsize=10834680 memory=-8412658770403813517 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19639/stat : 19639 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730362 11094712320 43332 33554432000 4194304 4196468 140729091584624 139735754336336 139737015629723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19640] ppid=19575 vsize=10834680 memory=-7668917182949848256 CPUtime=0.3 cores=0,2,4,6
/proc/19578/task/19640/stat : 19640 (java) S 19575 19578 11963 0 -1 1077944384 987 13316 0 0 23 0 5 2 20 0 15 0 445730362 11094712320 43332 33554432000 4194304 4196468 140729091584624 139736440195696 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19641] ppid=19575 vsize=10834680 memory=8514726395714956677 CPUtime=0.3 cores=0,2,4,6
/proc/19578/task/19641/stat : 19641 (java) S 19575 19578 11963 0 -1 1077944384 939 13316 0 0 23 0 5 2 20 0 15 0 445730362 11094712320 43332 33554432000 4194304 4196468 140729091584624 139736439142896 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19642] ppid=19575 vsize=10834680 memory=7100839870004429938 CPUtime=0.48 cores=0,2,4,6
/proc/19578/task/19642/stat : 19642 (java) R 19575 19578 11963 0 -1 4202560 1709 13316 0 0 41 0 5 2 20 0 15 0 445730362 11094712320 43332 33554432000 4194304 4196468 140729091584624 139736438086336 139736998955546 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19643] ppid=19575 vsize=10834680 memory=4628420171383865741 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19643/stat : 19643 (java) S 19575 19578 11963 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 445730362 11094712320 43332 33554432000 4194304 4196468 140729091584624 139735284575200 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19644] ppid=19575 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19644/stat : 19644 (java) S 19575 19578 11963 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 445730362 11094712320 43332 33554432000 4194304 4196468 140729091584624 139736437037488 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834680 KiB

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

/proc/19578/task/19631/stat : 19631 (java) R 19575 19578 11963 0 -1 4202560 65939 13316 0 0 235437 52 5 2 20 0 15 0 445730356 11107315712 241882 33554432000 4194304 4196468 140729091584624 139736987446496 139736588562681 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19632] ppid=19575 vsize=10846988 memory=967528 CPUtime=12.5 cores=0,2,4,6
/proc/19578/task/19632/stat : 19632 (java) S 19575 19578 11963 0 -1 1077944384 14852 13316 0 0 1182 61 5 2 20 0 15 0 445730357 11107315712 241882 33554432000 4194304 4196468 140729091584624 139737019853712 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19633] ppid=19575 vsize=10846988 memory=967528 CPUtime=12.5 cores=0,2,4,6
/proc/19578/task/19633/stat : 19633 (java) S 19575 19578 11963 0 -1 1077944384 13566 13316 0 0 1181 62 5 2 20 0 15 0 445730357 11107315712 241882 33554432000 4194304 4196468 140729091584624 139736908126992 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19634] ppid=19575 vsize=10846988 memory=967528 CPUtime=12.52 cores=0,2,4,6
/proc/19578/task/19634/stat : 19634 (java) S 19575 19578 11963 0 -1 1077944384 11583 13316 0 0 1179 66 5 2 20 0 15 0 445730357 11107315712 241882 33554432000 4194304 4196468 140729091584624 139736907074704 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19635] ppid=19575 vsize=10846988 memory=965480 CPUtime=12.55 cores=0,2,4,6
/proc/19578/task/19635/stat : 19635 (java) S 19575 19578 11963 0 -1 1077944384 12684 13316 0 0 1182 66 5 2 20 0 15 0 445730357 11107315712 241882 33554432000 4194304 4196468 140729091584624 139736906021904 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19636] ppid=19575 vsize=10846988 memory=0 CPUtime=11.73 cores=0,2,4,6
/proc/19578/task/19636/stat : 19636 (java) S 19575 19578 11963 0 -1 1077944384 15691 13316 0 0 1111 55 5 2 20 0 15 0 445730358 11107315712 241882 33554432000 4194304 4196468 140729091584624 139736474806384 139737015622274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19637] ppid=19575 vsize=10846988 memory=967528 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19637/stat : 19637 (java) S 19575 19578 11963 0 -1 1077944384 46 13316 0 0 0 0 5 2 20 0 15 0 445730359 11107315712 241882 33554432000 4194304 4196468 140729091584624 139736473752416 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19638] ppid=19575 vsize=10846988 memory=967528 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19638/stat : 19638 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730359 11107315712 241882 33554432000 4194304 4196468 140729091584624 139736358315136 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19639] ppid=19575 vsize=10846988 memory=967528 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19639/stat : 19639 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730362 11107315712 241882 33554432000 4194304 4196468 140729091584624 139735754336336 139737015629723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19640] ppid=19575 vsize=10846988 memory=3588 CPUtime=3.05 cores=0,2,4,6
/proc/19578/task/19640/stat : 19640 (java) S 19575 19578 11963 0 -1 1077944384 15123 13316 0 0 296 2 5 2 20 0 15 0 445730362 11107315712 241882 33554432000 4194304 4196468 140729091584624 139736440195696 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19641] ppid=19575 vsize=10846988 memory=967528 CPUtime=3.05 cores=0,2,4,6
/proc/19578/task/19641/stat : 19641 (java) S 19575 19578 11963 0 -1 1077944384 21542 13316 0 0 295 3 5 2 20 0 15 0 445730362 11107315712 241882 33554432000 4194304 4196468 140729091584624 139736439142896 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19642] ppid=19575 vsize=10846988 memory=967528 CPUtime=1.6 cores=0,2,4,6
/proc/19578/task/19642/stat : 19642 (java) S 19575 19578 11963 0 -1 1077944384 11301 13316 0 0 150 3 5 2 20 0 15 0 445730362 11107315712 241882 33554432000 4194304 4196468 140729091584624 139736438090608 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19643] ppid=19575 vsize=10846988 memory=967528 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19643/stat : 19643 (java) S 19575 19578 11963 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 445730362 11107315712 241882 33554432000 4194304 4196468 140729091584624 139735284575200 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19644] ppid=19575 vsize=10846988 memory=967528 CPUtime=1.38 cores=0,2,4,6
/proc/19578/task/19644/stat : 19644 (java) S 19575 19578 11963 0 -1 1077944384 897 13316 0 0 69 62 5 2 20 0 15 0 445730362 11107315712 241882 33554432000 4194304 4196468 140729091584624 139736437037488 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
Current children cumulated CPU time: 2425.31 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 967528 KiB

[startup+2442.3 s]
/proc/loadavg: 1.37 1.50 1.48 3/227 20018
/proc/meminfo: memFree=28896800/32770624 swapFree=67004312/67108860
[pid=19578] ppid=19575 vsize=10846988 memory=969576 CPUtime=2486.3 cores=0,2,4,6
/proc/19578/stat : 19578 (java) S 19575 19578 11963 0 -1 1077944320 187008 13316 0 0 248249 374 5 2 20 0 15 0 445730347 11107315712 242394 33554432000 4194304 4196468 140729091584624 140729091567168 139737015611127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
/proc/19578/statm: 2711747 242394 3626 1 0 2673805 0
[pid=19578/tid=19631] ppid=19575 vsize=10846988 memory=969576 CPUtime=2414.27 cores=0,2,4,6
/proc/19578/task/19631/stat : 19631 (java) R 19575 19578 11963 0 -1 4202560 66681 13316 0 0 241367 53 5 2 20 0 15 0 445730356 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736987446656 139736588766045 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19632] ppid=19575 vsize=10846988 memory=969576 CPUtime=12.84 cores=0,2,4,6
/proc/19578/task/19632/stat : 19632 (java) S 19575 19578 11963 0 -1 1077944384 15120 13316 0 0 1214 63 5 2 20 0 15 0 445730357 11107315712 242394 33554432000 4194304 4196468 140729091584624 139737019853712 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19633] ppid=19575 vsize=10846988 memory=969576 CPUtime=12.84 cores=0,2,4,6
/proc/19578/task/19633/stat : 19633 (java) S 19575 19578 11963 0 -1 1077944384 13645 13316 0 0 1214 63 5 2 20 0 15 0 445730357 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736908126992 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19634] ppid=19575 vsize=10846988 memory=967528 CPUtime=12.86 cores=0,2,4,6
/proc/19578/task/19634/stat : 19634 (java) S 19575 19578 11963 0 -1 1077944384 11816 13316 0 0 1212 67 5 2 20 0 15 0 445730357 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736907074704 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19635] ppid=19575 vsize=10846988 memory=967528 CPUtime=12.89 cores=0,2,4,6
/proc/19578/task/19635/stat : 19635 (java) S 19575 19578 11963 0 -1 1077944384 12695 13316 0 0 1215 67 5 2 20 0 15 0 445730357 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736906021904 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19636] ppid=19575 vsize=10846988 memory=969576 CPUtime=12.02 cores=0,2,4,6
/proc/19578/task/19636/stat : 19636 (java) S 19575 19578 11963 0 -1 1077944384 15902 13316 0 0 1139 56 5 2 20 0 15 0 445730358 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736474806384 139737015622274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19637] ppid=19575 vsize=10846988 memory=969576 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19637/stat : 19637 (java) S 19575 19578 11963 0 -1 1077944384 46 13316 0 0 0 0 5 2 20 0 15 0 445730359 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736473752416 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19638] ppid=19575 vsize=10846988 memory=969576 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19638/stat : 19638 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730359 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736358315136 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19639] ppid=19575 vsize=10846988 memory=969576 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19639/stat : 19639 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139735754336336 139737015629723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19640] ppid=19575 vsize=10846988 memory=969576 CPUtime=3.05 cores=0,2,4,6
/proc/19578/task/19640/stat : 19640 (java) S 19575 19578 11963 0 -1 1077944384 15125 13316 0 0 296 2 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736440195696 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19641] ppid=19575 vsize=10846988 memory=969576 CPUtime=3.05 cores=0,2,4,6
/proc/19578/task/19641/stat : 19641 (java) S 19575 19578 11963 0 -1 1077944384 21544 13316 0 0 295 3 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736439142896 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19642] ppid=19575 vsize=10846988 memory=969576 CPUtime=1.6 cores=0,2,4,6
/proc/19578/task/19642/stat : 19642 (java) S 19575 19578 11963 0 -1 1077944384 11303 13316 0 0 150 3 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736438090608 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19643] ppid=19575 vsize=10846988 memory=969576 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19643/stat : 19643 (java) S 19575 19578 11963 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139735284575200 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19644] ppid=19575 vsize=10846988 memory=969576 CPUtime=1.41 cores=0,2,4,6
/proc/19578/task/19644/stat : 19644 (java) S 19575 19578 11963 0 -1 1077944384 914 13316 0 0 71 63 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736437037488 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
Current children cumulated CPU time: 2486.3 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 969576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.5 s]
/proc/loadavg: 1.22 1.45 1.47 3/227 20022
/proc/meminfo: memFree=28897088/32770624 swapFree=67004312/67108860
[pid=19578] ppid=19575 vsize=10846988 memory=969576 CPUtime=2520.04 cores=0,2,4,6
/proc/19578/stat : 19578 (java) S 19575 19578 11963 0 -1 1077944320 188041 13316 0 0 251619 378 5 2 20 0 15 0 445730347 11107315712 242394 33554432000 4194304 4196468 140729091584624 140729091567168 139737015611127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
/proc/19578/statm: 2711747 242394 3626 1 0 2673805 0
[pid=19578/tid=19631] ppid=19575 vsize=10846988 memory=969576 CPUtime=2447.07 cores=0,2,4,6
/proc/19578/task/19631/stat : 19631 (java) R 19575 19578 11963 0 -1 4202560 67082 13316 0 0 244647 53 5 2 20 0 15 0 445730356 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736987446624 139736588669036 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19632] ppid=19575 vsize=10846988 memory=969576 CPUtime=13.03 cores=0,2,4,6
/proc/19578/task/19632/stat : 19632 (java) S 19575 19578 11963 0 -1 1077944384 15140 13316 0 0 1233 63 5 2 20 0 15 0 445730357 11107315712 242394 33554432000 4194304 4196468 140729091584624 139737019853712 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19633] ppid=19575 vsize=10846988 memory=969576 CPUtime=13.03 cores=0,2,4,6
/proc/19578/task/19633/stat : 19633 (java) S 19575 19578 11963 0 -1 1077944384 13702 13316 0 0 1232 64 5 2 20 0 15 0 445730357 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736908126992 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19634] ppid=19575 vsize=10846988 memory=969576 CPUtime=13.04 cores=0,2,4,6
/proc/19578/task/19634/stat : 19634 (java) S 19575 19578 11963 0 -1 1077944384 11890 13316 0 0 1230 67 5 2 20 0 15 0 445730357 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736907074704 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19635] ppid=19575 vsize=10846988 memory=969576 CPUtime=13.08 cores=0,2,4,6
/proc/19578/task/19635/stat : 19635 (java) S 19575 19578 11963 0 -1 1077944384 12956 13316 0 0 1233 68 5 2 20 0 15 0 445730357 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736906021904 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19636] ppid=19575 vsize=10846988 memory=969576 CPUtime=12.19 cores=0,2,4,6
/proc/19578/task/19636/stat : 19636 (java) S 19575 19578 11963 0 -1 1077944384 16102 13316 0 0 1155 57 5 2 20 0 15 0 445730358 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736474806384 139737015622274 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19637] ppid=19575 vsize=10846988 memory=14012 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19637/stat : 19637 (java) S 19575 19578 11963 0 -1 1077944384 46 13316 0 0 0 0 5 2 20 0 15 0 445730359 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736473752416 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19638] ppid=19575 vsize=10846988 memory=969576 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19638/stat : 19638 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730359 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736358315136 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19639] ppid=19575 vsize=10846988 memory=776 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19639/stat : 19639 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139735754336336 139737015629723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19640] ppid=19575 vsize=10846988 memory=3467964938019453808 CPUtime=3.05 cores=0,2,4,6
/proc/19578/task/19640/stat : 19640 (java) S 19575 19578 11963 0 -1 1077944384 15127 13316 0 0 296 2 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736440195696 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19641] ppid=19575 vsize=10846988 memory=969576 CPUtime=3.05 cores=0,2,4,6
/proc/19578/task/19641/stat : 19641 (java) S 19575 19578 11963 0 -1 1077944384 21546 13316 0 0 295 3 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736439142896 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19642] ppid=19575 vsize=10846988 memory=3216 CPUtime=1.6 cores=0,2,4,6
/proc/19578/task/19642/stat : 19642 (java) S 19575 19578 11963 0 -1 1077944384 11305 13316 0 0 150 3 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736438090608 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19643] ppid=19575 vsize=10846988 memory=1119432 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19643/stat : 19643 (java) S 19575 19578 11963 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139735284575200 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19644] ppid=19575 vsize=10846988 memory=140310139613528 CPUtime=1.43 cores=0,2,4,6
/proc/19578/task/19644/stat : 19644 (java) S 19575 19578 11963 0 -1 1077944384 928 13316 0 0 72 64 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736437037488 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 969576 KiB

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

[startup+2475.53 s]
# the end of solver process 19578 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.27 s, system=3.82734 s

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

[startup+2475.5 s]
/proc/loadavg: 1.22 1.45 1.47 3/227 20022
/proc/meminfo: memFree=28897088/32770624 swapFree=67004312/67108860
[pid=19578] ppid=19575 vsize=10846988 memory=969576 CPUtime=2520.04 cores=0,2,4,6
/proc/19578/stat : 19578 (java) S 19575 19578 11963 0 -1 1077944320 188041 13316 0 0 251619 378 5 2 20 0 15 0 445730347 11107315712 242394 33554432000 4194304 4196468 140729091584624 140729091567168 139737015611127 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
/proc/19578/statm: 2711747 242394 3626 1 0 2673805 0
[pid=19578/tid=19631] ppid=19575 vsize=10846988 memory=969576 CPUtime=2447.07 cores=0,2,4,6
/proc/19578/task/19631/stat : 19631 (java) R 19575 19578 11963 0 -1 4202560 67082 13316 0 0 244647 53 5 2 20 0 15 0 445730356 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736987446624 139736588669036 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19632] ppid=19575 vsize=10846988 memory=969576 CPUtime=13.03 cores=0,2,4,6
/proc/19578/task/19632/stat : 19632 (java) S 19575 19578 11963 0 -1 1077944384 15140 13316 0 0 1233 63 5 2 20 0 15 0 445730357 11107315712 242394 33554432000 4194304 4196468 140729091584624 139737019853712 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19633] ppid=19575 vsize=10846988 memory=969576 CPUtime=13.03 cores=0,2,4,6
/proc/19578/task/19633/stat : 19633 (java) S 19575 19578 11963 0 -1 1077944384 13702 13316 0 0 1232 64 5 2 20 0 15 0 445730357 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736908126992 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19634] ppid=19575 vsize=10846988 memory=969576 CPUtime=13.04 cores=0,2,4,6
/proc/19578/task/19634/stat : 19634 (java) S 19575 19578 11963 0 -1 1077944384 11890 13316 0 0 1230 67 5 2 20 0 15 0 445730357 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736907074704 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19635] ppid=19575 vsize=10846988 memory=969576 CPUtime=13.08 cores=0,2,4,6
/proc/19578/task/19635/stat : 19635 (java) S 19575 19578 11963 0 -1 1077944384 12956 13316 0 0 1233 68 5 2 20 0 15 0 445730357 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736906021904 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19636] ppid=19575 vsize=10846988 memory=969576 CPUtime=12.19 cores=0,2,4,6
/proc/19578/task/19636/stat : 19636 (java) S 19575 19578 11963 0 -1 1077944384 16102 13316 0 0 1155 57 5 2 20 0 15 0 445730358 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736474806384 139737015622274 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19637] ppid=19575 vsize=10846988 memory=14012 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19637/stat : 19637 (java) S 19575 19578 11963 0 -1 1077944384 46 13316 0 0 0 0 5 2 20 0 15 0 445730359 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736473752416 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19638] ppid=19575 vsize=10846988 memory=969576 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19638/stat : 19638 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730359 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736358315136 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19639] ppid=19575 vsize=10846988 memory=776 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19639/stat : 19639 (java) S 19575 19578 11963 0 -1 1077944384 2 13316 0 0 0 0 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139735754336336 139737015629723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19640] ppid=19575 vsize=10846988 memory=3467964938019453808 CPUtime=3.05 cores=0,2,4,6
/proc/19578/task/19640/stat : 19640 (java) S 19575 19578 11963 0 -1 1077944384 15127 13316 0 0 296 2 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736440195696 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19641] ppid=19575 vsize=10846988 memory=969576 CPUtime=3.05 cores=0,2,4,6
/proc/19578/task/19641/stat : 19641 (java) S 19575 19578 11963 0 -1 1077944384 21546 13316 0 0 295 3 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736439142896 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19642] ppid=19575 vsize=10846988 memory=3216 CPUtime=1.6 cores=0,2,4,6
/proc/19578/task/19642/stat : 19642 (java) S 19575 19578 11963 0 -1 1077944384 11305 13316 0 0 150 3 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736438090608 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19643] ppid=19575 vsize=10846988 memory=1119432 CPUtime=0.07 cores=0,2,4,6
/proc/19578/task/19643/stat : 19643 (java) S 19575 19578 11963 0 -1 1077944384 3 13316 0 0 0 0 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139735284575200 139737015621333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
[pid=19578/tid=19644] ppid=19575 vsize=10846988 memory=140310139613528 CPUtime=1.43 cores=0,2,4,6
/proc/19578/task/19644/stat : 19644 (java) S 19575 19578 11963 0 -1 1077944384 928 13316 0 0 72 64 5 2 20 0 15 0 445730362 11107315712 242394 33554432000 4194304 4196468 140729091584624 139736437037488 139737015622274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14565376 140729091586799 140729091589317 140729091589317 140729091592143 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 969576 KiB

Child status: 143
Real time (s): 2475.53
CPU time (s): 2520.1
CPU user time (s): 2516.27
CPU system time (s): 3.82734
CPU usage (%): 101.801
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 969576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.27
system time used= 3.82734
maximum resident set size= 973720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 317619
involuntary context switches= 9408


# summary of solver processes directly reported to runsolver:
#   pid: 19578
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.27
#   total CPU system time (s): 3.82734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8302 second user time and 17.9446 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 06:47:31
IDJOB=4401210
IDBENCH=141364
IDSOLVER=2857
FILE ID=node148/4401210-1568695688
RUNJOBID= node148-1568673294-11994
PBS_JOBID= 21703774
Free space on /tmp= 61272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401210-1568695688/watcher-4401210-1568695688 -o /tmp/evaluation-result-4401210-1568695688/solver-4401210-1568695688 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11994 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1754054935 HOME/instance-4401210-1568695688.xml

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

MD5SUM BENCH= ed3f9a47d1f1ba76ff72e7160e212ad4
RANDOM SEED=1754054935

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29522380 kB
MemAvailable:   30457676 kB
Buffers:          157516 kB
Cached:          1079908 kB
SwapCached:         3736 kB
Active:          1973908 kB
Inactive:         709384 kB
Active(anon):    1442100 kB
Inactive(anon):    52652 kB
Active(file):     531808 kB
Inactive(file):   656732 kB
Unevictable:      108184 kB
Mlocked:          108184 kB
SwapTotal:      67108860 kB
SwapFree:       67004308 kB
Dirty:             35420 kB
Writeback:             0 kB
AnonPages:       1501852 kB
Mapped:            62020 kB
Shmem:             40620 kB
Slab:             154120 kB
SReclaimable:     125180 kB
SUnreclaim:        28940 kB
KernelStack:        3984 kB
PageTables:        11680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2489548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1316864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61240 MiB
End job on node148 at 2019-09-17 07:28:46