Trace number 4304536

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.9.2-SuperNGSAT (TO)58 2520.07 2486.73

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark174.248
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"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.98/0.75	c Concrete v3.9.2.1532736233296 running
10.58/4.89	o 87
10.82/4.90	o 75
10.82/4.92	o 69
10.82/4.97	o 67
11.13/5.04	o 63
11.68/5.30	o 61
531.08/517.38	o 60
699.15/683.60	o 59
2441.31/2408.80	o 58
2520.02/2486.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2486.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.02/2486.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.02/2486.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.02/2486.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2486.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2486.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.02/2486.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2486.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.02/2486.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2486.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2486.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2486.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2486.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2486.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2486.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2486.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.02/2486.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2486.70		at scala.Option.map(Option.scala:146)
2520.02/2486.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2486.70		at concrete.MAC.mac(MAC.scala:203)
2520.02/2486.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2486.70		at scala.util.Try$.apply(Try.scala:209)
2520.02/2486.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2486.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2486.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2486.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2486.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2486.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2486.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2486.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2486.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2486.70		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2486.70		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2486.70		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2486.70		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2486.70		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2486.70		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2486.70		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2486.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2486.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2486.70		at scala.util.Success.map(Try.scala:209)
2520.02/2486.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2486.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2486.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2486.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2486.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2486.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2486.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2486.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2486.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2486.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2486.71		at scala.App.main(App.scala:76)
2520.02/2486.71		at scala.App.main$(App.scala:74)
2520.02/2486.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2486.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2486.71	v <instantiation cost="58">
2520.02/2486.71	v       <list>
2520.02/2486.71	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] 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[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
2520.02/2486.71	v       </list>
2520.02/2486.71	v       <values>
2520.02/2486.71	v         0 3 8 12 26 36 37 43 56 58 3 8 12 26 36 37 43 56 58 5 9 23 33 34 40 53 55 4 18 28 29 35 48 50 14 24 25 31 44 46 10 11 17 30 32 1 7 20 22 6 19 21 13 15 2
2520.02/2486.71	v       </values>
2520.02/2486.71	v     </instantiation>
2520.02/2486.71	s SATISFIABLE

Verifier Data

OK	58

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304536-1534100833/watcher-4304536-1534100833 -o /tmp/evaluation-result-4304536-1534100833/solver-4304536-1534100833 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7006 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=569507849 -superng HOME/instance-4304536-1534100833.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=7949, runsolver pid=7946

[startup+0.100092 s]*
/proc/loadavg: 1.67 1.43 1.34 3/206 8002
/proc/meminfo: memFree=17308136/32770624 swapFree=67108860/67108860
[pid=7949] ppid=7946 vsize=10005480 memory=14644 CPUtime=0.09 cores=0,2,4,6
/proc/7949/stat : 7949 (java) S 7946 7949 6975 0 -1 1077944320 4309 13269 0 0 1 1 5 2 20 0 6 0 227646437 10245611520 3661 33554432000 4194304 4196468 140730063164112 140730063146656 139987312234231 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
/proc/7949/statm: 2501370 3661 1932 1 0 2489808 0
[pid=7949/tid=8002] ppid=7946 vsize=10005480 memory=-8744994063762374595 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8002/stat : 8002 (java) R 7946 7949 6975 0 -1 4202560 2155 13269 0 0 0 0 5 2 20 0 6 0 227646446 10245611520 3661 33554432000 4194304 4196468 140730063164112 139987284070992 139987296443937 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8003] ppid=7946 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8003/stat : 8003 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 6 0 227646447 10245611520 3661 33554432000 4194304 4196468 140730063164112 139987316476432 139987312244437 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8004] ppid=7946 vsize=10005480 memory=140360282003072 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8004/stat : 8004 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 6 0 227646447 10245611520 3661 33554432000 4194304 4196468 140730063164112 139987212679824 139987312244437 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8005] ppid=7946 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8005/stat : 8005 (java) S 7946 7949 6975 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 6 0 227646447 10245611520 3661 33554432000 4194304 4196468 140730063164112 139986850998544 139987312244437 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8006] ppid=7946 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8006/stat : 8006 (java) S 7946 7949 6975 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 6 0 227646447 10245611520 3661 33554432000 4194304 4196468 140730063164112 139986849946000 139987312244437 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14644 KiB

