Trace number 4293989

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13SAT (TO)60 2520.38 2466.84

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark2520.01
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.00/0.74	c Concrete v3.8.1528841891564 running
61.37/47.41	o 33
61.37/47.46	o 36
61.71/47.64	o 37
62.88/48.51	o 38
63.16/48.75	o 40
79.78/65.09	o 43
82.84/68.02	o 46
209.40/194.13	o 47
221.37/206.05	o 48
247.56/232.01	o 49
248.46/232.92	o 50
260.91/245.36	o 51
380.11/364.13	o 52
380.20/364.26	o 53
382.44/366.46	o 54
694.06/674.39	o 55
1443.37/1410.70	o 56
1443.88/1411.21	o 58
2011.72/1968.22	o 60
2520.32/2466.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.32/2466.81		at concrete.MAC.mac(MAC.scala:188)
2520.32/2466.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.32/2466.81		at scala.util.Try$.apply(Try.scala:209)
2520.32/2466.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.32/2466.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.32/2466.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.32/2466.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.32/2466.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.32/2466.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.32/2466.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.32/2466.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.32/2466.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.32/2466.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.32/2466.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.32/2466.81		at concrete.MAC.nextSolution(MAC.scala:355)
2520.32/2466.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.32/2466.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.32/2466.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.32/2466.81		at concrete.Solver.foreach(Solver.scala:68)
2520.32/2466.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.32/2466.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.32/2466.81		at scala.util.Success.map(Try.scala:209)
2520.32/2466.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.32/2466.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.32/2466.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.32/2466.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.32/2466.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.32/2466.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.32/2466.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.32/2466.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.32/2466.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.32/2466.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.32/2466.81		at scala.App.main(App.scala:76)
2520.32/2466.81		at scala.App.main$(App.scala:74)
2520.32/2466.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.32/2466.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.32/2466.81	v <instantiation cost="60">
2520.32/2466.81	v       <list>
2520.32/2466.81	v         r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] r[4][0] r[4][1] r[4][2] r[4][3] r[5][0] r[5][1] r[5][2] r[5][3] r[6][0] r[6][1] r[6][2] r[6][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] c[6][0] c[6][1] c[6][2] c[6][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pr[4][0] pr[4][1] pr[4][2] pr[4][3] pr[5][0] pr[5][1] pr[5][2] pr[5][3] pr[6][0] pr[6][1] pr[6][2] pr[6][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] pc[4][0] pc[4][1] pc[4][2] pc[4][3] pc[5][0] pc[5][1] pc[5][2] pc[5][3] pc[6][0] pc[6][1] pc[6][2] pc[6][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] br[4][0] br[4][1] br[4][2] br[4][3] br[5][0] br[5][1] br[5][2] br[5][3] br[6][0] br[6][1] br[6][2] br[6][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] bc[4][0] bc[4][1] bc[4][2] bc[4][3] bc[5][0] bc[5][1] bc[5][2] bc[5][3] bc[6][0] bc[6][1] bc[6][2] bc[6][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
2520.32/2466.81	v       </list>
2520.32/2466.81	v       <values>
2520.32/2466.81	v         38715 -1 -1 -1 30431 17259 26038 -1 11562 5221 -1 -1 7460 24586 38998 -1 16583 -1 -1 -1 11562 19234 25247 -1 27345 -1 -1 -1 38715 -1 -1 -1 30431 17259 26038 -1 11562 5221 -1 -1 7460 24586 38998 -1 16583 -1 -1 -1 11562 19234 25247 -1 27345 -1 -1 -1 0 -1 -1 -1 0 3 6 -1 0 2 -1 -1 0 4 6 -1 0 -1 -1 -1 0 2 4 -1 1 -1 -1 -1 0 -1 -1 -1 0 3 6 -1 0 2 -1 -1 0 4 6 -1 0 -1 -1 -1 0 2 4 -1 1 -1 -1 -1 6 0 0 0 0 0 0 0 0 5 0 0 3 0 0 0 7 0 0 0 0 0 3 0 6 0 0 0 6 0 0 0 0 0 0 0 0 5 0 0 3 0 0 0 7 0 0 0 0 0 3 0 6 0 0 0 20 17 4 2 7 4 26 17 2 26 8 4 26 15 4 26 1 20 17 10 4 2 8 20 26 14 26 21 7 4 17 14 3 14 19 4 26 10 26 14 12 14 26 15 4 21 19 14 21
2520.32/2466.81	v       </values>
2520.32/2466.81	v     </instantiation>
2520.32/2466.81	s SATISFIABLE

Verifier Data

OK	60

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293989-1532399963/watcher-4293989-1532399963 -o /tmp/evaluation-result-4293989-1532399963/solver-4293989-1532399963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15153 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1827730594 HOME/instance-4293989-1532399963.xml 

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

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


[startup+0.100163 s]*
/proc/loadavg: 1.36 1.63 1.64 3/206 20757
/proc/meminfo: memFree=19884116/32770624 swapFree=67108860/67108860
[pid=20700] ppid=20697 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/20700/stat : 20700 (java) S 20697 20700 15121 0 -1 1077944320 4442 12886 0 0 1 0 5 3 20 0 6 0 57559532 10212057088 4269 33554432000 4194304 4196468 140723337471520 140723337454064 140042251390711 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
/proc/20700/statm: 2493178 4269 1934 1 0 2481616 0
[pid=20700/tid=20753] ppid=20697 vsize=9972712 memory=4279135704013962638 CPUtime=0.09 cores=1,3,5,7
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15121 0 -1 4202560 2253 12886 0 0 1 0 5 3 20 0 6 0 57559541 10212057088 4269 33554432000 4194304 4196468 140723337471520 140042223227472 140042234737189 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20754] ppid=20697 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 6 0 57559542 10212057088 4269 33554432000 4194304 4196468 140723337471520 140042255633040 140042251400917 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20755] ppid=20697 vsize=9972712 memory=139824398374528 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 6 0 57559542 10212057088 4269 33554432000 4194304 4196468 140723337471520 140041824164368 140042251400917 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20756] ppid=20697 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 6 0 57559542 10212057088 4335 33554432000 4194304 4196468 140723337471520 140041823111568 140042251400917 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20757] ppid=20697 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15121 0 -1 1077944384 2 12886 0 0 0 0 5 3 20 0 6 0 57559542 10212057088 4335 33554432000 4194304 4196468 140723337471520 140041822058768 140042251400917 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210487 s]*
/proc/loadavg: 1.36 1.63 1.64 3/215 20766
/proc/meminfo: memFree=19863936/32770624 swapFree=67108860/67108860
[pid=20700] ppid=20697 vsize=10819896 memory=44036 CPUtime=0.27 cores=1,3,5,7
/proc/20700/stat : 20700 (java) S 20697 20700 15121 0 -1 1077944320 8191 12886 0 0 17 2 5 3 20 0 15 0 57559532 11079573504 11009 33554432000 4194304 4196468 140723337471520 140723337454064 140042251390711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
/proc/20700/statm: 2704974 11009 2965 1 0 2667397 0
[pid=20700/tid=20753] ppid=20697 vsize=10819896 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15121 0 -1 4202560 4889 12886 0 0 11 1 5 3 20 0 15 0 57559541 11079573504 11141 33554432000 4194304 4196468 140723337471520 140042223215520 140042244070429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20754] ppid=20697 vsize=10819896 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559542 11079573504 11141 33554432000 4194304 4196468 140723337471520 140042255633040 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20755] ppid=20697 vsize=10819896 memory=139824398374528 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559542 11079573504 11141 33554432000 4194304 4196468 140723337471520 140041824164368 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20756] ppid=20697 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559542 11079573504 11141 33554432000 4194304 4196468 140723337471520 140041823111568 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20757] ppid=20697 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15121 0 -1 1077944384 2 12886 0 0 0 0 5 3 20 0 15 0 57559542 11081240576 11141 33554432000 4194304 4196468 140723337471520 140041822058768 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20758] ppid=20697 vsize=10821524 memory=139824398374528 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15121 0 -1 1077944384 2 12886 0 0 0 0 5 3 20 0 15 0 57559543 11081240576 11207 33554432000 4194304 4196468 140723337471520 140041777965936 140042251401858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20759] ppid=20697 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15121 0 -1 1077944384 13 12886 0 0 0 0 5 3 20 0 15 0 57559544 11081240576 11207 33554432000 4194304 4196468 140723337471520 140041703646752 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20760] ppid=20697 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559544 11081240576 11207 33554432000 4194304 4196468 140723337471520 140041099666800 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20761] ppid=20697 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11081240576 11207 33554432000 4194304 4196468 140723337471520 140040792267088 140042251409307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20762] ppid=20697 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15121 0 -1 1077944384 424 12886 0 0 0 0 5 3 20 0 15 0 57559547 11081240576 11207 33554432000 4194304 4196468 140723337471520 140041776912752 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20763] ppid=20697 vsize=10821524 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15121 0 -1 1077944384 185 12886 0 0 1 0 5 3 20 0 15 0 57559547 11081240576 11273 33554432000 4194304 4196468 140723337471520 140041775859952 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20764] ppid=20697 vsize=10821524 memory=139824398374528 CPUtime=0.11 cores=1,3,5,7
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15121 0 -1 1077944384 606 12886 0 0 3 0 5 3 20 0 15 0 57559547 11081240576 11273 33554432000 4194304 4196468 140723337471520 140041774807152 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20765] ppid=20697 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11081240576 11273 33554432000 4194304 4196468 140723337471520 140040758708448 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20766] ppid=20697 vsize=10821524 memory=139824398374528 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559547 11081240576 11273 33554432000 4194304 4196468 140723337471520 140041773755568 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819896 KiB
Current children cumulated memory: 44036 KiB

