Trace number 4304468

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)55 2520.25 2465.14

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

0.97/0.75	c Concrete v3.9.2.1532736233296 running
57.90/43.42	o 33
58.21/43.63	o 34
58.52/43.81	o 38
58.65/43.98	o 39
61.14/46.14	o 41
62.85/47.87	o 42
73.90/58.39	o 45
74.52/59.00	o 46
87.84/72.10	o 47
97.80/81.91	o 49
110.53/94.55	o 50
116.59/100.31	o 53
210.62/193.84	o 54
251.04/234.03	o 55
2520.19/2465.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.19/2465.12		at concrete.MAC.mac(MAC.scala:188)
2520.19/2465.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.19/2465.12		at scala.util.Try$.apply(Try.scala:209)
2520.19/2465.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.19/2465.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.19/2465.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.19/2465.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.19/2465.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.19/2465.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.19/2465.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.19/2465.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.19/2465.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.19/2465.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.19/2465.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.19/2465.12		at concrete.MAC.nextSolution(MAC.scala:355)
2520.19/2465.12		at concrete.Solver.hasNext(Solver.scala:166)
2520.19/2465.12		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.19/2465.12		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.19/2465.12		at concrete.Solver.foreach(Solver.scala:68)
2520.19/2465.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.19/2465.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.19/2465.12		at scala.util.Success.map(Try.scala:209)
2520.19/2465.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.19/2465.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.19/2465.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.19/2465.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.19/2465.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.19/2465.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.19/2465.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.19/2465.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.19/2465.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.19/2465.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.19/2465.12		at scala.App.main(App.scala:76)
2520.19/2465.12		at scala.App.main$(App.scala:74)
2520.19/2465.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.19/2465.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.19/2465.13	v <instantiation cost="55">
2520.19/2465.13	v       <list>
2520.19/2465.13	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.19/2465.13	v       </list>
2520.19/2465.13	v       <values>
2520.19/2465.13	v         20857 21453 -1 -1 2353 20208 -1 -1 29964 5360 20857 -1 25052 329 -1 -1 6229 -1 -1 -1 29964 4246 -1 -1 29964 3252 -1 -1 21453 29799 -1 -1 31830 -1 -1 -1 20857 11562 29964 -1 930 2569 -1 -1 30959 2943 -1 -1 25199 36497 -1 -1 5718 -1 -1 -1 0 2 -1 -1 0 3 -1 -1 0 4 6 -1 0 3 -1 -1 0 -1 -1 -1 1 5 -1 -1 0 4 -1 -1 0 6 -1 -1 1 -1 -1 -1 0 2 4 -1 0 3 -1 -1 0 6 -1 -1 0 3 -1 -1 0 -1 -1 -1 0 5 0 0 0 4 0 0 3 0 0 0 0 0 0 0 7 0 0 0 3 0 0 0 3 0 0 0 5 0 0 0 6 0 0 0 0 0 3 0 0 0 0 0 5 0 0 0 0 4 0 0 7 0 0 0 12 26 12 0 17 14 2 0 18 26 11 8 12 0 17 0 4 26 2 26 12 14 7 26 0 2 19 4 2 0 17 19 8 4 17 26 17 0 4 26 1 14 17 0 4 26 1 0 13
2520.19/2465.13	v       </values>
2520.19/2465.13	v     </instantiation>
2520.19/2465.13	s SATISFIABLE

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304468-1534093673/watcher-4304468-1534093673 -o /tmp/evaluation-result-4304468-1534093673/solver-4304468-1534093673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534093673-24111 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1118475520 -superng HOME/instance-4304468-1534093673.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
Current StackSize limit: 8192 KiB

solver pid=24129, runsolver pid=24126

[startup+0.100126 s]*
/proc/loadavg: 1.00 1.35 1.75 3/185 24174
/proc/meminfo: memFree=13031148/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=173924 memory=5212 CPUtime=0.07 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 16770 0 -1 1077944320 2428 13289 0 1 0 0 5 2 20 0 2 0 226930528 178098176 1303 33554432000 4194304 4196468 140730427534992 140730427517536 140235259498231 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
/proc/24129/statm: 43481 1303 973 1 0 32939 0
[pid=24129/tid=24183] ppid=24126 vsize=173924 memory=-6517102902069810590 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24183/stat : 24183 (java) R 24126 24129 16770 0 -1 4202560 255 13289 0 1 0 0 5 2 20 0 2 0 226930538 178098176 1303 33554432000 4194304 4196468 140730427534992 140235231339920 140235252582222 0 0 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 173924 KiB
Current children cumulated memory: 5212 KiB