[startup+0.210149 s]*
/proc/loadavg: 1.67 1.43 1.34 3/219 8015
/proc/meminfo: memFree=17245412/32770624 swapFree=67108860/67108860
[pid=7949] ppid=7946 vsize=10982744 memory=40560 CPUtime=0.25 cores=0,2,4,6
/proc/7949/stat : 7949 (java) S 7946 7949 6975 0 -1 1077944320 7279 13269 0 0 16 2 5 2 20 0 15 0 227646437 11246329856 10140 33554432000 4194304 4196468 140730063164112 140730063146656 139987312234231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
/proc/7949/statm: 2745686 10140 2985 1 0 2708109 0
[pid=7949/tid=8002] ppid=7946 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/7949/task/8002/stat : 8002 (java) R 7946 7949 6975 0 -1 4202560 3965 13269 0 0 10 1 5 2 20 0 15 0 227646446 11246329856 10338 33554432000 4194304 4196468 140730063164112 139987284055792 139987292509980 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8003] ppid=7946 vsize=10982744 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8003/stat : 8003 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646447 11246329856 10338 33554432000 4194304 4196468 140730063164112 139987316476432 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8004] ppid=7946 vsize=10982744 memory=140360283154537 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8004/stat : 8004 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646447 11246329856 10338 33554432000 4194304 4196468 140730063164112 139987212679824 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8005] ppid=7946 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8005/stat : 8005 (java) S 7946 7949 6975 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 227646447 11246329856 10338 33554432000 4194304 4196468 140730063164112 139986850998544 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8006] ppid=7946 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8006/stat : 8006 (java) S 7946 7949 6975 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 227646447 11246329856 10338 33554432000 4194304 4196468 140730063164112 139986849946000 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8007] ppid=7946 vsize=10982744 memory=140360282003072 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8007/stat : 8007 (java) S 7946 7949 6975 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 227646448 11246329856 10338 33554432000 4194304 4196468 140730063164112 139986737277680 139987312245378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8008] ppid=7946 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8008/stat : 8008 (java) S 7946 7949 6975 0 -1 1077944384 13 13269 0 0 0 0 5 2 20 0 15 0 227646449 11246329856 10338 33554432000 4194304 4196468 140730063164112 139986137507488 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8009] ppid=7946 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8009/stat : 8009 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646449 11246329856 10338 33554432000 4194304 4196468 140730063164112 139985936180464 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8010] ppid=7946 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8010/stat : 8010 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646451 11246329856 10338 33554432000 4194304 4196468 140730063164112 139985628781008 139987312252827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8011] ppid=7946 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7949/task/8011/stat : 8011 (java) S 7946 7949 6975 0 -1 1077944384 488 13269 0 0 1 0 5 2 20 0 15 0 227646451 11246329856 10338 33554432000 4194304 4196468 140730063164112 139986736224496 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8012] ppid=7946 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8012/stat : 8012 (java) S 7946 7949 6975 0 -1 1077944384 135 13269 0 0 0 0 5 2 20 0 15 0 227646451 11246329856 10338 33554432000 4194304 4196468 140730063164112 139986735171952 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8013] ppid=7946 vsize=10982744 memory=140360282003072 CPUtime=0.1 cores=0,2,4,6
/proc/7949/task/8013/stat : 8013 (java) S 7946 7949 6975 0 -1 1077944384 673 13269 0 0 3 0 5 2 20 0 15 0 227646451 11246329856 10404 33554432000 4194304 4196468 140730063164112 139986734118896 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8014] ppid=7946 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8014/stat : 8014 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646452 11246329856 10404 33554432000 4194304 4196468 140730063164112 139985197984096 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8015] ppid=7946 vsize=10982744 memory=140360282003072 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8015/stat : 8015 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646452 11246329856 10404 33554432000 4194304 4196468 140730063164112 139986733067312 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 40560 KiB

[startup+0.310414 s]*
/proc/loadavg: 1.67 1.43 1.34 3/219 8015
/proc/meminfo: memFree=17228540/32770624 swapFree=67108860/67108860
[pid=7949] ppid=7946 vsize=10983192 memory=53216 CPUtime=0.38 cores=0,2,4,6
/proc/7949/stat : 7949 (java) S 7946 7949 6975 0 -1 1077944320 10361 13269 0 0 28 3 5 2 20 0 15 0 227646437 11246788608 13304 33554432000 4194304 4196468 140730063164112 140730063146656 139987312234231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
/proc/7949/statm: 2745798 13304 3104 1 0 2708109 0
[pid=7949/tid=8002] ppid=7946 vsize=10983192 memory=8112282956445269571 CPUtime=0.27 cores=0,2,4,6
/proc/7949/task/8002/stat : 8002 (java) R 7946 7949 6975 0 -1 4202560 7026 13269 0 0 19 1 5 2 20 0 15 0 227646446 11246788608 13502 33554432000 4194304 4196468 140730063164112 139987284046240 139987304471358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8003] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8003/stat : 8003 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646447 11246788608 13502 33554432000 4194304 4196468 140730063164112 139987316476432 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8004] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8004/stat : 8004 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646447 11246788608 13502 33554432000 4194304 4196468 140730063164112 139987212679824 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8005] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8005/stat : 8005 (java) S 7946 7949 6975 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 227646447 11246788608 13502 33554432000 4194304 4196468 140730063164112 139986850998544 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8006] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8006/stat : 8006 (java) S 7946 7949 6975 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 227646447 11246788608 13568 33554432000 4194304 4196468 140730063164112 139986849946000 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8007] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8007/stat : 8007 (java) S 7946 7949 6975 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 227646448 11246788608 13568 33554432000 4194304 4196468 140730063164112 139986737277680 139987312245378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8008] ppid=7946 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8008/stat : 8008 (java) S 7946 7949 6975 0 -1 1077944384 13 13269 0 0 0 0 5 2 20 0 15 0 227646449 11246788608 13568 33554432000 4194304 4196468 140730063164112 139986137507488 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8009] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8009/stat : 8009 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646449 11246788608 13568 33554432000 4194304 4196468 140730063164112 139985936180464 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8010] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8010/stat : 8010 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646451 11246788608 13568 33554432000 4194304 4196468 140730063164112 139985628781008 139987312252827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8011] ppid=7946 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7949/task/8011/stat : 8011 (java) S 7946 7949 6975 0 -1 1077944384 495 13269 0 0 2 0 5 2 20 0 15 0 227646451 11246788608 13568 33554432000 4194304 4196468 140730063164112 139986736224496 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8012] ppid=7946 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7949/task/8012/stat : 8012 (java) S 7946 7949 6975 0 -1 1077944384 143 13269 0 0 1 0 5 2 20 0 15 0 227646451 11246788608 13568 33554432000 4194304 4196468 140730063164112 139986735171952 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8013] ppid=7946 vsize=10983192 memory=140360282003072 CPUtime=0.11 cores=0,2,4,6
/proc/7949/task/8013/stat : 8013 (java) S 7946 7949 6975 0 -1 1077944384 702 13269 0 0 4 0 5 2 20 0 15 0 227646451 11246788608 13568 33554432000 4194304 4196468 140730063164112 139986734118896 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8014] ppid=7946 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8014/stat : 8014 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646452 11246788608 13568 33554432000 4194304 4196468 140730063164112 139985197984096 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8015] ppid=7946 vsize=10983192 memory=140360282003072 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8015/stat : 8015 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646452 11246788608 13568 33554432000 4194304 4196468 140730063164112 139986733067312 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53216 KiB

