Trace number 4302408

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.2SAT (TO)1887 252.111 234.342

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had16_c18.xml
MD5SUMda18cc2837c7f6c978868c79c6384271
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1860
Best CPU time to get the best result obtained on this benchmark252.047
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints121
Number of domains2
Minimum domain size10
Maximum domain size16
Distribution of domain sizes[{"size":10,"count":120},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":16,"count":16}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":120},{"arity":16,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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.74	c Concrete v3.9.2.1532736233296 running
8.92/4.19	o 2066
9.22/4.22	o 2056
9.22/4.28	o 2054
9.22/4.29	o 2053
9.89/4.44	o 2046
9.89/4.45	o 2041
9.89/4.47	o 2029
9.89/4.49	o 2027
10.21/4.50	o 2025
10.21/4.54	o 2013
10.85/4.74	o 1998
13.20/5.51	o 1997
13.20/5.53	o 1977
13.20/5.54	o 1974
13.62/5.70	o 1970
13.62/5.80	o 1962
16.65/7.73	o 1956
16.65/7.73	o 1950
16.98/7.97	o 1944
24.62/14.58	o 1940
33.13/22.63	o 1936
34.13/23.51	o 1925
34.55/23.94	o 1923
41.74/30.31	o 1921
41.74/30.32	o 1913
63.25/50.98	o 1909
76.00/63.30	o 1908
83.38/70.55	o 1903
204.44/188.03	o 1902
204.44/188.03	o 1899
204.55/188.19	o 1898
204.55/188.19	o 1887
252.05/234.31	Exception in thread "main" java.util.concurrent.TimeoutException
252.05/234.31		at concrete.MAC.mac(MAC.scala:188)
252.05/234.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.05/234.31		at scala.util.Try$.apply(Try.scala:209)
252.05/234.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/234.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/234.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/234.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/234.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.05/234.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/234.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/234.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/234.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/234.31		at concrete.MAC.oneRun(MAC.scala:253)
252.05/234.31		at concrete.MAC.nextSolution(MAC.scala:272)
252.05/234.31		at concrete.MAC.nextSolution(MAC.scala:355)
252.05/234.31		at concrete.Solver.hasNext(Solver.scala:166)
252.05/234.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.05/234.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.05/234.31		at concrete.Solver.foreach(Solver.scala:68)
252.05/234.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.05/234.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/234.31		at scala.util.Success.map(Try.scala:209)
252.05/234.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.05/234.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.05/234.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.05/234.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.05/234.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.05/234.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/234.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/234.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/234.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/234.31		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/234.31		at scala.App.main(App.scala:76)
252.05/234.31		at scala.App.main$(App.scala:74)
252.05/234.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.05/234.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/234.32	v <instantiation cost="1887">
252.05/234.32	v       <list>
252.05/234.32	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[11][12] d[11][13] d[11][14] d[11][15] d[12][13] d[12][14] d[12][15] d[13][14] d[13][15] d[14][15]
252.05/234.32	v       </list>
252.05/234.32	v       <values>
252.05/234.32	v         14 7 9 12 1 4 13 5 2 11 10 6 0 8 15 3 9 5 7 3 3 5 5 2 4 1 5 4 4 8 7 5 7 2 4 5 5 4 3 5 6 6 1 4 3 5 7 7 6 5 6 7 7 4 1 4 5 4 9 7 5 1 5 6 6 1 1 4 4 3 7 6 9 6 7 4 9 3 2 2 3 3 4 6 7 6 3 8 5 3 5 8 6 5 5 8 5 5 3 4 4 5 7 8 5 5 4 5 6 3 4 4 2 6 2 9 7 6 2 5 6 6 4 5 8 3 6 8 6 3 5 5 6 5 9 8
252.05/234.32	v       </values>
252.05/234.32	v     </instantiation>
252.05/234.32	s SATISFIABLE

Verifier Data

OK	1887

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302408-1532896261/watcher-4302408-1532896261 -o /tmp/evaluation-result-4302408-1532896261/solver-4302408-1532896261 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1578621366 HOME/instance-4302408-1532896261.xml 

running on 4 cores: 1,3,5,7

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
solver pid=18869, runsolver pid=18866
Current StackSize limit: 8192 KiB


[startup+0.100152 s]*
/proc/loadavg: 1.94 1.88 1.86 3/207 18926
/proc/meminfo: memFree=27207736/32770624 swapFree=67108436/67108860
[pid=18869] ppid=18866 vsize=10005480 memory=18864 CPUtime=0.09 cores=1,3,5,7
/proc/18869/stat : 18869 (java) S 18866 18869 9814 0 -1 1077944320 4375 12993 0 0 1 1 5 2 20 0 6 0 107189259 10245611520 4716 33554432000 4194304 4196468 140727363702944 140727363685488 140365154774775 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
/proc/18869/statm: 2501370 4716 1935 1 0 2489808 0
[pid=18869/tid=18922] ppid=18866 vsize=10005480 memory=4279135703980344719 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18922/stat : 18922 (java) R 18866 18869 9814 0 -1 4202560 2188 12993 0 0 0 0 5 2 20 0 6 0 107189268 10245611520 4716 33554432000 4194304 4196468 140727363702944 140365126611536 140365147011902 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18923] ppid=18866 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18923/stat : 18923 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 6 0 107189269 10245611520 4716 33554432000 4194304 4196468 140727363702944 140365159016976 140365154784981 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18924] ppid=18866 vsize=10005480 memory=140716711433856 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18924/stat : 18924 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 6 0 107189269 10245611520 4716 33554432000 4194304 4196468 140727363702944 140365040282256 140365154784981 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18925] ppid=18866 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18925/stat : 18925 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 6 0 107189269 10245611520 4716 33554432000 4194304 4196468 140727363702944 140365039229200 140365154784981 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18926] ppid=18866 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18926/stat : 18926 (java) S 18866 18869 9814 0 -1 1077944384 2 12993 0 0 0 0 5 2 20 0 6 0 107189269 10245611520 4716 33554432000 4194304 4196468 140727363702944 140365038176656 140365154784981 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210068 s]*
/proc/loadavg: 1.94 1.88 1.86 3/216 18935
/proc/meminfo: memFree=27183760/32770624 swapFree=67108436/67108860
[pid=18869] ppid=18866 vsize=10982744 memory=44752 CPUtime=0.25 cores=1,3,5,7
/proc/18869/stat : 18869 (java) S 18866 18869 9814 0 -1 1077944320 7922 12993 0 0 16 2 5 2 20 0 15 0 107189259 11246329856 11188 33554432000 4194304 4196468 140727363702944 140727363685488 140365154774775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
/proc/18869/statm: 2745686 11188 2954 1 0 2708109 0
[pid=18869/tid=18922] ppid=18866 vsize=10983736 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/18869/task/18922/stat : 18922 (java) R 18866 18869 9814 0 -1 4202560 4544 12993 0 0 10 1 5 2 20 0 15 0 107189268 11247345664 11254 33554432000 4194304 4196468 140727363702944 140365126599584 140365147454493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18923] ppid=18866 vsize=10983736 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18923/stat : 18923 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189269 11247345664 11320 33554432000 4194304 4196468 140727363702944 140365159016976 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18924] ppid=18866 vsize=10983736 memory=140716711452725 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18924/stat : 18924 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189269 11247345664 11320 33554432000 4194304 4196468 140727363702944 140365040282256 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18925] ppid=18866 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18925/stat : 18925 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189269 11247345664 11320 33554432000 4194304 4196468 140727363702944 140365039229200 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18926] ppid=18866 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18926/stat : 18926 (java) S 18866 18869 9814 0 -1 1077944384 2 12993 0 0 0 0 5 2 20 0 15 0 107189269 11247345664 11320 33554432000 4194304 4196468 140727363702944 140365038176656 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18927] ppid=18866 vsize=10983736 memory=140716711433856 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18927/stat : 18927 (java) S 18866 18869 9814 0 -1 1077944384 2 12993 0 0 0 0 5 2 20 0 15 0 107189270 11247345664 11320 33554432000 4194304 4196468 140727363702944 140364647873264 140365154785922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18928] ppid=18866 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18928/stat : 18928 (java) S 18866 18869 9814 0 -1 1077944384 13 12993 0 0 0 0 5 2 20 0 15 0 107189271 11247345664 11386 33554432000 4194304 4196468 140727363702944 140363960411808 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18929] ppid=18866 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18929/stat : 18929 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189271 11247345664 11386 33554432000 4194304 4196468 140727363702944 140363759084784 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18930] ppid=18866 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18930/stat : 18930 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11247345664 11386 33554432000 4194304 4196468 140727363702944 140363451685328 140365154793371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18931] ppid=18866 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18869/task/18931/stat : 18931 (java) S 18866 18869 9814 0 -1 1077944384 424 12993 0 0 1 0 5 2 20 0 15 0 107189274 11247345664 11386 33554432000 4194304 4196468 140727363702944 140364646820080 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18932] ppid=18866 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18869/task/18932/stat : 18932 (java) S 18866 18869 9814 0 -1 1077944384 182 12993 0 0 1 0 5 2 20 0 15 0 107189274 11247345664 11386 33554432000 4194304 4196468 140727363702944 140364645767536 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18933] ppid=18866 vsize=10983736 memory=140716711433856 CPUtime=0.1 cores=1,3,5,7
/proc/18869/task/18933/stat : 18933 (java) S 18866 18869 9814 0 -1 1077944384 614 12993 0 0 3 0 5 2 20 0 15 0 107189274 11247345664 11452 33554432000 4194304 4196468 140727363702944 140364644714480 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18934] ppid=18866 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18934/stat : 18934 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11247345664 11452 33554432000 4194304 4196468 140727363702944 140363020888416 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18935] ppid=18866 vsize=10983736 memory=140716711433856 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18935/stat : 18935 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189274 11247345664 11452 33554432000 4194304 4196468 140727363702944 140364643662896 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44752 KiB

