Trace number 4294364

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.8 2018-06-13SAT (TO)85 2520.05 2475.33

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-12_c18.xml
MD5SUMc13fad5df3b78eadb31ee9887672a536
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size144
Maximum domain size145
Distribution of domain sizes[{"size":144,"count":66},{"size":145,"count":12}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":11,"count":11},{"degree":12,"count":1}]
Minimum constraint arity3
Maximum constraint arity66
Distribution of constraint arities[{"arity":3,"count":66},{"arity":66,"count":1}]
Number of extensional constraints0
Number of intensional constraints66
Distribution of constraint types[{"type":"intension","count":66},{"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

1.00/0.75	c Concrete v3.8.1528841891564 running
8.63/4.14	o 131
8.63/4.17	o 128
8.91/4.22	o 125
8.91/4.24	o 123
8.91/4.26	o 121
9.24/4.33	o 116
9.24/4.36	o 109
10.28/4.76	o 107
10.59/4.85	o 104
12.28/5.92	o 103
14.00/7.57	o 97
17.32/10.33	o 96
37.24/29.75	o 94
41.14/33.51	o 86
519.82/505.38	o 85
2520.01/2475.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2475.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.01/2475.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.01/2475.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.01/2475.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2475.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2475.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2475.30		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.01/2475.30		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.01/2475.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.01/2475.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2475.31		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.01/2475.31		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2475.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2475.31		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.01/2475.31		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.01/2475.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.01/2475.31		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.01/2475.31		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2475.31		at scala.Option.map(Option.scala:146)
2520.01/2475.31		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2475.31		at concrete.MAC.mac(MAC.scala:203)
2520.01/2475.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2475.31		at scala.util.Try$.apply(Try.scala:209)
2520.01/2475.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2475.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2475.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2475.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2475.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2475.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2475.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2475.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2475.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2475.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2475.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2475.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2475.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2475.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.01/2475.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.01/2475.31		at concrete.Solver.foreach(Solver.scala:68)
2520.01/2475.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.01/2475.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2475.31		at scala.util.Success.map(Try.scala:209)
2520.01/2475.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2475.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2475.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2475.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2475.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2475.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2475.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2475.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2475.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2475.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2475.31		at scala.App.main(App.scala:76)
2520.01/2475.31		at scala.App.main$(App.scala:74)
2520.01/2475.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2475.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2475.32	v <instantiation cost="85">
2520.01/2475.32	v       <list>
2520.01/2475.32	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] 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[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[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[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[7][8] y[7][9] y[7][10] y[7][11] y[8][9] y[8][10] y[8][11] y[9][10] y[9][11] y[10][11]
2520.01/2475.32	v       </list>
2520.01/2475.32	v       <values>
2520.01/2475.32	v         0 9 10 17 30 42 45 56 61 79 83 85 9 10 17 30 42 45 56 61 79 83 85 1 8 21 33 36 47 52 70 74 76 7 20 32 35 46 51 69 73 75 13 25 28 39 44 62 66 68 12 15 26 31 49 53 55 3 14 19 37 41 43 11 16 34 38 40 5 23 27 29 18 22 24 4 6 2
2520.01/2475.32	v       </values>
2520.01/2475.32	v     </instantiation>
2520.01/2475.32	s SATISFIABLE

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294364-1532469984/watcher-4294364-1532469984 -o /tmp/evaluation-result-4294364-1532469984/solver-4294364-1532469984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=42820933 HOME/instance-4294364-1532469984.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
solver pid=22236, runsolver pid=22233
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 2.15 1.66 1.49 3/209 22293
/proc/meminfo: memFree=14774856/32770624 swapFree=67108860/67108860
[pid=22236] ppid=22233 vsize=9972712 memory=15176 CPUtime=0.1 cores=0,2,4,6
/proc/22236/stat : 22236 (java) S 22233 22236 21303 0 -1 1077944320 4489 12909 0 0 1 1 5 3 20 0 6 0 64561584 10212057088 3794 33554432000 4194304 4196468 140734359288960 140734359271504 140118275464951 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
/proc/22236/statm: 2493178 3794 1934 1 0 2481616 0
[pid=22236/tid=22289] ppid=22233 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/22236/task/22289/stat : 22289 (java) R 22233 22236 21303 0 -1 4202560 2304 12909 0 0 1 0 5 3 20 0 6 0 64561593 10212057088 3860 33554432000 4194304 4196468 140734359288960 140118247301712 140118260776953 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22290] ppid=22233 vsize=9972712 memory=5793855762478741945 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22290/stat : 22290 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 6 0 64561593 10212057088 3860 33554432000 4194304 4196468 140734359288960 140118279707280 140118275475157 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22291] ppid=22233 vsize=9972712 memory=140511468848768 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22291/stat : 22291 (java) S 22233 22236 21303 0 -1 1077944384 2 12909 0 0 0 0 5 3 20 0 6 0 64561593 10212057088 3860 33554432000 4194304 4196468 140734359288960 140118209464848 140118275475157 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22292] ppid=22233 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22292/stat : 22292 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 6 0 64561593 10212057088 3860 33554432000 4194304 4196468 140734359288960 140117847501200 140118275475157 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22293] ppid=22233 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22293/stat : 22293 (java) S 22233 22236 21303 0 -1 1077944384 2 12909 0 0 0 0 5 3 20 0 6 0 64561593 10212057088 3860 33554432000 4194304 4196468 140734359288960 140117846448400 140118275475157 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.210023 s]*
/proc/loadavg: 2.15 1.66 1.49 3/218 22302
/proc/meminfo: memFree=14757264/32770624 swapFree=67108860/67108860
[pid=22236] ppid=22233 vsize=10818904 memory=39668 CPUtime=0.26 cores=0,2,4,6
/proc/22236/stat : 22236 (java) S 22233 22236 21303 0 -1 1077944320 8160 12909 0 0 17 1 5 3 20 0 15 0 64561584 11078557696 9917 33554432000 4194304 4196468 140734359288960 140734359271504 140118275464951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
/proc/22236/statm: 2704726 9917 2990 1 0 2667149 0
[pid=22236/tid=22289] ppid=22233 vsize=10819896 memory=-8540663193526752614 CPUtime=0.2 cores=0,2,4,6
/proc/22236/task/22289/stat : 22289 (java) R 22233 22236 21303 0 -1 4202560 4715 12909 0 0 11 1 5 3 20 0 15 0 64561593 11079573504 10049 33554432000 4194304 4196468 140734359288960 140118247289760 140118268144669 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22290] ppid=22233 vsize=10819896 memory=4211974237673639306 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22290/stat : 22290 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561593 11079573504 10049 33554432000 4194304 4196468 140734359288960 140118279707280 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22291] ppid=22233 vsize=10819896 memory=140511468848768 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22291/stat : 22291 (java) S 22233 22236 21303 0 -1 1077944384 2 12909 0 0 0 0 5 3 20 0 15 0 64561593 11079573504 10049 33554432000 4194304 4196468 140734359288960 140118209464848 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22292] ppid=22233 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22292/stat : 22292 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561593 11079573504 10115 33554432000 4194304 4196468 140734359288960 140117847501200 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22293] ppid=22233 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22293/stat : 22293 (java) S 22233 22236 21303 0 -1 1077944384 2 12909 0 0 0 0 5 3 20 0 15 0 64561593 11079573504 10115 33554432000 4194304 4196468 140734359288960 140117846448400 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22294] ppid=22233 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22294/stat : 22294 (java) S 22233 22236 21303 0 -1 1077944384 2 12909 0 0 0 0 5 3 20 0 15 0 64561595 11079573504 10115 33554432000 4194304 4196468 140734359288960 140117734833008 140118275476098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22295] ppid=22233 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22295/stat : 22295 (java) S 22233 22236 21303 0 -1 1077944384 33 12909 0 0 0 0 5 3 20 0 15 0 64561595 11079573504 10115 33554432000 4194304 4196468 140734359288960 140117733778976 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22296] ppid=22233 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22296/stat : 22296 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561596 11079573504 10181 33554432000 4194304 4196468 140734359288960 140117066900848 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22297] ppid=22233 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22297/stat : 22297 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11079573504 10181 33554432000 4194304 4196468 140734359288960 140116826610000 140118275483547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22298] ppid=22233 vsize=10819896 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22236/task/22298/stat : 22298 (java) S 22233 22236 21303 0 -1 1077944384 547 12909 0 0 1 0 5 3 20 0 15 0 64561598 11079573504 10181 33554432000 4194304 4196468 140734359288960 140117700221296 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22299] ppid=22233 vsize=10821524 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/22236/task/22299/stat : 22299 (java) S 22233 22236 21303 0 -1 1077944384 75 12909 0 0 1 0 5 3 20 0 15 0 64561598 11081240576 10181 33554432000 4194304 4196468 140734359288960 140117699168496 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22300] ppid=22233 vsize=10821524 memory=140511468848768 CPUtime=0.11 cores=0,2,4,6
/proc/22236/task/22300/stat : 22300 (java) S 22233 22236 21303 0 -1 1077944384 675 12909 0 0 3 0 5 3 20 0 15 0 64561598 11081240576 10181 33554432000 4194304 4196468 140734359288960 140117698115696 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22301] ppid=22233 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22301/stat : 22301 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11081240576 10247 33554432000 4194304 4196468 140734359288960 140116793051360 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22302] ppid=22233 vsize=10821524 memory=140511468848768 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22302/stat : 22302 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561599 11081240576 10247 33554432000 4194304 4196468 140734359288960 140117697064112 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 39668 KiB

