Trace number 4304459

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)77 2520.58 2456.09

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark2520.58
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
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.98/0.74	c Concrete v3.9.2.1532736233296 running
245.62/203.03	o 44
246.12/203.40	o 46
257.31/213.98	o 48
264.36/220.84	o 49
267.64/224.04	o 50
324.31/280.17	o 51
368.15/323.54	o 53
371.01/326.33	o 55
373.67/328.98	o 57
396.80/351.82	o 58
422.76/377.47	o 59
565.18/519.09	o 61
565.81/519.62	o 62
617.24/570.78	o 64
703.71/656.62	o 65
737.11/689.82	o 66
791.47/743.86	o 67
863.20/815.07	o 69
1304.19/1253.69	o 70
1420.17/1369.07	o 71
1426.07/1374.90	o 73
1814.63/1759.82	o 74
1981.27/1924.49	o 75
2048.60/1990.97	o 76
2057.55/1999.76	o 77
2520.48/2456.04	Exception in thread "main" java.util.concurrent.TimeoutException
2520.48/2456.04		at concrete.MAC.mac(MAC.scala:188)
2520.48/2456.04		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.48/2456.04		at scala.util.Try$.apply(Try.scala:209)
2520.48/2456.04		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.48/2456.04		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.48/2456.04		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.48/2456.04		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.48/2456.04		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.48/2456.04		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.48/2456.04		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.48/2456.04		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.48/2456.04		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.48/2456.04		at concrete.MAC.oneRun(MAC.scala:253)
2520.48/2456.04		at concrete.MAC.nextSolution(MAC.scala:272)
2520.48/2456.04		at concrete.MAC.nextSolution(MAC.scala:355)
2520.48/2456.04		at concrete.Solver.hasNext(Solver.scala:166)
2520.48/2456.04		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.48/2456.04		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.48/2456.04		at concrete.Solver.foreach(Solver.scala:68)
2520.48/2456.04		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.48/2456.04		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.48/2456.04		at scala.util.Success.map(Try.scala:209)
2520.48/2456.04		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.48/2456.04		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.48/2456.04		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.48/2456.04		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.48/2456.04		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.48/2456.04		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.48/2456.04		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.48/2456.04		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.48/2456.04		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.48/2456.04		at scala.collection.immutable.List.foreach(List.scala:389)
2520.48/2456.04		at scala.App.main(App.scala:76)
2520.48/2456.04		at scala.App.main$(App.scala:74)
2520.48/2456.04		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.48/2456.04		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.48/2456.05	v <instantiation cost="77">
2520.48/2456.05	v       <list>
2520.48/2456.05	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] r[7][0] r[7][1] r[7][2] r[7][3] r[8][0] r[8][1] r[8][2] r[8][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] c[7][0] c[7][1] c[7][2] c[7][3] c[8][0] c[8][1] c[8][2] c[8][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] pr[7][0] pr[7][1] pr[7][2] pr[7][3] pr[8][0] pr[8][1] pr[8][2] pr[8][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] pc[7][0] pc[7][1] pc[7][2] pc[7][3] pc[8][0] pc[8][1] pc[8][2] pc[8][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] br[7][0] br[7][1] br[7][2] br[7][3] br[8][0] br[8][1] br[8][2] br[8][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] bc[7][0] bc[7][1] bc[7][2] bc[7][3] bc[8][0] bc[8][1] bc[8][2] bc[8][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
2520.48/2456.05	v       </list>
2520.48/2456.05	v       <values>
2520.48/2456.05	v         80340 0 42585 14554 1 80340 39922 -1 3500 823 -1 -1 39966 74473 36360 -1 38523 2999 -1 -1 13926 75756 65988 -1 0 6049 6049 51941 39496 -1 -1 -1 83383 -1 -1 -1 80342 10260 83087 -1 2999 34914 39040 -1 0 72852 -1 -1 82349 823 34390 -1 42585 50027 6255 -1 39833 48637 48812 -1 13926 17342 -1 -1 36360 44898 -1 -1 79223 3500 -1 -1 0 2 4 6 0 3 5 -1 0 6 -1 -1 0 2 4 -1 1 7 -1 -1 0 5 8 -1 0 2 4 6 1 -1 -1 -1 0 -1 -1 -1 0 5 8 -1 1 4 7 -1 0 2 -1 -1 1 4 7 -1 0 2 6 -1 1 3 7 -1 0 5 -1 -1 0 6 -1 -1 0 3 -1 -1 0 0 0 3 0 0 4 0 5 0 0 0 0 0 5 0 5 0 0 0 4 0 0 0 0 0 0 3 8 0 0 0 8 0 0 0 4 0 0 0 0 0 0 0 0 7 0 0 0 0 0 0 0 3 0 0 0 0 0 0 4 4 0 0 5 0 0 0 0 5 0 0 21 26 0 26 12 26 2 8 20 0 0 26 21 26 10 8 13 6 0 13 18 14 13 26 0 3 26 11 26 19 26 8 13 3 8 0 26 8 17 0 11 0 26 0 13 2 8 0 3 26 19 2 26 18 0 26 1 26 1 26 14 12 14 26 9 14 7 0 13 18 4 13 25 0 13 25 8 1 0 17 26
2520.48/2456.05	v       </values>
2520.48/2456.05	v     </instantiation>
2520.48/2456.05	s SATISFIABLE

Verifier Data

OK	77

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304459-1534091765/watcher-4304459-1534091765 -o /tmp/evaluation-result-4304459-1534091765/solver-4304459-1534091765 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20600 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=332310205 HOME/instance-4304459-1534091765.xml 

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

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


[startup+0.10009 s]*
/proc/loadavg: 1.80 1.70 1.70 3/206 25668
/proc/meminfo: memFree=9345840/32770624 swapFree=67108496/67108860
[pid=25611] ppid=25608 vsize=10005480 memory=17072 CPUtime=0.09 cores=0,2,4,6
/proc/25611/stat : 25611 (java) S 25608 25611 20569 0 -1 1077944320 4414 12980 0 0 1 1 5 2 20 0 6 0 226739769 10245611520 4268 33554432000 4194304 4196468 140721495102608 140721495085152 140114737766135 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
/proc/25611/statm: 2501370 4268 1934 1 0 2489808 0
[pid=25611/tid=25664] ppid=25608 vsize=10005480 memory=4279135703946853774 CPUtime=0.08 cores=0,2,4,6
/proc/25611/task/25664/stat : 25664 (java) R 25608 25611 20569 0 -1 4202560 2225 12980 0 0 1 0 5 2 20 0 6 0 226739778 10245611520 4268 33554432000 4194304 4196468 140721495102608 140114709602896 140114721846622 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25665] ppid=25608 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25665/stat : 25665 (java) S 25608 25611 20569 0 -1 1077944384 2 12980 0 0 0 0 5 2 20 0 6 0 226739779 10245611520 4268 33554432000 4194304 4196468 140721495102608 140114742008592 140114737776341 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25666] ppid=25608 vsize=10005480 memory=140114510845568 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25666/stat : 25666 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 6 0 226739779 10245611520 4268 33554432000 4194304 4196468 140721495102608 140114596727696 140114737776341 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25667] ppid=25608 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25667/stat : 25667 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 6 0 226739779 10245611520 4268 33554432000 4194304 4196468 140721495102608 140114595675152 140114737776341 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25668] ppid=25608 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25668/stat : 25668 (java) S 25608 25611 20569 0 -1 1077944384 2 12980 0 0 0 0 5 2 20 0 6 0 226739779 10245611520 4268 33554432000 4194304 4196468 140721495102608 140114594622608 140114737776341 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17072 KiB

