Trace number 4302709

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)61 252.074 240.338

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.462
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.99/0.74	c Concrete v3.9.2.1532736233296 running
10.62/4.79	o 80
11.55/5.11	o 79
11.77/5.12	o 75
12.06/5.29	o 73
12.28/5.31	o 71
12.28/5.36	o 69
12.55/5.41	o 66
14.29/6.48	o 64
20.74/12.27	o 63
22.67/14.11	o 61
252.02/240.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.02/240.31		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.02/240.31		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.02/240.31		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.02/240.31		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.02/240.31		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.02/240.31		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.02/240.31		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.02/240.31		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.02/240.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/240.31		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/240.31		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/240.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/240.31		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/240.31		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/240.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/240.31		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.02/240.31		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.02/240.31		at scala.Option.map(Option.scala:146)
252.02/240.31		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.02/240.31		at concrete.MAC.mac(MAC.scala:203)
252.02/240.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/240.31		at scala.util.Try$.apply(Try.scala:209)
252.02/240.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/240.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/240.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/240.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/240.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/240.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/240.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/240.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/240.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/240.31		at concrete.MAC.oneRun(MAC.scala:253)
252.02/240.31		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/240.31		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/240.31		at concrete.Solver.hasNext(Solver.scala:166)
252.02/240.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/240.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/240.31		at concrete.Solver.foreach(Solver.scala:68)
252.02/240.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/240.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/240.31		at scala.util.Success.map(Try.scala:209)
252.02/240.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/240.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/240.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/240.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/240.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/240.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/240.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/240.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/240.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/240.31		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/240.31		at scala.App.main(App.scala:76)
252.02/240.31		at scala.App.main$(App.scala:74)
252.02/240.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/240.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/240.31	v <instantiation cost="61">
252.02/240.31	v       <list>
252.02/240.31	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]
252.02/240.31	v       </list>
252.02/240.31	v       <values>
252.02/240.31	v         0 1 7 19 23 33 48 50 53 61 1 7 19 23 33 48 50 53 61 6 18 22 32 47 49 52 60 12 16 26 41 43 46 54 4 14 29 31 34 42 10 25 27 30 38 15 17 20 28 2 5 13 3 11 8
252.02/240.31	v       </values>
252.02/240.31	v     </instantiation>
252.02/240.32	s SATISFIABLE

Verifier Data

OK	61

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302709-1532897303/watcher-4302709-1532897303 -o /tmp/evaluation-result-4302709-1532897303/solver-4302709-1532897303 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9921 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1458295213 -superng HOME/instance-4302709-1532897303.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=12892, runsolver pid=12889