[startup+0.210179 s]*
/proc/loadavg: 1.00 1.35 1.75 4/198 24196
/proc/meminfo: memFree=12994036/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=10982744 memory=39392 CPUtime=0.24 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 16770 0 -1 1077944320 6553 13289 0 1 15 2 5 2 20 0 15 0 226930528 11246329856 9848 33554432000 4194304 4196468 140730427534992 140730427517536 140235259498231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
/proc/24129/statm: 2745686 9848 2973 1 0 2708109 0
[pid=24129/tid=24183] ppid=24126 vsize=10982744 memory=7311146985107750967 CPUtime=0.17 cores=1,3,5,7
/proc/24129/task/24183/stat : 24183 (java) R 24126 24129 16770 0 -1 4202560 3085 13289 0 1 9 1 5 2 20 0 15 0 226930538 11246329856 9848 33554432000 4194304 4196468 140730427534992 140235231296784 140235243578718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24184] ppid=24126 vsize=10982744 memory=12585 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24184/stat : 24184 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930539 11246329856 9848 33554432000 4194304 4196468 140730427534992 140235263740944 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24185] ppid=24126 vsize=10982744 memory=139958625330091 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24185/stat : 24185 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930539 11246329856 9848 33554432000 4194304 4196468 140730427534992 140235118460048 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24186] ppid=24126 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24186/stat : 24186 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930539 11246329856 9848 33554432000 4194304 4196468 140730427534992 140235117406992 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24187] ppid=24126 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24187/stat : 24187 (java) S 24126 24129 16770 0 -1 1077944384 2 13289 0 1 0 0 5 2 20 0 15 0 226930539 11246329856 9848 33554432000 4194304 4196468 140730427534992 140235116354448 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24188] ppid=24126 vsize=10982744 memory=139958624126592 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24188/stat : 24188 (java) S 24126 24129 16770 0 -1 1077944384 2 13289 0 1 0 0 5 2 20 0 15 0 226930541 11246329856 9848 33554432000 4194304 4196468 140730427534992 140234684561648 140235259509378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24189] ppid=24126 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24189/stat : 24189 (java) S 24126 24129 16770 0 -1 1077944384 13 13289 0 1 0 0 5 2 20 0 15 0 226930541 11246329856 9848 33554432000 4194304 4196468 140730427534992 140233970541728 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24190] ppid=24126 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24190/stat : 24190 (java) S 24126 24129 16770 0 -1 1077944384 21 13289 0 1 0 0 5 2 20 0 15 0 226930541 11246329856 9848 33554432000 4194304 4196468 140730427534992 140233903428336 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24191] ppid=24126 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24191/stat : 24191 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11246329856 9848 33554432000 4194304 4196468 140730427534992 140233596032976 140235259516827 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24192] ppid=24126 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24129/task/24192/stat : 24192 (java) S 24126 24129 16770 0 -1 1077944384 360 13289 0 1 1 0 5 2 20 0 15 0 226930544 11246329856 9848 33554432000 4194304 4196468 140730427534992 140234683509488 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24193] ppid=24126 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24193/stat : 24193 (java) S 24126 24129 16770 0 -1 1077944384 266 13289 0 1 0 0 5 2 20 0 15 0 226930544 11246329856 9913 33554432000 4194304 4196468 140730427534992 140234682456944 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24194] ppid=24126 vsize=10982744 memory=139958624126592 CPUtime=0.1 cores=1,3,5,7
/proc/24129/task/24194/stat : 24194 (java) S 24126 24129 16770 0 -1 1077944384 608 13289 0 1 3 0 5 2 20 0 15 0 226930544 11246329856 9913 33554432000 4194304 4196468 140730427534992 140234681403888 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24195] ppid=24126 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24195/stat : 24195 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11246329856 9913 33554432000 4194304 4196468 140730427534992 140233165237088 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24196] ppid=24126 vsize=10982744 memory=139958624126592 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24196/stat : 24196 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930544 11246329856 9913 33554432000 4194304 4196468 140730427534992 140234680351280 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 39392 KiB

[startup+0.310405 s]*
/proc/loadavg: 1.00 1.35 1.75 3/198 24196
/proc/meminfo: memFree=12974380/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=10983192 memory=52868 CPUtime=0.36 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 16770 0 -1 1077944320 9737 13289 0 1 26 3 5 2 20 0 15 0 226930528 11246788608 13217 33554432000 4194304 4196468 140730427534992 140730427517536 140235259498231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
/proc/24129/statm: 2745798 13217 3092 1 0 2708109 0
[pid=24129/tid=24183] ppid=24126 vsize=10983192 memory=7311146985107750967 CPUtime=0.26 cores=1,3,5,7
/proc/24129/task/24183/stat : 24183 (java) R 24126 24129 16770 0 -1 4202560 6252 13289 0 1 17 2 5 2 20 0 15 0 226930538 11246788608 13217 33554432000 4194304 4196468 140730427534992 140235231310240 140235243578718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24184] ppid=24126 vsize=10983192 memory=12585 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24184/stat : 24184 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930539 11246788608 13217 33554432000 4194304 4196468 140730427534992 140235263740944 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24185] ppid=24126 vsize=10983192 memory=139958625330091 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24185/stat : 24185 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930539 11246788608 13217 33554432000 4194304 4196468 140730427534992 140235118460048 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24186] ppid=24126 vsize=10983192 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24186/stat : 24186 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930539 11246788608 13217 33554432000 4194304 4196468 140730427534992 140235117406992 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24187] ppid=24126 vsize=10983192 memory=2314885530818447673 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24187/stat : 24187 (java) S 24126 24129 16770 0 -1 1077944384 2 13289 0 1 0 0 5 2 20 0 15 0 226930539 11246788608 13217 33554432000 4194304 4196468 140730427534992 140235116354448 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24188] ppid=24126 vsize=10983192 memory=3472425417891794919 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24188/stat : 24188 (java) S 24126 24129 16770 0 -1 1077944384 2 13289 0 1 0 0 5 2 20 0 15 0 226930541 11246788608 13217 33554432000 4194304 4196468 140730427534992 140234684561648 140235259509378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24189] ppid=24126 vsize=10983192 memory=3472328128895742543 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24189/stat : 24189 (java) S 24126 24129 16770 0 -1 1077944384 13 13289 0 1 0 0 5 2 20 0 15 0 226930541 11246788608 13217 33554432000 4194304 4196468 140730427534992 140233970541728 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24190] ppid=24126 vsize=10983192 memory=6944656425122700657 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24190/stat : 24190 (java) S 24126 24129 16770 0 -1 1077944384 21 13289 0 1 0 0 5 2 20 0 15 0 226930541 11246788608 13217 33554432000 4194304 4196468 140730427534992 140233903428336 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24191] ppid=24126 vsize=10983192 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24191/stat : 24191 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11246788608 13217 33554432000 4194304 4196468 140730427534992 140233596032976 140235259516827 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24192] ppid=24126 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24129/task/24192/stat : 24192 (java) S 24126 24129 16770 0 -1 1077944384 361 13289 0 1 2 0 5 2 20 0 15 0 226930544 11246788608 13217 33554432000 4194304 4196468 140730427534992 140234683509488 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24193] ppid=24126 vsize=10983192 memory=3472328296227680303 CPUtime=0.08 cores=1,3,5,7
/proc/24129/task/24193/stat : 24193 (java) S 24126 24129 16770 0 -1 1077944384 266 13289 0 1 1 0 5 2 20 0 15 0 226930544 11246788608 13217 33554432000 4194304 4196468 140730427534992 140234682456944 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24194] ppid=24126 vsize=10983192 memory=3472468254851806896 CPUtime=0.12 cores=1,3,5,7
/proc/24129/task/24194/stat : 24194 (java) S 24126 24129 16770 0 -1 1077944384 619 13289 0 1 5 0 5 2 20 0 15 0 226930544 11246788608 13217 33554432000 4194304 4196468 140730427534992 140234681403888 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24195] ppid=24126 vsize=10983192 memory=3472328296227418159 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24195/stat : 24195 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11246788608 13217 33554432000 4194304 4196468 140730427534992 140233165237088 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24196] ppid=24126 vsize=10983192 memory=3184237878700095152 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24196/stat : 24196 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930544 11246788608 13217 33554432000 4194304 4196468 140730427534992 140234680351280 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 52868 KiB