[startup+0.310494 s]*
/proc/loadavg: 1.36 1.63 1.64 3/215 20766
/proc/meminfo: memFree=19851656/32770624 swapFree=67108860/67108860
[pid=20700] ppid=20697 vsize=10819352 memory=54220 CPUtime=0.39 cores=1,3,5,7
/proc/20700/stat : 20700 (java) S 20697 20700 15121 0 -1 1077944320 10623 12886 0 0 28 3 5 3 20 0 15 0 57559532 11079016448 13555 33554432000 4194304 4196468 140723337471520 140723337454064 140042251390711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
/proc/20700/statm: 2704838 13555 3084 1 0 2667149 0
[pid=20700/tid=20753] ppid=20697 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15121 0 -1 4202560 7187 12886 0 0 20 1 5 3 20 0 15 0 57559541 11079016448 13555 33554432000 4194304 4196468 140723337471520 140042223202720 140042235471198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20754] ppid=20697 vsize=10819352 memory=7300986251812819024 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559542 11079016448 13555 33554432000 4194304 4196468 140723337471520 140042255633040 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20755] ppid=20697 vsize=10819352 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559542 11079016448 13555 33554432000 4194304 4196468 140723337471520 140041824164368 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20756] ppid=20697 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559542 11079016448 13555 33554432000 4194304 4196468 140723337471520 140041823111568 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20757] ppid=20697 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15121 0 -1 1077944384 2 12886 0 0 0 0 5 3 20 0 15 0 57559542 11079016448 13555 33554432000 4194304 4196468 140723337471520 140041822058768 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20758] ppid=20697 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15121 0 -1 1077944384 2 12886 0 0 0 0 5 3 20 0 15 0 57559543 11079016448 13555 33554432000 4194304 4196468 140723337471520 140041777965936 140042251401858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20759] ppid=20697 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15121 0 -1 1077944384 13 12886 0 0 0 0 5 3 20 0 15 0 57559544 11079016448 13555 33554432000 4194304 4196468 140723337471520 140041703646752 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20760] ppid=20697 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559544 11079016448 13555 33554432000 4194304 4196468 140723337471520 140041099666800 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20761] ppid=20697 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11079016448 13555 33554432000 4194304 4196468 140723337471520 140040792267088 140042251409307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20762] ppid=20697 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15121 0 -1 1077944384 426 12886 0 0 1 0 5 3 20 0 15 0 57559547 11079016448 13555 33554432000 4194304 4196468 140723337471520 140041776912752 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20763] ppid=20697 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15121 0 -1 1077944384 185 12886 0 0 1 0 5 3 20 0 15 0 57559547 11079016448 13555 33554432000 4194304 4196468 140723337471520 140041775859952 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20764] ppid=20697 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/20700/task/20764/stat : 20764 (java) R 20697 20700 15121 0 -1 4202560 612 12886 0 0 5 0 5 3 20 0 15 0 57559547 11079016448 13555 33554432000 4194304 4196468 140723337471520 140041774807152 140042230818172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20765] ppid=20697 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11079016448 13555 33554432000 4194304 4196468 140723337471520 140040758708448 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20766] ppid=20697 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559547 11079016448 13555 33554432000 4194304 4196468 140723337471520 140041773755568 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54220 KiB