[startup+0.101834 s]*
/proc/loadavg: 1.60 1.87 1.85 2/206 12949
/proc/meminfo: memFree=16320052/32770624 swapFree=67108860/67108860
[pid=12892] ppid=12889 vsize=10005480 memory=18864 CPUtime=0.09 cores=0,2,4,6
/proc/12892/stat : 12892 (java) S 12889 12892 8396 0 -1 1077944320 4382 13229 0 0 1 0 5 3 20 0 6 0 107293547 10245611520 4716 33554432000 4194304 4196468 140722972252272 140722972234816 140629095431927 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
/proc/12892/statm: 2501370 4716 1935 1 0 2489808 0
[pid=12892/tid=12945] ppid=12889 vsize=10005480 memory=4279135703980344719 CPUtime=0.09 cores=0,2,4,6
/proc/12892/task/12945/stat : 12945 (java) R 12889 12892 8396 0 -1 4202560 2193 13229 0 0 1 0 5 3 20 0 6 0 107293556 10245611520 4716 33554432000 4194304 4196468 140722972252272 140629067268688 140629095453853 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12946] ppid=12889 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12946/stat : 12946 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 6 0 107293557 10245611520 4781 33554432000 4194304 4196468 140722972252272 140629099674256 140629095442133 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12947] ppid=12889 vsize=10005480 memory=140314896836224 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12947/stat : 12947 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 6 0 107293557 10245611520 4781 33554432000 4194304 4196468 140722972252272 140628980939280 140629095442133 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12948] ppid=12889 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12948/stat : 12948 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 6 0 107293557 10245611520 4781 33554432000 4194304 4196468 140722972252272 140628979886480 140629095442133 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12949] ppid=12889 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12949/stat : 12949 (java) S 12889 12892 8396 0 -1 1077944384 2 13229 0 0 0 0 5 3 20 0 6 0 107293557 10245611520 4781 33554432000 4194304 4196468 140722972252272 140628978833680 140629095442133 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210269 s]*
/proc/loadavg: 1.60 1.87 1.85 3/215 12958
/proc/meminfo: memFree=16298176/32770624 swapFree=67108860/67108860
[pid=12892] ppid=12889 vsize=10982744 memory=44744 CPUtime=0.26 cores=0,2,4,6
/proc/12892/stat : 12892 (java) S 12889 12892 8396 0 -1 1077944320 7858 13229 0 0 17 1 5 3 20 0 15 0 107293547 11246329856 11120 33554432000 4194304 4196468 140722972252272 140722972234816 140629095431927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
/proc/12892/statm: 2745686 11120 2947 1 0 2708109 0
[pid=12892/tid=12945] ppid=12889 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/12892/task/12945/stat : 12945 (java) R 12889 12892 8396 0 -1 4202560 4480 13229 0 0 10 1 5 3 20 0 15 0 107293556 11246329856 11186 33554432000 4194304 4196468 140722972252272 140629067255568 140629095453853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12946] ppid=12889 vsize=10982744 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12946/stat : 12946 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293557 11246329856 11186 33554432000 4194304 4196468 140722972252272 140629099674256 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12947] ppid=12889 vsize=10982744 memory=140314896836224 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12947/stat : 12947 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293557 11246329856 11186 33554432000 4194304 4196468 140722972252272 140628980939280 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12948] ppid=12889 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12948/stat : 12948 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293557 11246329856 11186 33554432000 4194304 4196468 140722972252272 140628979886480 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12949] ppid=12889 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12949/stat : 12949 (java) S 12889 12892 8396 0 -1 1077944384 2 13229 0 0 0 0 5 3 20 0 15 0 107293557 11246329856 11186 33554432000 4194304 4196468 140722972252272 140628978833680 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12950] ppid=12889 vsize=10982744 memory=140314896836224 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12950/stat : 12950 (java) S 12889 12892 8396 0 -1 1077944384 2 13229 0 0 0 0 5 3 20 0 15 0 107293559 11246329856 11186 33554432000 4194304 4196468 140722972252272 140628588546928 140629095443074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12951] ppid=12889 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12951/stat : 12951 (java) S 12889 12892 8396 0 -1 1077944384 13 13229 0 0 0 0 5 3 20 0 15 0 107293559 11246329856 11186 33554432000 4194304 4196468 140722972252272 140627899573792 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12952] ppid=12889 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12952/stat : 12952 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293559 11246329856 11186 33554432000 4194304 4196468 140722972252272 140627698247024 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12953] ppid=12889 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12953/stat : 12953 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11246329856 11186 33554432000 4194304 4196468 140722972252272 140627390847312 140629095450523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12954] ppid=12889 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12892/task/12954/stat : 12954 (java) S 12889 12892 8396 0 -1 1077944384 362 13229 0 0 1 0 5 3 20 0 15 0 107293562 11246329856 11186 33554432000 4194304 4196468 140722972252272 140628587493744 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12955] ppid=12889 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12955/stat : 12955 (java) S 12889 12892 8396 0 -1 1077944384 246 13229 0 0 0 0 5 3 20 0 15 0 107293562 11246329856 11186 33554432000 4194304 4196468 140722972252272 140628586440944 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12956] ppid=12889 vsize=10982744 memory=140314896836224 CPUtime=0.11 cores=0,2,4,6
/proc/12892/task/12956/stat : 12956 (java) R 12889 12892 8396 0 -1 4202560 615 13229 0 0 3 0 5 3 20 0 15 0 107293562 11246329856 11186 33554432000 4194304 4196468 140722972252272 140628585388144 140629074363719 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12957] ppid=12889 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12957/stat : 12957 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11246329856 11186 33554432000 4194304 4196468 140722972252272 140626960050400 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12958] ppid=12889 vsize=10982744 memory=140314896836224 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12958/stat : 12958 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293562 11246329856 11186 33554432000 4194304 4196468 140722972252272 140628584336560 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44744 KiB

[startup+0.310394 s]*
/proc/loadavg: 1.60 1.87 1.85 3/215 12958
/proc/meminfo: memFree=16286504/32770624 swapFree=67108860/67108860
[pid=12892] ppid=12889 vsize=10983192 memory=55448 CPUtime=0.38 cores=0,2,4,6
/proc/12892/stat : 12892 (java) S 12889 12892 8396 0 -1 1077944320 10417 13229 0 0 28 2 5 3 20 0 15 0 107293547 11246788608 13862 33554432000 4194304 4196468 140722972252272 140722972234816 140629095431927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
/proc/12892/statm: 2745798 13862 3066 1 0 2708109 0
[pid=12892/tid=12945] ppid=12889 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/12892/task/12945/stat : 12945 (java) R 12889 12892 8396 0 -1 4202560 6974 13229 0 0 19 2 5 3 20 0 15 0 107293556 11246788608 13862 33554432000 4194304 4196468 140722972252272 140629067243936 140629079512414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12946] ppid=12889 vsize=10983192 memory=5937803012634333265 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12946/stat : 12946 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293557 11246788608 13862 33554432000 4194304 4196468 140722972252272 140629099674256 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12947] ppid=12889 vsize=10983192 memory=2072 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12947/stat : 12947 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293557 11246788608 13862 33554432000 4194304 4196468 140722972252272 140628980939280 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12948] ppid=12889 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12948/stat : 12948 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293557 11246788608 13862 33554432000 4194304 4196468 140722972252272 140628979886480 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12949] ppid=12889 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12949/stat : 12949 (java) S 12889 12892 8396 0 -1 1077944384 2 13229 0 0 0 0 5 3 20 0 15 0 107293557 11246788608 13862 33554432000 4194304 4196468 140722972252272 140628978833680 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12950] ppid=12889 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12950/stat : 12950 (java) S 12889 12892 8396 0 -1 1077944384 2 13229 0 0 0 0 5 3 20 0 15 0 107293559 11246788608 13862 33554432000 4194304 4196468 140722972252272 140628588546928 140629095443074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12951] ppid=12889 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12951/stat : 12951 (java) S 12889 12892 8396 0 -1 1077944384 13 13229 0 0 0 0 5 3 20 0 15 0 107293559 11246788608 13862 33554432000 4194304 4196468 140722972252272 140627899573792 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12952] ppid=12889 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12952/stat : 12952 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293559 11246788608 13862 33554432000 4194304 4196468 140722972252272 140627698247024 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12953] ppid=12889 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12953/stat : 12953 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11246788608 13862 33554432000 4194304 4196468 140722972252272 140627390847312 140629095450523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12954] ppid=12889 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/12892/task/12954/stat : 12954 (java) S 12889 12892 8396 0 -1 1077944384 362 13229 0 0 2 0 5 3 20 0 15 0 107293562 11246788608 13862 33554432000 4194304 4196468 140722972252272 140628587493744 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12955] ppid=12889 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12892/task/12955/stat : 12955 (java) S 12889 12892 8396 0 -1 1077944384 249 13229 0 0 1 0 5 3 20 0 15 0 107293562 11246788608 13862 33554432000 4194304 4196468 140722972252272 140628586440944 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12956] ppid=12889 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12892/task/12956/stat : 12956 (java) S 12889 12892 8396 0 -1 1077944384 621 13229 0 0 4 0 5 3 20 0 15 0 107293562 11246788608 13862 33554432000 4194304 4196468 140722972252272 140628585388144 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12957] ppid=12889 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12957/stat : 12957 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11246788608 13862 33554432000 4194304 4196468 140722972252272 140626960050400 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12958] ppid=12889 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12958/stat : 12958 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293562 11246788608 13862 33554432000 4194304 4196468 140722972252272 140628584336560 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55448 KiB