[startup+0.700799 s]
/proc/loadavg: 1.67 1.43 1.34 4/219 8015
/proc/meminfo: memFree=17216992/32770624 swapFree=67108860/67108860
[pid=7949] ppid=7946 vsize=10983192 memory=87688 CPUtime=0.98 cores=0,2,4,6
/proc/7949/stat : 7949 (java) S 7946 7949 6975 0 -1 1077944320 17073 13269 0 0 87 4 5 2 20 0 15 0 227646437 11246788608 21922 33554432000 4194304 4196468 140730063164112 140730063146656 139987312234231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
/proc/7949/statm: 2745798 21922 3246 1 0 2708109 0
[pid=7949/tid=8002] ppid=7946 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/7949/task/8002/stat : 8002 (java) R 7946 7949 6975 0 -1 4202560 12257 13269 0 0 56 3 5 2 20 0 15 0 227646446 11246788608 21922 33554432000 4194304 4196468 140730063164112 139987284057232 139987293797783 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8003] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8003/stat : 8003 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646447 11246788608 21922 33554432000 4194304 4196468 140730063164112 139987316476432 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8004] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8004/stat : 8004 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646447 11246788608 21922 33554432000 4194304 4196468 140730063164112 139987212679824 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8005] ppid=7946 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8005/stat : 8005 (java) S 7946 7949 6975 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 227646447 11246788608 21922 33554432000 4194304 4196468 140730063164112 139986850998544 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8006] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8006/stat : 8006 (java) S 7946 7949 6975 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 227646447 11246788608 21922 33554432000 4194304 4196468 140730063164112 139986849946000 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8007] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8007/stat : 8007 (java) S 7946 7949 6975 0 -1 1077944384 5 13269 0 0 0 0 5 2 20 0 15 0 227646448 11246788608 21922 33554432000 4194304 4196468 140730063164112 139986737277680 139987312245378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8008] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8008/stat : 8008 (java) S 7946 7949 6975 0 -1 1077944384 13 13269 0 0 0 0 5 2 20 0 15 0 227646449 11246788608 21922 33554432000 4194304 4196468 140730063164112 139986137507488 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8009] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8009/stat : 8009 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646449 11246788608 21922 33554432000 4194304 4196468 140730063164112 139985936180464 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8010] ppid=7946 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8010/stat : 8010 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646451 11246788608 21922 33554432000 4194304 4196468 140730063164112 139985628781008 139987312252827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8011] ppid=7946 vsize=10983192 memory=140360135255024 CPUtime=0.15 cores=0,2,4,6
/proc/7949/task/8011/stat : 8011 (java) S 7946 7949 6975 0 -1 1077944384 873 13269 0 0 8 0 5 2 20 0 15 0 227646451 11246788608 21922 33554432000 4194304 4196468 140730063164112 139986736224496 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8012] ppid=7946 vsize=10983192 memory=140363826201189 CPUtime=0.16 cores=0,2,4,6
/proc/7949/task/8012/stat : 8012 (java) S 7946 7949 6975 0 -1 1077944384 806 13269 0 0 9 0 5 2 20 0 15 0 227646451 11246788608 21922 33554432000 4194304 4196468 140730063164112 139986735171952 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8013] ppid=7946 vsize=10983192 memory=14888 CPUtime=0.2 cores=0,2,4,6
/proc/7949/task/8013/stat : 8013 (java) S 7946 7949 6975 0 -1 1077944384 911 13269 0 0 13 0 5 2 20 0 15 0 227646451 11246788608 21922 33554432000 4194304 4196468 140730063164112 139986734118896 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8014] ppid=7946 vsize=10983192 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8014/stat : 8014 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646452 11246788608 21922 33554432000 4194304 4196468 140730063164112 139985197984096 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8015] ppid=7946 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8015/stat : 8015 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646452 11246788608 21922 33554432000 4194304 4196468 140730063164112 139986733067312 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87688 KiB