[startup+0.700834 s]
/proc/loadavg: 1.36 1.63 1.64 3/215 20766
/proc/meminfo: memFree=19841272/32770624 swapFree=67108860/67108860
[pid=20700] ppid=20697 vsize=10819352 memory=86824 CPUtime=1 cores=1,3,5,7
/proc/20700/stat : 20700 (java) S 20697 20700 15121 0 -1 1077944320 16752 12886 0 0 87 5 5 3 20 0 15 0 57559532 11079016448 21706 33554432000 4194304 4196468 140723337471520 140723337454064 140042251390711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
/proc/20700/statm: 2704838 21706 3246 1 0 2667149 0
[pid=20700/tid=20753] ppid=20697 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15121 0 -1 4202560 12244 12886 0 0 56 3 5 3 20 0 15 0 57559541 11079016448 21706 33554432000 4194304 4196468 140723337471520 140042223211536 140042232954221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20754] ppid=20697 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559542 11079016448 21706 33554432000 4194304 4196468 140723337471520 140042255633040 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20755] ppid=20697 vsize=10819352 memory=4136 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559542 11079016448 21706 33554432000 4194304 4196468 140723337471520 140041824164368 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20756] ppid=20697 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559542 11079016448 21706 33554432000 4194304 4196468 140723337471520 140041823111568 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20757] ppid=20697 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15121 0 -1 1077944384 2 12886 0 0 0 0 5 3 20 0 15 0 57559542 11079016448 21706 33554432000 4194304 4196468 140723337471520 140041822058768 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20758] ppid=20697 vsize=10819352 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15121 0 -1 1077944384 5 12886 0 0 0 0 5 3 20 0 15 0 57559543 11079016448 21706 33554432000 4194304 4196468 140723337471520 140041777965936 140042251401858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20759] ppid=20697 vsize=10819352 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15121 0 -1 1077944384 13 12886 0 0 0 0 5 3 20 0 15 0 57559544 11079016448 21706 33554432000 4194304 4196468 140723337471520 140041703646752 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20760] ppid=20697 vsize=10819352 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559544 11079016448 21706 33554432000 4194304 4196468 140723337471520 140041099666800 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20761] ppid=20697 vsize=10819352 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11079016448 21706 33554432000 4194304 4196468 140723337471520 140040792267088 140042251409307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20762] ppid=20697 vsize=10819352 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15121 0 -1 1077944384 798 12886 0 0 6 0 5 3 20 0 15 0 57559547 11079016448 21706 33554432000 4194304 4196468 140723337471520 140041776912752 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20763] ppid=20697 vsize=10819352 memory=15460 CPUtime=0.19 cores=1,3,5,7
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15121 0 -1 1077944384 816 12886 0 0 11 0 5 3 20 0 15 0 57559547 11079016448 21706 33554432000 4194304 4196468 140723337471520 140041775859952 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20764] ppid=20697 vsize=10819352 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15121 0 -1 1077944384 676 12886 0 0 13 0 5 3 20 0 15 0 57559547 11079016448 21706 33554432000 4194304 4196468 140723337471520 140041774807152 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20765] ppid=20697 vsize=10819352 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11079016448 21706 33554432000 4194304 4196468 140723337471520 140040758708448 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20766] ppid=20697 vsize=10819352 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559547 11079016448 21706 33554432000 4194304 4196468 140723337471520 140041773755568 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86824 KiB