[startup+0.700789 s]
/proc/loadavg: 1.00 1.35 1.75 3/196 24196
/proc/meminfo: memFree=12955088/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=10983192 memory=87080 CPUtime=0.97 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 16770 0 -1 1077944320 16381 13289 0 1 85 5 5 2 20 0 15 0 226930528 11246788608 21770 33554432000 4194304 4196468 140730427534992 140730427517536 140235259498231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
/proc/24129/statm: 2745798 21770 3247 1 0 2708109 0
[pid=24129/tid=24183] ppid=24126 vsize=10983192 memory=4126316290023845779 CPUtime=0.64 cores=1,3,5,7
/proc/24129/task/24183/stat : 24183 (java) R 24126 24129 16770 0 -1 4202560 11823 13289 0 1 54 3 5 2 20 0 15 0 226930538 11246788608 21770 33554432000 4194304 4196468 140730427534992 140235231326112 140235259512095 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24184] ppid=24126 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24184/stat : 24184 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930539 11246788608 21770 33554432000 4194304 4196468 140730427534992 140235263740944 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24185] ppid=24126 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24185/stat : 24185 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930539 11246788608 21770 33554432000 4194304 4196468 140730427534992 140235118460048 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24186] ppid=24126 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24186/stat : 24186 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930539 11246788608 21770 33554432000 4194304 4196468 140730427534992 140235117406992 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24187] ppid=24126 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24187/stat : 24187 (java) S 24126 24129 16770 0 -1 1077944384 2 13289 0 1 0 0 5 2 20 0 15 0 226930539 11246788608 21770 33554432000 4194304 4196468 140730427534992 140235116354448 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24188] ppid=24126 vsize=10983192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24188/stat : 24188 (java) S 24126 24129 16770 0 -1 1077944384 5 13289 0 1 0 0 5 2 20 0 15 0 226930541 11246788608 21770 33554432000 4194304 4196468 140730427534992 140234684561648 140235259509378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24189] ppid=24126 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24189/stat : 24189 (java) S 24126 24129 16770 0 -1 1077944384 13 13289 0 1 0 0 5 2 20 0 15 0 226930541 11246788608 21770 33554432000 4194304 4196468 140730427534992 140233970541728 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24190] ppid=24126 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24190/stat : 24190 (java) S 24126 24129 16770 0 -1 1077944384 21 13289 0 1 0 0 5 2 20 0 15 0 226930541 11246788608 21770 33554432000 4194304 4196468 140730427534992 140233903428336 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24191] ppid=24126 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24191/stat : 24191 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11246788608 21770 33554432000 4194304 4196468 140730427534992 140233596032976 140235259516827 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24192] ppid=24126 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/24129/task/24192/stat : 24192 (java) S 24126 24129 16770 0 -1 1077944384 738 13289 0 1 7 0 5 2 20 0 15 0 226930544 11246788608 21770 33554432000 4194304 4196468 140730427534992 140234683509488 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24193] ppid=24126 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/24129/task/24193/stat : 24193 (java) S 24126 24129 16770 0 -1 1077944384 908 13289 0 1 9 0 5 2 20 0 15 0 226930544 11246788608 21770 33554432000 4194304 4196468 140730427534992 140234682456944 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24194] ppid=24126 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/24129/task/24194/stat : 24194 (java) S 24126 24129 16770 0 -1 1077944384 670 13289 0 1 13 0 5 2 20 0 15 0 226930544 11246788608 21770 33554432000 4194304 4196468 140730427534992 140234681403888 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24195] ppid=24126 vsize=10983192 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24195/stat : 24195 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11246788608 21770 33554432000 4194304 4196468 140730427534992 140233165237088 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24196] ppid=24126 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24196/stat : 24196 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930544 11246788608 21770 33554432000 4194304 4196468 140730427534992 140234680351280 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87080 KiB