[startup+0.20988 s]*
/proc/loadavg: 1.80 1.70 1.70 3/215 25677
/proc/meminfo: memFree=9323952/32770624 swapFree=67108496/67108860
[pid=25611] ppid=25608 vsize=10982744 memory=44712 CPUtime=0.25 cores=0,2,4,6
/proc/25611/stat : 25611 (java) S 25608 25611 20569 0 -1 1077944320 7878 12980 0 0 16 2 5 2 20 0 15 0 226739769 11246329856 11178 33554432000 4194304 4196468 140721495102608 140721495085152 140114737766135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
/proc/25611/statm: 2745686 11178 2950 1 0 2708109 0
[pid=25611/tid=25664] ppid=25608 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/25611/task/25664/stat : 25664 (java) R 25608 25611 20569 0 -1 4202560 4470 12980 0 0 10 1 5 2 20 0 15 0 226739778 11246329856 11178 33554432000 4194304 4196468 140721495102608 140114709562176 140114718041842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25665] ppid=25608 vsize=10982744 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25665/stat : 25665 (java) S 25608 25611 20569 0 -1 1077944384 2 12980 0 0 0 0 5 2 20 0 15 0 226739779 11246329856 11178 33554432000 4194304 4196468 140721495102608 140114742008592 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25666] ppid=25608 vsize=10982744 memory=288370490662557312 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25666/stat : 25666 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739779 11246329856 11178 33554432000 4194304 4196468 140721495102608 140114596727696 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25667] ppid=25608 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25667/stat : 25667 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739779 11246329856 11244 33554432000 4194304 4196468 140721495102608 140114595675152 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25668] ppid=25608 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25668/stat : 25668 (java) S 25608 25611 20569 0 -1 1077944384 2 12980 0 0 0 0 5 2 20 0 15 0 226739779 11246329856 11244 33554432000 4194304 4196468 140721495102608 140114594622608 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25669] ppid=25608 vsize=10982744 memory=140114510845568 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25669/stat : 25669 (java) S 25608 25611 20569 0 -1 1077944384 2 12980 0 0 0 0 5 2 20 0 15 0 226739780 11246329856 11244 33554432000 4194304 4196468 140721495102608 140113707247600 140114737777282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25670] ppid=25608 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25670/stat : 25670 (java) S 25608 25611 20569 0 -1 1077944384 13 12980 0 0 0 0 5 2 20 0 15 0 226739781 11246329856 11244 33554432000 4194304 4196468 140721495102608 140113577239456 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25671] ppid=25608 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25671/stat : 25671 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739781 11246329856 11244 33554432000 4194304 4196468 140721495102608 140113375912944 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25672] ppid=25608 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25672/stat : 25672 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739783 11246329856 11244 33554432000 4194304 4196468 140721495102608 140113068513488 140114737784731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25673] ppid=25608 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25611/task/25673/stat : 25673 (java) S 25608 25611 20569 0 -1 1077944384 370 12980 0 0 1 0 5 2 20 0 15 0 226739783 11246329856 11244 33554432000 4194304 4196468 140721495102608 140113706195440 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25674] ppid=25608 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25674/stat : 25674 (java) S 25608 25611 20569 0 -1 1077944384 264 12980 0 0 0 0 5 2 20 0 15 0 226739783 11246329856 11244 33554432000 4194304 4196468 140721495102608 140113705142896 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25675] ppid=25608 vsize=10982744 memory=140114510845568 CPUtime=0.1 cores=0,2,4,6
/proc/25611/task/25675/stat : 25675 (java) S 25608 25611 20569 0 -1 1077944384 605 12980 0 0 3 0 5 2 20 0 15 0 226739783 11246329856 11244 33554432000 4194304 4196468 140721495102608 140113704090352 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25676] ppid=25608 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25676/stat : 25676 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739784 11246329856 11244 33554432000 4194304 4196468 140721495102608 140112637717600 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25677] ppid=25608 vsize=10982744 memory=140114510845568 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25677/stat : 25677 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739784 11246329856 11244 33554432000 4194304 4196468 140721495102608 140113703037232 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44712 KiB