[startup+0.310492 s]*
/proc/loadavg: 2.15 1.66 1.49 3/218 22302
/proc/meminfo: memFree=14744984/32770624 swapFree=67108860/67108860
[pid=22236] ppid=22233 vsize=10819352 memory=50384 CPUtime=0.39 cores=0,2,4,6
/proc/22236/stat : 22236 (java) S 22233 22236 21303 0 -1 1077944320 10702 12909 0 0 29 2 5 3 20 0 15 0 64561584 11079016448 12596 33554432000 4194304 4196468 140734359288960 140734359271504 140118275464951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
/proc/22236/statm: 2704838 12596 3109 1 0 2667149 0
[pid=22236/tid=22289] ppid=22233 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/22236/task/22289/stat : 22289 (java) R 22233 22236 21303 0 -1 4202560 7120 12909 0 0 20 1 5 3 20 0 15 0 64561593 11079016448 12596 33554432000 4194304 4196468 140734359288960 140118247276960 140118275486877 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22290] ppid=22233 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22290/stat : 22290 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561593 11079016448 12596 33554432000 4194304 4196468 140734359288960 140118279707280 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22291] ppid=22233 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22291/stat : 22291 (java) S 22233 22236 21303 0 -1 1077944384 2 12909 0 0 0 0 5 3 20 0 15 0 64561593 11079016448 12596 33554432000 4194304 4196468 140734359288960 140118209464848 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22292] ppid=22233 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22292/stat : 22292 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561593 11079016448 12596 33554432000 4194304 4196468 140734359288960 140117847501200 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22293] ppid=22233 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22293/stat : 22293 (java) S 22233 22236 21303 0 -1 1077944384 2 12909 0 0 0 0 5 3 20 0 15 0 64561593 11079016448 12596 33554432000 4194304 4196468 140734359288960 140117846448400 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22294] ppid=22233 vsize=10819352 memory=140511468848767 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22294/stat : 22294 (java) S 22233 22236 21303 0 -1 1077944384 2 12909 0 0 0 0 5 3 20 0 15 0 64561595 11079016448 12596 33554432000 4194304 4196468 140734359288960 140117734833008 140118275476098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22295] ppid=22233 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22295/stat : 22295 (java) S 22233 22236 21303 0 -1 1077944384 33 12909 0 0 0 0 5 3 20 0 15 0 64561595 11079016448 12596 33554432000 4194304 4196468 140734359288960 140117733778976 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22296] ppid=22233 vsize=10819352 memory=140511468848768 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22296/stat : 22296 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561596 11079016448 12596 33554432000 4194304 4196468 140734359288960 140117066900848 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22297] ppid=22233 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22297/stat : 22297 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11079016448 12596 33554432000 4194304 4196468 140734359288960 140116826610000 140118275483547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22298] ppid=22233 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22236/task/22298/stat : 22298 (java) S 22233 22236 21303 0 -1 1077944384 555 12909 0 0 1 0 5 3 20 0 15 0 64561598 11079016448 12596 33554432000 4194304 4196468 140734359288960 140117700221296 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22299] ppid=22233 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/22236/task/22299/stat : 22299 (java) S 22233 22236 21303 0 -1 1077944384 76 12909 0 0 1 0 5 3 20 0 15 0 64561598 11079016448 12596 33554432000 4194304 4196468 140734359288960 140117699168496 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22300] ppid=22233 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/22236/task/22300/stat : 22300 (java) R 22233 22236 21303 0 -1 4202560 706 12909 0 0 5 0 5 3 20 0 15 0 64561598 11079016448 12596 33554432000 4194304 4196468 140734359288960 140117698115696 140118275486298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22301] ppid=22233 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22301/stat : 22301 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11079016448 12596 33554432000 4194304 4196468 140734359288960 140116793051360 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22302] ppid=22233 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22302/stat : 22302 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561599 11079016448 12596 33554432000 4194304 4196468 140734359288960 140117697064112 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 50384 KiB