[startup+1.50072 s]
/proc/loadavg: 1.00 1.35 1.75 3/216 24273
/proc/meminfo: memFree=12840876/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=10991948 memory=243484 CPUtime=2.87 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 16770 0 -1 1077944320 23623 13289 0 1 270 10 5 2 20 0 15 0 226930528 11255754752 60871 33554432000 4194304 4196468 140730427534992 140730427517536 140235259498231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
/proc/24129/statm: 2747987 60871 3447 1 0 2709645 0
[pid=24129/tid=24183] ppid=24126 vsize=10991948 memory=2321 CPUtime=1.42 cores=1,3,5,7
/proc/24129/task/24183/stat : 24183 (java) S 24126 24129 16770 0 -1 1077944384 14438 13289 0 1 128 7 5 2 20 0 15 0 226930538 11255754752 60871 33554432000 4194304 4196468 140730427534992 140235231330752 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24184] ppid=24126 vsize=10991948 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/24129/task/24184/stat : 24184 (java) R 24126 24129 16770 0 -1 4202560 10 13289 0 1 1 0 5 2 20 0 15 0 226930539 11255754752 60871 33554432000 4194304 4196468 140730427534992 140235263738576 140235252126439 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24185] ppid=24126 vsize=10991948 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/24129/task/24185/stat : 24185 (java) R 24126 24129 16770 0 -1 4202560 34 13289 0 1 1 0 5 2 20 0 15 0 226930539 11255754752 60871 33554432000 4194304 4196468 140730427534992 140235118460168 140235252126439 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24186] ppid=24126 vsize=10991948 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24186/stat : 24186 (java) R 24126 24129 16770 0 -1 4202560 19 13289 0 1 0 0 5 2 20 0 15 0 226930539 11255754752 60871 33554432000 4194304 4196468 140730427534992 140235117406880 140235244525354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24187] ppid=24126 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24129/task/24187/stat : 24187 (java) R 24126 24129 16770 0 -1 4202560 317 13289 0 1 1 0 5 2 20 0 15 0 226930539 11255754752 60871 33554432000 4194304 4196468 140730427534992 140235116354448 140235252126439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24188] ppid=24126 vsize=10991948 memory=279916977438816 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24188/stat : 24188 (java) S 24126 24129 16770 0 -1 1077944384 15 13289 0 1 0 0 5 2 20 0 15 0 226930541 11255754752 60871 33554432000 4194304 4196468 140730427534992 140234684560160 140235259508437 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24189] ppid=24126 vsize=10991948 memory=139958488739824 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24189/stat : 24189 (java) S 24126 24129 16770 0 -1 1077944384 13 13289 0 1 0 0 5 2 20 0 15 0 226930541 11255754752 60871 33554432000 4194304 4196468 140730427534992 140233970541728 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24190] ppid=24126 vsize=10991948 memory=1160 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24190/stat : 24190 (java) S 24126 24129 16770 0 -1 1077944384 21 13289 0 1 0 0 5 2 20 0 15 0 226930541 11255754752 60871 33554432000 4194304 4196468 140730427534992 140233903428336 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24191] ppid=24126 vsize=10991948 memory=8804 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24191/stat : 24191 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11255754752 60871 33554432000 4194304 4196468 140730427534992 140233596032976 140235259516827 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24192] ppid=24126 vsize=10991948 memory=4616 CPUtime=0.59 cores=1,3,5,7
/proc/24129/task/24192/stat : 24192 (java) S 24126 24129 16770 0 -1 1077944384 2846 13289 0 1 52 0 5 2 20 0 15 0 226930544 11255754752 60871 33554432000 4194304 4196468 140730427534992 140234683489424 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24193] ppid=24126 vsize=10991948 memory=6489695585511 CPUtime=0.58 cores=1,3,5,7
/proc/24129/task/24193/stat : 24193 (java) R 24126 24129 16770 0 -1 4202560 2359 13289 0 1 51 0 5 2 20 0 15 0 226930544 11255754752 60871 33554432000 4194304 4196468 140730427534992 140234682437960 140235237515243 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24194] ppid=24126 vsize=10991948 memory=288230621803970871 CPUtime=0.39 cores=1,3,5,7
/proc/24129/task/24194/stat : 24194 (java) S 24126 24129 16770 0 -1 1077944384 1353 13289 0 1 32 0 5 2 20 0 15 0 226930544 11255754752 60871 33554432000 4194304 4196468 140730427534992 140234681403888 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24195] ppid=24126 vsize=10991948 memory=13567093857585738 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24195/stat : 24195 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11255754752 60871 33554432000 4194304 4196468 140730427534992 140233165237088 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24196] ppid=24126 vsize=10991948 memory=12073153071324 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24196/stat : 24196 (java) S 24126 24129 16770 0 -1 1077944384 1 13289 0 1 0 0 5 2 20 0 15 0 226930544 11255754752 60871 33554432000 4194304 4196468 140730427534992 140234680351280 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 10991948 KiB
Current children cumulated memory: 243484 KiB

[startup+3.11127 s]
/proc/loadavg: 1.00 1.35 1.75 3/216 24273
/proc/meminfo: memFree=12059556/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=11004256 memory=352636 CPUtime=6.39 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 16770 0 -1 1077944320 33715 13289 0 1 612 20 5 2 20 0 15 0 226930528 11268358144 88159 33554432000 4194304 4196468 140730427534992 140730427517536 140235259498231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
/proc/24129/statm: 2751064 88159 3503 1 0 2712717 0

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