[startup+0.700791 s]
/proc/loadavg: 1.60 1.87 1.85 3/215 12958
/proc/meminfo: memFree=16275216/32770624 swapFree=67108860/67108860
[pid=12892] ppid=12889 vsize=10983192 memory=88676 CPUtime=0.99 cores=0,2,4,6
/proc/12892/stat : 12892 (java) S 12889 12892 8396 0 -1 1077944320 16764 13229 0 0 87 4 5 3 20 0 15 0 107293547 11246788608 22169 33554432000 4194304 4196468 140722972252272 140722972234816 140629095431927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
/proc/12892/statm: 2745798 22169 3247 1 0 2708109 0
[pid=12892/tid=12945] ppid=12889 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/12892/task/12945/stat : 12945 (java) R 12889 12892 8396 0 -1 4202560 12134 13229 0 0 56 3 5 3 20 0 15 0 107293556 11246788608 22169 33554432000 4194304 4196468 140722972252272 140629067252752 140629078618765 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12946] ppid=12889 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12946/stat : 12946 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293557 11246788608 22169 33554432000 4194304 4196468 140722972252272 140629099674256 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12947] ppid=12889 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12947/stat : 12947 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293557 11246788608 22169 33554432000 4194304 4196468 140722972252272 140628980939280 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12948] ppid=12889 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12948/stat : 12948 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293557 11246788608 22169 33554432000 4194304 4196468 140722972252272 140628979886480 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12949] ppid=12889 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12949/stat : 12949 (java) S 12889 12892 8396 0 -1 1077944384 2 13229 0 0 0 0 5 3 20 0 15 0 107293557 11246788608 22169 33554432000 4194304 4196468 140722972252272 140628978833680 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12950] ppid=12889 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12950/stat : 12950 (java) S 12889 12892 8396 0 -1 1077944384 5 13229 0 0 0 0 5 3 20 0 15 0 107293559 11246788608 22169 33554432000 4194304 4196468 140722972252272 140628588546928 140629095443074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12951] ppid=12889 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12951/stat : 12951 (java) S 12889 12892 8396 0 -1 1077944384 13 13229 0 0 0 0 5 3 20 0 15 0 107293559 11246788608 22169 33554432000 4194304 4196468 140722972252272 140627899573792 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12952] ppid=12889 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12952/stat : 12952 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293559 11246788608 22169 33554432000 4194304 4196468 140722972252272 140627698247024 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12953] ppid=12889 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12953/stat : 12953 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11246788608 22169 33554432000 4194304 4196468 140722972252272 140627390847312 140629095450523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12954] ppid=12889 vsize=10983192 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/12892/task/12954/stat : 12954 (java) S 12889 12892 8396 0 -1 1077944384 1033 13229 0 0 10 0 5 3 20 0 15 0 107293562 11246788608 22169 33554432000 4194304 4196468 140722972252272 140628587493744 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12955] ppid=12889 vsize=10983192 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/12892/task/12955/stat : 12955 (java) S 12889 12892 8396 0 -1 1077944384 664 13229 0 0 6 0 5 3 20 0 15 0 107293562 11246788608 22169 33554432000 4194304 4196468 140722972252272 140628586440944 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12956] ppid=12889 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/12892/task/12956/stat : 12956 (java) S 12889 12892 8396 0 -1 1077944384 711 13229 0 0 13 0 5 3 20 0 15 0 107293562 11246788608 22169 33554432000 4194304 4196468 140722972252272 140628585388144 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12957] ppid=12889 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12957/stat : 12957 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11246788608 22169 33554432000 4194304 4196468 140722972252272 140626960050400 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12958] ppid=12889 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12958/stat : 12958 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293562 11246788608 22169 33554432000 4194304 4196468 140722972252272 140628584336560 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88676 KiB