[startup+0.700835 s]
/proc/loadavg: 2.15 1.66 1.49 3/218 22302
/proc/meminfo: memFree=14734564/32770624 swapFree=67108860/67108860
[pid=22236] ppid=22233 vsize=10819352 memory=83512 CPUtime=1 cores=0,2,4,6
/proc/22236/stat : 22236 (java) S 22233 22236 21303 0 -1 1077944320 17078 12909 0 0 87 5 5 3 20 0 15 0 64561584 11079016448 20878 33554432000 4194304 4196468 140734359288960 140734359271504 140118275464951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
/proc/22236/statm: 2704838 20878 3237 1 0 2667149 0
[pid=22236/tid=22289] ppid=22233 vsize=10819352 memory=19832 CPUtime=0.66 cores=0,2,4,6
/proc/22236/task/22289/stat : 22289 (java) R 22233 22236 21303 0 -1 4202560 12266 12909 0 0 55 3 5 3 20 0 15 0 64561593 11079016448 20878 33554432000 4194304 4196468 140734359288960 140118247287952 140118255740285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22290] ppid=22233 vsize=10819352 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22290/stat : 22290 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561593 11079016448 20878 33554432000 4194304 4196468 140734359288960 140118279707280 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22291] ppid=22233 vsize=10819352 memory=140511331787251 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22291/stat : 22291 (java) S 22233 22236 21303 0 -1 1077944384 2 12909 0 0 0 0 5 3 20 0 15 0 64561593 11079016448 20878 33554432000 4194304 4196468 140734359288960 140118209464848 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22292] ppid=22233 vsize=10819352 memory=140514150056843 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22292/stat : 22292 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561593 11079016448 20878 33554432000 4194304 4196468 140734359288960 140117847501200 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22293] ppid=22233 vsize=10819352 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22293/stat : 22293 (java) S 22233 22236 21303 0 -1 1077944384 2 12909 0 0 0 0 5 3 20 0 15 0 64561593 11079016448 20878 33554432000 4194304 4196468 140734359288960 140117846448400 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22294] ppid=22233 vsize=10819352 memory=6296143700806424935 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22294/stat : 22294 (java) S 22233 22236 21303 0 -1 1077944384 5 12909 0 0 0 0 5 3 20 0 15 0 64561595 11079016448 20878 33554432000 4194304 4196468 140734359288960 140117734833008 140118275476098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22295] ppid=22233 vsize=10819352 memory=8099279071866868837 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22295/stat : 22295 (java) S 22233 22236 21303 0 -1 1077944384 33 12909 0 0 0 0 5 3 20 0 15 0 64561595 11079016448 20878 33554432000 4194304 4196468 140734359288960 140117733778976 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22296] ppid=22233 vsize=10819352 memory=6004820471124940137 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22296/stat : 22296 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561596 11079016448 20878 33554432000 4194304 4196468 140734359288960 140117066900848 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22297] ppid=22233 vsize=10819352 memory=3054156605368933524 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22297/stat : 22297 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11079016448 20878 33554432000 4194304 4196468 140734359288960 140116826610000 140118275483547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22298] ppid=22233 vsize=10819352 memory=8326441112149131689 CPUtime=0.19 cores=0,2,4,6
/proc/22236/task/22298/stat : 22298 (java) S 22233 22236 21303 0 -1 1077944384 1218 12909 0 0 11 0 5 3 20 0 15 0 64561598 11079016448 20878 33554432000 4194304 4196468 140734359288960 140117700221296 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22299] ppid=22233 vsize=10819352 memory=-7025452035940392864 CPUtime=0.14 cores=0,2,4,6
/proc/22236/task/22299/stat : 22299 (java) S 22233 22236 21303 0 -1 1077944384 430 12909 0 0 6 0 5 3 20 0 15 0 64561598 11079016448 20878 33554432000 4194304 4196468 140734359288960 140117699168496 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22300] ppid=22233 vsize=10819352 memory=6944656592452807326 CPUtime=0.21 cores=0,2,4,6
/proc/22236/task/22300/stat : 22300 (java) S 22233 22236 21303 0 -1 1077944384 915 12909 0 0 13 0 5 3 20 0 15 0 64561598 11079016448 20878 33554432000 4194304 4196468 140734359288960 140117698115696 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22301] ppid=22233 vsize=10819352 memory=-9178176116494409632 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22301/stat : 22301 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11079016448 20878 33554432000 4194304 4196468 140734359288960 140116793051360 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22302] ppid=22233 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22302/stat : 22302 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561599 11079016448 20878 33554432000 4194304 4196468 140734359288960 140117697064112 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 83512 KiB