[startup+1.50081 s]
/proc/loadavg: 1.69 1.44 1.35 3/219 8015
/proc/meminfo: memFree=17169108/32770624 swapFree=67108860/67108860
[pid=7949] ppid=7946 vsize=10998092 memory=178296 CPUtime=2.28 cores=0,2,4,6
/proc/7949/stat : 7949 (java) S 7946 7949 6975 0 -1 1077944320 24249 13269 0 0 211 10 5 2 20 0 15 0 227646437 11262046208 44574 33554432000 4194304 4196468 140730063164112 140730063146656 139987312234231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
/proc/7949/statm: 2749523 44574 3467 1 0 2711181 0
[pid=7949/tid=8002] ppid=7946 vsize=10998092 memory=3303 CPUtime=1.42 cores=0,2,4,6
/proc/7949/task/8002/stat : 8002 (java) R 7946 7949 6975 0 -1 4202560 17813 13269 0 0 130 5 5 2 20 0 15 0 227646446 11262046208 44574 33554432000 4194304 4196468 140730063164112 139987284050944 139987297399784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8003] ppid=7946 vsize=10998092 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/7949/task/8003/stat : 8003 (java) S 7946 7949 6975 0 -1 1077944384 49 13269 0 0 1 0 5 2 20 0 15 0 227646447 11262046208 44574 33554432000 4194304 4196468 140730063164112 139987316476432 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8004] ppid=7946 vsize=10998092 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/7949/task/8004/stat : 8004 (java) S 7946 7949 6975 0 -1 1077944384 29 13269 0 0 1 0 5 2 20 0 15 0 227646447 11262046208 44574 33554432000 4194304 4196468 140730063164112 139987212679824 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8005] ppid=7946 vsize=10998092 memory=2536 CPUtime=0.08 cores=0,2,4,6
/proc/7949/task/8005/stat : 8005 (java) S 7946 7949 6975 0 -1 1077944384 36 13269 0 0 1 0 5 2 20 0 15 0 227646447 11262046208 44574 33554432000 4194304 4196468 140730063164112 139986850998544 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8006] ppid=7946 vsize=10998092 memory=87688 CPUtime=0.08 cores=0,2,4,6
/proc/7949/task/8006/stat : 8006 (java) S 7946 7949 6975 0 -1 1077944384 196 13269 0 0 1 0 5 2 20 0 15 0 227646447 11262046208 44574 33554432000 4194304 4196468 140730063164112 139986849946000 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8007] ppid=7946 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7949/task/8007/stat : 8007 (java) S 7946 7949 6975 0 -1 1077944384 49 13269 0 0 1 0 5 2 20 0 15 0 227646448 11262046208 44574 33554432000 4194304 4196468 140730063164112 139986737277680 139987312245378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8008] ppid=7946 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8008/stat : 8008 (java) S 7946 7949 6975 0 -1 1077944384 14 13269 0 0 0 0 5 2 20 0 15 0 227646449 11262046208 44574 33554432000 4194304 4196468 140730063164112 139986137507552 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8009] ppid=7946 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8009/stat : 8009 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646449 11262046208 44574 33554432000 4194304 4196468 140730063164112 139985936180480 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8010] ppid=7946 vsize=10998092 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8010/stat : 8010 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646451 11262046208 44574 33554432000 4194304 4196468 140730063164112 139985628781008 139987312252827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8011] ppid=7946 vsize=10998092 memory=6944656592455359580 CPUtime=0.25 cores=0,2,4,6
/proc/7949/task/8011/stat : 8011 (java) S 7946 7949 6975 0 -1 1077944384 1089 13269 0 0 18 0 5 2 20 0 15 0 227646451 11262046208 44574 33554432000 4194304 4196468 140730063164112 139986736224496 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8012] ppid=7946 vsize=10998092 memory=4206186544037388384 CPUtime=0.3 cores=0,2,4,6
/proc/7949/task/8012/stat : 8012 (java) S 7946 7949 6975 0 -1 1077944384 1282 13269 0 0 23 0 5 2 20 0 15 0 227646451 11262046208 44574 33554432000 4194304 4196468 140730063164112 139986735171952 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8013] ppid=7946 vsize=10998092 memory=9023629670928638048 CPUtime=0.39 cores=0,2,4,6
/proc/7949/task/8013/stat : 8013 (java) S 7946 7949 6975 0 -1 1077944384 1490 13269 0 0 31 1 5 2 20 0 15 0 227646451 11262046208 44574 33554432000 4194304 4196468 140730063164112 139986734118896 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8014] ppid=7946 vsize=10998092 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8014/stat : 8014 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646452 11262046208 44574 33554432000 4194304 4196468 140730063164112 139985197984096 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8015] ppid=7946 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8015/stat : 8015 (java) S 7946 7949 6975 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 227646452 11262046208 44574 33554432000 4194304 4196468 140730063164112 139986733067312 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