[startup+0.310185 s]*
/proc/loadavg: 1.80 1.70 1.70 3/215 25677
/proc/meminfo: memFree=9312664/32770624 swapFree=67108496/67108860
[pid=25611] ppid=25608 vsize=10983192 memory=55880 CPUtime=0.38 cores=0,2,4,6
/proc/25611/stat : 25611 (java) S 25608 25611 20569 0 -1 1077944320 10477 12980 0 0 28 3 5 2 20 0 15 0 226739769 11246788608 13970 33554432000 4194304 4196468 140721495102608 140721495085152 140114737766135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
/proc/25611/statm: 2745798 13970 3095 1 0 2708109 0
[pid=25611/tid=25664] ppid=25608 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/25611/task/25664/stat : 25664 (java) R 25608 25611 20569 0 -1 4202560 7007 12980 0 0 19 2 5 2 20 0 15 0 226739778 11246788608 13970 33554432000 4194304 4196468 140721495102608 140114709578144 140114737788061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25665] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25665/stat : 25665 (java) S 25608 25611 20569 0 -1 1077944384 2 12980 0 0 0 0 5 2 20 0 15 0 226739779 11246788608 13970 33554432000 4194304 4196468 140721495102608 140114742008592 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25666] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25666/stat : 25666 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739779 11246788608 13970 33554432000 4194304 4196468 140721495102608 140114596727696 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25667] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25667/stat : 25667 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739779 11246788608 13970 33554432000 4194304 4196468 140721495102608 140114595675152 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25668] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25668/stat : 25668 (java) S 25608 25611 20569 0 -1 1077944384 2 12980 0 0 0 0 5 2 20 0 15 0 226739779 11246788608 13970 33554432000 4194304 4196468 140721495102608 140114594622608 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25669] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25669/stat : 25669 (java) S 25608 25611 20569 0 -1 1077944384 2 12980 0 0 0 0 5 2 20 0 15 0 226739780 11246788608 13970 33554432000 4194304 4196468 140721495102608 140113707247600 140114737777282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25670] ppid=25608 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25670/stat : 25670 (java) S 25608 25611 20569 0 -1 1077944384 13 12980 0 0 0 0 5 2 20 0 15 0 226739781 11246788608 13970 33554432000 4194304 4196468 140721495102608 140113577239456 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25671] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25671/stat : 25671 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739781 11246788608 13970 33554432000 4194304 4196468 140721495102608 140113375912944 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25672] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25672/stat : 25672 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739783 11246788608 13970 33554432000 4194304 4196468 140721495102608 140113068513488 140114737784731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25673] ppid=25608 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25611/task/25673/stat : 25673 (java) S 25608 25611 20569 0 -1 1077944384 370 12980 0 0 2 0 5 2 20 0 15 0 226739783 11246788608 13970 33554432000 4194304 4196468 140721495102608 140113706195440 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25674] ppid=25608 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25611/task/25674/stat : 25674 (java) S 25608 25611 20569 0 -1 1077944384 267 12980 0 0 1 0 5 2 20 0 15 0 226739783 11246788608 13970 33554432000 4194304 4196468 140721495102608 140113705142896 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25675] ppid=25608 vsize=10983192 memory=140114510845568 CPUtime=0.11 cores=0,2,4,6
/proc/25611/task/25675/stat : 25675 (java) S 25608 25611 20569 0 -1 1077944384 615 12980 0 0 4 0 5 2 20 0 15 0 226739783 11246788608 13970 33554432000 4194304 4196468 140721495102608 140113704090352 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25676] ppid=25608 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25676/stat : 25676 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739784 11246788608 13970 33554432000 4194304 4196468 140721495102608 140112637717600 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25677] ppid=25608 vsize=10983192 memory=140114510845568 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25677/stat : 25677 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739784 11246788608 13970 33554432000 4194304 4196468 140721495102608 140113703037232 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55880 KiB