[startup+1.50074 s]
/proc/loadavg: 2.15 1.66 1.49 3/218 22302
/proc/meminfo: memFree=14691304/32770624 swapFree=67108860/67108860
[pid=22236] ppid=22233 vsize=10834252 memory=174020 CPUtime=2.27 cores=0,2,4,6
/proc/22236/stat : 22236 (java) S 22233 22236 21303 0 -1 1077944320 24552 12909 0 0 209 10 5 3 20 0 15 0 64561584 11094274048 43505 33554432000 4194304 4196468 140734359288960 140734359271504 140118275464951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
/proc/22236/statm: 2708563 43505 3464 1 0 2670221 0
[pid=22236/tid=22289] ppid=22233 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/22236/task/22289/stat : 22289 (java) R 22233 22236 21303 0 -1 4202560 17968 12909 0 0 129 6 5 3 20 0 15 0 64561593 11094274048 43505 33554432000 4194304 4196468 140734359288960 140118247288048 140118259545438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22290] ppid=22233 vsize=10834252 memory=97232 CPUtime=0.09 cores=0,2,4,6
/proc/22236/task/22290/stat : 22290 (java) S 22233 22236 21303 0 -1 1077944384 57 12909 0 0 1 0 5 3 20 0 15 0 64561593 11094274048 43505 33554432000 4194304 4196468 140734359288960 140118279707280 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22291] ppid=22233 vsize=10834252 memory=5790086053191909267 CPUtime=0.09 cores=0,2,4,6
/proc/22236/task/22291/stat : 22291 (java) S 22233 22236 21303 0 -1 1077944384 240 12909 0 0 1 0 5 3 20 0 15 0 64561593 11094274048 43505 33554432000 4194304 4196468 140734359288960 140118209464848 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22292] ppid=22233 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22236/task/22292/stat : 22292 (java) S 22233 22236 21303 0 -1 1077944384 14 12909 0 0 1 0 5 3 20 0 15 0 64561593 11094274048 43505 33554432000 4194304 4196468 140734359288960 140117847501200 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22293] ppid=22233 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22293/stat : 22293 (java) S 22233 22236 21303 0 -1 1077944384 42 12909 0 0 0 0 5 3 20 0 15 0 64561593 11094274048 43505 33554432000 4194304 4196468 140734359288960 140117846448400 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22294] ppid=22233 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22236/task/22294/stat : 22294 (java) S 22233 22236 21303 0 -1 1077944384 281 12909 0 0 1 0 5 3 20 0 15 0 64561595 11094274048 43505 33554432000 4194304 4196468 140734359288960 140117734833008 140118275476098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22295] ppid=22233 vsize=10834252 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22295/stat : 22295 (java) S 22233 22236 21303 0 -1 1077944384 33 12909 0 0 0 0 5 3 20 0 15 0 64561595 11094274048 43505 33554432000 4194304 4196468 140734359288960 140117733779040 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22296] ppid=22233 vsize=10834252 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22296/stat : 22296 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561596 11094274048 43505 33554432000 4194304 4196468 140734359288960 140117066900864 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22297] ppid=22233 vsize=10834252 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22297/stat : 22297 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11094274048 43505 33554432000 4194304 4196468 140734359288960 140116826610000 140118275483547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22298] ppid=22233 vsize=10834252 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/22236/task/22298/stat : 22298 (java) R 22233 22236 21303 0 -1 4202560 1676 12909 0 0 25 0 5 3 20 0 15 0 64561598 11094274048 43505 33554432000 4194304 4196468 140734359288960 140117700221296 140118257009127 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22299] ppid=22233 vsize=10834252 memory=236263332449589 CPUtime=0.24 cores=0,2,4,6
/proc/22236/task/22299/stat : 22299 (java) S 22233 22236 21303 0 -1 1077944384 579 12909 0 0 16 0 5 3 20 0 15 0 64561598 11094274048 43505 33554432000 4194304 4196468 140734359288960 140117699168496 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22300] ppid=22233 vsize=10834252 memory=3843371840305377312 CPUtime=0.4 cores=0,2,4,6
/proc/22236/task/22300/stat : 22300 (java) S 22233 22236 21303 0 -1 1077944384 1457 12909 0 0 32 0 5 3 20 0 15 0 64561598 11094274048 43505 33554432000 4194304 4196468 140734359288960 140117698115696 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22301] ppid=22233 vsize=10834252 memory=4638778415513030992 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22301/stat : 22301 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11094274048 43505 33554432000 4194304 4196468 140734359288960 140116793051360 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22302] ppid=22233 vsize=10834252 memory=4638778402627666016 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22302/stat : 22302 (java) S 22233 22236 21303 0 -1 1077944384 1 12909 0 0 0 0 5 3 20 0 15 0 64561599 11094274048 43505 33554432000 4194304 4196468 140734359288960 140117697064112 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