/proc/7949/task/8002/stat : 8002 (java) R 7946 7949 6975 0 -1 4202560 86146 13269 0 0 236521 35 5 2 20 0 15 0 227646446 11343855616 212496 33554432000 4194304 4196468 140730063164112 139987284069520 139986888467880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8003] ppid=7946 vsize=11077984 memory=849984 CPUtime=7.86 cores=0,2,4,6
/proc/7949/task/8003/stat : 8003 (java) S 7946 7949 6975 0 -1 1077944384 11984 13269 0 0 744 35 5 2 20 0 15 0 227646447 11343855616 212496 33554432000 4194304 4196468 140730063164112 139987316476432 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8004] ppid=7946 vsize=11077984 memory=849984 CPUtime=7.9 cores=0,2,4,6
/proc/7949/task/8004/stat : 8004 (java) S 7946 7949 6975 0 -1 1077944384 14401 13269 0 0 750 33 5 2 20 0 15 0 227646447 11343855616 212496 33554432000 4194304 4196468 140730063164112 139987212679824 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8005] ppid=7946 vsize=11077984 memory=55 CPUtime=7.87 cores=0,2,4,6
/proc/7949/task/8005/stat : 8005 (java) S 7946 7949 6975 0 -1 1077944384 12774 13269 0 0 747 33 5 2 20 0 15 0 227646447 11343855616 212496 33554432000 4194304 4196468 140730063164112 139986850998544 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8006] ppid=7946 vsize=11077984 memory=849984 CPUtime=7.88 cores=0,2,4,6
/proc/7949/task/8006/stat : 8006 (java) S 7946 7949 6975 0 -1 1077944384 12890 13269 0 0 747 34 5 2 20 0 15 0 227646447 11343855616 212496 33554432000 4194304 4196468 140730063164112 139986849946000 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8007] ppid=7946 vsize=11077984 memory=779 CPUtime=6.48 cores=0,2,4,6
/proc/7949/task/8007/stat : 8007 (java) S 7946 7949 6975 0 -1 1077944384 11110 13269 0 0 608 33 5 2 20 0 15 0 227646448 11343855616 212496 33554432000 4194304 4196468 140730063164112 139986737277680 139987312245378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8008] ppid=7946 vsize=11077984 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8008/stat : 8008 (java) S 7946 7949 6975 0 -1 1077944384 15 13269 0 0 0 0 5 2 20 0 15 0 227646449 11343855616 212496 33554432000 4194304 4196468 140730063164112 139986137507616 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8009] ppid=7946 vsize=11077984 memory=849984 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8009/stat : 8009 (java) S 7946 7949 6975 0 -1 1077944384 5 13269 0 0 0 0 5 2 20 0 15 0 227646449 11343855616 212496 33554432000 4194304 4196468 140730063164112 139985936180480 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8010] ppid=7946 vsize=11077984 memory=849984 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8010/stat : 8010 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646451 11343855616 212496 33554432000 4194304 4196468 140730063164112 139985628781008 139987312252827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8011] ppid=7946 vsize=11077984 memory=3032 CPUtime=3.86 cores=0,2,4,6
/proc/7949/task/8011/stat : 8011 (java) S 7946 7949 6975 0 -1 1077944384 28857 13269 0 0 376 3 5 2 20 0 15 0 227646451 11343855616 212496 33554432000 4194304 4196468 140730063164112 139986736224496 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8012] ppid=7946 vsize=11077984 memory=849984 CPUtime=4.32 cores=0,2,4,6
/proc/7949/task/8012/stat : 8012 (java) S 7946 7949 6975 0 -1 1077944384 30496 13269 0 0 421 4 5 2 20 0 15 0 227646451 11343855616 212496 33554432000 4194304 4196468 140730063164112 139986735171952 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8013] ppid=7946 vsize=11077984 memory=849984 CPUtime=1.84 cores=0,2,4,6
/proc/7949/task/8013/stat : 8013 (java) S 7946 7949 6975 0 -1 1077944384 32221 13269 0 0 173 4 5 2 20 0 15 0 227646451 11343855616 212496 33554432000 4194304 4196468 140730063164112 139986734118896 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8014] ppid=7946 vsize=11077984 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8014/stat : 8014 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646452 11343855616 212496 33554432000 4194304 4196468 140730063164112 139985197984096 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8015] ppid=7946 vsize=11077984 memory=14888 CPUtime=1.41 cores=0,2,4,6
/proc/7949/task/8015/stat : 8015 (java) S 7946 7949 6975 0 -1 1077944384 1485 13269 0 0 62 72 5 2 20 0 15 0 227646452 11343855616 212496 33554432000 4194304 4196468 140730063164112 139986733067312 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
Current children cumulated CPU time: 2414.52 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 849984 KiB