[startup+0.70075 s]
/proc/loadavg: 1.80 1.70 1.70 3/215 25677
/proc/meminfo: memFree=9301624/32770624 swapFree=67108496/67108860
[pid=25611] ppid=25608 vsize=10983192 memory=88332 CPUtime=0.98 cores=0,2,4,6
/proc/25611/stat : 25611 (java) S 25608 25611 20569 0 -1 1077944320 16771 12980 0 0 87 4 5 2 20 0 15 0 226739769 11246788608 22083 33554432000 4194304 4196468 140721495102608 140721495085152 140114737766135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
/proc/25611/statm: 2745798 22083 3242 1 0 2708109 0
[pid=25611/tid=25664] ppid=25608 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25611/task/25664/stat : 25664 (java) R 25608 25611 20569 0 -1 4202560 12262 12980 0 0 56 3 5 2 20 0 15 0 226739778 11246788608 22083 33554432000 4194304 4196468 140721495102608 140114709586960 140114721846622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25665] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25665/stat : 25665 (java) S 25608 25611 20569 0 -1 1077944384 2 12980 0 0 0 0 5 2 20 0 15 0 226739779 11246788608 22083 33554432000 4194304 4196468 140721495102608 140114742008592 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25666] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25666/stat : 25666 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739779 11246788608 22083 33554432000 4194304 4196468 140721495102608 140114596727696 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25667] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25667/stat : 25667 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739779 11246788608 22083 33554432000 4194304 4196468 140721495102608 140114595675152 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25668] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25668/stat : 25668 (java) S 25608 25611 20569 0 -1 1077944384 2 12980 0 0 0 0 5 2 20 0 15 0 226739779 11246788608 22083 33554432000 4194304 4196468 140721495102608 140114594622608 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25669] ppid=25608 vsize=10983192 memory=5788078056070932311 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25669/stat : 25669 (java) S 25608 25611 20569 0 -1 1077944384 6 12980 0 0 0 0 5 2 20 0 15 0 226739780 11246788608 22083 33554432000 4194304 4196468 140721495102608 140113707247600 140114737777282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25670] ppid=25608 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25670/stat : 25670 (java) S 25608 25611 20569 0 -1 1077944384 13 12980 0 0 0 0 5 2 20 0 15 0 226739781 11246788608 22083 33554432000 4194304 4196468 140721495102608 140113577239456 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25671] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25671/stat : 25671 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739781 11246788608 22083 33554432000 4194304 4196468 140721495102608 140113375912944 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25672] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25672/stat : 25672 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739783 11246788608 22083 33554432000 4194304 4196468 140721495102608 140113068513488 140114737784731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25673] ppid=25608 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/25611/task/25673/stat : 25673 (java) S 25608 25611 20569 0 -1 1077944384 719 12980 0 0 7 0 5 2 20 0 15 0 226739783 11246788608 22083 33554432000 4194304 4196468 140721495102608 140113706195440 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25674] ppid=25608 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/25611/task/25674/stat : 25674 (java) S 25608 25611 20569 0 -1 1077944384 860 12980 0 0 9 0 5 2 20 0 15 0 226739783 11246788608 22083 33554432000 4194304 4196468 140721495102608 140113705142896 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25675] ppid=25608 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/25611/task/25675/stat : 25675 (java) R 25608 25611 20569 0 -1 4202560 708 12980 0 0 13 0 5 2 20 0 15 0 226739783 11246788608 22083 33554432000 4194304 4196468 140721495102608 140113704090352 140114737778070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25676] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25676/stat : 25676 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739784 11246788608 22147 33554432000 4194304 4196468 140721495102608 140112637717600 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25677] ppid=25608 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25677/stat : 25677 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739784 11246788608 22147 33554432000 4194304 4196468 140721495102608 140113703037232 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88332 KiB

[startup+1.50152 s]
/proc/loadavg: 1.82 1.70 1.70 3/215 25677
/proc/meminfo: memFree=9256876/32770624 swapFree=67108496/67108860
[pid=25611] ppid=25608 vsize=10993712 memory=307396 CPUtime=2.86 cores=0,2,4,6
/proc/25611/stat : 25611 (java) S 25608 25611 20569 0 -1 1077944320 26104 12980 0 0 266 13 5 2 20 0 15 0 226739769 11257561088 76849 33554432000 4194304 4196468 140721495102608 140721495085152 140114737766135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
/proc/25611/statm: 2748428 76849 3456 1 0 2710086 0
[pid=25611/tid=25664] ppid=25608 vsize=10993712 memory=4951091520830867572 CPUtime=1.43 cores=0,2,4,6
/proc/25611/task/25664/stat : 25664 (java) R 25608 25611 20569 0 -1 4202560 15019 12980 0 0 129 7 5 2 20 0 15 0 226739778 11257561088 76849 33554432000 4194304 4196468 140721495102608 140114709599360 140114268474322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25665] ppid=25608 vsize=10993712 memory=4134606225630022328 CPUtime=0.08 cores=0,2,4,6
/proc/25611/task/25665/stat : 25665 (java) S 25608 25611 20569 0 -1 1077944384 47 12980 0 0 1 0 5 2 20 0 15 0 226739779 11257561088 76849 33554432000 4194304 4196468 140721495102608 140114742008592 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25666] ppid=25608 vsize=10993712 memory=-5153075247926373247 CPUtime=0.09 cores=0,2,4,6
/proc/25611/task/25666/stat : 25666 (java) S 25608 25611 20569 0 -1 1077944384 255 12980 0 0 1 1 5 2 20 0 15 0 226739779 11257561088 76849 33554432000 4194304 4196468 140721495102608 140114596727696 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25667] ppid=25608 vsize=10993712 memory=-7306474400875321757 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25667/stat : 25667 (java) S 25608 25611 20569 0 -1 1077944384 12 12980 0 0 0 0 5 2 20 0 15 0 226739779 11257561088 76849 33554432000 4194304 4196468 140721495102608 140114595675152 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25668] ppid=25608 vsize=10993712 memory=148640 CPUtime=0.09 cores=0,2,4,6
/proc/25611/task/25668/stat : 25668 (java) S 25608 25611 20569 0 -1 1077944384 50 12980 0 0 1 1 5 2 20 0 15 0 226739779 11257561088 76849 33554432000 4194304 4196468 140721495102608 140114594622608 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25669] ppid=25608 vsize=10993712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25669/stat : 25669 (java) S 25608 25611 20569 0 -1 1077944384 93 12980 0 0 0 0 5 2 20 0 15 0 226739780 11257561088 76849 33554432000 4194304 4196468 140721495102608 140113707247600 140114737777282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25670] ppid=25608 vsize=10993712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25670/stat : 25670 (java) S 25608 25611 20569 0 -1 1077944384 13 12980 0 0 0 0 5 2 20 0 15 0 226739781 11257561088 76849 33554432000 4194304 4196468 140721495102608 140113577239456 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25671] ppid=25608 vsize=10993712 memory=280228765172000 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25671/stat : 25671 (java) S 25608 25611 20569 0 -1 1077944384 2 12980 0 0 0 0 5 2 20 0 15 0 226739781 11257561088 76849 33554432000 4194304 4196468 140721495102608 140113375912944 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25672] ppid=25608 vsize=10993712 memory=280228765586944 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25672/stat : 25672 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739783 11257561088 76849 33554432000 4194304 4196468 140721495102608 140113068513488 140114737784731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25673] ppid=25608 vsize=10993712 memory=140114382595712 CPUtime=0.56 cores=0,2,4,6
/proc/25611/task/25673/stat : 25673 (java) R 25608 25611 20569 0 -1 4202560 3786 12980 0 0 48 1 5 2 20 0 15 0 226739783 11257561088 76849 33554432000 4194304 4196468 140721495102608 140113706179912 140114719309430 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25674] ppid=25608 vsize=10993712 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/25611/task/25674/stat : 25674 (java) R 25608 25611 20569 0 -1 4202560 3203 12980 0 0 48 0 5 2 20 0 15 0 226739783 11257561088 76849 33554432000 4194304 4196468 140721495102608 140113705142032 140114718141184 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25675] ppid=25608 vsize=10993712 memory=1128 CPUtime=0.4 cores=0,2,4,6
/proc/25611/task/25675/stat : 25675 (java) S 25608 25611 20569 0 -1 1077944384 1428 12980 0 0 33 0 5 2 20 0 15 0 226739783 11257561088 76849 33554432000 4194304 4196468 140721495102608 140113704090352 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25676] ppid=25608 vsize=10993712 memory=15188 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25676/stat : 25676 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739784 11257561088 76849 33554432000 4194304 4196468 140721495102608 140112637717600 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25677] ppid=25608 vsize=10993712 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25677/stat : 25677 (java) S 25608 25611 20569 0 -1 1077944384 1 12980 0 0 0 0 5 2 20 0 15 0 226739784 11257561088 76849 33554432000 4194304 4196468 140721495102608 140113703037232 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 10993712 KiB

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