[startup+0.310464 s]*
/proc/loadavg: 1.94 1.88 1.86 3/216 18935
/proc/meminfo: memFree=27172472/32770624 swapFree=67108436/67108860
[pid=18869] ppid=18866 vsize=10983192 memory=55452 CPUtime=0.38 cores=1,3,5,7
/proc/18869/stat : 18869 (java) S 18866 18869 9814 0 -1 1077944320 10414 12993 0 0 28 3 5 2 20 0 15 0 107189259 11246788608 13863 33554432000 4194304 4196468 140727363702944 140727363685488 140365154774775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
/proc/18869/statm: 2745798 13863 3073 1 0 2708109 0
[pid=18869/tid=18922] ppid=18866 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/18869/task/18922/stat : 18922 (java) R 18866 18869 9814 0 -1 4202560 6973 12993 0 0 19 2 5 2 20 0 15 0 107189268 11246788608 13863 33554432000 4194304 4196468 140727363702944 140365126586784 140365154796701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18923] ppid=18866 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18923/stat : 18923 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189269 11246788608 13863 33554432000 4194304 4196468 140727363702944 140365159016976 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18924] ppid=18866 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18924/stat : 18924 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189269 11246788608 13863 33554432000 4194304 4196468 140727363702944 140365040282256 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18925] ppid=18866 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18925/stat : 18925 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189269 11246788608 13863 33554432000 4194304 4196468 140727363702944 140365039229200 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18926] ppid=18866 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18926/stat : 18926 (java) S 18866 18869 9814 0 -1 1077944384 2 12993 0 0 0 0 5 2 20 0 15 0 107189269 11246788608 13863 33554432000 4194304 4196468 140727363702944 140365038176656 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18927] ppid=18866 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18927/stat : 18927 (java) S 18866 18869 9814 0 -1 1077944384 2 12993 0 0 0 0 5 2 20 0 15 0 107189270 11246788608 13863 33554432000 4194304 4196468 140727363702944 140364647873264 140365154785922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18928] ppid=18866 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18928/stat : 18928 (java) S 18866 18869 9814 0 -1 1077944384 13 12993 0 0 0 0 5 2 20 0 15 0 107189271 11246788608 13863 33554432000 4194304 4196468 140727363702944 140363960411808 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18929] ppid=18866 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18929/stat : 18929 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189271 11246788608 13863 33554432000 4194304 4196468 140727363702944 140363759084784 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18930] ppid=18866 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18930/stat : 18930 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11246788608 13863 33554432000 4194304 4196468 140727363702944 140363451685328 140365154793371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18931] ppid=18866 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18869/task/18931/stat : 18931 (java) S 18866 18869 9814 0 -1 1077944384 426 12993 0 0 1 0 5 2 20 0 15 0 107189274 11246788608 13863 33554432000 4194304 4196468 140727363702944 140364646820080 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18932] ppid=18866 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18869/task/18932/stat : 18932 (java) S 18866 18869 9814 0 -1 1077944384 182 12993 0 0 1 0 5 2 20 0 15 0 107189274 11246788608 13863 33554432000 4194304 4196468 140727363702944 140364645767536 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18933] ppid=18866 vsize=10983192 memory=140716711433856 CPUtime=0.12 cores=1,3,5,7
/proc/18869/task/18933/stat : 18933 (java) S 18866 18869 9814 0 -1 1077944384 620 12993 0 0 5 0 5 2 20 0 15 0 107189274 11246788608 13863 33554432000 4194304 4196468 140727363702944 140364644714480 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18934] ppid=18866 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18934/stat : 18934 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11246788608 13863 33554432000 4194304 4196468 140727363702944 140363020888416 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18935] ppid=18866 vsize=10983192 memory=140716711433856 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18935/stat : 18935 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189274 11246788608 13863 33554432000 4194304 4196468 140727363702944 140364643662896 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55452 KiB