[startup+1.50079 s]
/proc/loadavg: 1.60 1.87 1.85 5/215 12958
/proc/meminfo: memFree=16229256/32770624 swapFree=67108860/67108860
[pid=12892] ppid=12889 vsize=11000140 memory=180404 CPUtime=2.28 cores=0,2,4,6
/proc/12892/stat : 12892 (java) S 12889 12892 8396 0 -1 1077944320 24202 13229 0 0 210 10 5 3 20 0 15 0 107293547 11264143360 45101 33554432000 4194304 4196468 140722972252272 140722972234816 140629095431927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
/proc/12892/statm: 2750035 45101 3468 1 0 2711693 0
[pid=12892/tid=12945] ppid=12889 vsize=11000140 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/12892/task/12945/stat : 12945 (java) R 12889 12892 8396 0 -1 4202560 17936 13229 0 0 130 5 5 3 20 0 15 0 107293556 11264143360 45101 33554432000 4194304 4196468 140722972252272 140629067263440 140629095443862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12946] ppid=12889 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12946/stat : 12946 (java) S 12889 12892 8396 0 -1 1077944384 61 13229 0 0 0 0 5 3 20 0 15 0 107293557 11264143360 45101 33554432000 4194304 4196468 140722972252272 140629099674256 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12947] ppid=12889 vsize=11000140 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12892/task/12947/stat : 12947 (java) S 12889 12892 8396 0 -1 1077944384 11 13229 0 0 1 0 5 3 20 0 15 0 107293557 11264143360 45101 33554432000 4194304 4196468 140722972252272 140628980939280 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12948] ppid=12889 vsize=11000140 memory=4051323354130624818 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12948/stat : 12948 (java) S 12889 12892 8396 0 -1 1077944384 202 13229 0 0 0 0 5 3 20 0 15 0 107293557 11264143360 45101 33554432000 4194304 4196468 140722972252272 140628979886480 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12949] ppid=12889 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12949/stat : 12949 (java) S 12889 12892 8396 0 -1 1077944384 46 13229 0 0 0 0 5 3 20 0 15 0 107293557 11264143360 45101 33554432000 4194304 4196468 140722972252272 140628978833680 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12950] ppid=12889 vsize=11000140 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/12892/task/12950/stat : 12950 (java) S 12889 12892 8396 0 -1 1077944384 51 13229 0 0 1 0 5 3 20 0 15 0 107293559 11264143360 45101 33554432000 4194304 4196468 140722972252272 140628588546928 140629095443074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12951] ppid=12889 vsize=11000140 memory=280629539318016 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12951/stat : 12951 (java) S 12889 12892 8396 0 -1 1077944384 13 13229 0 0 0 0 5 3 20 0 15 0 107293559 11264143360 45101 33554432000 4194304 4196468 140722972252272 140627899573856 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12952] ppid=12889 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12952/stat : 12952 (java) S 12889 12892 8396 0 -1 1077944384 2 13229 0 0 0 0 5 3 20 0 15 0 107293559 11264143360 45101 33554432000 4194304 4196468 140722972252272 140627698247040 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12953] ppid=12889 vsize=11000140 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12953/stat : 12953 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11264143360 45101 33554432000 4194304 4196468 140722972252272 140627390847312 140629095450523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12954] ppid=12889 vsize=11000140 memory=5788 CPUtime=0.27 cores=0,2,4,6
/proc/12892/task/12954/stat : 12954 (java) R 12889 12892 8396 0 -1 1077944384 1180 13229 0 0 19 0 5 3 20 0 15 0 107293562 11264143360 45101 33554432000 4194304 4196468 140722972252272 140628587493744 140629095443074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12955] ppid=12889 vsize=11000140 memory=4616 CPUtime=0.3 cores=0,2,4,6
/proc/12892/task/12955/stat : 12955 (java) S 12889 12892 8396 0 -1 1077944384 1216 13229 0 0 22 0 5 3 20 0 15 0 107293562 11264143360 45101 33554432000 4194304 4196468 140722972252272 140628586440944 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12956] ppid=12889 vsize=11000140 memory=12032 CPUtime=0.39 cores=0,2,4,6
/proc/12892/task/12956/stat : 12956 (java) R 12889 12892 8396 0 -1 4202560 1286 13229 0 0 31 0 5 3 20 0 15 0 107293562 11264143360 45101 33554432000 4194304 4196468 140722972252272 140628585388144 140629074865157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12957] ppid=12889 vsize=11000140 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12957/stat : 12957 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11264143360 45101 33554432000 4194304 4196468 140722972252272 140626960050400 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12958] ppid=12889 vsize=11000140 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12958/stat : 12958 (java) S 12889 12892 8396 0 -1 1077944384 1 13229 0 0 0 0 5 3 20 0 15 0 107293562 11264143360 45101 33554432000 4194304 4196468 140722972252272 140628584336560 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 11000140 KiB

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