[startup+1.50129 s]
/proc/loadavg: 1.36 1.63 1.64 3/215 20766
/proc/meminfo: memFree=19795200/32770624 swapFree=67108860/67108860
[pid=20700] ppid=20697 vsize=10828108 memory=245416 CPUtime=2.92 cores=1,3,5,7
/proc/20700/stat : 20700 (java) S 20697 20700 15121 0 -1 1077944320 22018 12886 0 0 271 13 5 3 20 0 15 0 57559532 11087982592 61354 33554432000 4194304 4196468 140723337471520 140723337454064 140042251390711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
/proc/20700/statm: 2707027 61354 3468 1 0 2668685 0
[pid=20700/tid=20753] ppid=20697 vsize=10828108 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15121 0 -1 4202560 14894 12886 0 0 129 7 5 3 20 0 15 0 57559541 11087982592 61354 33554432000 4194304 4196468 140723337471520 140042223223344 140041854783794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20754] ppid=20697 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15121 0 -1 1077944384 315 12886 0 0 0 0 5 3 20 0 15 0 57559542 11087982592 61354 33554432000 4194304 4196468 140723337471520 140042255633040 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20755] ppid=20697 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15121 0 -1 1077944384 13 12886 0 0 0 0 5 3 20 0 15 0 57559542 11087982592 61354 33554432000 4194304 4196468 140723337471520 140041824164368 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20756] ppid=20697 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15121 0 -1 1077944384 50 12886 0 0 0 0 5 3 20 0 15 0 57559542 11087982592 61354 33554432000 4194304 4196468 140723337471520 140041823111568 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20757] ppid=20697 vsize=10828108 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15121 0 -1 1077944384 68 12886 0 0 0 1 5 3 20 0 15 0 57559542 11087982592 61354 33554432000 4194304 4196468 140723337471520 140041822058768 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20758] ppid=20697 vsize=10828108 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15121 0 -1 1077944384 92 12886 0 0 0 0 5 3 20 0 15 0 57559543 11087982592 61354 33554432000 4194304 4196468 140723337471520 140041777965936 140042251401858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20759] ppid=20697 vsize=10828108 memory=279648541944064 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15121 0 -1 1077944384 15 12886 0 0 0 0 5 3 20 0 15 0 57559544 11087982592 61354 33554432000 4194304 4196468 140723337471520 140041703646752 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20760] ppid=20697 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15121 0 -1 1077944384 2 12886 0 0 0 0 5 3 20 0 15 0 57559544 11087982592 61354 33554432000 4194304 4196468 140723337471520 140041099666800 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20761] ppid=20697 vsize=10828108 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11087982592 61354 33554432000 4194304 4196468 140723337471520 140040792267088 140042251409307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20762] ppid=20697 vsize=10828108 memory=1704 CPUtime=0.57 cores=1,3,5,7
/proc/20700/task/20762/stat : 20762 (java) R 20697 20700 15121 0 -1 4202560 1487 12886 0 0 49 0 5 3 20 0 15 0 57559547 11087982592 61354 33554432000 4194304 4196468 140723337471520 140041776901984 140042232934887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20763] ppid=20697 vsize=10828108 memory=9924 CPUtime=0.59 cores=1,3,5,7
/proc/20700/task/20763/stat : 20763 (java) R 20697 20700 15121 0 -1 4202560 1606 12886 0 0 51 0 5 3 20 0 15 0 57559547 11087982592 61354 33554432000 4194304 4196468 140723337471520 140041775845832 140042232916260 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20764] ppid=20697 vsize=10828108 memory=5788 CPUtime=0.43 cores=1,3,5,7
/proc/20700/task/20764/stat : 20764 (java) R 20697 20700 15121 0 -1 4202560 1282 12886 0 0 35 0 5 3 20 0 15 0 57559547 11087982592 61354 33554432000 4194304 4196468 140723337471520 140041774807152 140042251404589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20765] ppid=20697 vsize=10828108 memory=1936 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11087982592 61354 33554432000 4194304 4196468 140723337471520 140040758708448 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20766] ppid=20697 vsize=10828108 memory=1196 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15121 0 -1 1077944384 1 12886 0 0 0 0 5 3 20 0 15 0 57559547 11087982592 61354 33554432000 4194304 4196468 140723337471520 140041773755568 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10828108 KiB

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