/proc/22236/task/22289/stat : 22289 (java) R 22233 22236 21303 0 -1 4202560 96048 12909 0 0 235383 58 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140118247299344 140117891504849 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22290] ppid=22233 vsize=10914144 memory=281022664609216 CPUtime=12.53 cores=0,2,4,6
/proc/22236/task/22290/stat : 22290 (java) S 22233 22236 21303 0 -1 1077944384 14308 12909 0 0 1183 62 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140118279707280 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22291] ppid=22233 vsize=10914144 memory=1133416 CPUtime=12.55 cores=0,2,4,6
/proc/22236/task/22291/stat : 22291 (java) S 22233 22236 21303 0 -1 1077944384 13719 12909 0 0 1188 59 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140118209464848 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22292] ppid=22233 vsize=10914144 memory=1133416 CPUtime=12.52 cores=0,2,4,6
/proc/22236/task/22292/stat : 22292 (java) S 22233 22236 21303 0 -1 1077944384 13242 12909 0 0 1182 62 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117847501200 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22293] ppid=22233 vsize=10914144 memory=1133416 CPUtime=12.49 cores=0,2,4,6
/proc/22236/task/22293/stat : 22293 (java) S 22233 22236 21303 0 -1 1077944384 13590 12909 0 0 1176 65 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117846448400 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22294] ppid=22233 vsize=10914144 memory=0 CPUtime=11.33 cores=0,2,4,6
/proc/22236/task/22294/stat : 22294 (java) S 22233 22236 21303 0 -1 1077944384 15801 12909 0 0 1067 58 5 3 20 0 15 0 64561595 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117734833008 140118275476098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22295] ppid=22233 vsize=10914144 memory=1133416 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22295/stat : 22295 (java) S 22233 22236 21303 0 -1 1077944384 36 12909 0 0 0 0 5 3 20 0 15 0 64561595 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117733779040 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22296] ppid=22233 vsize=10914144 memory=1133416 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22296/stat : 22296 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561596 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117066900864 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22297] ppid=22233 vsize=10914144 memory=1135464 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22297/stat : 22297 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140116826610000 140118275483547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22298] ppid=22233 vsize=10914144 memory=1133416 CPUtime=3.41 cores=0,2,4,6
/proc/22236/task/22298/stat : 22298 (java) S 22233 22236 21303 0 -1 1077944384 15387 12909 0 0 331 2 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117700221296 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22299] ppid=22233 vsize=10914144 memory=1133416 CPUtime=3.5 cores=0,2,4,6
/proc/22236/task/22299/stat : 22299 (java) S 22233 22236 21303 0 -1 1077944384 24950 12909 0 0 338 4 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117699168496 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22300] ppid=22233 vsize=10914144 memory=1133416 CPUtime=1.76 cores=0,2,4,6
/proc/22236/task/22300/stat : 22300 (java) S 22233 22236 21303 0 -1 1077944384 15738 12909 0 0 164 4 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117698115696 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22301] ppid=22233 vsize=10914144 memory=17745 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22301/stat : 22301 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140116793051360 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22302] ppid=22233 vsize=10914144 memory=4420 CPUtime=1.58 cores=0,2,4,6
/proc/22236/task/22302/stat : 22302 (java) S 22233 22236 21303 0 -1 1077944384 957 12909 0 0 75 75 5 3 20 0 15 0 64561599 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117697064112 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
Current children cumulated CPU time: 2425.57 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1135464 KiB