/proc/12892/task/12945/stat : 12945 (java) R 12889 12892 8396 0 -1 4202560 56442 13229 0 0 16122 25 5 3 20 0 15 0 107293556 11343855616 195148 33554432000 4194304 4196468 140722972252272 140629067266192 140628668850698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12946] ppid=12889 vsize=11077984 memory=780396 CPUtime=0.39 cores=0,2,4,6
/proc/12892/task/12946/stat : 12946 (java) S 12889 12892 8396 0 -1 1077944384 1910 13229 0 0 27 4 5 3 20 0 15 0 107293557 11343855616 195148 33554432000 4194304 4196468 140722972252272 140629099674256 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12947] ppid=12889 vsize=11077984 memory=1796 CPUtime=0.39 cores=0,2,4,6
/proc/12892/task/12947/stat : 12947 (java) S 12889 12892 8396 0 -1 1077944384 2969 13229 0 0 27 4 5 3 20 0 15 0 107293557 11343855616 195148 33554432000 4194304 4196468 140722972252272 140628980939280 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12948] ppid=12889 vsize=11077984 memory=780576 CPUtime=0.38 cores=0,2,4,6
/proc/12892/task/12948/stat : 12948 (java) S 12889 12892 8396 0 -1 1077944384 1914 13229 0 0 26 4 5 3 20 0 15 0 107293557 11343855616 195148 33554432000 4194304 4196468 140722972252272 140628979886480 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12949] ppid=12889 vsize=11077984 memory=928 CPUtime=0.39 cores=0,2,4,6
/proc/12892/task/12949/stat : 12949 (java) S 12889 12892 8396 0 -1 1077944384 2824 13229 0 0 26 5 5 3 20 0 15 0 107293557 11343855616 195148 33554432000 4194304 4196468 140722972252272 140628978833680 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12950] ppid=12889 vsize=11077984 memory=780576 CPUtime=0.34 cores=0,2,4,6
/proc/12892/task/12950/stat : 12950 (java) S 12889 12892 8396 0 -1 1077944384 3251 13229 0 0 24 2 5 3 20 0 15 0 107293559 11343855616 195148 33554432000 4194304 4196468 140722972252272 140628588546928 140629095443074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12951] ppid=12889 vsize=11077984 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12951/stat : 12951 (java) S 12889 12892 8396 0 -1 1077944384 14 13229 0 0 0 0 5 3 20 0 15 0 107293559 11343855616 195148 33554432000 4194304 4196468 140722972252272 140627899573920 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12952] ppid=12889 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12952/stat : 12952 (java) S 12889 12892 8396 0 -1 1077944384 7 13229 0 0 0 0 5 3 20 0 15 0 107293559 11343855616 195148 33554432000 4194304 4196468 140722972252272 140627698247040 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12953] ppid=12889 vsize=11077984 memory=2412 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12953/stat : 12953 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11343855616 195148 33554432000 4194304 4196468 140722972252272 140627390847312 140629095450523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12954] ppid=12889 vsize=11077984 memory=4140 CPUtime=4.12 cores=0,2,4,6
/proc/12892/task/12954/stat : 12954 (java) S 12889 12892 8396 0 -1 1077944384 23492 13229 0 0 400 4 5 3 20 0 15 0 107293562 11343855616 195148 33554432000 4194304 4196468 140722972252272 140628587493744 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12955] ppid=12889 vsize=11077984 memory=30444 CPUtime=4.37 cores=0,2,4,6
/proc/12892/task/12955/stat : 12955 (java) S 12889 12892 8396 0 -1 1077944384 23690 13229 0 0 427 2 5 3 20 0 15 0 107293562 11343855616 195148 33554432000 4194304 4196468 140722972252272 140628586440944 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12956] ppid=12889 vsize=11077984 memory=780592 CPUtime=1.83 cores=0,2,4,6
/proc/12892/task/12956/stat : 12956 (java) S 12889 12892 8396 0 -1 1077944384 14490 13229 0 0 172 3 5 3 20 0 15 0 107293562 11343855616 195148 33554432000 4194304 4196468 140722972252272 140628585388144 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12957] ppid=12889 vsize=11077984 memory=780592 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12957/stat : 12957 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11343855616 195148 33554432000 4194304 4196468 140722972252272 140626960050400 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12958] ppid=12889 vsize=11077984 memory=780576 CPUtime=0.16 cores=0,2,4,6
/proc/12892/task/12958/stat : 12958 (java) S 12889 12892 8396 0 -1 1077944384 769 13229 0 0 5 3 5 3 20 0 15 0 107293562 11343855616 195148 33554432000 4194304 4196468 140722972252272 140628584336560 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
Current children cumulated CPU time: 173.3 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 780592 KiB