/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15121 0 -1 4202560 207760 12886 0 0 236139 77 5 3 20 0 15 0 57559541 11178180608 621668 33554432000 4194304 4196468 140723337471520 140042221357696 140041868824942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20754] ppid=20697 vsize=10916192 memory=2486604 CPUtime=12.75 cores=1,3,5,7
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15121 0 -1 1077944384 39141 12886 0 0 1234 33 5 3 20 0 15 0 57559542 11178180608 621668 33554432000 4194304 4196468 140723337471520 140042255633040 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20755] ppid=20697 vsize=10916192 memory=2486660 CPUtime=12.78 cores=1,3,5,7
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15121 0 -1 1077944384 42898 12886 0 0 1236 34 5 3 20 0 15 0 57559542 11178180608 621668 33554432000 4194304 4196468 140723337471520 140041824164368 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20756] ppid=20697 vsize=10916192 memory=2496680 CPUtime=12.79 cores=1,3,5,7
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15121 0 -1 1077944384 55118 12886 0 0 1238 33 5 3 20 0 15 0 57559542 11178180608 621668 33554432000 4194304 4196468 140723337471520 140041823111568 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20757] ppid=20697 vsize=10916192 memory=2487116 CPUtime=12.79 cores=1,3,5,7
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15121 0 -1 1077944384 47218 12886 0 0 1240 31 5 3 20 0 15 0 57559542 11178180608 621668 33554432000 4194304 4196468 140723337471520 140041822058768 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20758] ppid=20697 vsize=10916192 memory=2493628 CPUtime=6.41 cores=1,3,5,7
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15121 0 -1 1077944384 26634 12886 0 0 604 29 5 3 20 0 15 0 57559543 11178180608 621668 33554432000 4194304 4196468 140723337471520 140041777965936 140042251401858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20759] ppid=20697 vsize=10916192 memory=2491064 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15121 0 -1 1077944384 23 12886 0 0 0 0 5 3 20 0 15 0 57559544 11178180608 621668 33554432000 4194304 4196468 140723337471520 140041703646880 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20760] ppid=20697 vsize=10916192 memory=2490040 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15121 0 -1 1077944384 14 12886 0 0 0 0 5 3 20 0 15 0 57559544 11178180608 621668 33554432000 4194304 4196468 140723337471520 140041099666816 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20761] ppid=20697 vsize=10916192 memory=2486604 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11178180608 621668 33554432000 4194304 4196468 140723337471520 140040792267088 140042251409307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20762] ppid=20697 vsize=10916192 memory=2486660 CPUtime=5.4 cores=1,3,5,7
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15121 0 -1 1077944384 70849 12886 0 0 525 7 5 3 20 0 15 0 57559547 11178180608 621668 33554432000 4194304 4196468 140723337471520 140041776912752 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20763] ppid=20697 vsize=10916192 memory=4616 CPUtime=5.8 cores=1,3,5,7
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15121 0 -1 1077944384 63467 12886 0 0 565 7 5 3 20 0 15 0 57559547 11178180608 621668 33554432000 4194304 4196468 140723337471520 140041775859952 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20764] ppid=20697 vsize=10916192 memory=2486604 CPUtime=2.06 cores=1,3,5,7
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15121 0 -1 1077944384 44085 12886 0 0 193 5 5 3 20 0 15 0 57559547 11178180608 621668 33554432000 4194304 4196468 140723337471520 140041774807152 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20765] ppid=20697 vsize=10916192 memory=2486604 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11178180608 621668 33554432000 4194304 4196468 140723337471520 140040758708448 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20766] ppid=20697 vsize=10916192 memory=2486660 CPUtime=1.71 cores=1,3,5,7
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15121 0 -1 1077944384 3275 12886 0 0 75 88 5 3 20 0 15 0 57559547 11178180608 621668 33554432000 4194304 4196468 140723337471520 140041773755568 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
Current children cumulated CPU time: 2434.13 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2486672 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.91 1.87 3/216 21387
/proc/meminfo: memFree=13662968/32770624 swapFree=67108860/67108860
[pid=20700] ppid=20697 vsize=10916192 memory=2470296 CPUtime=2495.39 cores=1,3,5,7
/proc/20700/stat : 20700 (java) S 20697 20700 15121 0 -1 1077944320 609240 12886 0 0 249204 327 5 3 20 0 15 0 57559532 11178180608 617574 33554432000 4194304 4196468 140723337471520 140723337454064 140042251390711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
/proc/20700/statm: 2729048 617574 3528 1 0 2690701 0
[pid=20700/tid=20753] ppid=20697 vsize=10916192 memory=2470296 CPUtime=2421.57 cores=1,3,5,7
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15121 0 -1 4202560 210560 12886 0 0 242072 77 5 3 20 0 15 0 57559541 11178180608 617574 33554432000 4194304 4196468 140723337471520 140042221591232 140041865343579 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20754] ppid=20697 vsize=10916192 memory=1408 CPUtime=13.17 cores=1,3,5,7
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15121 0 -1 1077944384 39342 12886 0 0 1276 33 5 3 20 0 15 0 57559542 11178180608 617574 33554432000 4194304 4196468 140723337471520 140042255633040 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20755] ppid=20697 vsize=10916192 memory=2472340 CPUtime=13.2 cores=1,3,5,7
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15121 0 -1 1077944384 43458 12886 0 0 1278 34 5 3 20 0 15 0 57559542 11178180608 617574 33554432000 4194304 4196468 140723337471520 140041824164368 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20756] ppid=20697 vsize=10916192 memory=2493628 CPUtime=13.21 cores=1,3,5,7
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15121 0 -1 1077944384 55909 12886 0 0 1279 34 5 3 20 0 15 0 57559542 11178180608 617574 33554432000 4194304 4196468 140723337471520 140041823111568 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20757] ppid=20697 vsize=10916192 memory=2491064 CPUtime=13.21 cores=1,3,5,7
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15121 0 -1 1077944384 48737 12886 0 0 1281 32 5 3 20 0 15 0 57559542 11178180608 617574 33554432000 4194304 4196468 140723337471520 140041822058768 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20758] ppid=20697 vsize=10916192 memory=2486660 CPUtime=6.63 cores=1,3,5,7
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15121 0 -1 1077944384 27230 12886 0 0 626 29 5 3 20 0 15 0 57559543 11178180608 617574 33554432000 4194304 4196468 140723337471520 140041777965936 140042251401858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20759] ppid=20697 vsize=10916192 memory=2484112 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15121 0 -1 1077944384 23 12886 0 0 0 0 5 3 20 0 15 0 57559544 11178180608 617574 33554432000 4194304 4196468 140723337471520 140041703646880 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20760] ppid=20697 vsize=10916192 memory=2478492 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15121 0 -1 1077944384 14 12886 0 0 0 0 5 3 20 0 15 0 57559544 11178180608 617574 33554432000 4194304 4196468 140723337471520 140041099666816 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20761] ppid=20697 vsize=10916192 memory=2476440 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11178180608 617574 33554432000 4194304 4196468 140723337471520 140040792267088 140042251409307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20762] ppid=20697 vsize=10916192 memory=2475928 CPUtime=5.4 cores=1,3,5,7
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15121 0 -1 1077944384 70855 12886 0 0 525 7 5 3 20 0 15 0 57559547 11178180608 617574 33554432000 4194304 4196468 140723337471520 140041776912752 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20763] ppid=20697 vsize=10916192 memory=2470288 CPUtime=5.8 cores=1,3,5,7
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15121 0 -1 1077944384 63471 12886 0 0 565 7 5 3 20 0 15 0 57559547 11178180608 617574 33554432000 4194304 4196468 140723337471520 140041775859952 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20764] ppid=20697 vsize=10916192 memory=2470296 CPUtime=2.06 cores=1,3,5,7
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15121 0 -1 1077944384 44091 12886 0 0 193 5 5 3 20 0 15 0 57559547 11178180608 617574 33554432000 4194304 4196468 140723337471520 140041774807152 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20765] ppid=20697 vsize=10916192 memory=2473876 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11178180608 617574 33554432000 4194304 4196468 140723337471520 140040758708448 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20766] ppid=20697 vsize=10916192 memory=2470296 CPUtime=1.75 cores=1,3,5,7
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15121 0 -1 1077944384 3357 12886 0 0 77 90 5 3 20 0 15 0 57559547 11178180608 617574 33554432000 4194304 4196468 140723337471520 140041773755568 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
Current children cumulated CPU time: 2495.39 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2470296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.5 s]
/proc/loadavg: 1.38 1.85 1.85 3/216 21387
/proc/meminfo: memFree=13574308/32770624 swapFree=67108860/67108860
[pid=20700] ppid=20697 vsize=10916192 memory=2467236 CPUtime=2520.02 cores=1,3,5,7
/proc/20700/stat : 20700 (java) S 20697 20700 15121 0 -1 1077944320 614583 12886 0 0 251666 328 5 3 20 0 15 0 57559532 11178180608 616809 33554432000 4194304 4196468 140723337471520 140723337454064 140042251390711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
/proc/20700/statm: 2729048 616809 3528 1 0 2690701 0
[pid=20700/tid=20753] ppid=20697 vsize=10916192 memory=2467752 CPUtime=2445.53 cores=1,3,5,7
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15121 0 -1 4202560 212032 12886 0 0 244467 78 5 3 20 0 15 0 57559541 11178180608 616809 33554432000 4194304 4196468 140723337471520 140042222823776 140041868825297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20754] ppid=20697 vsize=10916192 memory=2468264 CPUtime=13.31 cores=1,3,5,7
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15121 0 -1 1077944384 39569 12886 0 0 1290 33 5 3 20 0 15 0 57559542 11178180608 616809 33554432000 4194304 4196468 140723337471520 140042255633040 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20755] ppid=20697 vsize=10916192 memory=2468264 CPUtime=13.34 cores=1,3,5,7
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15121 0 -1 1077944384 43772 12886 0 0 1292 34 5 3 20 0 15 0 57559542 11178180608 616809 33554432000 4194304 4196468 140723337471520 140041824164368 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20756] ppid=20697 vsize=10916192 memory=2468268 CPUtime=13.35 cores=1,3,5,7
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15121 0 -1 1077944384 56641 12886 0 0 1293 34 5 3 20 0 15 0 57559542 11178180608 616809 33554432000 4194304 4196468 140723337471520 140041823111568 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20757] ppid=20697 vsize=10916192 memory=2469292 CPUtime=13.35 cores=1,3,5,7
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15121 0 -1 1077944384 49347 12886 0 0 1294 33 5 3 20 0 15 0 57559542 11178180608 616809 33554432000 4194304 4196468 140723337471520 140041822058768 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20758] ppid=20697 vsize=10916192 memory=2470308 CPUtime=6.7 cores=1,3,5,7
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15121 0 -1 1077944384 27536 12886 0 0 633 29 5 3 20 0 15 0 57559543 11178180608 616809 33554432000 4194304 4196468 140723337471520 140041777965936 140042251401858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20759] ppid=20697 vsize=10916192 memory=2467752 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15121 0 -1 1077944384 23 12886 0 0 0 0 5 3 20 0 15 0 57559544 11178180608 616809 33554432000 4194304 4196468 140723337471520 140041703646880 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20760] ppid=20697 vsize=10916192 memory=2467236 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15121 0 -1 1077944384 14 12886 0 0 0 0 5 3 20 0 15 0 57559544 11178180608 616809 33554432000 4194304 4196468 140723337471520 140041099666816 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20761] ppid=20697 vsize=10916192 memory=2467236 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11178180608 616809 33554432000 4194304 4196468 140723337471520 140040792267088 140042251409307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20762] ppid=20697 vsize=10916192 memory=180 CPUtime=5.41 cores=1,3,5,7
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15121 0 -1 1077944384 71967 12886 0 0 526 7 5 3 20 0 15 0 57559547 11178180608 616809 33554432000 4194304 4196468 140723337471520 140041776912752 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20763] ppid=20697 vsize=10916192 memory=2468264 CPUtime=5.8 cores=1,3,5,7
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15121 0 -1 1077944384 63473 12886 0 0 565 7 5 3 20 0 15 0 57559547 11178180608 616809 33554432000 4194304 4196468 140723337471520 140041775859952 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20764] ppid=20697 vsize=10916192 memory=4496598192494830392 CPUtime=2.06 cores=1,3,5,7
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15121 0 -1 1077944384 44628 12886 0 0 193 5 5 3 20 0 15 0 57559547 11178180608 616809 33554432000 4194304 4196468 140723337471520 140041774807152 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20765] ppid=20697 vsize=10916192 memory=2468268 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 15 0 57559547 11178180608 616809 33554432000 4194304 4196468 140723337471520 140040758708448 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20766] ppid=20697 vsize=10916192 memory=8368 CPUtime=1.76 cores=1,3,5,7
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15121 0 -1 1077944384 3388 12886 0 0 77 91 5 3 20 0 15 0 57559547 11178180608 616809 33554432000 4194304 4196468 140723337471520 140041773755568 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2467236 KiB

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