[startup+2442.3 s]
/proc/loadavg: 1.00 1.22 1.34 3/219 22638
/proc/meminfo: memFree=13713184/32770624 swapFree=67108860/67108860
[pid=22236] ppid=22233 vsize=10914144 memory=1135464 CPUtime=2486.52 cores=0,2,4,6
/proc/22236/stat : 22236 (java) S 22233 22236 21303 0 -1 1077944320 227771 12909 0 0 248259 385 5 3 20 0 15 0 64561584 11176083456 283866 33554432000 4194304 4196468 140734359288960 140734359271504 140118275464951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
/proc/22236/statm: 2728536 283866 3526 1 0 2690189 0
[pid=22236/tid=22289] ppid=22233 vsize=10914144 memory=1135464 CPUtime=2413.78 cores=0,2,4,6
/proc/22236/task/22289/stat : 22289 (java) R 22233 22236 21303 0 -1 4202560 96971 12909 0 0 241311 59 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140118247299536 140117892373676 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22290] ppid=22233 vsize=10914144 memory=1135464 CPUtime=12.86 cores=0,2,4,6
/proc/22236/task/22290/stat : 22290 (java) S 22233 22236 21303 0 -1 1077944384 14387 12909 0 0 1215 63 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140118279707280 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22291] ppid=22233 vsize=10914144 memory=1135464 CPUtime=12.89 cores=0,2,4,6
/proc/22236/task/22291/stat : 22291 (java) S 22233 22236 21303 0 -1 1077944384 13769 12909 0 0 1221 60 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140118209464848 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22292] ppid=22233 vsize=10914144 memory=1135464 CPUtime=12.85 cores=0,2,4,6
/proc/22236/task/22292/stat : 22292 (java) S 22233 22236 21303 0 -1 1077944384 13600 12909 0 0 1213 64 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117847501200 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22293] ppid=22233 vsize=10914144 memory=1135464 CPUtime=12.84 cores=0,2,4,6
/proc/22236/task/22293/stat : 22293 (java) S 22233 22236 21303 0 -1 1077944384 13704 12909 0 0 1210 66 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117846448400 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22294] ppid=22233 vsize=10914144 memory=1135464 CPUtime=11.62 cores=0,2,4,6
/proc/22236/task/22294/stat : 22294 (java) S 22233 22236 21303 0 -1 1077944384 16030 12909 0 0 1095 59 5 3 20 0 15 0 64561595 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117734833008 140118275476098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22295] ppid=22233 vsize=10914144 memory=1135464 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22295/stat : 22295 (java) S 22233 22236 21303 0 -1 1077944384 36 12909 0 0 0 0 5 3 20 0 15 0 64561595 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117733779040 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22296] ppid=22233 vsize=10914144 memory=1135464 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22296/stat : 22296 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561596 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117066900864 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22297] ppid=22233 vsize=10914144 memory=1135464 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22297/stat : 22297 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140116826610000 140118275483547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22298] ppid=22233 vsize=10914144 memory=1135464 CPUtime=3.41 cores=0,2,4,6
/proc/22236/task/22298/stat : 22298 (java) S 22233 22236 21303 0 -1 1077944384 15389 12909 0 0 331 2 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117700221296 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22299] ppid=22233 vsize=10914144 memory=1135464 CPUtime=3.5 cores=0,2,4,6
/proc/22236/task/22299/stat : 22299 (java) S 22233 22236 21303 0 -1 1077944384 24952 12909 0 0 338 4 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117699168496 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22300] ppid=22233 vsize=10914144 memory=1135464 CPUtime=1.76 cores=0,2,4,6
/proc/22236/task/22300/stat : 22300 (java) S 22233 22236 21303 0 -1 1077944384 15740 12909 0 0 164 4 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117698115696 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22301] ppid=22233 vsize=10914144 memory=2448 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22301/stat : 22301 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140116793051360 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22302] ppid=22233 vsize=10914144 memory=1135464 CPUtime=1.63 cores=0,2,4,6
/proc/22236/task/22302/stat : 22302 (java) S 22233 22236 21303 0 -1 1077944384 987 12909 0 0 77 78 5 3 20 0 15 0 64561599 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117697064112 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
Current children cumulated CPU time: 2486.52 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1135464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.3 s]
/proc/loadavg: 1.09 1.21 1.33 3/219 22638
/proc/meminfo: memFree=13713560/32770624 swapFree=67108860/67108860
[pid=22236] ppid=22233 vsize=10914144 memory=1135464 CPUtime=2520.01 cores=0,2,4,6
/proc/22236/stat : 22236 (java) S 22233 22236 21303 0 -1 1077944320 228910 12909 0 0 251604 389 5 3 20 0 15 0 64561584 11176083456 283866 33554432000 4194304 4196468 140734359288960 140734359271504 140118275464951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
/proc/22236/statm: 2728536 283866 3526 1 0 2690189 0
[pid=22236/tid=22289] ppid=22233 vsize=10914144 memory=3828 CPUtime=2446.41 cores=0,2,4,6
/proc/22236/task/22289/stat : 22289 (java) R 22233 22236 21303 0 -1 4202560 97444 12909 0 0 244573 60 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140118247299200 140117890403768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22290] ppid=22233 vsize=10914144 memory=1135464 CPUtime=13.04 cores=0,2,4,6
/proc/22236/task/22290/stat : 22290 (java) S 22233 22236 21303 0 -1 1077944384 14452 12909 0 0 1233 63 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140118279707280 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22291] ppid=22233 vsize=10914144 memory=1135464 CPUtime=13.07 cores=0,2,4,6
/proc/22236/task/22291/stat : 22291 (java) S 22233 22236 21303 0 -1 1077944384 13785 12909 0 0 1238 61 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140118209464848 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22292] ppid=22233 vsize=10914144 memory=1135464 CPUtime=13.03 cores=0,2,4,6
/proc/22236/task/22292/stat : 22292 (java) S 22233 22236 21303 0 -1 1077944384 13924 12909 0 0 1231 64 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117847501200 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22293] ppid=22233 vsize=10914144 memory=1135464 CPUtime=13.01 cores=0,2,4,6
/proc/22236/task/22293/stat : 22293 (java) S 22233 22236 21303 0 -1 1077944384 13795 12909 0 0 1226 67 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117846448400 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22294] ppid=22233 vsize=10914144 memory=1135464 CPUtime=11.75 cores=0,2,4,6
/proc/22236/task/22294/stat : 22294 (java) S 22233 22236 21303 0 -1 1077944384 16189 12909 0 0 1108 59 5 3 20 0 15 0 64561595 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117734833008 140118275476098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22295] ppid=22233 vsize=10914144 memory=1135464 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22295/stat : 22295 (java) S 22233 22236 21303 0 -1 1077944384 36 12909 0 0 0 0 5 3 20 0 15 0 64561595 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117733779040 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22296] ppid=22233 vsize=10914144 memory=1135464 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22296/stat : 22296 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561596 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117066900864 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22297] ppid=22233 vsize=10914144 memory=191546951511604 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22297/stat : 22297 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140116826610000 140118275483547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22298] ppid=22233 vsize=10914144 memory=3828 CPUtime=3.42 cores=0,2,4,6
/proc/22236/task/22298/stat : 22298 (java) S 22233 22236 21303 0 -1 1077944384 15392 12909 0 0 332 2 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117700221296 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22299] ppid=22233 vsize=10914144 memory=1135464 CPUtime=3.5 cores=0,2,4,6
/proc/22236/task/22299/stat : 22299 (java) S 22233 22236 21303 0 -1 1077944384 24954 12909 0 0 338 4 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117699168496 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22300] ppid=22233 vsize=10914144 memory=1135464 CPUtime=1.76 cores=0,2,4,6
/proc/22236/task/22300/stat : 22300 (java) S 22233 22236 21303 0 -1 1077944384 15742 12909 0 0 164 4 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117698115696 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22301] ppid=22233 vsize=10914144 memory=1135464 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22301/stat : 22301 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140116793051360 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22302] ppid=22233 vsize=10914144 memory=1135464 CPUtime=1.64 cores=0,2,4,6
/proc/22236/task/22302/stat : 22302 (java) S 22233 22236 21303 0 -1 1077944384 991 12909 0 0 77 79 5 3 20 0 15 0 64561599 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117697064112 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1135464 KiB

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