[startup+222.301 s]
/proc/loadavg: 1.44 1.71 1.80 3/216 13224
/proc/meminfo: memFree=18820836/32770624 swapFree=67108860/67108860
[pid=12892] ppid=12889 vsize=11077984 memory=782996 CPUtime=233.85 cores=0,2,4,6
/proc/12892/stat : 12892 (java) S 12889 12892 8396 0 -1 1077944320 136533 13229 0 0 23313 64 5 3 20 0 15 0 107293547 11343855616 195749 33554432000 4194304 4196468 140722972252272 140722972234816 140629095431927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
/proc/12892/statm: 2769496 195749 3521 1 0 2731149 0
[pid=12892/tid=12945] ppid=12889 vsize=11077984 memory=782996 CPUtime=221.11 cores=0,2,4,6
/proc/12892/task/12945/stat : 12945 (java) R 12889 12892 8396 0 -1 4202560 56903 13229 0 0 22078 25 5 3 20 0 15 0 107293556 11343855616 195749 33554432000 4194304 4196468 140722972252272 140629067266832 140628666615498 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12946] ppid=12889 vsize=11077984 memory=782996 CPUtime=0.57 cores=0,2,4,6
/proc/12892/task/12946/stat : 12946 (java) S 12889 12892 8396 0 -1 1077944384 1937 13229 0 0 44 5 5 3 20 0 15 0 107293557 11343855616 195749 33554432000 4194304 4196468 140722972252272 140629099674256 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12947] ppid=12889 vsize=11077984 memory=782996 CPUtime=0.58 cores=0,2,4,6
/proc/12892/task/12947/stat : 12947 (java) S 12889 12892 8396 0 -1 1077944384 4100 13229 0 0 45 5 5 3 20 0 15 0 107293557 11343855616 195749 33554432000 4194304 4196468 140722972252272 140628980939280 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12948] ppid=12889 vsize=11077984 memory=42 CPUtime=0.58 cores=0,2,4,6
/proc/12892/task/12948/stat : 12948 (java) S 12889 12892 8396 0 -1 1077944384 2034 13229 0 0 44 6 5 3 20 0 15 0 107293557 11343855616 195749 33554432000 4194304 4196468 140722972252272 140628979886480 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12949] ppid=12889 vsize=11077984 memory=782996 CPUtime=0.58 cores=0,2,4,6
/proc/12892/task/12949/stat : 12949 (java) S 12889 12892 8396 0 -1 1077944384 2883 13229 0 0 44 6 5 3 20 0 15 0 107293557 11343855616 195749 33554432000 4194304 4196468 140722972252272 140628978833680 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12950] ppid=12889 vsize=11077984 memory=782996 CPUtime=0.52 cores=0,2,4,6
/proc/12892/task/12950/stat : 12950 (java) S 12889 12892 8396 0 -1 1077944384 3317 13229 0 0 41 3 5 3 20 0 15 0 107293559 11343855616 195749 33554432000 4194304 4196468 140722972252272 140628588546928 140629095443074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12951] ppid=12889 vsize=11077984 memory=782996 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12951/stat : 12951 (java) S 12889 12892 8396 0 -1 1077944384 14 13229 0 0 0 0 5 3 20 0 15 0 107293559 11343855616 195749 33554432000 4194304 4196468 140722972252272 140627899573920 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12952] ppid=12889 vsize=11077984 memory=782832 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12952/stat : 12952 (java) S 12889 12892 8396 0 -1 1077944384 7 13229 0 0 0 0 5 3 20 0 15 0 107293559 11343855616 195749 33554432000 4194304 4196468 140722972252272 140627698247040 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12953] ppid=12889 vsize=11077984 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12953/stat : 12953 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11343855616 195749 33554432000 4194304 4196468 140722972252272 140627390847312 140629095450523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12954] ppid=12889 vsize=11077984 memory=30444 CPUtime=4.12 cores=0,2,4,6
/proc/12892/task/12954/stat : 12954 (java) S 12889 12892 8396 0 -1 1077944384 23833 13229 0 0 400 4 5 3 20 0 15 0 107293562 11343855616 195749 33554432000 4194304 4196468 140722972252272 140628587493744 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12955] ppid=12889 vsize=11077984 memory=15872 CPUtime=4.37 cores=0,2,4,6
/proc/12892/task/12955/stat : 12955 (java) S 12889 12892 8396 0 -1 1077944384 23901 13229 0 0 427 2 5 3 20 0 15 0 107293562 11343855616 195749 33554432000 4194304 4196468 140722972252272 140628586440944 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12956] ppid=12889 vsize=11077984 memory=4012 CPUtime=1.83 cores=0,2,4,6
/proc/12892/task/12956/stat : 12956 (java) S 12889 12892 8396 0 -1 1077944384 14632 13229 0 0 172 3 5 3 20 0 15 0 107293562 11343855616 195749 33554432000 4194304 4196468 140722972252272 140628585388144 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12957] ppid=12889 vsize=11077984 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12957/stat : 12957 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11343855616 195749 33554432000 4194304 4196468 140722972252272 140626960050400 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12958] ppid=12889 vsize=11077984 memory=30444 CPUtime=0.19 cores=0,2,4,6
/proc/12892/task/12958/stat : 12958 (java) S 12889 12892 8396 0 -1 1077944384 775 13229 0 0 6 5 5 3 20 0 15 0 107293562 11343855616 195749 33554432000 4194304 4196468 140722972252272 140628584336560 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
Current children cumulated CPU time: 233.85 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 782996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+240.301 s]
/proc/loadavg: 1.40 1.68 1.78 3/216 13224
/proc/meminfo: memFree=18819268/32770624 swapFree=67108860/67108860
[pid=12892] ppid=12889 vsize=11077984 memory=785252 CPUtime=252.02 cores=0,2,4,6
/proc/12892/stat : 12892 (java) S 12889 12892 8396 0 -1 1077944320 138901 13229 0 0 25128 66 5 3 20 0 15 0 107293547 11343855616 196313 33554432000 4194304 4196468 140722972252272 140722972234816 140629095431927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
/proc/12892/statm: 2769496 196313 3521 1 0 2731149 0
[pid=12892/tid=12945] ppid=12889 vsize=11077984 memory=782996 CPUtime=238.98 cores=0,2,4,6
/proc/12892/task/12945/stat : 12945 (java) R 12889 12892 8396 0 -1 4202560 57757 13229 0 0 23865 25 5 3 20 0 15 0 107293556 11343855616 196313 33554432000 4194304 4196468 140722972252272 140629067267168 140628662634518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12946] ppid=12889 vsize=11077984 memory=782996 CPUtime=0.63 cores=0,2,4,6
/proc/12892/task/12946/stat : 12946 (java) S 12889 12892 8396 0 -1 1077944384 2470 13229 0 0 50 5 5 3 20 0 15 0 107293557 11343855616 196313 33554432000 4194304 4196468 140722972252272 140629099674256 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12947] ppid=12889 vsize=11077984 memory=783204 CPUtime=0.63 cores=0,2,4,6
/proc/12892/task/12947/stat : 12947 (java) S 12889 12892 8396 0 -1 1077944384 4128 13229 0 0 50 5 5 3 20 0 15 0 107293557 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628980939280 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12948] ppid=12889 vsize=11077984 memory=783204 CPUtime=0.63 cores=0,2,4,6
/proc/12892/task/12948/stat : 12948 (java) S 12889 12892 8396 0 -1 1077944384 2048 13229 0 0 49 6 5 3 20 0 15 0 107293557 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628979886480 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12949] ppid=12889 vsize=11077984 memory=785252 CPUtime=0.63 cores=0,2,4,6
/proc/12892/task/12949/stat : 12949 (java) S 12889 12892 8396 0 -1 1077944384 2946 13229 0 0 49 6 5 3 20 0 15 0 107293557 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628978833680 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12950] ppid=12889 vsize=11077984 memory=783164 CPUtime=0.57 cores=0,2,4,6
/proc/12892/task/12950/stat : 12950 (java) S 12889 12892 8396 0 -1 1077944384 3597 13229 0 0 46 3 5 3 20 0 15 0 107293559 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628588546928 140629095443074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12951] ppid=12889 vsize=11077984 memory=783164 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12951/stat : 12951 (java) S 12889 12892 8396 0 -1 1077944384 14 13229 0 0 0 0 5 3 20 0 15 0 107293559 11343855616 196313 33554432000 4194304 4196468 140722972252272 140627899573920 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12952] ppid=12889 vsize=11077984 memory=783164 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12952/stat : 12952 (java) S 12889 12892 8396 0 -1 1077944384 7 13229 0 0 0 0 5 3 20 0 15 0 107293559 11343855616 196313 33554432000 4194304 4196468 140722972252272 140627698247040 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12953] ppid=12889 vsize=11077984 memory=783164 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12953/stat : 12953 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11343855616 196313 33554432000 4194304 4196468 140722972252272 140627390847312 140629095450523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12954] ppid=12889 vsize=11077984 memory=3617344568542979681 CPUtime=4.12 cores=0,2,4,6
/proc/12892/task/12954/stat : 12954 (java) S 12889 12892 8396 0 -1 1077944384 23897 13229 0 0 400 4 5 3 20 0 15 0 107293562 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628587493744 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12955] ppid=12889 vsize=11077984 memory=140314769621313 CPUtime=4.37 cores=0,2,4,6
/proc/12892/task/12955/stat : 12955 (java) S 12889 12892 8396 0 -1 1077944384 23902 13229 0 0 427 2 5 3 20 0 15 0 107293562 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628586440944 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12956] ppid=12889 vsize=11077984 memory=783164 CPUtime=1.84 cores=0,2,4,6
/proc/12892/task/12956/stat : 12956 (java) S 12889 12892 8396 0 -1 1077944384 15143 13229 0 0 173 3 5 3 20 0 15 0 107293562 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628585388144 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12957] ppid=12889 vsize=11077984 memory=783164 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12957/stat : 12957 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11343855616 196313 33554432000 4194304 4196468 140722972252272 140626960050400 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12958] ppid=12889 vsize=11077984 memory=782996 CPUtime=0.21 cores=0,2,4,6
/proc/12892/task/12958/stat : 12958 (java) S 12889 12892 8396 0 -1 1077944384 795 13229 0 0 7 6 5 3 20 0 15 0 107293562 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628584336560 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 785252 KiB

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