[startup+2466.84 s]
# the end of solver process 20700 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.04 s, system=3.3441 s

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

[startup+2466.8 s]
/proc/loadavg: 1.38 1.85 1.85 3/216 21387
/proc/meminfo: memFree=13574308/32770624 swapFree=67108860/67108860
[pid=20700] ppid=20697 vsize=11112808 memory=2470920 CPUtime=2520.32 cores=1,3,5,7
/proc/20700/stat : 20700 (java) S 20697 20700 15121 0 -1 1077944320 615108 12886 0 0 251696 328 5 3 20 0 17 0 57559532 11379515392 617730 33554432000 4194304 4196468 140723337471520 140723337454064 140042251390711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
/proc/20700/statm: 2778202 617730 3529 1 0 2739855 0
[pid=20700/tid=20753] ppid=20697 vsize=11112808 memory=8836 CPUtime=2445.83 cores=1,3,5,7
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15121 0 -1 4202560 212034 12886 0 0 244497 78 5 3 20 0 17 0 57559541 11379515392 617730 33554432000 4194304 4196468 140723337471520 140042223146752 140041868824943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20754] ppid=20697 vsize=11112808 memory=11044 CPUtime=13.31 cores=1,3,5,7
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15121 0 -1 1077944384 39573 12886 0 0 1290 33 5 3 20 0 17 0 57559542 11379515392 617730 33554432000 4194304 4196468 140723337471520 140042255633040 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20755] ppid=20697 vsize=11112808 memory=13252 CPUtime=13.34 cores=1,3,5,7
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15121 0 -1 1077944384 43772 12886 0 0 1292 34 5 3 20 0 17 0 57559542 11379515392 617730 33554432000 4194304 4196468 140723337471520 140041824164368 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20756] ppid=20697 vsize=11112808 memory=15460 CPUtime=13.35 cores=1,3,5,7
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15121 0 -1 1077944384 56641 12886 0 0 1293 34 5 3 20 0 17 0 57559542 11379515392 617730 33554432000 4194304 4196468 140723337471520 140041823111568 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20757] ppid=20697 vsize=11112808 memory=17668 CPUtime=13.36 cores=1,3,5,7
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15121 0 -1 1077944384 49347 12886 0 0 1295 33 5 3 20 0 17 0 57559542 11379515392 617730 33554432000 4194304 4196468 140723337471520 140041822058768 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20758] ppid=20697 vsize=11112808 memory=19876 CPUtime=6.7 cores=1,3,5,7
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15121 0 -1 1077944384 27536 12886 0 0 633 29 5 3 20 0 17 0 57559543 11379515392 617730 33554432000 4194304 4196468 140723337471520 140041777965936 140042251401858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20759] ppid=20697 vsize=11112808 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15121 0 -1 1077944384 23 12886 0 0 0 0 5 3 20 0 17 0 57559544 11379515392 617730 33554432000 4194304 4196468 140723337471520 140041703646880 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20760] ppid=20697 vsize=11112808 memory=24292 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15121 0 -1 1077944384 14 12886 0 0 0 0 5 3 20 0 17 0 57559544 11379515392 617730 33554432000 4194304 4196468 140723337471520 140041099666816 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20761] ppid=20697 vsize=11112808 memory=26500 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15121 0 -1 1077944384 191 12886 0 0 0 0 5 3 20 0 17 0 57559547 11379515392 617730 33554432000 4194304 4196468 140723337471520 140040792267088 140042251409307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20762] ppid=20697 vsize=11112808 memory=28708 CPUtime=5.41 cores=1,3,5,7
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15121 0 -1 1077944384 71967 12886 0 0 526 7 5 3 20 0 17 0 57559547 11379515392 617730 33554432000 4194304 4196468 140723337471520 140041776912752 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20763] ppid=20697 vsize=11112808 memory=288230574492221466 CPUtime=5.8 cores=1,3,5,7
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15121 0 -1 1077944384 63473 12886 0 0 565 7 5 3 20 0 17 0 57559547 11379515392 617730 33554432000 4194304 4196468 140723337471520 140041775859952 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20764] ppid=20697 vsize=11112808 memory=288230621803970871 CPUtime=2.06 cores=1,3,5,7
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15121 0 -1 1077944384 44628 12886 0 0 193 5 5 3 20 0 17 0 57559547 11379515392 617730 33554432000 4194304 4196468 140723337471520 140041774807152 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20765] ppid=20697 vsize=11112808 memory=16102554786335041 CPUtime=0.08 cores=1,3,5,7
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15121 0 -1 1077944384 3 12886 0 0 0 0 5 3 20 0 17 0 57559547 11379515392 617730 33554432000 4194304 4196468 140723337471520 140040758708448 140042251400917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
[pid=20700/tid=20766] ppid=20697 vsize=11112808 memory=1012 CPUtime=1.76 cores=1,3,5,7
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15121 0 -1 1077944384 3388 12886 0 0 77 91 5 3 20 0 17 0 57559547 11379515392 617730 33554432000 4194304 4196468 140723337471520 140041773755568 140042251401858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 29683712 140723337476718 140723337479516 140723337479516 140723337482191 0
Current children cumulated CPU time: 2520.32 s
Current children cumulated vsize: 11112808 KiB
Current children cumulated memory: 2470920 KiB