[startup+2475.33 s]
# the end of solver process 22236 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.11 s, system=3.94139 s

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

[startup+2475.3 s]
/proc/loadavg: 1.09 1.21 1.33 3/219 22638
/proc/meminfo: memFree=13713560/32770624 swapFree=67108860/67108860
[pid=22236] ppid=22233 vsize=10914144 memory=1135464 CPUtime=2520.01 cores=0,2,4,6
/proc/22236/stat : 22236 (java) S 22233 22236 21303 0 -1 1077944320 228910 12909 0 0 251604 389 5 3 20 0 15 0 64561584 11176083456 283866 33554432000 4194304 4196468 140734359288960 140734359271504 140118275464951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
/proc/22236/statm: 2728536 283866 3526 1 0 2690189 0
[pid=22236/tid=22289] ppid=22233 vsize=10914144 memory=3828 CPUtime=2446.41 cores=0,2,4,6
/proc/22236/task/22289/stat : 22289 (java) R 22233 22236 21303 0 -1 4202560 97444 12909 0 0 244573 60 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140118247299200 140117890403768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22290] ppid=22233 vsize=10914144 memory=1135464 CPUtime=13.04 cores=0,2,4,6
/proc/22236/task/22290/stat : 22290 (java) S 22233 22236 21303 0 -1 1077944384 14452 12909 0 0 1233 63 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140118279707280 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22291] ppid=22233 vsize=10914144 memory=1135464 CPUtime=13.07 cores=0,2,4,6
/proc/22236/task/22291/stat : 22291 (java) S 22233 22236 21303 0 -1 1077944384 13785 12909 0 0 1238 61 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140118209464848 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22292] ppid=22233 vsize=10914144 memory=1135464 CPUtime=13.03 cores=0,2,4,6
/proc/22236/task/22292/stat : 22292 (java) S 22233 22236 21303 0 -1 1077944384 13924 12909 0 0 1231 64 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117847501200 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22293] ppid=22233 vsize=10914144 memory=1135464 CPUtime=13.01 cores=0,2,4,6
/proc/22236/task/22293/stat : 22293 (java) S 22233 22236 21303 0 -1 1077944384 13795 12909 0 0 1226 67 5 3 20 0 15 0 64561593 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117846448400 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22294] ppid=22233 vsize=10914144 memory=1135464 CPUtime=11.75 cores=0,2,4,6
/proc/22236/task/22294/stat : 22294 (java) S 22233 22236 21303 0 -1 1077944384 16189 12909 0 0 1108 59 5 3 20 0 15 0 64561595 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117734833008 140118275476098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22295] ppid=22233 vsize=10914144 memory=1135464 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22295/stat : 22295 (java) S 22233 22236 21303 0 -1 1077944384 36 12909 0 0 0 0 5 3 20 0 15 0 64561595 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117733779040 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22296] ppid=22233 vsize=10914144 memory=1135464 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22296/stat : 22296 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561596 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117066900864 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22297] ppid=22233 vsize=10914144 memory=191546951511604 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22297/stat : 22297 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140116826610000 140118275483547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22298] ppid=22233 vsize=10914144 memory=3828 CPUtime=3.42 cores=0,2,4,6
/proc/22236/task/22298/stat : 22298 (java) S 22233 22236 21303 0 -1 1077944384 15392 12909 0 0 332 2 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117700221296 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22299] ppid=22233 vsize=10914144 memory=1135464 CPUtime=3.5 cores=0,2,4,6
/proc/22236/task/22299/stat : 22299 (java) S 22233 22236 21303 0 -1 1077944384 24954 12909 0 0 338 4 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117699168496 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22300] ppid=22233 vsize=10914144 memory=1135464 CPUtime=1.76 cores=0,2,4,6
/proc/22236/task/22300/stat : 22300 (java) S 22233 22236 21303 0 -1 1077944384 15742 12909 0 0 164 4 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117698115696 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22301] ppid=22233 vsize=10914144 memory=1135464 CPUtime=0.08 cores=0,2,4,6
/proc/22236/task/22301/stat : 22301 (java) S 22233 22236 21303 0 -1 1077944384 3 12909 0 0 0 0 5 3 20 0 15 0 64561598 11176083456 283866 33554432000 4194304 4196468 140734359288960 140116793051360 140118275475157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
[pid=22236/tid=22302] ppid=22233 vsize=10914144 memory=1135464 CPUtime=1.64 cores=0,2,4,6
/proc/22236/task/22302/stat : 22302 (java) S 22233 22236 21303 0 -1 1077944384 991 12909 0 0 77 79 5 3 20 0 15 0 64561599 11176083456 283866 33554432000 4194304 4196468 140734359288960 140117697064112 140118275476098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22429696 140734359292528 140734359295324 140734359295324 140734359297999 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1135464 KiB