[startup+0.700707 s]
/proc/loadavg: 1.94 1.88 1.86 4/216 18935
/proc/meminfo: memFree=27160688/32770624 swapFree=67108436/67108860
[pid=18869] ppid=18866 vsize=10983192 memory=88720 CPUtime=0.98 cores=1,3,5,7
/proc/18869/stat : 18869 (java) S 18866 18869 9814 0 -1 1077944320 16767 12993 0 0 86 5 5 2 20 0 15 0 107189259 11246788608 22180 33554432000 4194304 4196468 140727363702944 140727363685488 140365154774775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
/proc/18869/statm: 2745798 22180 3247 1 0 2708109 0
[pid=18869/tid=18922] ppid=18866 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/18869/task/18922/stat : 18922 (java) R 18866 18869 9814 0 -1 4202560 12211 12993 0 0 55 4 5 2 20 0 15 0 107189268 11246788608 22180 33554432000 4194304 4196468 140727363702944 140365126595600 140365137961601 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18923] ppid=18866 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18923/stat : 18923 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189269 11246788608 22180 33554432000 4194304 4196468 140727363702944 140365159016976 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18924] ppid=18866 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18924/stat : 18924 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189269 11246788608 22180 33554432000 4194304 4196468 140727363702944 140365040282256 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18925] ppid=18866 vsize=10983192 memory=140716550533936 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18925/stat : 18925 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189269 11246788608 22180 33554432000 4194304 4196468 140727363702944 140365039229200 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18926] ppid=18866 vsize=10983192 memory=140720308486745 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18926/stat : 18926 (java) S 18866 18869 9814 0 -1 1077944384 2 12993 0 0 0 0 5 2 20 0 15 0 107189269 11246788608 22180 33554432000 4194304 4196468 140727363702944 140365038176656 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18927] ppid=18866 vsize=10983192 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18927/stat : 18927 (java) S 18866 18869 9814 0 -1 1077944384 5 12993 0 0 0 0 5 2 20 0 15 0 107189270 11246788608 22180 33554432000 4194304 4196468 140727363702944 140364647873264 140365154785922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18928] ppid=18866 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18928/stat : 18928 (java) S 18866 18869 9814 0 -1 1077944384 13 12993 0 0 0 0 5 2 20 0 15 0 107189271 11246788608 22180 33554432000 4194304 4196468 140727363702944 140363960411808 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18929] ppid=18866 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18929/stat : 18929 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189271 11246788608 22180 33554432000 4194304 4196468 140727363702944 140363759084784 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18930] ppid=18866 vsize=10983192 memory=17464 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18930/stat : 18930 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11246788608 22180 33554432000 4194304 4196468 140727363702944 140363451685328 140365154793371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18931] ppid=18866 vsize=10983192 memory=16148 CPUtime=0.18 cores=1,3,5,7
/proc/18869/task/18931/stat : 18931 (java) S 18866 18869 9814 0 -1 1077944384 1086 12993 0 0 11 0 5 2 20 0 15 0 107189274 11246788608 22180 33554432000 4194304 4196468 140727363702944 140364646820080 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18932] ppid=18866 vsize=10983192 memory=4004 CPUtime=0.13 cores=1,3,5,7
/proc/18869/task/18932/stat : 18932 (java) S 18866 18869 9814 0 -1 1077944384 537 12993 0 0 6 0 5 2 20 0 15 0 107189274 11246788608 22180 33554432000 4194304 4196468 140727363702944 140364645767536 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18933] ppid=18866 vsize=10983192 memory=636 CPUtime=0.2 cores=1,3,5,7
/proc/18869/task/18933/stat : 18933 (java) S 18866 18869 9814 0 -1 1077944384 710 12993 0 0 13 0 5 2 20 0 15 0 107189274 11246788608 22180 33554432000 4194304 4196468 140727363702944 140364644714480 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18934] ppid=18866 vsize=10983192 memory=1780 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18934/stat : 18934 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11246788608 22180 33554432000 4194304 4196468 140727363702944 140363020888416 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18935] ppid=18866 vsize=10983192 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18935/stat : 18935 (java) S 18866 18869 9814 0 -1 1077944384 1 12993 0 0 0 0 5 2 20 0 15 0 107189274 11246788608 22180 33554432000 4194304 4196468 140727363702944 140364643662896 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88720 KiB