/proc/24129/task/24183/stat : 24183 (java) R 24126 24129 16770 0 -1 4202560 175846 13289 0 1 236142 82 5 2 20 0 15 0 226930538 11345952768 593183 33554432000 4194304 4196468 140730427534992 140235228471152 140234804796384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24184] ppid=24126 vsize=11080032 memory=2374272 CPUtime=12.74 cores=1,3,5,7
/proc/24129/task/24184/stat : 24184 (java) S 24126 24129 16770 0 -1 1077944384 37318 13289 0 1 1237 30 5 2 20 0 15 0 226930539 11345952768 593183 33554432000 4194304 4196468 140730427534992 140235263740944 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24185] ppid=24126 vsize=11080032 memory=2373756 CPUtime=12.77 cores=1,3,5,7
/proc/24129/task/24185/stat : 24185 (java) S 24126 24129 16770 0 -1 1077944384 44519 13289 0 1 1241 29 5 2 20 0 15 0 226930539 11345952768 593183 33554432000 4194304 4196468 140730427534992 140235118460048 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24186] ppid=24126 vsize=11080032 memory=2390092 CPUtime=12.78 cores=1,3,5,7
/proc/24129/task/24186/stat : 24186 (java) S 24126 24129 16770 0 -1 1077944384 35323 13289 0 1 1238 33 5 2 20 0 15 0 226930539 11345952768 593183 33554432000 4194304 4196468 140730427534992 140235117406992 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24187] ppid=24126 vsize=11080032 memory=2381896 CPUtime=12.78 cores=1,3,5,7
/proc/24129/task/24187/stat : 24187 (java) S 24126 24129 16770 0 -1 1077944384 34659 13289 0 1 1240 31 5 2 20 0 15 0 226930539 11345952768 593183 33554432000 4194304 4196468 140730427534992 140235116354448 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24188] ppid=24126 vsize=11080032 memory=2378380 CPUtime=6.08 cores=1,3,5,7
/proc/24129/task/24188/stat : 24188 (java) S 24126 24129 16770 0 -1 1077944384 32635 13289 0 1 572 29 5 2 20 0 15 0 226930541 11345952768 593183 33554432000 4194304 4196468 140730427534992 140234684561648 140235259509378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24189] ppid=24126 vsize=11080032 memory=2373756 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24189/stat : 24189 (java) S 24126 24129 16770 0 -1 1077944384 17 13289 0 1 0 0 5 2 20 0 15 0 226930541 11345952768 593183 33554432000 4194304 4196468 140730427534992 140233970541792 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24190] ppid=24126 vsize=11080032 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24190/stat : 24190 (java) S 24126 24129 16770 0 -1 1077944384 48 13289 0 1 0 0 5 2 20 0 15 0 226930541 11345952768 593183 33554432000 4194304 4196468 140730427534992 140233903428352 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24191] ppid=24126 vsize=11080032 memory=2373244 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24191/stat : 24191 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11345952768 593183 33554432000 4194304 4196468 140730427534992 140233596032976 140235259516827 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24192] ppid=24126 vsize=11080032 memory=2372732 CPUtime=6.36 cores=1,3,5,7
/proc/24129/task/24192/stat : 24192 (java) S 24126 24129 16770 0 -1 1077944384 70135 13289 0 1 622 7 5 2 20 0 15 0 226930544 11345952768 593183 33554432000 4194304 4196468 140730427534992 140234683509488 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24193] ppid=24126 vsize=11080032 memory=2373244 CPUtime=6.56 cores=1,3,5,7
/proc/24129/task/24193/stat : 24193 (java) S 24126 24129 16770 0 -1 1077944384 68878 13289 0 1 641 8 5 2 20 0 15 0 226930544 11345952768 593183 33554432000 4194304 4196468 140730427534992 140234682456944 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24194] ppid=24126 vsize=11080032 memory=2372732 CPUtime=2.24 cores=1,3,5,7
/proc/24129/task/24194/stat : 24194 (java) S 24126 24129 16770 0 -1 1077944384 51225 13289 0 1 210 7 5 2 20 0 15 0 226930544 11345952768 593183 33554432000 4194304 4196468 140730427534992 140234681403888 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24195] ppid=24126 vsize=11080032 memory=2372732 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24195/stat : 24195 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11345952768 593183 33554432000 4194304 4196468 140730427534992 140233165237088 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24196] ppid=24126 vsize=11080032 memory=932 CPUtime=1.74 cores=1,3,5,7
/proc/24129/task/24196/stat : 24196 (java) S 24126 24129 16770 0 -1 1077944384 4386 13289 0 1 69 98 5 2 20 0 15 0 226930544 11345952768 593183 33554432000 4194304 4196468 140730427534992 140234680351280 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
Current children cumulated CPU time: 2435.84 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2372732 KiB