[startup+240.338 s]
# the end of solver process 12892 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.362 s, system=0.711218 s

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

[startup+240.301 s]
/proc/loadavg: 1.40 1.68 1.78 3/216 13224
/proc/meminfo: memFree=18819268/32770624 swapFree=67108860/67108860
[pid=12892] ppid=12889 vsize=11077984 memory=785252 CPUtime=252.02 cores=0,2,4,6
/proc/12892/stat : 12892 (java) S 12889 12892 8396 0 -1 1077944320 138901 13229 0 0 25128 66 5 3 20 0 15 0 107293547 11343855616 196313 33554432000 4194304 4196468 140722972252272 140722972234816 140629095431927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
/proc/12892/statm: 2769496 196313 3521 1 0 2731149 0
[pid=12892/tid=12945] ppid=12889 vsize=11077984 memory=782996 CPUtime=238.98 cores=0,2,4,6
/proc/12892/task/12945/stat : 12945 (java) R 12889 12892 8396 0 -1 4202560 57757 13229 0 0 23865 25 5 3 20 0 15 0 107293556 11343855616 196313 33554432000 4194304 4196468 140722972252272 140629067267168 140628662634518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12946] ppid=12889 vsize=11077984 memory=782996 CPUtime=0.63 cores=0,2,4,6
/proc/12892/task/12946/stat : 12946 (java) S 12889 12892 8396 0 -1 1077944384 2470 13229 0 0 50 5 5 3 20 0 15 0 107293557 11343855616 196313 33554432000 4194304 4196468 140722972252272 140629099674256 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12947] ppid=12889 vsize=11077984 memory=783204 CPUtime=0.63 cores=0,2,4,6
/proc/12892/task/12947/stat : 12947 (java) S 12889 12892 8396 0 -1 1077944384 4128 13229 0 0 50 5 5 3 20 0 15 0 107293557 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628980939280 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12948] ppid=12889 vsize=11077984 memory=783204 CPUtime=0.63 cores=0,2,4,6
/proc/12892/task/12948/stat : 12948 (java) S 12889 12892 8396 0 -1 1077944384 2048 13229 0 0 49 6 5 3 20 0 15 0 107293557 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628979886480 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12949] ppid=12889 vsize=11077984 memory=785252 CPUtime=0.63 cores=0,2,4,6
/proc/12892/task/12949/stat : 12949 (java) S 12889 12892 8396 0 -1 1077944384 2946 13229 0 0 49 6 5 3 20 0 15 0 107293557 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628978833680 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12950] ppid=12889 vsize=11077984 memory=783164 CPUtime=0.57 cores=0,2,4,6
/proc/12892/task/12950/stat : 12950 (java) S 12889 12892 8396 0 -1 1077944384 3597 13229 0 0 46 3 5 3 20 0 15 0 107293559 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628588546928 140629095443074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12951] ppid=12889 vsize=11077984 memory=783164 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12951/stat : 12951 (java) S 12889 12892 8396 0 -1 1077944384 14 13229 0 0 0 0 5 3 20 0 15 0 107293559 11343855616 196313 33554432000 4194304 4196468 140722972252272 140627899573920 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12952] ppid=12889 vsize=11077984 memory=783164 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12952/stat : 12952 (java) S 12889 12892 8396 0 -1 1077944384 7 13229 0 0 0 0 5 3 20 0 15 0 107293559 11343855616 196313 33554432000 4194304 4196468 140722972252272 140627698247040 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12953] ppid=12889 vsize=11077984 memory=783164 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12953/stat : 12953 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11343855616 196313 33554432000 4194304 4196468 140722972252272 140627390847312 140629095450523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12954] ppid=12889 vsize=11077984 memory=3617344568542979681 CPUtime=4.12 cores=0,2,4,6
/proc/12892/task/12954/stat : 12954 (java) S 12889 12892 8396 0 -1 1077944384 23897 13229 0 0 400 4 5 3 20 0 15 0 107293562 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628587493744 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12955] ppid=12889 vsize=11077984 memory=140314769621313 CPUtime=4.37 cores=0,2,4,6
/proc/12892/task/12955/stat : 12955 (java) S 12889 12892 8396 0 -1 1077944384 23902 13229 0 0 427 2 5 3 20 0 15 0 107293562 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628586440944 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12956] ppid=12889 vsize=11077984 memory=783164 CPUtime=1.84 cores=0,2,4,6
/proc/12892/task/12956/stat : 12956 (java) S 12889 12892 8396 0 -1 1077944384 15143 13229 0 0 173 3 5 3 20 0 15 0 107293562 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628585388144 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12957] ppid=12889 vsize=11077984 memory=783164 CPUtime=0.08 cores=0,2,4,6
/proc/12892/task/12957/stat : 12957 (java) S 12889 12892 8396 0 -1 1077944384 3 13229 0 0 0 0 5 3 20 0 15 0 107293562 11343855616 196313 33554432000 4194304 4196468 140722972252272 140626960050400 140629095442133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
[pid=12892/tid=12958] ppid=12889 vsize=11077984 memory=782996 CPUtime=0.21 cores=0,2,4,6
/proc/12892/task/12958/stat : 12958 (java) S 12889 12892 8396 0 -1 1077944384 795 13229 0 0 7 6 5 3 20 0 15 0 107293562 11343855616 196313 33554432000 4194304 4196468 140722972252272 140628584336560 140629095443074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33222656 140722972256872 140722972259681 140722972259681 140722972262351 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 785252 KiB