[startup+1.50242 s]
/proc/loadavg: 1.94 1.88 1.86 5/216 18935
/proc/meminfo: memFree=27114480/32770624 swapFree=67108436/67108860
[pid=18869] ppid=18866 vsize=10998092 memory=179444 CPUtime=2.31 cores=1,3,5,7
/proc/18869/stat : 18869 (java) S 18866 18869 9814 0 -1 1077944320 23935 12993 0 0 213 11 5 2 20 0 15 0 107189259 11262046208 44861 33554432000 4194304 4196468 140727363702944 140727363685488 140365154774775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
/proc/18869/statm: 2749523 44861 3467 1 0 2711181 0
[pid=18869/tid=18922] ppid=18866 vsize=10998092 memory=65196 CPUtime=1.42 cores=1,3,5,7
/proc/18869/task/18922/stat : 18922 (java) R 18866 18869 9814 0 -1 4202560 17734 12993 0 0 128 7 5 2 20 0 15 0 107189268 11262046208 44861 33554432000 4194304 4196468 140727363702944 140365126606080 140365138855262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18923] ppid=18866 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/18869/task/18923/stat : 18923 (java) S 18866 18869 9814 0 -1 1077944384 58 12993 0 0 1 0 5 2 20 0 15 0 107189269 11262046208 44861 33554432000 4194304 4196468 140727363702944 140365159016976 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18924] ppid=18866 vsize=10998092 memory=281433101099168 CPUtime=0.08 cores=1,3,5,7
/proc/18869/task/18924/stat : 18924 (java) S 18866 18869 9814 0 -1 1077944384 28 12993 0 0 1 0 5 2 20 0 15 0 107189269 11262046208 44861 33554432000 4194304 4196468 140727363702944 140365040282256 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18925] ppid=18866 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18869/task/18925/stat : 18925 (java) S 18866 18869 9814 0 -1 1077944384 245 12993 0 0 1 0 5 2 20 0 15 0 107189269 11262046208 44861 33554432000 4194304 4196468 140727363702944 140365039229200 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18926] ppid=18866 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18926/stat : 18926 (java) S 18866 18869 9814 0 -1 1077944384 28 12993 0 0 0 0 5 2 20 0 15 0 107189269 11262046208 44861 33554432000 4194304 4196468 140727363702944 140365038176656 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18927] ppid=18866 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18869/task/18927/stat : 18927 (java) S 18866 18869 9814 0 -1 1077944384 53 12993 0 0 1 0 5 2 20 0 15 0 107189270 11262046208 44861 33554432000 4194304 4196468 140727363702944 140364647873264 140365154785922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18928] ppid=18866 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18928/stat : 18928 (java) S 18866 18869 9814 0 -1 1077944384 13 12993 0 0 0 0 5 2 20 0 15 0 107189271 11262046208 44861 33554432000 4194304 4196468 140727363702944 140363960411808 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18929] ppid=18866 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18929/stat : 18929 (java) S 18866 18869 9814 0 -1 1077944384 2 12993 0 0 0 0 5 2 20 0 15 0 107189271 11262046208 44861 33554432000 4194304 4196468 140727363702944 140363759084784 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18930] ppid=18866 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18930/stat : 18930 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11262046208 44861 33554432000 4194304 4196468 140727363702944 140363451685328 140365154793371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18931] ppid=18866 vsize=10998092 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/18869/task/18931/stat : 18931 (java) S 18866 18869 9814 0 -1 1077944384 1557 12993 0 0 26 0 5 2 20 0 15 0 107189274 11262046208 44861 33554432000 4194304 4196468 140727363702944 140364646820080 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18932] ppid=18866 vsize=10998092 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/18869/task/18932/stat : 18932 (java) S 18866 18869 9814 0 -1 1077944384 709 12993 0 0 16 0 5 2 20 0 15 0 107189274 11262046208 44861 33554432000 4194304 4196468 140727363702944 140364645767536 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18933] ppid=18866 vsize=10998092 memory=6791534058613427641 CPUtime=0.42 cores=1,3,5,7
/proc/18869/task/18933/stat : 18933 (java) S 18866 18869 9814 0 -1 1077944384 1308 12993 0 0 35 0 5 2 20 0 15 0 107189274 11262046208 44861 33554432000 4194304 4196468 140727363702944 140364644714480 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18934] ppid=18866 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18934/stat : 18934 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11262046208 44861 33554432000 4194304 4196468 140727363702944 140363020888416 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18935] ppid=18866 vsize=10998092 memory=281433101343616 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18935/stat : 18935 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11262046208 44861 33554432000 4194304 4196468 140727363702944 140364643662896 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10998092 KiB

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