[startup+2442.3 s]
/proc/loadavg: 1.71 1.42 1.36 3/218 8092
/proc/meminfo: memFree=15993324/32770624 swapFree=67108860/67108860
[pid=7949] ppid=7946 vsize=11077984 memory=852032 CPUtime=2475.15 cores=0,2,4,6
/proc/7949/stat : 7949 (java) S 7946 7949 6975 0 -1 1077944320 246153 13269 0 0 247258 250 5 2 20 0 15 0 227646437 11343855616 213008 33554432000 4194304 4196468 140730063164112 140730063146656 139987312234231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
/proc/7949/statm: 2769496 213008 3526 1 0 2731149 0
[pid=7949/tid=8002] ppid=7946 vsize=11077984 memory=2444 CPUtime=2425.19 cores=0,2,4,6
/proc/7949/task/8002/stat : 8002 (java) R 7946 7949 6975 0 -1 4202560 87285 13269 0 0 242476 36 5 2 20 0 15 0 227646446 11343855616 213008 33554432000 4194304 4196468 140730063164112 139987284069168 139986897832485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8003] ppid=7946 vsize=11077984 memory=852032 CPUtime=8.07 cores=0,2,4,6
/proc/7949/task/8003/stat : 8003 (java) S 7946 7949 6975 0 -1 1077944384 12016 13269 0 0 765 35 5 2 20 0 15 0 227646447 11343855616 213008 33554432000 4194304 4196468 140730063164112 139987316476432 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8004] ppid=7946 vsize=11077984 memory=852032 CPUtime=8.12 cores=0,2,4,6
/proc/7949/task/8004/stat : 8004 (java) S 7946 7949 6975 0 -1 1077944384 14428 13269 0 0 771 34 5 2 20 0 15 0 227646447 11343855616 213008 33554432000 4194304 4196468 140730063164112 139987212679824 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8005] ppid=7946 vsize=11077984 memory=852032 CPUtime=8.1 cores=0,2,4,6
/proc/7949/task/8005/stat : 8005 (java) S 7946 7949 6975 0 -1 1077944384 12789 13269 0 0 769 34 5 2 20 0 15 0 227646447 11343855616 213008 33554432000 4194304 4196468 140730063164112 139986850998544 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8006] ppid=7946 vsize=11077984 memory=852032 CPUtime=8.1 cores=0,2,4,6
/proc/7949/task/8006/stat : 8006 (java) S 7946 7949 6975 0 -1 1077944384 12897 13269 0 0 768 35 5 2 20 0 15 0 227646447 11343855616 213008 33554432000 4194304 4196468 140730063164112 139986849946000 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8007] ppid=7946 vsize=11077984 memory=852032 CPUtime=6.64 cores=0,2,4,6
/proc/7949/task/8007/stat : 8007 (java) S 7946 7949 6975 0 -1 1077944384 11163 13269 0 0 624 33 5 2 20 0 15 0 227646448 11343855616 213008 33554432000 4194304 4196468 140730063164112 139986737277680 139987312245378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8008] ppid=7946 vsize=11077984 memory=852032 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8008/stat : 8008 (java) S 7946 7949 6975 0 -1 1077944384 15 13269 0 0 0 0 5 2 20 0 15 0 227646449 11343855616 213008 33554432000 4194304 4196468 140730063164112 139986137507616 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8009] ppid=7946 vsize=11077984 memory=852032 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8009/stat : 8009 (java) S 7946 7949 6975 0 -1 1077944384 5 13269 0 0 0 0 5 2 20 0 15 0 227646449 11343855616 213008 33554432000 4194304 4196468 140730063164112 139985936180480 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8010] ppid=7946 vsize=11077984 memory=852032 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8010/stat : 8010 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646451 11343855616 213008 33554432000 4194304 4196468 140730063164112 139985628781008 139987312252827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8011] ppid=7946 vsize=11077984 memory=852032 CPUtime=3.87 cores=0,2,4,6
/proc/7949/task/8011/stat : 8011 (java) S 7946 7949 6975 0 -1 1077944384 28859 13269 0 0 377 3 5 2 20 0 15 0 227646451 11343855616 213008 33554432000 4194304 4196468 140730063164112 139986736224496 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8012] ppid=7946 vsize=11077984 memory=852032 CPUtime=4.33 cores=0,2,4,6
/proc/7949/task/8012/stat : 8012 (java) S 7946 7949 6975 0 -1 1077944384 30770 13269 0 0 422 4 5 2 20 0 15 0 227646451 11343855616 213008 33554432000 4194304 4196468 140730063164112 139986735171952 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8013] ppid=7946 vsize=11077984 memory=852032 CPUtime=1.84 cores=0,2,4,6
/proc/7949/task/8013/stat : 8013 (java) S 7946 7949 6975 0 -1 1077944384 32223 13269 0 0 173 4 5 2 20 0 15 0 227646451 11343855616 213008 33554432000 4194304 4196468 140730063164112 139986734118896 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8014] ppid=7946 vsize=11077984 memory=852032 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8014/stat : 8014 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646452 11343855616 213008 33554432000 4194304 4196468 140730063164112 139985197984096 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8015] ppid=7946 vsize=11077984 memory=852032 CPUtime=1.44 cores=0,2,4,6
/proc/7949/task/8015/stat : 8015 (java) S 7946 7949 6975 0 -1 1077944384 1503 13269 0 0 64 73 5 2 20 0 15 0 227646452 11343855616 213008 33554432000 4194304 4196468 140730063164112 139986733067312 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
Current children cumulated CPU time: 2475.15 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 852032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.7 s]
/proc/loadavg: 1.82 1.46 1.38 5/218 8221
/proc/meminfo: memFree=16117528/32770624 swapFree=67108860/67108860
[pid=7949] ppid=7946 vsize=11077984 memory=854080 CPUtime=2520.02 cores=0,2,4,6
/proc/7949/stat : 7949 (java) S 7946 7949 6975 0 -1 1077944320 247451 13269 0 0 251739 256 5 2 20 0 15 0 227646437 11343855616 213520 33554432000 4194304 4196468 140730063164112 140730063146656 139987312234231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
/proc/7949/statm: 2769496 213520 3526 1 0 2731149 0
[pid=7949/tid=8002] ppid=7946 vsize=11077984 memory=854080 CPUtime=2469.23 cores=0,2,4,6
/proc/7949/task/8002/stat : 8002 (java) R 7946 7949 6975 0 -1 4202560 87782 13269 0 0 246878 38 5 2 20 0 15 0 227646446 11343855616 213520 33554432000 4194304 4196468 140730063164112 139987284069072 139986894407018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8003] ppid=7946 vsize=11077984 memory=852032 CPUtime=8.24 cores=0,2,4,6
/proc/7949/task/8003/stat : 8003 (java) S 7946 7949 6975 0 -1 1077944384 12084 13269 0 0 781 36 5 2 20 0 15 0 227646447 11343855616 213520 33554432000 4194304 4196468 140730063164112 139987316476432 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8004] ppid=7946 vsize=11077984 memory=854080 CPUtime=8.28 cores=0,2,4,6
/proc/7949/task/8004/stat : 8004 (java) S 7946 7949 6975 0 -1 1077944384 14770 13269 0 0 787 34 5 2 20 0 15 0 227646447 11343855616 213520 33554432000 4194304 4196468 140730063164112 139987212679824 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8005] ppid=7946 vsize=11077984 memory=854080 CPUtime=8.25 cores=0,2,4,6
/proc/7949/task/8005/stat : 8005 (java) S 7946 7949 6975 0 -1 1077944384 12934 13269 0 0 784 34 5 2 20 0 15 0 227646447 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986850998544 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8006] ppid=7946 vsize=11077984 memory=854080 CPUtime=8.26 cores=0,2,4,6
/proc/7949/task/8006/stat : 8006 (java) S 7946 7949 6975 0 -1 1077944384 12920 13269 0 0 784 35 5 2 20 0 15 0 227646447 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986849946000 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8007] ppid=7946 vsize=11077984 memory=854080 CPUtime=6.77 cores=0,2,4,6
/proc/7949/task/8007/stat : 8007 (java) S 7946 7949 6975 0 -1 1077944384 11362 13269 0 0 636 34 5 2 20 0 15 0 227646448 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986737277680 139987312245378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8008] ppid=7946 vsize=11077984 memory=852032 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8008/stat : 8008 (java) S 7946 7949 6975 0 -1 1077944384 15 13269 0 0 0 0 5 2 20 0 15 0 227646449 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986137507616 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8009] ppid=7946 vsize=11077984 memory=854080 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8009/stat : 8009 (java) S 7946 7949 6975 0 -1 1077944384 5 13269 0 0 0 0 5 2 20 0 15 0 227646449 11343855616 213520 33554432000 4194304 4196468 140730063164112 139985936180480 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8010] ppid=7946 vsize=11077984 memory=854080 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8010/stat : 8010 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646451 11343855616 213520 33554432000 4194304 4196468 140730063164112 139985628781008 139987312252827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8011] ppid=7946 vsize=11077984 memory=4280 CPUtime=3.87 cores=0,2,4,6
/proc/7949/task/8011/stat : 8011 (java) S 7946 7949 6975 0 -1 1077944384 28861 13269 0 0 377 3 5 2 20 0 15 0 227646451 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986736224496 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8012] ppid=7946 vsize=11077984 memory=4132 CPUtime=4.33 cores=0,2,4,6
/proc/7949/task/8012/stat : 8012 (java) S 7946 7949 6975 0 -1 1077944384 30772 13269 0 0 422 4 5 2 20 0 15 0 227646451 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986735171952 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8013] ppid=7946 vsize=11077984 memory=61948 CPUtime=1.84 cores=0,2,4,6
/proc/7949/task/8013/stat : 8013 (java) S 7946 7949 6975 0 -1 1077944384 32225 13269 0 0 173 4 5 2 20 0 15 0 227646451 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986734118896 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8014] ppid=7946 vsize=11077984 memory=854080 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8014/stat : 8014 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646452 11343855616 213520 33554432000 4194304 4196468 140730063164112 139985197984096 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8015] ppid=7946 vsize=11077984 memory=2444 CPUtime=1.47 cores=0,2,4,6
/proc/7949/task/8015/stat : 8015 (java) S 7946 7949 6975 0 -1 1077944384 1521 13269 0 0 65 75 5 2 20 0 15 0 227646452 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986733067312 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 854080 KiB

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