/proc/25611/task/25666/stat : 25666 (java) S 25608 25611 20569 0 -1 1077944384 49509 12980 0 0 1509 64 5 2 20 0 15 0 226739779 11278843904 1011864 33554432000 4194304 4196468 140721495102608 140114596727696 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25667] ppid=25608 vsize=11014496 memory=4050020 CPUtime=15.76 cores=0,2,4,6
/proc/25611/task/25667/stat : 25667 (java) S 25608 25611 20569 0 -1 1077944384 58688 12980 0 0 1508 61 5 2 20 0 15 0 226739779 11278843904 1011864 33554432000 4194304 4196468 140721495102608 140114595675152 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25668] ppid=25608 vsize=11014496 memory=4048996 CPUtime=15.78 cores=0,2,4,6
/proc/25611/task/25668/stat : 25668 (java) S 25608 25611 20569 0 -1 1077944384 60962 12980 0 0 1505 66 5 2 20 0 15 0 226739779 11278843904 1011864 33554432000 4194304 4196468 140721495102608 140114594622608 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25669] ppid=25608 vsize=11014496 memory=4047456 CPUtime=3.09 cores=0,2,4,6
/proc/25611/task/25669/stat : 25669 (java) S 25608 25611 20569 0 -1 1077944384 31821 12980 0 0 290 12 5 2 20 0 15 0 226739780 11278843904 1011864 33554432000 4194304 4196468 140721495102608 140113707247600 140114737777282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25670] ppid=25608 vsize=11014496 memory=4047456 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25670/stat : 25670 (java) S 25608 25611 20569 0 -1 1077944384 29 12980 0 0 0 0 5 2 20 0 15 0 226739781 11278843904 1011864 33554432000 4194304 4196468 140721495102608 140113577239520 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25671] ppid=25608 vsize=11014496 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25671/stat : 25671 (java) S 25608 25611 20569 0 -1 1077944384 9 12980 0 0 0 0 5 2 20 0 15 0 226739781 11278843904 1011864 33554432000 4194304 4196468 140721495102608 140113375912960 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25672] ppid=25608 vsize=11014496 memory=808 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25672/stat : 25672 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739783 11278843904 1011864 33554432000 4194304 4196468 140721495102608 140113068513488 140114737784731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25673] ppid=25608 vsize=11014496 memory=4047456 CPUtime=6.42 cores=0,2,4,6
/proc/25611/task/25673/stat : 25673 (java) S 25608 25611 20569 0 -1 1077944384 53796 12980 0 0 628 7 5 2 20 0 15 0 226739783 11278843904 1011864 33554432000 4194304 4196468 140721495102608 140113706195440 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25674] ppid=25608 vsize=11014496 memory=4053612 CPUtime=6.52 cores=0,2,4,6
/proc/25611/task/25674/stat : 25674 (java) S 25608 25611 20569 0 -1 1077944384 56817 12980 0 0 638 7 5 2 20 0 15 0 226739783 11278843904 1011864 33554432000 4194304 4196468 140721495102608 140113705142896 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25675] ppid=25608 vsize=11014496 memory=1224 CPUtime=2.17 cores=0,2,4,6
/proc/25611/task/25675/stat : 25675 (java) S 25608 25611 20569 0 -1 1077944384 54827 12980 0 0 203 7 5 2 20 0 15 0 226739783 11278843904 1011864 33554432000 4194304 4196468 140721495102608 140113704090352 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25676] ppid=25608 vsize=11014496 memory=4047456 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25676/stat : 25676 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739784 11278843904 1011864 33554432000 4194304 4196468 140721495102608 140112637717600 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25677] ppid=25608 vsize=11014496 memory=3872 CPUtime=1.62 cores=0,2,4,6
/proc/25611/task/25677/stat : 25677 (java) S 25608 25611 20569 0 -1 1077944384 2828 12980 0 0 81 74 5 2 20 0 15 0 226739784 11278843904 1011864 33554432000 4194304 4196468 140721495102608 140113703037232 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
Current children cumulated CPU time: 2445.55 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 4047456 KiB