Child status: 143
Real time (s): 240.338
CPU time (s): 252.074
CPU user time (s): 251.362
CPU system time (s): 0.711218
CPU usage (%): 104.883
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 804716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.362
system time used= 0.711218
maximum resident set size= 805236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155668
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22472
involuntary context switches= 750


# summary of solver processes directly reported to runsolver:
#   pid: 12892
#   total CPU time (s): 252.074
#   total CPU user time (s): 251.362
#   total CPU system time (s): 0.711218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.5271 second user time and 2.26082 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 22:48:23
IDJOB=4302709
IDBENCH=141365
IDSOLVER=2777
FILE ID=node103/4302709-1532897303
RUNJOBID= node103-1532895438-9921
PBS_JOBID= 21022525
Free space on /tmp= 56760 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-4302709-1532897303/watcher-4302709-1532897303 -o /tmp/evaluation-result-4302709-1532897303/solver-4302709-1532897303 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9921 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1458295213 -superng HOME/instance-4302709-1532897303.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=1458295213

node103.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.48
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.48
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.48
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.48
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:        16327576 kB
MemAvailable:   27917548 kB
Buffers:          310820 kB
Cached:         11467400 kB
SwapCached:            0 kB
Active:          7881980 kB
Inactive:        7956772 kB
Active(anon):    4063680 kB
Inactive(anon):    25184 kB
Active(file):    3818300 kB
Inactive(file):  7931588 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26612 kB
Writeback:             0 kB
AnonPages:       4073384 kB
Mapped:            58288 kB
Shmem:             25228 kB
Slab:             296964 kB
SReclaimable:     268544 kB
SUnreclaim:        28420 kB
KernelStack:        3792 kB
PageTables:        13572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5269344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3821568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56736 MiB
End job on node103 at 2018-07-29 22:52:24