[startup+2442.3 s]
/proc/loadavg: 0.63 0.71 1.00 2/194 24393
/proc/meminfo: memFree=10728760/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=11080032 memory=2346088 CPUtime=2496.92 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 16770 0 -1 1077944320 561620 13289 0 1 249353 332 5 2 20 0 15 0 226930528 11345952768 586522 33554432000 4194304 4196468 140730427534992 140730427517536 140235259498231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
/proc/24129/statm: 2770008 586522 3534 1 0 2731661 0
[pid=24129/tid=24183] ppid=24126 vsize=11080032 memory=2346600 CPUtime=2421.74 cores=1,3,5,7
/proc/24129/task/24183/stat : 24183 (java) R 24126 24129 16770 0 -1 4202560 177570 13289 0 1 242085 82 5 2 20 0 15 0 226930538 11345952768 586522 33554432000 4194304 4196468 140730427534992 140235231264048 140234806465536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24184] ppid=24126 vsize=11080032 memory=2364540 CPUtime=13.1 cores=1,3,5,7
/proc/24129/task/24184/stat : 24184 (java) S 24126 24129 16770 0 -1 1077944384 37961 13289 0 1 1272 31 5 2 20 0 15 0 226930539 11345952768 586522 33554432000 4194304 4196468 140730427534992 140235263740944 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24185] ppid=24126 vsize=11080032 memory=796 CPUtime=13.13 cores=1,3,5,7
/proc/24129/task/24185/stat : 24185 (java) S 24126 24129 16770 0 -1 1077944384 44855 13289 0 1 1277 29 5 2 20 0 15 0 226930539 11345952768 586522 33554432000 4194304 4196468 140730427534992 140235118460048 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24186] ppid=24126 vsize=11080032 memory=2353268 CPUtime=13.14 cores=1,3,5,7
/proc/24129/task/24186/stat : 24186 (java) S 24126 24129 16770 0 -1 1077944384 35732 13289 0 1 1274 33 5 2 20 0 15 0 226930539 11345952768 586522 33554432000 4194304 4196468 140730427534992 140235117406992 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24187] ppid=24126 vsize=11080032 memory=2351732 CPUtime=13.13 cores=1,3,5,7
/proc/24129/task/24187/stat : 24187 (java) S 24126 24129 16770 0 -1 1077944384 35257 13289 0 1 1275 31 5 2 20 0 15 0 226930539 11345952768 586522 33554432000 4194304 4196468 140730427534992 140235116354448 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24188] ppid=24126 vsize=11080032 memory=2351216 CPUtime=6.26 cores=1,3,5,7
/proc/24129/task/24188/stat : 24188 (java) S 24126 24129 16770 0 -1 1077944384 33027 13289 0 1 589 30 5 2 20 0 15 0 226930541 11345952768 586522 33554432000 4194304 4196468 140730427534992 140234684561648 140235259509378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24189] ppid=24126 vsize=11080032 memory=2355320 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24189/stat : 24189 (java) S 24126 24129 16770 0 -1 1077944384 17 13289 0 1 0 0 5 2 20 0 15 0 226930541 11345952768 586522 33554432000 4194304 4196468 140730427534992 140233970541792 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24190] ppid=24126 vsize=11080032 memory=2350704 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24190/stat : 24190 (java) S 24126 24129 16770 0 -1 1077944384 48 13289 0 1 0 0 5 2 20 0 15 0 226930541 11345952768 586522 33554432000 4194304 4196468 140730427534992 140233903428352 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24191] ppid=24126 vsize=11080032 memory=2349164 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24191/stat : 24191 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11345952768 586522 33554432000 4194304 4196468 140730427534992 140233596032976 140235259516827 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24192] ppid=24126 vsize=11080032 memory=2348652 CPUtime=6.36 cores=1,3,5,7
/proc/24129/task/24192/stat : 24192 (java) S 24126 24129 16770 0 -1 1077944384 70139 13289 0 1 622 7 5 2 20 0 15 0 226930544 11345952768 586522 33554432000 4194304 4196468 140730427534992 140234683509488 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24193] ppid=24126 vsize=11080032 memory=2346600 CPUtime=6.56 cores=1,3,5,7
/proc/24129/task/24193/stat : 24193 (java) S 24126 24129 16770 0 -1 1077944384 69167 13289 0 1 641 8 5 2 20 0 15 0 226930544 11345952768 586522 33554432000 4194304 4196468 140730427534992 140234682456944 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24194] ppid=24126 vsize=11080032 memory=2346088 CPUtime=2.24 cores=1,3,5,7
/proc/24129/task/24194/stat : 24194 (java) S 24126 24129 16770 0 -1 1077944384 51229 13289 0 1 210 7 5 2 20 0 15 0 226930544 11345952768 586522 33554432000 4194304 4196468 140730427534992 140234681403888 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24195] ppid=24126 vsize=11080032 memory=2346088 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24195/stat : 24195 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11345952768 586522 33554432000 4194304 4196468 140730427534992 140233165237088 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24196] ppid=24126 vsize=11080032 memory=288230621803970871 CPUtime=1.79 cores=1,3,5,7
/proc/24129/task/24196/stat : 24196 (java) S 24126 24129 16770 0 -1 1077944384 4421 13289 0 1 72 100 5 2 20 0 15 0 226930544 11345952768 586522 33554432000 4194304 4196468 140730427534992 140234680351280 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
Current children cumulated CPU time: 2496.92 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2346088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465 s]*
/proc/loadavg: 0.60 0.70 0.99 2/194 24394
/proc/meminfo: memFree=10738856/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=11080032 memory=2335844 CPUtime=2520.08 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 16770 0 -1 1077944320 564335 13289 0 1 251667 334 5 2 20 0 15 0 226930528 11345952768 583961 33554432000 4194304 4196468 140730427534992 140730427517536 140235259498231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
/proc/24129/statm: 2770008 583961 3534 1 0 2731661 0
[pid=24129/tid=24183] ppid=24126 vsize=11080032 memory=1398720917958146503 CPUtime=2444.23 cores=1,3,5,7
/proc/24129/task/24183/stat : 24183 (java) R 24126 24129 16770 0 -1 4202560 178634 13289 0 1 244334 82 5 2 20 0 15 0 226930538 11345952768 583961 33554432000 4194304 4196468 140730427534992 140235228426192 140234806466594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24184] ppid=24126 vsize=11080032 memory=4126316290023845779 CPUtime=13.23 cores=1,3,5,7
/proc/24129/task/24184/stat : 24184 (java) S 24126 24129 16770 0 -1 1077944384 38179 13289 0 1 1285 31 5 2 20 0 15 0 226930539 11345952768 583961 33554432000 4194304 4196468 140730427534992 140235263740944 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24185] ppid=24126 vsize=11080032 memory=4126316290023845779 CPUtime=13.26 cores=1,3,5,7
/proc/24129/task/24185/stat : 24185 (java) S 24126 24129 16770 0 -1 1077944384 45027 13289 0 1 1290 29 5 2 20 0 15 0 226930539 11345952768 583961 33554432000 4194304 4196468 140730427534992 140235118460048 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24186] ppid=24126 vsize=11080032 memory=6082482280609501266 CPUtime=13.27 cores=1,3,5,7
/proc/24129/task/24186/stat : 24186 (java) S 24126 24129 16770 0 -1 1077944384 35874 13289 0 1 1287 33 5 2 20 0 15 0 226930539 11345952768 583961 33554432000 4194304 4196468 140730427534992 140235117406992 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24187] ppid=24126 vsize=11080032 memory=2324508698416332896 CPUtime=13.28 cores=1,3,5,7
/proc/24129/task/24187/stat : 24187 (java) S 24126 24129 16770 0 -1 1077944384 35625 13289 0 1 1289 32 5 2 20 0 15 0 226930539 11345952768 583961 33554432000 4194304 4196468 140730427534992 140235116354448 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24188] ppid=24126 vsize=11080032 memory=7084818009581371498 CPUtime=6.33 cores=1,3,5,7
/proc/24129/task/24188/stat : 24188 (java) S 24126 24129 16770 0 -1 1077944384 33215 13289 0 1 595 31 5 2 20 0 15 0 226930541 11345952768 583961 33554432000 4194304 4196468 140730427534992 140234684561648 140235259509378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24189] ppid=24126 vsize=11080032 memory=7084818005252718698 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24189/stat : 24189 (java) S 24126 24129 16770 0 -1 1077944384 17 13289 0 1 0 0 5 2 20 0 15 0 226930541 11345952768 583961 33554432000 4194304 4196468 140730427534992 140233970541792 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24190] ppid=24126 vsize=11080032 memory=22244 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24190/stat : 24190 (java) S 24126 24129 16770 0 -1 1077944384 48 13289 0 1 0 0 5 2 20 0 15 0 226930541 11345952768 583961 33554432000 4194304 4196468 140730427534992 140233903428352 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24191] ppid=24126 vsize=11080032 memory=5866594258871599206 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24191/stat : 24191 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11345952768 583961 33554432000 4194304 4196468 140730427534992 140233596032976 140235259516827 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24192] ppid=24126 vsize=11080032 memory=7084820200048181347 CPUtime=6.37 cores=1,3,5,7
/proc/24129/task/24192/stat : 24192 (java) S 24126 24129 16770 0 -1 1077944384 70543 13289 0 1 623 7 5 2 20 0 15 0 226930544 11345952768 583961 33554432000 4194304 4196468 140730427534992 140234683509488 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24193] ppid=24126 vsize=11080032 memory=2337384 CPUtime=6.58 cores=1,3,5,7
/proc/24129/task/24193/stat : 24193 (java) S 24126 24129 16770 0 -1 1077944384 69308 13289 0 1 643 8 5 2 20 0 15 0 226930544 11345952768 583961 33554432000 4194304 4196468 140730427534992 140234682456944 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24194] ppid=24126 vsize=11080032 memory=6003387790377968491 CPUtime=2.24 cores=1,3,5,7
/proc/24129/task/24194/stat : 24194 (java) S 24126 24129 16770 0 -1 1077944384 51231 13289 0 1 210 7 5 2 20 0 15 0 226930544 11345952768 583961 33554432000 4194304 4196468 140730427534992 140234681403888 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24195] ppid=24126 vsize=11080032 memory=6003386703768019819 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24195/stat : 24195 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 15 0 226930544 11345952768 583961 33554432000 4194304 4196468 140730427534992 140233165237088 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24196] ppid=24126 vsize=11080032 memory=-2245088631185882904 CPUtime=1.8 cores=1,3,5,7
/proc/24129/task/24196/stat : 24196 (java) S 24126 24129 16770 0 -1 1077944384 4437 13289 0 1 73 100 5 2 20 0 15 0 226930544 11345952768 583961 33554432000 4194304 4196468 140730427534992 140234680351280 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2335844 KiB

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