[startup+2442.3 s]
/proc/loadavg: 1.01 1.31 1.44 3/214 25903
/proc/meminfo: memFree=6451092/32770624 swapFree=67108496/67108860
[pid=25611] ppid=25608 vsize=11014496 memory=4030012 CPUtime=2506.55 cores=0,2,4,6
/proc/25611/stat : 25611 (java) S 25608 25611 20569 0 -1 1077944320 852511 12980 0 0 250208 440 5 2 20 0 15 0 226739769 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140721495085152 140114737766135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
/proc/25611/statm: 2753624 1007503 3529 1 0 2715277 0
[pid=25611/tid=25664] ppid=25608 vsize=11014496 memory=4032580 CPUtime=2422.74 cores=0,2,4,6
/proc/25611/task/25664/stat : 25664 (java) R 25608 25611 20569 0 -1 4202560 407671 12980 0 0 242175 92 5 2 20 0 15 0 226739778 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140114704432176 140114277102948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25665] ppid=25608 vsize=11014496 memory=4035656 CPUtime=16.05 cores=0,2,4,6
/proc/25611/task/25665/stat : 25665 (java) S 25608 25611 20569 0 -1 1077944384 63654 12980 0 0 1536 62 5 2 20 0 15 0 226739779 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140114742008592 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25666] ppid=25608 vsize=11014496 memory=4034632 CPUtime=16.11 cores=0,2,4,6
/proc/25611/task/25666/stat : 25666 (java) S 25608 25611 20569 0 -1 1077944384 50960 12980 0 0 1540 64 5 2 20 0 15 0 226739779 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140114596727696 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25667] ppid=25608 vsize=11014496 memory=4033604 CPUtime=16.06 cores=0,2,4,6
/proc/25611/task/25667/stat : 25667 (java) S 25608 25611 20569 0 -1 1077944384 59334 12980 0 0 1538 61 5 2 20 0 15 0 226739779 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140114595675152 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25668] ppid=25608 vsize=11014496 memory=4033092 CPUtime=16.08 cores=0,2,4,6
/proc/25611/task/25668/stat : 25668 (java) S 25608 25611 20569 0 -1 1077944384 61933 12980 0 0 1535 66 5 2 20 0 15 0 226739779 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140114594622608 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25669] ppid=25608 vsize=11014496 memory=4031040 CPUtime=3.21 cores=0,2,4,6
/proc/25611/task/25669/stat : 25669 (java) S 25608 25611 20569 0 -1 1077944384 32161 12980 0 0 301 13 5 2 20 0 15 0 226739780 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140113707247600 140114737777282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25670] ppid=25608 vsize=11014496 memory=4030528 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25670/stat : 25670 (java) S 25608 25611 20569 0 -1 1077944384 29 12980 0 0 0 0 5 2 20 0 15 0 226739781 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140113577239520 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25671] ppid=25608 vsize=11014496 memory=4036168 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25671/stat : 25671 (java) S 25608 25611 20569 0 -1 1077944384 9 12980 0 0 0 0 5 2 20 0 15 0 226739781 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140113375912960 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25672] ppid=25608 vsize=11014496 memory=4030528 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25672/stat : 25672 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739783 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140113068513488 140114737784731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25673] ppid=25608 vsize=11014496 memory=4030012 CPUtime=6.47 cores=0,2,4,6
/proc/25611/task/25673/stat : 25673 (java) S 25608 25611 20569 0 -1 1077944384 57830 12980 0 0 633 7 5 2 20 0 15 0 226739783 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140113706195440 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25674] ppid=25608 vsize=11014496 memory=4031552 CPUtime=6.52 cores=0,2,4,6
/proc/25611/task/25674/stat : 25674 (java) S 25608 25611 20569 0 -1 1077944384 57837 12980 0 0 638 7 5 2 20 0 15 0 226739783 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140113705142896 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25675] ppid=25608 vsize=11014496 memory=4031040 CPUtime=2.18 cores=0,2,4,6
/proc/25611/task/25675/stat : 25675 (java) S 25608 25611 20569 0 -1 1077944384 56008 12980 0 0 204 7 5 2 20 0 15 0 226739783 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140113704090352 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25676] ppid=25608 vsize=11014496 memory=4031040 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25676/stat : 25676 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739784 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140112637717600 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25677] ppid=25608 vsize=11014496 memory=4031040 CPUtime=1.65 cores=0,2,4,6
/proc/25611/task/25677/stat : 25677 (java) S 25608 25611 20569 0 -1 1077944384 2890 12980 0 0 83 75 5 2 20 0 15 0 226739784 11278843904 1007503 33554432000 4194304 4196468 140721495102608 140113703037232 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
Current children cumulated CPU time: 2506.55 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 4030012 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2455.6 s]
/proc/loadavg: 0.94 1.29 1.43 3/214 25903
/proc/meminfo: memFree=6455688/32770624 swapFree=67108496/67108860
[pid=25611] ppid=25608 vsize=11014496 memory=4024884 CPUtime=2520.06 cores=0,2,4,6
/proc/25611/stat : 25611 (java) S 25608 25611 20569 0 -1 1077944320 859017 12980 0 0 251558 441 5 2 20 0 15 0 226739769 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140721495085152 140114737766135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
/proc/25611/statm: 2753624 1006221 3529 1 0 2715277 0
[pid=25611/tid=25664] ppid=25608 vsize=11014496 memory=15188 CPUtime=2435.94 cores=0,2,4,6
/proc/25611/task/25664/stat : 25664 (java) R 25608 25611 20569 0 -1 4202560 409272 12980 0 0 243495 92 5 2 20 0 15 0 226739778 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140114707920544 140114278472850 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25665] ppid=25608 vsize=11014496 memory=4000 CPUtime=16.12 cores=0,2,4,6
/proc/25611/task/25665/stat : 25665 (java) S 25608 25611 20569 0 -1 1077944384 64268 12980 0 0 1543 62 5 2 20 0 15 0 226739779 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140114742008592 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25666] ppid=25608 vsize=11014496 memory=14204 CPUtime=16.18 cores=0,2,4,6
/proc/25611/task/25666/stat : 25666 (java) S 25608 25611 20569 0 -1 1077944384 53063 12980 0 0 1546 65 5 2 20 0 15 0 226739779 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140114596727696 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25667] ppid=25608 vsize=11014496 memory=34504 CPUtime=16.13 cores=0,2,4,6
/proc/25611/task/25667/stat : 25667 (java) S 25608 25611 20569 0 -1 1077944384 60335 12980 0 0 1545 61 5 2 20 0 15 0 226739779 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140114595675152 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25668] ppid=25608 vsize=11014496 memory=1180 CPUtime=16.15 cores=0,2,4,6
/proc/25611/task/25668/stat : 25668 (java) S 25608 25611 20569 0 -1 1077944384 62764 12980 0 0 1542 66 5 2 20 0 15 0 226739779 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140114594622608 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25669] ppid=25608 vsize=11014496 memory=504 CPUtime=3.23 cores=0,2,4,6
/proc/25611/task/25669/stat : 25669 (java) S 25608 25611 20569 0 -1 1077944384 32482 12980 0 0 303 13 5 2 20 0 15 0 226739780 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140113707247600 140114737777282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25670] ppid=25608 vsize=11014496 memory=1720 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25670/stat : 25670 (java) S 25608 25611 20569 0 -1 1077944384 29 12980 0 0 0 0 5 2 20 0 15 0 226739781 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140113577239520 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25671] ppid=25608 vsize=11014496 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25671/stat : 25671 (java) S 25608 25611 20569 0 -1 1077944384 9 12980 0 0 0 0 5 2 20 0 15 0 226739781 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140113375912960 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25672] ppid=25608 vsize=11014496 memory=1788 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25672/stat : 25672 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739783 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140113068513488 140114737784731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25673] ppid=25608 vsize=11014496 memory=860 CPUtime=6.47 cores=0,2,4,6
/proc/25611/task/25673/stat : 25673 (java) S 25608 25611 20569 0 -1 1077944384 57832 12980 0 0 633 7 5 2 20 0 15 0 226739783 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140113706195440 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25674] ppid=25608 vsize=11014496 memory=12604 CPUtime=6.52 cores=0,2,4,6
/proc/25611/task/25674/stat : 25674 (java) S 25608 25611 20569 0 -1 1077944384 57839 12980 0 0 638 7 5 2 20 0 15 0 226739783 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140113705142896 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25675] ppid=25608 vsize=11014496 memory=756 CPUtime=2.18 cores=0,2,4,6
/proc/25611/task/25675/stat : 25675 (java) S 25608 25611 20569 0 -1 1077944384 56011 12980 0 0 204 7 5 2 20 0 15 0 226739783 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140113704090352 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25676] ppid=25608 vsize=11014496 memory=1624 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25676/stat : 25676 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 15 0 226739784 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140112637717600 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25677] ppid=25608 vsize=11014496 memory=1836 CPUtime=1.66 cores=0,2,4,6
/proc/25611/task/25677/stat : 25677 (java) S 25608 25611 20569 0 -1 1077944384 2918 12980 0 0 83 76 5 2 20 0 15 0 226739784 11278843904 1006221 33554432000 4194304 4196468 140721495102608 140113703037232 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 4024884 KiB

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