Child status: 143
Real time (s): 2466.84
CPU time (s): 2520.38
CPU user time (s): 2517.04
CPU system time (s): 3.3441
CPU usage (%): 102.171
Max. virtual memory (cumulated for all children) (KiB): 11112808
Max. memory (cumulated for all children) (KiB): 3193020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.04
system time used= 3.3441
maximum resident set size= 3193020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 629611
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117998
involuntary context switches= 4292


# summary of solver processes directly reported to runsolver:
#   pid: 20700
#   total CPU time (s): 2520.38
#   total CPU user time (s): 2517.04
#   total CPU system time (s): 3.3441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6506 second user time and 24.1342 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 04:39:24
IDJOB=4293989
IDBENCH=141308
IDSOLVER=2750
FILE ID=node105/4293989-1532399963
RUNJOBID= node105-1532371073-15153
PBS_JOBID= 21021573
Free space on /tmp= 44804 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293989-1532399963/watcher-4293989-1532399963 -o /tmp/evaluation-result-4293989-1532399963/solver-4293989-1532399963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15153 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1827730594 HOME/instance-4293989-1532399963.xml

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=1827730594

node105.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.32
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.32
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.32
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.32
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:        19892652 kB
MemAvailable:   27873088 kB
Buffers:          210040 kB
Cached:          7913996 kB
SwapCached:            0 kB
Active:          5563608 kB
Inactive:        6671864 kB
Active(anon):    4065760 kB
Inactive(anon):    65448 kB
Active(file):    1497848 kB
Inactive(file):  6606416 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             31640 kB
Writeback:             0 kB
AnonPages:       4124684 kB
Mapped:            50816 kB
Shmem:             17036 kB
Slab:             332380 kB
SReclaimable:     304632 kB
SUnreclaim:        27748 kB
KernelStack:        3792 kB
PageTables:        13480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5509460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3870720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44676 MiB
End job on node105 at 2018-07-24 05:20:31