[startup+2486.73 s]
# the end of solver process 7949 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.46 s, system=2.60112 s

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

[startup+2486.7 s]
/proc/loadavg: 1.82 1.46 1.38 5/218 8221
/proc/meminfo: memFree=16117528/32770624 swapFree=67108860/67108860
[pid=7949] ppid=7946 vsize=11077984 memory=854080 CPUtime=2520.02 cores=0,2,4,6
/proc/7949/stat : 7949 (java) S 7946 7949 6975 0 -1 1077944320 247451 13269 0 0 251739 256 5 2 20 0 15 0 227646437 11343855616 213520 33554432000 4194304 4196468 140730063164112 140730063146656 139987312234231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
/proc/7949/statm: 2769496 213520 3526 1 0 2731149 0
[pid=7949/tid=8002] ppid=7946 vsize=11077984 memory=854080 CPUtime=2469.23 cores=0,2,4,6
/proc/7949/task/8002/stat : 8002 (java) R 7946 7949 6975 0 -1 4202560 87782 13269 0 0 246878 38 5 2 20 0 15 0 227646446 11343855616 213520 33554432000 4194304 4196468 140730063164112 139987284069072 139986894407018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8003] ppid=7946 vsize=11077984 memory=852032 CPUtime=8.24 cores=0,2,4,6
/proc/7949/task/8003/stat : 8003 (java) S 7946 7949 6975 0 -1 1077944384 12084 13269 0 0 781 36 5 2 20 0 15 0 227646447 11343855616 213520 33554432000 4194304 4196468 140730063164112 139987316476432 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8004] ppid=7946 vsize=11077984 memory=854080 CPUtime=8.28 cores=0,2,4,6
/proc/7949/task/8004/stat : 8004 (java) S 7946 7949 6975 0 -1 1077944384 14770 13269 0 0 787 34 5 2 20 0 15 0 227646447 11343855616 213520 33554432000 4194304 4196468 140730063164112 139987212679824 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8005] ppid=7946 vsize=11077984 memory=854080 CPUtime=8.25 cores=0,2,4,6
/proc/7949/task/8005/stat : 8005 (java) S 7946 7949 6975 0 -1 1077944384 12934 13269 0 0 784 34 5 2 20 0 15 0 227646447 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986850998544 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8006] ppid=7946 vsize=11077984 memory=854080 CPUtime=8.26 cores=0,2,4,6
/proc/7949/task/8006/stat : 8006 (java) S 7946 7949 6975 0 -1 1077944384 12920 13269 0 0 784 35 5 2 20 0 15 0 227646447 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986849946000 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8007] ppid=7946 vsize=11077984 memory=854080 CPUtime=6.77 cores=0,2,4,6
/proc/7949/task/8007/stat : 8007 (java) S 7946 7949 6975 0 -1 1077944384 11362 13269 0 0 636 34 5 2 20 0 15 0 227646448 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986737277680 139987312245378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8008] ppid=7946 vsize=11077984 memory=852032 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8008/stat : 8008 (java) S 7946 7949 6975 0 -1 1077944384 15 13269 0 0 0 0 5 2 20 0 15 0 227646449 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986137507616 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8009] ppid=7946 vsize=11077984 memory=854080 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8009/stat : 8009 (java) S 7946 7949 6975 0 -1 1077944384 5 13269 0 0 0 0 5 2 20 0 15 0 227646449 11343855616 213520 33554432000 4194304 4196468 140730063164112 139985936180480 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8010] ppid=7946 vsize=11077984 memory=854080 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8010/stat : 8010 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646451 11343855616 213520 33554432000 4194304 4196468 140730063164112 139985628781008 139987312252827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8011] ppid=7946 vsize=11077984 memory=4280 CPUtime=3.87 cores=0,2,4,6
/proc/7949/task/8011/stat : 8011 (java) S 7946 7949 6975 0 -1 1077944384 28861 13269 0 0 377 3 5 2 20 0 15 0 227646451 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986736224496 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8012] ppid=7946 vsize=11077984 memory=4132 CPUtime=4.33 cores=0,2,4,6
/proc/7949/task/8012/stat : 8012 (java) S 7946 7949 6975 0 -1 1077944384 30772 13269 0 0 422 4 5 2 20 0 15 0 227646451 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986735171952 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8013] ppid=7946 vsize=11077984 memory=61948 CPUtime=1.84 cores=0,2,4,6
/proc/7949/task/8013/stat : 8013 (java) S 7946 7949 6975 0 -1 1077944384 32225 13269 0 0 173 4 5 2 20 0 15 0 227646451 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986734118896 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8014] ppid=7946 vsize=11077984 memory=854080 CPUtime=0.07 cores=0,2,4,6
/proc/7949/task/8014/stat : 8014 (java) S 7946 7949 6975 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 227646452 11343855616 213520 33554432000 4194304 4196468 140730063164112 139985197984096 139987312244437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
[pid=7949/tid=8015] ppid=7946 vsize=11077984 memory=2444 CPUtime=1.47 cores=0,2,4,6
/proc/7949/task/8015/stat : 8015 (java) S 7946 7949 6975 0 -1 1077944384 1521 13269 0 0 65 75 5 2 20 0 15 0 227646452 11343855616 213520 33554432000 4194304 4196468 140730063164112 139986733067312 139987312245378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30588928 140730063166052 140730063168860 140730063168860 140730063171535 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 854080 KiB