[startup+2456.09 s]
# the end of solver process 25611 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.09 s, system=4.48422 s

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

[startup+2456 s]*
/proc/loadavg: 0.94 1.29 1.43 3/216 25905
/proc/meminfo: memFree=6452820/32770624 swapFree=67108496/67108860
[pid=25611] ppid=25608 vsize=11276648 memory=4029076 CPUtime=2520.48 cores=0,2,4,6
/proc/25611/stat : 25611 (java) S 25608 25611 20569 0 -1 1077944320 859454 12980 0 0 251599 442 5 2 20 0 17 0 226739769 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140721495085152 140114737766135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
/proc/25611/statm: 2819162 1007269 3530 1 0 2780815 0
[pid=25611/tid=25664] ppid=25608 vsize=11276648 memory=6791534058613427641 CPUtime=2436.35 cores=0,2,4,6
/proc/25611/task/25664/stat : 25664 (java) R 25608 25611 20569 0 -1 4202560 409272 12980 0 0 243536 92 5 2 20 0 17 0 226739778 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140114707920432 140114278472859 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25665] ppid=25608 vsize=11276648 memory=4126316290023845779 CPUtime=16.12 cores=0,2,4,6
/proc/25611/task/25665/stat : 25665 (java) S 25608 25611 20569 0 -1 1077944384 64268 12980 0 0 1543 62 5 2 20 0 17 0 226739779 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140114742008592 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25666] ppid=25608 vsize=11276648 memory=3848 CPUtime=16.18 cores=0,2,4,6
/proc/25611/task/25666/stat : 25666 (java) S 25608 25611 20569 0 -1 1077944384 53063 12980 0 0 1546 65 5 2 20 0 17 0 226739779 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140114596727696 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25667] ppid=25608 vsize=11276648 memory=2600 CPUtime=16.13 cores=0,2,4,6
/proc/25611/task/25667/stat : 25667 (java) S 25608 25611 20569 0 -1 1077944384 60335 12980 0 0 1545 61 5 2 20 0 17 0 226739779 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140114595675152 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25668] ppid=25608 vsize=11276648 memory=2612 CPUtime=16.15 cores=0,2,4,6
/proc/25611/task/25668/stat : 25668 (java) S 25608 25611 20569 0 -1 1077944384 62764 12980 0 0 1542 66 5 2 20 0 17 0 226739779 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140114594622608 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25669] ppid=25608 vsize=11276648 memory=1408 CPUtime=3.23 cores=0,2,4,6
/proc/25611/task/25669/stat : 25669 (java) S 25608 25611 20569 0 -1 1077944384 32482 12980 0 0 303 13 5 2 20 0 17 0 226739780 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140113707247600 140114737777282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25670] ppid=25608 vsize=11276648 memory=3232 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25670/stat : 25670 (java) S 25608 25611 20569 0 -1 1077944384 29 12980 0 0 0 0 5 2 20 0 17 0 226739781 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140113577239520 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25671] ppid=25608 vsize=11276648 memory=4026936 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25671/stat : 25671 (java) S 25608 25611 20569 0 -1 1077944384 9 12980 0 0 0 0 5 2 20 0 17 0 226739781 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140113375912960 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25672] ppid=25608 vsize=11276648 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25672/stat : 25672 (java) S 25608 25611 20569 0 -1 1077944384 248 12980 0 0 0 0 5 2 20 0 17 0 226739783 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140113068513488 140114737784731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25673] ppid=25608 vsize=11276648 memory=3196 CPUtime=6.47 cores=0,2,4,6
/proc/25611/task/25673/stat : 25673 (java) S 25608 25611 20569 0 -1 1077944384 57832 12980 0 0 633 7 5 2 20 0 17 0 226739783 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140113706195440 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25674] ppid=25608 vsize=11276648 memory=2555180 CPUtime=6.52 cores=0,2,4,6
/proc/25611/task/25674/stat : 25674 (java) S 25608 25611 20569 0 -1 1077944384 57839 12980 0 0 638 7 5 2 20 0 17 0 226739783 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140113705142896 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25675] ppid=25608 vsize=11276648 memory=3988 CPUtime=2.18 cores=0,2,4,6
/proc/25611/task/25675/stat : 25675 (java) S 25608 25611 20569 0 -1 1077944384 56011 12980 0 0 204 7 5 2 20 0 17 0 226739783 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140113704090352 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25676] ppid=25608 vsize=11276648 memory=2048 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25676/stat : 25676 (java) S 25608 25611 20569 0 -1 1077944384 3 12980 0 0 0 0 5 2 20 0 17 0 226739784 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140112637717600 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25677] ppid=25608 vsize=11276648 memory=6791534058613427641 CPUtime=1.66 cores=0,2,4,6
/proc/25611/task/25677/stat : 25677 (java) S 25608 25611 20569 0 -1 1077944384 2918 12980 0 0 83 76 5 2 20 0 17 0 226739784 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140113703037232 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25904] ppid=25608 vsize=11276648 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25904/stat : 25904 (java) S 25608 25611 20569 0 -1 1077944384 42 12980 0 0 0 0 5 2 20 0 17 0 226985330 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140112436387952 140114737776341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
[pid=25611/tid=25905] ppid=25608 vsize=11276648 memory=288230583166042426 CPUtime=0.07 cores=0,2,4,6
/proc/25611/task/25905/stat : 25905 (java) S 25608 25611 20569 0 -1 1077944384 149 12980 0 0 0 0 5 2 20 0 17 0 226985330 11547287552 1007269 33554432000 4194304 4196468 140721495102608 140112235062496 140114737777282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9216000 140721495104109 140721495106908 140721495106908 140721495109583 0
Current children cumulated CPU time: 2520.48 s
Current children cumulated vsize: 11276648 KiB
Current children cumulated memory: 4029076 KiB