/proc/18869/task/18922/stat : 18922 (java) R 18866 18869 9814 0 -1 4202560 55599 12993 0 0 16078 22 5 2 20 0 15 0 107189268 11345952768 204794 33554432000 4194304 4196468 140727363702944 140365126609344 140364728366335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18923] ppid=18866 vsize=11080032 memory=817056 CPUtime=0.55 cores=1,3,5,7
/proc/18869/task/18923/stat : 18923 (java) S 18866 18869 9814 0 -1 1077944384 2436 12993 0 0 44 4 5 2 20 0 15 0 107189269 11345952768 204794 33554432000 4194304 4196468 140727363702944 140365159016976 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18924] ppid=18866 vsize=11080032 memory=819176 CPUtime=0.57 cores=1,3,5,7
/proc/18869/task/18924/stat : 18924 (java) S 18866 18869 9814 0 -1 1077944384 1074 12993 0 0 46 4 5 2 20 0 15 0 107189269 11345952768 204794 33554432000 4194304 4196468 140727363702944 140365040282256 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18925] ppid=18866 vsize=11080032 memory=819176 CPUtime=0.56 cores=1,3,5,7
/proc/18869/task/18925/stat : 18925 (java) S 18866 18869 9814 0 -1 1077944384 3072 12993 0 0 45 4 5 2 20 0 15 0 107189269 11345952768 204794 33554432000 4194304 4196468 140727363702944 140365039229200 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18926] ppid=18866 vsize=11080032 memory=819176 CPUtime=0.57 cores=1,3,5,7
/proc/18869/task/18926/stat : 18926 (java) S 18866 18869 9814 0 -1 1077944384 2917 12993 0 0 44 6 5 2 20 0 15 0 107189269 11345952768 204794 33554432000 4194304 4196468 140727363702944 140365038176656 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18927] ppid=18866 vsize=11080032 memory=819176 CPUtime=0.54 cores=1,3,5,7
/proc/18869/task/18927/stat : 18927 (java) S 18866 18869 9814 0 -1 1077944384 2293 12993 0 0 44 3 5 2 20 0 15 0 107189270 11345952768 204794 33554432000 4194304 4196468 140727363702944 140364647873264 140365154785922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18928] ppid=18866 vsize=11080032 memory=819176 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18928/stat : 18928 (java) S 18866 18869 9814 0 -1 1077944384 14 12993 0 0 0 0 5 2 20 0 15 0 107189271 11345952768 204794 33554432000 4194304 4196468 140727363702944 140363960411936 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18929] ppid=18866 vsize=11080032 memory=819176 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18929/stat : 18929 (java) S 18866 18869 9814 0 -1 1077944384 7 12993 0 0 0 0 5 2 20 0 15 0 107189271 11345952768 204794 33554432000 4194304 4196468 140727363702944 140363759084800 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18930] ppid=18866 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18930/stat : 18930 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11345952768 204794 33554432000 4194304 4196468 140727363702944 140363451685328 140365154793371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18931] ppid=18866 vsize=11080032 memory=840 CPUtime=5.99 cores=1,3,5,7
/proc/18869/task/18931/stat : 18931 (java) S 18866 18869 9814 0 -1 1077944384 22955 12993 0 0 589 3 5 2 20 0 15 0 107189274 11345952768 204794 33554432000 4194304 4196468 140727363702944 140364646820080 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18932] ppid=18866 vsize=11080032 memory=819176 CPUtime=6.1 cores=1,3,5,7
/proc/18869/task/18932/stat : 18932 (java) S 18866 18869 9814 0 -1 1077944384 23298 12993 0 0 600 3 5 2 20 0 15 0 107189274 11345952768 204794 33554432000 4194304 4196468 140727363702944 140364645767536 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18933] ppid=18866 vsize=11080032 memory=15872 CPUtime=2.35 cores=1,3,5,7
/proc/18869/task/18933/stat : 18933 (java) S 18866 18869 9814 0 -1 1077944384 18539 12993 0 0 224 4 5 2 20 0 15 0 107189274 11345952768 204794 33554432000 4194304 4196468 140727363702944 140364644714480 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18934] ppid=18866 vsize=11080032 memory=819176 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18934/stat : 18934 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11345952768 204794 33554432000 4194304 4196468 140727363702944 140363020888416 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18935] ppid=18866 vsize=11080032 memory=819176 CPUtime=0.15 cores=1,3,5,7
/proc/18869/task/18935/stat : 18935 (java) S 18866 18869 9814 0 -1 1077944384 141 12993 0 0 4 4 5 2 20 0 15 0 107189274 11345952768 204794 33554432000 4194304 4196468 140727363702944 140364643662896 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
Current children cumulated CPU time: 177.93 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 819176 KiB