Child status: 143
Real time (s): 2486.73
CPU time (s): 2520.07
CPU user time (s): 2517.46
CPU system time (s): 2.60112
CPU usage (%): 101.341
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 854080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.46
system time used= 2.60112
maximum resident set size= 856448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261824
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 198752
involuntary context switches= 7019


# summary of solver processes directly reported to runsolver:
#   pid: 7949
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.46
#   total CPU system time (s): 2.60112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1248 second user time and 23.5065 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-12 21:07:13
IDJOB=4304536
IDBENCH=141365
IDSOLVER=2781
FILE ID=node132/4304536-1534100833
RUNJOBID= node132-1534095874-7006
PBS_JOBID= 21036994
Free space on /tmp= 38172 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304536-1534100833/watcher-4304536-1534100833 -o /tmp/evaluation-result-4304536-1534100833/solver-4304536-1534100833 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7006 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=569507849 -superng HOME/instance-4304536-1534100833.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=569507849

node132.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.65
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.65
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.65
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.65
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:        17311208 kB
MemAvailable:   31440092 kB
Buffers:          240144 kB
Cached:         13999096 kB
SwapCached:            0 kB
Active:          7509564 kB
Inactive:        7248776 kB
Active(anon):     468932 kB
Inactive(anon):   102820 kB
Active(file):    7040632 kB
Inactive(file):  7145956 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26968 kB
Writeback:             0 kB
AnonPages:        522556 kB
Mapped:            67700 kB
Shmem:             49824 kB
Slab:             399016 kB
SReclaimable:     370756 kB
SUnreclaim:        28260 kB
KernelStack:        3616 kB
PageTables:         6472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1787772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38148 MiB
End job on node132 at 2018-08-12 21:48:40