Child status: 143
Real time (s): 2456.09
CPU time (s): 2520.58
CPU user time (s): 2516.09
CPU system time (s): 4.48422
CPU usage (%): 102.626
Max. virtual memory (cumulated for all children) (KiB): 11276648
Max. memory (cumulated for all children) (KiB): 4875284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.09
system time used= 4.48422
maximum resident set size= 4875284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 874886
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75831
involuntary context switches= 3992


# summary of solver processes directly reported to runsolver:
#   pid: 25611
#   total CPU time (s): 2520.58
#   total CPU user time (s): 2516.09
#   total CPU system time (s): 4.48422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1727 second user time and 24.5797 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 18:36:06
IDJOB=4304459
IDBENCH=141304
IDSOLVER=2780
FILE ID=node149/4304459-1534091765
RUNJOBID= node149-1534063810-20600
PBS_JOBID= 21036989
Free space on /tmp= 39112 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304459-1534091765/watcher-4304459-1534091765 -o /tmp/evaluation-result-4304459-1534091765/solver-4304459-1534091765 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20600 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=332310205 HOME/instance-4304459-1534091765.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=332310205

node149.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.60
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.60
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.60
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.60
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:         9353272 kB
MemAvailable:   28237604 kB
Buffers:          199976 kB
Cached:         18716348 kB
SwapCached:           28 kB
Active:         11386980 kB
Inactive:       11245040 kB
Active(anon):    3664744 kB
Inactive(anon):   103080 kB
Active(file):    7722236 kB
Inactive(file): 11141960 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             43604 kB
Writeback:             0 kB
AnonPages:       3860208 kB
Mapped:            67628 kB
Shmem:             49616 kB
Slab:             477076 kB
SReclaimable:     448596 kB
SUnreclaim:        28480 kB
KernelStack:        3840 kB
PageTables:        12988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5029604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3618816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 39092 MiB
End job on node149 at 2018-08-12 19:17:02