[startup+222.301 s]
/proc/loadavg: 1.35 1.67 1.79 4/216 19069
/proc/meminfo: memFree=26698716/32770624 swapFree=67108436/67108860
[pid=18869] ppid=18866 vsize=11080032 memory=819336 CPUtime=239.71 cores=1,3,5,7
/proc/18869/stat : 18869 (java) S 18866 18869 9814 0 -1 1077944320 144282 12993 0 0 23897 67 5 2 20 0 15 0 107189259 11345952768 204834 33554432000 4194304 4196468 140727363702944 140727363685488 140365154774775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
/proc/18869/statm: 2770008 204834 3527 1 0 2731661 0
[pid=18869/tid=18922] ppid=18866 vsize=11080032 memory=819336 CPUtime=220.42 cores=1,3,5,7
/proc/18869/task/18922/stat : 18922 (java) R 18866 18869 9814 0 -1 4202560 57196 12993 0 0 22012 23 5 2 20 0 15 0 107189268 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365126609264 140364729804796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18923] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.84 cores=1,3,5,7
/proc/18869/task/18923/stat : 18923 (java) S 18866 18869 9814 0 -1 1077944384 2980 12993 0 0 71 6 5 2 20 0 15 0 107189269 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365159016976 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18924] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.85 cores=1,3,5,7
/proc/18869/task/18924/stat : 18924 (java) S 18866 18869 9814 0 -1 1077944384 2284 12993 0 0 73 5 5 2 20 0 15 0 107189269 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365040282256 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18925] ppid=18866 vsize=11080032 memory=162590281995230 CPUtime=0.84 cores=1,3,5,7
/proc/18869/task/18925/stat : 18925 (java) S 18866 18869 9814 0 -1 1077944384 3111 12993 0 0 72 5 5 2 20 0 15 0 107189269 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365039229200 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18926] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.85 cores=1,3,5,7
/proc/18869/task/18926/stat : 18926 (java) S 18866 18869 9814 0 -1 1077944384 3013 12993 0 0 71 7 5 2 20 0 15 0 107189269 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365038176656 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18927] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.81 cores=1,3,5,7
/proc/18869/task/18927/stat : 18927 (java) S 18866 18869 9814 0 -1 1077944384 2633 12993 0 0 69 5 5 2 20 0 15 0 107189270 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364647873264 140365154785922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18928] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18928/stat : 18928 (java) S 18866 18869 9814 0 -1 1077944384 14 12993 0 0 0 0 5 2 20 0 15 0 107189271 11345952768 204834 33554432000 4194304 4196468 140727363702944 140363960411936 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18929] ppid=18866 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18929/stat : 18929 (java) S 18866 18869 9814 0 -1 1077944384 7 12993 0 0 0 0 5 2 20 0 15 0 107189271 11345952768 204834 33554432000 4194304 4196468 140727363702944 140363759084800 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18930] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18930/stat : 18930 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140363451685328 140365154793371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18931] ppid=18866 vsize=11080032 memory=819336 CPUtime=6.41 cores=1,3,5,7
/proc/18869/task/18931/stat : 18931 (java) S 18866 18869 9814 0 -1 1077944384 25859 12993 0 0 631 3 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364646820080 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18932] ppid=18866 vsize=11080032 memory=819336 CPUtime=6.52 cores=1,3,5,7
/proc/18869/task/18932/stat : 18932 (java) S 18866 18869 9814 0 -1 1077944384 24293 12993 0 0 641 4 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364645767536 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18933] ppid=18866 vsize=11080032 memory=4140 CPUtime=2.51 cores=1,3,5,7
/proc/18869/task/18933/stat : 18933 (java) S 18866 18869 9814 0 -1 1077944384 20528 12993 0 0 239 5 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364644714480 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18934] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18934/stat : 18934 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140363020888416 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18935] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.2 cores=1,3,5,7
/proc/18869/task/18935/stat : 18935 (java) S 18866 18869 9814 0 -1 1077944384 166 12993 0 0 6 7 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364643662896 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
Current children cumulated CPU time: 239.71 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 819336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+234.301 s]
/proc/loadavg: 1.29 1.65 1.78 3/216 19069
/proc/meminfo: memFree=26698716/32770624 swapFree=67108436/67108860
[pid=18869] ppid=18866 vsize=11080032 memory=819336 CPUtime=252.05 cores=1,3,5,7
/proc/18869/stat : 18869 (java) S 18866 18869 9814 0 -1 1077944320 144403 12993 0 0 25128 70 5 2 20 0 15 0 107189259 11345952768 204834 33554432000 4194304 4196468 140727363702944 140727363685488 140365154774775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
/proc/18869/statm: 2770008 204834 3527 1 0 2731661 0
[pid=18869/tid=18922] ppid=18866 vsize=11080032 memory=819336 CPUtime=232.28 cores=1,3,5,7
/proc/18869/task/18922/stat : 18922 (java) R 18866 18869 9814 0 -1 4202560 57273 12993 0 0 23197 24 5 2 20 0 15 0 107189268 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365126606808 140364728250351 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18923] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.9 cores=1,3,5,7
/proc/18869/task/18923/stat : 18923 (java) S 18866 18869 9814 0 -1 1077944384 2985 12993 0 0 76 7 5 2 20 0 15 0 107189269 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365159016976 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18924] ppid=18866 vsize=11080032 memory=639 CPUtime=0.91 cores=1,3,5,7
/proc/18869/task/18924/stat : 18924 (java) S 18866 18869 9814 0 -1 1077944384 2287 12993 0 0 78 6 5 2 20 0 15 0 107189269 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365040282256 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18925] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.9 cores=1,3,5,7
/proc/18869/task/18925/stat : 18925 (java) S 18866 18869 9814 0 -1 1077944384 3112 12993 0 0 77 6 5 2 20 0 15 0 107189269 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365039229200 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18926] ppid=18866 vsize=11080032 memory=80 CPUtime=0.9 cores=1,3,5,7
/proc/18869/task/18926/stat : 18926 (java) S 18866 18869 9814 0 -1 1077944384 3015 12993 0 0 76 7 5 2 20 0 15 0 107189269 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365038176656 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18927] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.87 cores=1,3,5,7
/proc/18869/task/18927/stat : 18927 (java) S 18866 18869 9814 0 -1 1077944384 2635 12993 0 0 75 5 5 2 20 0 15 0 107189270 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364647873264 140365154785922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18928] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18928/stat : 18928 (java) S 18866 18869 9814 0 -1 1077944384 14 12993 0 0 0 0 5 2 20 0 15 0 107189271 11345952768 204834 33554432000 4194304 4196468 140727363702944 140363960411936 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18929] ppid=18866 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18929/stat : 18929 (java) S 18866 18869 9814 0 -1 1077944384 7 12993 0 0 0 0 5 2 20 0 15 0 107189271 11345952768 204834 33554432000 4194304 4196468 140727363702944 140363759084800 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18930] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18930/stat : 18930 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140363451685328 140365154793371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18931] ppid=18866 vsize=11080032 memory=819336 CPUtime=6.48 cores=1,3,5,7
/proc/18869/task/18931/stat : 18931 (java) S 18866 18869 9814 0 -1 1077944384 25880 12993 0 0 638 3 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364646820080 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18932] ppid=18866 vsize=11080032 memory=1414298054980309879 CPUtime=6.59 cores=1,3,5,7
/proc/18869/task/18932/stat : 18932 (java) R 18866 18869 9814 0 -1 4202560 24295 12993 0 0 648 4 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364645767536 140365134435139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18933] ppid=18866 vsize=11080032 memory=162590281995230 CPUtime=2.54 cores=1,3,5,7
/proc/18869/task/18933/stat : 18933 (java) S 18866 18869 9814 0 -1 1077944384 20536 12993 0 0 242 5 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364644714480 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18934] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18934/stat : 18934 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140363020888416 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18935] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.2 cores=1,3,5,7
/proc/18869/task/18935/stat : 18935 (java) S 18866 18869 9814 0 -1 1077944384 166 12993 0 0 6 7 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364643662896 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 819336 KiB

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