[startup+2465.14 s]
# the end of solver process 24129 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.85 s, system=3.39238 s

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

[startup+2465.11 s]
/proc/loadavg: 0.60 0.70 0.99 2/194 24394
/proc/meminfo: memFree=10738856/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=11342184 memory=2337980 CPUtime=2520.19 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 16770 0 -1 1077944320 564474 13289 0 1 251677 335 5 2 20 0 17 0 226930528 11614396416 584495 33554432000 4194304 4196468 140730427534992 140730427517536 140235259498231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
/proc/24129/statm: 2835546 584495 3535 1 0 2797199 0
[pid=24129/tid=24183] ppid=24126 vsize=11342184 memory=2335844 CPUtime=2444.33 cores=1,3,5,7
/proc/24129/task/24183/stat : 24183 (java) R 24126 24129 16770 0 -1 4202560 178634 13289 0 1 244344 82 5 2 20 0 17 0 226930538 11614396416 584495 33554432000 4194304 4196468 140730427534992 140235228426192 140234806470379 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24184] ppid=24126 vsize=11342184 memory=1788 CPUtime=13.23 cores=1,3,5,7
/proc/24129/task/24184/stat : 24184 (java) S 24126 24129 16770 0 -1 1077944384 38179 13289 0 1 1285 31 5 2 20 0 17 0 226930539 11614396416 584495 33554432000 4194304 4196468 140730427534992 140235263740944 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24185] ppid=24126 vsize=11342184 memory=2340460 CPUtime=13.26 cores=1,3,5,7
/proc/24129/task/24185/stat : 24185 (java) S 24126 24129 16770 0 -1 1077944384 45027 13289 0 1 1290 29 5 2 20 0 17 0 226930539 11614396416 584495 33554432000 4194304 4196468 140730427534992 140235118460048 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24186] ppid=24126 vsize=11342184 memory=2337384 CPUtime=13.27 cores=1,3,5,7
/proc/24129/task/24186/stat : 24186 (java) S 24126 24129 16770 0 -1 1077944384 35874 13289 0 1 1287 33 5 2 20 0 17 0 226930539 11614396416 584495 33554432000 4194304 4196468 140730427534992 140235117406992 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24187] ppid=24126 vsize=11342184 memory=2340460 CPUtime=13.28 cores=1,3,5,7
/proc/24129/task/24187/stat : 24187 (java) S 24126 24129 16770 0 -1 1077944384 35625 13289 0 1 1289 32 5 2 20 0 17 0 226930539 11614396416 584495 33554432000 4194304 4196468 140730427534992 140235116354448 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24188] ppid=24126 vsize=11342184 memory=2335844 CPUtime=6.33 cores=1,3,5,7
/proc/24129/task/24188/stat : 24188 (java) S 24126 24129 16770 0 -1 1077944384 33215 13289 0 1 595 31 5 2 20 0 17 0 226930541 11614396416 584495 33554432000 4194304 4196468 140730427534992 140234684561648 140235259509378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24189] ppid=24126 vsize=11342184 memory=10096 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24189/stat : 24189 (java) S 24126 24129 16770 0 -1 1077944384 17 13289 0 1 0 0 5 2 20 0 17 0 226930541 11614396416 584495 33554432000 4194304 4196468 140730427534992 140233970541792 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24190] ppid=24126 vsize=11342184 memory=2335844 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24190/stat : 24190 (java) S 24126 24129 16770 0 -1 1077944384 48 13289 0 1 0 0 5 2 20 0 17 0 226930541 11614396416 584495 33554432000 4194304 4196468 140730427534992 140233903428352 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24191] ppid=24126 vsize=11342184 memory=2336356 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24191/stat : 24191 (java) S 24126 24129 16770 0 -1 1077944384 75 13289 0 1 0 0 5 2 20 0 17 0 226930544 11614396416 584495 33554432000 4194304 4196468 140730427534992 140233596032976 140235259516827 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24192] ppid=24126 vsize=11342184 memory=0 CPUtime=6.37 cores=1,3,5,7
/proc/24129/task/24192/stat : 24192 (java) S 24126 24129 16770 0 -1 1077944384 70543 13289 0 1 623 7 5 2 20 0 17 0 226930544 11614396416 584495 33554432000 4194304 4196468 140730427534992 140234683509488 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24193] ppid=24126 vsize=11342184 memory=2335844 CPUtime=6.58 cores=1,3,5,7
/proc/24129/task/24193/stat : 24193 (java) S 24126 24129 16770 0 -1 1077944384 69308 13289 0 1 643 8 5 2 20 0 17 0 226930544 11614396416 584495 33554432000 4194304 4196468 140730427534992 140234682456944 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24194] ppid=24126 vsize=11342184 memory=2335844 CPUtime=2.24 cores=1,3,5,7
/proc/24129/task/24194/stat : 24194 (java) S 24126 24129 16770 0 -1 1077944384 51231 13289 0 1 210 7 5 2 20 0 17 0 226930544 11614396416 584495 33554432000 4194304 4196468 140730427534992 140234681403888 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24195] ppid=24126 vsize=11342184 memory=2339436 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24195/stat : 24195 (java) S 24126 24129 16770 0 -1 1077944384 3 13289 0 1 0 0 5 2 20 0 17 0 226930544 11614396416 584495 33554432000 4194304 4196468 140730427534992 140233165237088 140235259508437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
[pid=24129/tid=24196] ppid=24126 vsize=11342184 memory=2339436 CPUtime=1.8 cores=1,3,5,7
/proc/24129/task/24196/stat : 24196 (java) S 24126 24129 16770 0 -1 1077944384 4437 13289 0 1 73 100 5 2 20 0 17 0 226930544 11614396416 584495 33554432000 4194304 4196468 140730427534992 140234680351280 140235259509378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16977920 140730427542115 140730427544924 140730427544924 140730427547599 0
Current children cumulated CPU time: 2520.19 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 2337980 KiB