Child status: 143
Real time (s): 2475.33
CPU time (s): 2520.05
CPU user time (s): 2516.11
CPU system time (s): 3.94139
CPU usage (%): 101.807
Max. virtual memory (cumulated for all children) (KiB): 10916972
Max. memory (cumulated for all children) (KiB): 1135464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.11
system time used= 3.94139
maximum resident set size= 1139688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 304852
involuntary context switches= 9818


# summary of solver processes directly reported to runsolver:
#   pid: 22236
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.11
#   total CPU system time (s): 3.94139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5417 second user time and 23.7489 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-25 00:06:24
IDJOB=4294364
IDBENCH=141373
IDSOLVER=2750
FILE ID=node135/4294364-1532469984
RUNJOBID= node135-1532466475-21334
PBS_JOBID= 21021583
Free space on /tmp= 48344 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294364-1532469984/watcher-4294364-1532469984 -o /tmp/evaluation-result-4294364-1532469984/solver-4294364-1532469984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=42820933 HOME/instance-4294364-1532469984.xml

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

MD5SUM BENCH= c13fad5df3b78eadb31ee9887672a536
RANDOM SEED=42820933

node135.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.50
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.50
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.50
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.50
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:        14782280 kB
MemAvailable:   30806288 kB
Buffers:          215160 kB
Cached:         15857964 kB
SwapCached:            0 kB
Active:          3599196 kB
Inactive:       13659160 kB
Active(anon):    1134760 kB
Inactive(anon):    69900 kB
Active(file):    2464436 kB
Inactive(file): 13589260 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26656 kB
Writeback:           104 kB
AnonPages:       1192332 kB
Mapped:            51980 kB
Shmem:             17056 kB
Slab:             427560 kB
SReclaimable:     398772 kB
SUnreclaim:        28788 kB
KernelStack:        3632 kB
PageTables:         7432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2110484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1093632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-25 00:47:40