[startup+234.342 s]
# the end of solver process 18869 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.36 s, system=0.751046 s

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

[startup+234.301 s]
/proc/loadavg: 1.29 1.65 1.78 3/216 19069
/proc/meminfo: memFree=26698716/32770624 swapFree=67108436/67108860
[pid=18869] ppid=18866 vsize=11080032 memory=819336 CPUtime=252.05 cores=1,3,5,7
/proc/18869/stat : 18869 (java) S 18866 18869 9814 0 -1 1077944320 144403 12993 0 0 25128 70 5 2 20 0 15 0 107189259 11345952768 204834 33554432000 4194304 4196468 140727363702944 140727363685488 140365154774775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
/proc/18869/statm: 2770008 204834 3527 1 0 2731661 0
[pid=18869/tid=18922] ppid=18866 vsize=11080032 memory=819336 CPUtime=232.28 cores=1,3,5,7
/proc/18869/task/18922/stat : 18922 (java) R 18866 18869 9814 0 -1 4202560 57273 12993 0 0 23197 24 5 2 20 0 15 0 107189268 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365126606808 140364728250351 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18923] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.9 cores=1,3,5,7
/proc/18869/task/18923/stat : 18923 (java) S 18866 18869 9814 0 -1 1077944384 2985 12993 0 0 76 7 5 2 20 0 15 0 107189269 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365159016976 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18924] ppid=18866 vsize=11080032 memory=639 CPUtime=0.91 cores=1,3,5,7
/proc/18869/task/18924/stat : 18924 (java) S 18866 18869 9814 0 -1 1077944384 2287 12993 0 0 78 6 5 2 20 0 15 0 107189269 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365040282256 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18925] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.9 cores=1,3,5,7
/proc/18869/task/18925/stat : 18925 (java) S 18866 18869 9814 0 -1 1077944384 3112 12993 0 0 77 6 5 2 20 0 15 0 107189269 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365039229200 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18926] ppid=18866 vsize=11080032 memory=80 CPUtime=0.9 cores=1,3,5,7
/proc/18869/task/18926/stat : 18926 (java) S 18866 18869 9814 0 -1 1077944384 3015 12993 0 0 76 7 5 2 20 0 15 0 107189269 11345952768 204834 33554432000 4194304 4196468 140727363702944 140365038176656 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18927] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.87 cores=1,3,5,7
/proc/18869/task/18927/stat : 18927 (java) S 18866 18869 9814 0 -1 1077944384 2635 12993 0 0 75 5 5 2 20 0 15 0 107189270 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364647873264 140365154785922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18928] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18928/stat : 18928 (java) S 18866 18869 9814 0 -1 1077944384 14 12993 0 0 0 0 5 2 20 0 15 0 107189271 11345952768 204834 33554432000 4194304 4196468 140727363702944 140363960411936 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18929] ppid=18866 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18929/stat : 18929 (java) S 18866 18869 9814 0 -1 1077944384 7 12993 0 0 0 0 5 2 20 0 15 0 107189271 11345952768 204834 33554432000 4194304 4196468 140727363702944 140363759084800 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18930] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18930/stat : 18930 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140363451685328 140365154793371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18931] ppid=18866 vsize=11080032 memory=819336 CPUtime=6.48 cores=1,3,5,7
/proc/18869/task/18931/stat : 18931 (java) S 18866 18869 9814 0 -1 1077944384 25880 12993 0 0 638 3 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364646820080 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18932] ppid=18866 vsize=11080032 memory=1414298054980309879 CPUtime=6.59 cores=1,3,5,7
/proc/18869/task/18932/stat : 18932 (java) R 18866 18869 9814 0 -1 4202560 24295 12993 0 0 648 4 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364645767536 140365134435139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18933] ppid=18866 vsize=11080032 memory=162590281995230 CPUtime=2.54 cores=1,3,5,7
/proc/18869/task/18933/stat : 18933 (java) S 18866 18869 9814 0 -1 1077944384 20536 12993 0 0 242 5 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364644714480 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18934] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.07 cores=1,3,5,7
/proc/18869/task/18934/stat : 18934 (java) S 18866 18869 9814 0 -1 1077944384 3 12993 0 0 0 0 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140363020888416 140365154784981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
[pid=18869/tid=18935] ppid=18866 vsize=11080032 memory=819336 CPUtime=0.2 cores=1,3,5,7
/proc/18869/task/18935/stat : 18935 (java) S 18866 18869 9814 0 -1 1077944384 166 12993 0 0 6 7 5 2 20 0 15 0 107189274 11345952768 204834 33554432000 4194304 4196468 140727363702944 140364643662896 140365154785922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34013184 140727363709553 140727363712353 140727363712353 140727363715023 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 819336 KiB