Child status: 143
Real time (s): 2465.14
CPU time (s): 2520.25
CPU user time (s): 2516.85
CPU system time (s): 3.39238
CPU usage (%): 102.235
Max. virtual memory (cumulated for all children) (KiB): 11342184
Max. memory (cumulated for all children) (KiB): 3183916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.85
system time used= 3.39238
maximum resident set size= 3183916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 578475
page faults= 1
swaps= 0
block input operations= 8
block output operations= 3328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115009
involuntary context switches= 4197


# summary of solver processes directly reported to runsolver:
#   pid: 24129
#   total CPU time (s): 2520.25
#   total CPU user time (s): 2516.85
#   total CPU system time (s): 3.39238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3698 second user time and 23.9451 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-12 19:07:53
IDJOB=4304468
IDBENCH=141308
IDSOLVER=2781
FILE ID=node139/4304468-1534093673
RUNJOBID= node139-1534093673-24111
PBS_JOBID= 21036974
Free space on /tmp= 28404 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304468-1534093673/watcher-4304468-1534093673 -o /tmp/evaluation-result-4304468-1534093673/solver-4304468-1534093673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534093673-24111 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1118475520 -superng HOME/instance-4304468-1534093673.xml

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=1118475520

node139.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.80
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.80
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.80
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.80
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:        13049000 kB
MemAvailable:   31901380 kB
Buffers:          233324 kB
Cached:         18586916 kB
SwapCached:            0 kB
Active:          7720364 kB
Inactive:       11157056 kB
Active(anon):      10060 kB
Inactive(anon):    99916 kB
Active(file):    7710304 kB
Inactive(file): 11057140 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             47884 kB
Writeback:             0 kB
AnonPages:         57680 kB
Mapped:            61964 kB
Shmem:             49804 kB
Slab:             540932 kB
SReclaimable:     513396 kB
SUnreclaim:        27536 kB
KernelStack:        3216 kB
PageTables:         4656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 28380 MiB
End job on node139 at 2018-08-12 19:48:59