Child status: 143
Real time (s): 234.342
CPU time (s): 252.111
CPU user time (s): 251.36
CPU system time (s): 0.751046
CPU usage (%): 107.583
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 840660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.36
system time used= 0.751046
maximum resident set size= 842708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158356
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= 31458
involuntary context switches= 652


# summary of solver processes directly reported to runsolver:
#   pid: 18869
#   total CPU time (s): 252.111
#   total CPU user time (s): 251.36
#   total CPU system time (s): 0.751046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.5492 second user time and 2.15606 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:31:01
IDJOB=4302408
IDBENCH=141249
IDSOLVER=2776
FILE ID=node137/4302408-1532896261
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302408-1532896261/watcher-4302408-1532896261 -o /tmp/evaluation-result-4302408-1532896261/solver-4302408-1532896261 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1578621366 HOME/instance-4302408-1532896261.xml

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

MD5SUM BENCH= da18cc2837c7f6c978868c79c6384271
RANDOM SEED=1578621366

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27213368 kB
MemAvailable:   31021492 kB
Buffers:          218364 kB
Cached:          3825368 kB
SwapCached:           32 kB
Active:          2710612 kB
Inactive:        2299516 kB
Active(anon):     914044 kB
Inactive(anon):    79972 kB
Active(file):    1796568 kB
Inactive(file):  2219544 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26524 kB
Writeback:             0 kB
AnonPages:       1004596 kB
Mapped:            55836 kB
Shmem:             25052 kB
Slab:             244044 kB
SReclaimable:     215696 kB
SUnreclaim:        28348 kB
KernelStack:        3808 kB
PageTables:         7220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2132768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    776192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 22:34:55