Trace number 4304458

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)67 2520.32 2466.25

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark70
Best CPU time to get the best result obtained on this benchmark2520.2
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
130.34/111.80	o 57
130.75/112.09	o 59
141.69/122.62	o 62
184.55/164.72	o 63
189.71/169.64	o 64
191.14/171.02	o 65
194.57/174.47	o 67
2520.26/2466.22	Exception in thread "main" java.util.concurrent.TimeoutException
2520.26/2466.22		at concrete.MAC.mac(MAC.scala:188)
2520.26/2466.22		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.26/2466.22		at scala.util.Try$.apply(Try.scala:209)
2520.26/2466.22		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.26/2466.22		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.26/2466.22		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.26/2466.22		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.26/2466.22		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.26/2466.22		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.26/2466.22		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.26/2466.22		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.26/2466.22		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.26/2466.22		at concrete.MAC.oneRun(MAC.scala:253)
2520.26/2466.22		at concrete.MAC.nextSolution(MAC.scala:272)
2520.26/2466.22		at concrete.MAC.nextSolution(MAC.scala:355)
2520.26/2466.22		at concrete.Solver.hasNext(Solver.scala:166)
2520.26/2466.22		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.26/2466.22		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.26/2466.22		at concrete.Solver.foreach(Solver.scala:68)
2520.26/2466.22		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.26/2466.22		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.26/2466.22		at scala.util.Success.map(Try.scala:209)
2520.26/2466.22		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.26/2466.22		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.26/2466.22		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.26/2466.22		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.26/2466.22		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.26/2466.22		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.26/2466.22		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.26/2466.22		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.26/2466.22		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.26/2466.22		at scala.collection.immutable.List.foreach(List.scala:389)
2520.26/2466.22		at scala.App.main(App.scala:76)
2520.26/2466.22		at scala.App.main$(App.scala:74)
2520.26/2466.22		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.26/2466.22		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.26/2466.23	v <instantiation cost="67">
2520.26/2466.23	v       <list>
2520.26/2466.23	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] 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] 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] 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] 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] 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] 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[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] 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[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] 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[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] 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[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7]
2520.26/2466.23	v       </list>
2520.26/2466.23	v       <values>
2520.26/2466.23	v         29076 -1 -1 -1 37559 18648 25723 -1 24319 29482 51068 -1 3788 45915 -1 -1 36969 25509 -1 -1 48620 13135 -1 -1 17611 8574 -1 -1 36936 28334 -1 -1 29076 -1 -1 -1 37559 3788 25723 -1 24891 11347 -1 -1 3117 3689 -1 -1 36936 18416 -1 -1 51794 45660 49432 -1 17611 48840 -1 -1 36931 17960 -1 -1 0 -1 -1 -1 0 2 7 -1 0 4 6 -1 0 5 -1 -1 0 6 -1 -1 0 3 -1 -1 0 2 -1 -1 0 4 -1 -1 0 -1 -1 -1 0 2 7 -1 0 6 -1 -1 0 3 -1 -1 0 4 -1 -1 0 3 5 -1 0 2 -1 -1 0 6 -1 -1 8 0 0 0 0 4 0 0 0 0 0 0 4 3 0 0 0 0 0 0 0 4 0 0 0 6 0 0 3 4 0 0 8 0 0 0 0 4 0 0 5 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 6 0 0 5 0 0 0 9 14 7 0 13 18 4 13 14 26 4 17 8 10 26 8 7 0 3 26 11 26 18 6 0 18 8 0 26 17 0 4 13 8 13 18 4 26 7 17 18 0 26 2 14 18 0 26 4 26 2 0 13 0 17 4 13 8 11 26 8 18 0 8
2520.26/2466.23	v       </values>
2520.26/2466.23	v     </instantiation>
2520.26/2466.23	s SATISFIABLE

Verifier Data

OK	67

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304458-1534093362/watcher-4304458-1534093362 -o /tmp/evaluation-result-4304458-1534093362/solver-4304458-1534093362 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534093293-30965 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1021119419 -superng HOME/instance-4304458-1534093362.xml 

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

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


[startup+0.10061 s]*
/proc/loadavg: 2.77 1.53 1.37 2/210 31410
/proc/meminfo: memFree=22384404/32770624 swapFree=67108688/67108860
[pid=31353] ppid=31350 vsize=10005480 memory=17076 CPUtime=0.1 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31350 31353 23167 0 -1 1077944320 4456 13052 0 0 1 1 6 2 20 0 6 0 226899052 10245611520 4269 33554432000 4194304 4196468 140730650123248 140730650105792 140100201709303 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
/proc/31353/statm: 2501370 4269 1934 1 0 2489808 0
[pid=31353/tid=31406] ppid=31350 vsize=10005480 memory=-8187100386482147110 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31406/stat : 31406 (java) R 31350 31353 23167 0 -1 4202560 2268 13052 0 0 0 0 6 2 20 0 6 0 226899061 10245611520 4335 33554432000 4194304 4196468 140730650123248 140100173546064 140100187021305 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31407] ppid=31350 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31407/stat : 31407 (java) S 31350 31353 23167 0 -1 1077944384 2 13052 0 0 0 0 6 2 20 0 6 0 226899061 10245611520 4335 33554432000 4194304 4196468 140730650123248 140100205952016 140100201719509 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31408] ppid=31350 vsize=10005480 memory=139799107196544 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31408/stat : 31408 (java) S 31350 31353 23167 0 -1 1077944384 1 13052 0 0 0 0 6 2 20 0 6 0 226899061 10245611520 4335 33554432000 4194304 4196468 140730650123248 140100091149456 140100201719509 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31409] ppid=31350 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31409/stat : 31409 (java) S 31350 31353 23167 0 -1 1077944384 1 13052 0 0 0 0 6 2 20 0 6 0 226899061 10245611520 4335 33554432000 4194304 4196468 140730650123248 140100090096400 140100201719509 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31410] ppid=31350 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31410/stat : 31410 (java) S 31350 31353 23167 0 -1 1077944384 2 13052 0 0 0 0 6 2 20 0 6 0 226899061 10245611520 4335 33554432000 4194304 4196468 140730650123248 140099739114384 140100201719509 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210193 s]*
/proc/loadavg: 2.77 1.53 1.37 3/219 31419
/proc/meminfo: memFree=22364020/32770624 swapFree=67108688/67108860
[pid=31353] ppid=31350 vsize=10983736 memory=44800 CPUtime=0.27 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31350 31353 23167 0 -1 1077944320 8383 13052 0 0 16 3 6 2 20 0 15 0 226899052 11247345664 11200 33554432000 4194304 4196468 140730650123248 140730650105792 140100201709303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
/proc/31353/statm: 2746341 11200 2985 1 0 2708764 0
[pid=31353/tid=31406] ppid=31350 vsize=10985364 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/31353/task/31406/stat : 31406 (java) R 31350 31353 23167 0 -1 4202560 4980 13052 0 0 10 1 6 2 20 0 15 0 226899061 11249012736 11266 33554432000 4194304 4196468 140730650123248 140100173534112 140100194389021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31407] ppid=31350 vsize=10985364 memory=288292155783643159 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31407/stat : 31407 (java) S 31350 31353 23167 0 -1 1077944384 2 13052 0 0 0 0 6 2 20 0 15 0 226899061 11249012736 11266 33554432000 4194304 4196468 140730650123248 140100205952016 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31408] ppid=31350 vsize=10985364 memory=3905385439999284896 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31408/stat : 31408 (java) S 31350 31353 23167 0 -1 1077944384 1 13052 0 0 0 0 6 2 20 0 15 0 226899061 11249012736 11266 33554432000 4194304 4196468 140730650123248 140100091149456 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31409] ppid=31350 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31409/stat : 31409 (java) S 31350 31353 23167 0 -1 1077944384 1 13052 0 0 0 0 6 2 20 0 15 0 226899061 11249012736 11332 33554432000 4194304 4196468 140730650123248 140100090096400 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31410] ppid=31350 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31410/stat : 31410 (java) S 31350 31353 23167 0 -1 1077944384 2 13052 0 0 0 0 6 2 20 0 15 0 226899061 11249012736 11332 33554432000 4194304 4196468 140730650123248 140099739114384 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31411] ppid=31350 vsize=10985364 memory=139799107196544 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31411/stat : 31411 (java) S 31350 31353 23167 0 -1 1077944384 2 13052 0 0 0 0 6 2 20 0 15 0 226899063 11249012736 11332 33554432000 4194304 4196468 140730650123248 140099694807280 140100201720450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31412] ppid=31350 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31412/stat : 31412 (java) S 31350 31353 23167 0 -1 1077944384 13 13052 0 0 0 0 6 2 20 0 15 0 226899063 11249012736 11332 33554432000 4194304 4196468 140730650123248 140099014616224 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31413] ppid=31350 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31413/stat : 31413 (java) S 31350 31353 23167 0 -1 1077944384 21 13052 0 0 0 0 6 2 20 0 15 0 226899064 11249012736 11398 33554432000 4194304 4196468 140730650123248 140098947502832 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31414] ppid=31350 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31414/stat : 31414 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11249012736 11398 33554432000 4194304 4196468 140730650123248 140098640107472 140100201727899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31415] ppid=31350 vsize=10985364 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31353/task/31415/stat : 31415 (java) S 31350 31353 23167 0 -1 1077944384 539 13052 0 0 1 0 6 2 20 0 15 0 226899066 11249012736 11398 33554432000 4194304 4196468 140730650123248 140099693755120 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31416] ppid=31350 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31416/stat : 31416 (java) S 31350 31353 23167 0 -1 1077944384 67 13052 0 0 0 0 6 2 20 0 15 0 226899066 11249012736 11398 33554432000 4194304 4196468 140730650123248 140099692702576 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31417] ppid=31350 vsize=10985364 memory=139799107196544 CPUtime=0.11 cores=1,3,5,7
/proc/31353/task/31417/stat : 31417 (java) S 31350 31353 23167 0 -1 1077944384 612 13052 0 0 3 0 6 2 20 0 15 0 226899066 11249012736 11398 33554432000 4194304 4196468 140730650123248 140099691649520 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31418] ppid=31350 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31418/stat : 31418 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11249012736 11464 33554432000 4194304 4196468 140730650123248 140098209311584 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31419] ppid=31350 vsize=10985364 memory=139799107196544 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31419/stat : 31419 (java) S 31350 31353 23167 0 -1 1077944384 1 13052 0 0 0 0 6 2 20 0 15 0 226899067 11249012736 11464 33554432000 4194304 4196468 140730650123248 140099690596912 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 44800 KiB

[startup+0.310633 s]*
/proc/loadavg: 2.77 1.53 1.37 3/219 31419
/proc/meminfo: memFree=22351988/32770624 swapFree=67108688/67108860
[pid=31353] ppid=31350 vsize=10983192 memory=54444 CPUtime=0.39 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31350 31353 23167 0 -1 1077944320 10652 13052 0 0 27 4 6 2 20 0 15 0 226899052 11246788608 13611 33554432000 4194304 4196468 140730650123248 140730650105792 140100201709303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
/proc/31353/statm: 2745798 13611 3104 1 0 2708109 0
[pid=31353/tid=31406] ppid=31350 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/31353/task/31406/stat : 31406 (java) R 31350 31353 23167 0 -1 4202560 7178 13052 0 0 19 2 6 2 20 0 15 0 226899061 11246788608 13611 33554432000 4194304 4196468 140730650123248 140100173521312 140100201731229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31407] ppid=31350 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31407/stat : 31407 (java) S 31350 31353 23167 0 -1 1077944384 2 13052 0 0 0 0 6 2 20 0 15 0 226899061 11246788608 13611 33554432000 4194304 4196468 140730650123248 140100205952016 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31408] ppid=31350 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31408/stat : 31408 (java) S 31350 31353 23167 0 -1 1077944384 1 13052 0 0 0 0 6 2 20 0 15 0 226899061 11246788608 13611 33554432000 4194304 4196468 140730650123248 140100091149456 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31409] ppid=31350 vsize=10983192 memory=4294967295 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31409/stat : 31409 (java) S 31350 31353 23167 0 -1 1077944384 1 13052 0 0 0 0 6 2 20 0 15 0 226899061 11246788608 13611 33554432000 4194304 4196468 140730650123248 140100090096400 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31410] ppid=31350 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31410/stat : 31410 (java) S 31350 31353 23167 0 -1 1077944384 2 13052 0 0 0 0 6 2 20 0 15 0 226899061 11246788608 13611 33554432000 4194304 4196468 140730650123248 140099739114384 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31411] ppid=31350 vsize=10983192 memory=139799107196543 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31411/stat : 31411 (java) S 31350 31353 23167 0 -1 1077944384 2 13052 0 0 0 0 6 2 20 0 15 0 226899063 11246788608 13611 33554432000 4194304 4196468 140730650123248 140099694807280 140100201720450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31412] ppid=31350 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31412/stat : 31412 (java) S 31350 31353 23167 0 -1 1077944384 13 13052 0 0 0 0 6 2 20 0 15 0 226899063 11246788608 13611 33554432000 4194304 4196468 140730650123248 140099014616224 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31413] ppid=31350 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31413/stat : 31413 (java) S 31350 31353 23167 0 -1 1077944384 21 13052 0 0 0 0 6 2 20 0 15 0 226899064 11246788608 13611 33554432000 4194304 4196468 140730650123248 140098947502832 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31414] ppid=31350 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31414/stat : 31414 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11246788608 13611 33554432000 4194304 4196468 140730650123248 140098640107472 140100201727899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31415] ppid=31350 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31353/task/31415/stat : 31415 (java) S 31350 31353 23167 0 -1 1077944384 542 13052 0 0 1 0 6 2 20 0 15 0 226899066 11246788608 13611 33554432000 4194304 4196468 140730650123248 140099693755120 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31416] ppid=31350 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/31353/task/31416/stat : 31416 (java) S 31350 31353 23167 0 -1 1077944384 69 13052 0 0 1 0 6 2 20 0 15 0 226899066 11246788608 13611 33554432000 4194304 4196468 140730650123248 140099692702576 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31417] ppid=31350 vsize=10983192 memory=139799107196544 CPUtime=0.13 cores=1,3,5,7
/proc/31353/task/31417/stat : 31417 (java) R 31350 31353 23167 0 -1 4202560 618 13052 0 0 5 0 6 2 20 0 15 0 226899066 11246788608 13611 33554432000 4194304 4196468 140730650123248 140099691649520 140100201730650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31418] ppid=31350 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31418/stat : 31418 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11246788608 13611 33554432000 4194304 4196468 140730650123248 140098209311584 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31419] ppid=31350 vsize=10983192 memory=139799107196544 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31419/stat : 31419 (java) S 31350 31353 23167 0 -1 1077944384 1 13052 0 0 0 0 6 2 20 0 15 0 226899067 11246788608 13611 33554432000 4194304 4196468 140730650123248 140099690596912 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54444 KiB

[startup+0.700762 s]
/proc/loadavg: 2.77 1.53 1.37 3/219 31419
/proc/meminfo: memFree=22310972/32770624 swapFree=67108688/67108860
[pid=31353] ppid=31350 vsize=10983192 memory=86536 CPUtime=1 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31350 31353 23167 0 -1 1077944320 16774 13052 0 0 86 6 6 2 20 0 15 0 226899052 11246788608 21634 33554432000 4194304 4196468 140730650123248 140730650105792 140100201709303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
/proc/31353/statm: 2745798 21634 3238 1 0 2708109 0
[pid=31353/tid=31406] ppid=31350 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/31353/task/31406/stat : 31406 (java) R 31350 31353 23167 0 -1 4202560 12240 13052 0 0 55 3 6 2 20 0 15 0 226899061 11246788608 21634 33554432000 4194304 4196468 140730650123248 140100173530128 140100183274256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31407] ppid=31350 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31407/stat : 31407 (java) S 31350 31353 23167 0 -1 1077944384 2 13052 0 0 0 0 6 2 20 0 15 0 226899061 11246788608 21634 33554432000 4194304 4196468 140730650123248 140100205952016 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31408] ppid=31350 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31408/stat : 31408 (java) S 31350 31353 23167 0 -1 1077944384 1 13052 0 0 0 0 6 2 20 0 15 0 226899061 11246788608 21634 33554432000 4194304 4196468 140730650123248 140100091149456 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31409] ppid=31350 vsize=10983192 memory=139799107195425 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31409/stat : 31409 (java) S 31350 31353 23167 0 -1 1077944384 1 13052 0 0 0 0 6 2 20 0 15 0 226899061 11246788608 21634 33554432000 4194304 4196468 140730650123248 140100090096400 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31410] ppid=31350 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31410/stat : 31410 (java) S 31350 31353 23167 0 -1 1077944384 2 13052 0 0 0 0 6 2 20 0 15 0 226899061 11246788608 21634 33554432000 4194304 4196468 140730650123248 140099739114384 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31411] ppid=31350 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31411/stat : 31411 (java) S 31350 31353 23167 0 -1 1077944384 5 13052 0 0 0 0 6 2 20 0 15 0 226899063 11246788608 21634 33554432000 4194304 4196468 140730650123248 140099694807280 140100201720450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31412] ppid=31350 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31412/stat : 31412 (java) S 31350 31353 23167 0 -1 1077944384 13 13052 0 0 0 0 6 2 20 0 15 0 226899063 11246788608 21634 33554432000 4194304 4196468 140730650123248 140099014616224 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31413] ppid=31350 vsize=10983192 memory=139798971038800 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31413/stat : 31413 (java) S 31350 31353 23167 0 -1 1077944384 21 13052 0 0 0 0 6 2 20 0 15 0 226899064 11246788608 21634 33554432000 4194304 4196468 140730650123248 140098947502832 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31414] ppid=31350 vsize=10983192 memory=139801185485393 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31414/stat : 31414 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11246788608 21634 33554432000 4194304 4196468 140730650123248 140098640107472 140100201727899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31415] ppid=31350 vsize=10983192 memory=12668 CPUtime=0.16 cores=1,3,5,7
/proc/31353/task/31415/stat : 31415 (java) S 31350 31353 23167 0 -1 1077944384 970 13052 0 0 8 0 6 2 20 0 15 0 226899066 11246788608 21634 33554432000 4194304 4196468 140730650123248 140099693755120 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31416] ppid=31350 vsize=10983192 memory=4639098309541127269 CPUtime=0.16 cores=1,3,5,7
/proc/31353/task/31416/stat : 31416 (java) S 31350 31353 23167 0 -1 1077944384 631 13052 0 0 8 0 6 2 20 0 15 0 226899066 11246788608 21634 33554432000 4194304 4196468 140730650123248 140099692702576 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31417] ppid=31350 vsize=10983192 memory=6082220498109492328 CPUtime=0.21 cores=1,3,5,7
/proc/31353/task/31417/stat : 31417 (java) S 31350 31353 23167 0 -1 1077944384 685 13052 0 0 13 0 6 2 20 0 15 0 226899066 11246788608 21634 33554432000 4194304 4196468 140730650123248 140099691649520 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31418] ppid=31350 vsize=10983192 memory=3868 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31418/stat : 31418 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11246788608 21634 33554432000 4194304 4196468 140730650123248 140098209311584 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31419] ppid=31350 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31419/stat : 31419 (java) S 31350 31353 23167 0 -1 1077944384 1 13052 0 0 0 0 6 2 20 0 15 0 226899067 11246788608 21634 33554432000 4194304 4196468 140730650123248 140099690596912 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86536 KiB

[startup+1.50101 s]
/proc/loadavg: 2.77 1.53 1.37 3/219 31419
/proc/meminfo: memFree=21935720/32770624 swapFree=67108688/67108860
[pid=31353] ppid=31350 vsize=10991948 memory=266316 CPUtime=2.93 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31350 31353 23167 0 -1 1077944320 23990 13052 0 0 271 14 6 2 20 0 15 0 226899052 11255754752 66579 33554432000 4194304 4196468 140730650123248 140730650105792 140100201709303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
/proc/31353/statm: 2747987 66579 3458 1 0 2709645 0
[pid=31353/tid=31406] ppid=31350 vsize=10991948 memory=7595973213050397525 CPUtime=1.44 cores=1,3,5,7
/proc/31353/task/31406/stat : 31406 (java) R 31350 31353 23167 0 -1 4202560 14969 13052 0 0 129 7 6 2 20 0 15 0 226899061 11255754752 66579 33554432000 4194304 4196468 140730650123248 140100173543360 140099773071218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31407] ppid=31350 vsize=10991948 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/31353/task/31407/stat : 31407 (java) S 31350 31353 23167 0 -1 1077944384 299 13052 0 0 1 1 6 2 20 0 15 0 226899061 11255754752 66579 33554432000 4194304 4196468 140730650123248 140100205952016 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31408] ppid=31350 vsize=10991948 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31353/task/31408/stat : 31408 (java) S 31350 31353 23167 0 -1 1077944384 46 13052 0 0 1 1 6 2 20 0 15 0 226899061 11255754752 66579 33554432000 4194304 4196468 140730650123248 140100091149456 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31409] ppid=31350 vsize=10991948 memory=279597941881776 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31409/stat : 31409 (java) S 31350 31353 23167 0 -1 1077944384 17 13052 0 0 0 0 6 2 20 0 15 0 226899061 11255754752 66579 33554432000 4194304 4196468 140730650123248 140100090096400 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31410] ppid=31350 vsize=10991948 memory=279597941932480 CPUtime=0.1 cores=1,3,5,7
/proc/31353/task/31410/stat : 31410 (java) S 31350 31353 23167 0 -1 1077944384 27 13052 0 0 1 1 6 2 20 0 15 0 226899061 11255754752 66579 33554432000 4194304 4196468 140730650123248 140099739114384 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31411] ppid=31350 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31411/stat : 31411 (java) S 31350 31353 23167 0 -1 1077944384 87 13052 0 0 0 0 6 2 20 0 15 0 226899063 11255754752 66579 33554432000 4194304 4196468 140730650123248 140099694807280 140100201720450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31412] ppid=31350 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31412/stat : 31412 (java) S 31350 31353 23167 0 -1 1077944384 13 13052 0 0 0 0 6 2 20 0 15 0 226899063 11255754752 66579 33554432000 4194304 4196468 140730650123248 140099014616224 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31413] ppid=31350 vsize=10991948 memory=279597942081264 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31413/stat : 31413 (java) S 31350 31353 23167 0 -1 1077944384 43 13052 0 0 0 0 6 2 20 0 15 0 226899064 11255754752 66579 33554432000 4194304 4196468 140730650123248 140098947502832 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31414] ppid=31350 vsize=10991948 memory=139798970987056 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31414/stat : 31414 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11255754752 66579 33554432000 4194304 4196468 140730650123248 140098640107472 140100201727899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31415] ppid=31350 vsize=10991948 memory=139798970987088 CPUtime=0.59 cores=1,3,5,7
/proc/31353/task/31415/stat : 31415 (java) R 31350 31353 23167 0 -1 4202560 2496 13052 0 0 51 0 6 2 20 0 15 0 226899066 11255754752 66579 33554432000 4194304 4196468 140730650123248 140099693746080 140100185095846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31416] ppid=31350 vsize=10991948 memory=734422129943209353 CPUtime=0.58 cores=1,3,5,7
/proc/31353/task/31416/stat : 31416 (java) R 31350 31353 23167 0 -1 4202560 2449 13052 0 0 50 0 6 2 20 0 15 0 226899066 11255754752 66579 33554432000 4194304 4196468 140730650123248 140099692688800 140100182290577 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31417] ppid=31350 vsize=10991948 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/31353/task/31417/stat : 31417 (java) S 31350 31353 23167 0 -1 1077944384 1341 13052 0 0 33 0 6 2 20 0 15 0 226899066 11255754752 66579 33554432000 4194304 4196468 140730650123248 140099691649520 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31418] ppid=31350 vsize=10991948 memory=670001 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31418/stat : 31418 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11255754752 66579 33554432000 4194304 4196468 140730650123248 140098209311584 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31419] ppid=31350 vsize=10991948 memory=171051322 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31419/stat : 31419 (java) S 31350 31353 23167 0 -1 1077944384 1 13052 0 0 0 0 6 2 20 0 15 0 226899067 11255754752 66579 33554432000 4194304 4196468 140730650123248 140099690596912 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10991948 KiB

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

/proc/31353/task/31406/stat : 31406 (java) R 31350 31353 23167 0 -1 4202560 301250 13052 0 0 236327 87 6 2 20 0 15 0 226899061 11345952768 759557 33554432000 4194304 4196468 140730650123248 140100168908752 140099775677895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31407] ppid=31350 vsize=11080032 memory=3038228 CPUtime=12.55 cores=1,3,5,7
/proc/31353/task/31407/stat : 31407 (java) S 31350 31353 23167 0 -1 1077944384 51027 13052 0 0 1213 34 6 2 20 0 15 0 226899061 11345952768 759557 33554432000 4194304 4196468 140730650123248 140100205952016 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31408] ppid=31350 vsize=11080032 memory=3053640 CPUtime=12.56 cores=1,3,5,7
/proc/31353/task/31408/stat : 31408 (java) S 31350 31353 23167 0 -1 1077944384 52399 13052 0 0 1213 35 6 2 20 0 15 0 226899061 11345952768 759557 33554432000 4194304 4196468 140730650123248 140100091149456 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31409] ppid=31350 vsize=11080032 memory=3044896 CPUtime=12.56 cores=1,3,5,7
/proc/31353/task/31409/stat : 31409 (java) S 31350 31353 23167 0 -1 1077944384 62336 13052 0 0 1213 35 6 2 20 0 15 0 226899061 11345952768 759557 33554432000 4194304 4196468 140730650123248 140100090096400 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31410] ppid=31350 vsize=11080032 memory=3043356 CPUtime=12.55 cores=1,3,5,7
/proc/31353/task/31410/stat : 31410 (java) S 31350 31353 23167 0 -1 1077944384 54105 13052 0 0 1211 36 6 2 20 0 15 0 226899061 11345952768 759557 33554432000 4194304 4196468 140730650123248 140099739114384 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31411] ppid=31350 vsize=11080032 memory=3040792 CPUtime=4.69 cores=1,3,5,7
/proc/31353/task/31411/stat : 31411 (java) S 31350 31353 23167 0 -1 1077944384 26398 13052 0 0 444 17 6 2 20 0 15 0 226899063 11345952768 759557 33554432000 4194304 4196468 140730650123248 140099694807280 140100201720450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31412] ppid=31350 vsize=11080032 memory=3040280 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31412/stat : 31412 (java) S 31350 31353 23167 0 -1 1077944384 25 13052 0 0 0 0 6 2 20 0 15 0 226899063 11345952768 759557 33554432000 4194304 4196468 140730650123248 140099014616288 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31413] ppid=31350 vsize=11080032 memory=3038228 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31413/stat : 31413 (java) S 31350 31353 23167 0 -1 1077944384 53 13052 0 0 0 0 6 2 20 0 15 0 226899064 11345952768 759557 33554432000 4194304 4196468 140730650123248 140098947502848 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31414] ppid=31350 vsize=11080032 memory=2192 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31414/stat : 31414 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11345952768 759557 33554432000 4194304 4196468 140730650123248 140098640107472 140100201727899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31415] ppid=31350 vsize=11080032 memory=3038228 CPUtime=6.21 cores=1,3,5,7
/proc/31353/task/31415/stat : 31415 (java) S 31350 31353 23167 0 -1 1077944384 53804 13052 0 0 606 7 6 2 20 0 15 0 226899066 11345952768 759557 33554432000 4194304 4196468 140730650123248 140099693755120 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31416] ppid=31350 vsize=11080032 memory=3038228 CPUtime=5.78 cores=1,3,5,7
/proc/31353/task/31416/stat : 31416 (java) S 31350 31353 23167 0 -1 1077944384 52428 13052 0 0 564 6 6 2 20 0 15 0 226899066 11345952768 759557 33554432000 4194304 4196468 140730650123248 140099692702576 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31417] ppid=31350 vsize=11080032 memory=3052104 CPUtime=2.32 cores=1,3,5,7
/proc/31353/task/31417/stat : 31417 (java) S 31350 31353 23167 0 -1 1077944384 63600 13052 0 0 215 9 6 2 20 0 15 0 226899066 11345952768 759557 33554432000 4194304 4196468 140730650123248 140099691649520 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31418] ppid=31350 vsize=11080032 memory=3052104 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31418/stat : 31418 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11345952768 759557 33554432000 4194304 4196468 140730650123248 140098209311584 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31419] ppid=31350 vsize=11080032 memory=3039252 CPUtime=1.73 cores=1,3,5,7
/proc/31353/task/31419/stat : 31419 (java) S 31350 31353 23167 0 -1 1077944384 2584 13052 0 0 71 94 6 2 20 0 15 0 226899067 11345952768 759557 33554432000 4194304 4196468 140730650123248 140099690596912 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
Current children cumulated CPU time: 2434.57 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3038228 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.35 1.43 3/216 31594
/proc/meminfo: memFree=16900644/32770624 swapFree=67108688/67108860
[pid=31353] ppid=31350 vsize=11080032 memory=3023864 CPUtime=2495.81 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31350 31353 23167 0 -1 1077944320 728851 13052 0 0 249225 348 6 2 20 0 15 0 226899052 11345952768 755966 33554432000 4194304 4196468 140730650123248 140730650105792 140100201709303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
/proc/31353/statm: 2770008 755966 3532 1 0 2731661 0
[pid=31353/tid=31406] ppid=31350 vsize=11080032 memory=3023864 CPUtime=2423.62 cores=1,3,5,7
/proc/31353/task/31406/stat : 31406 (java) R 31350 31353 23167 0 -1 4202560 303911 13052 0 0 242266 88 6 2 20 0 15 0 226899061 11345952768 755966 33554432000 4194304 4196468 140730650123248 140100172152848 140099781420441 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31407] ppid=31350 vsize=11080032 memory=3024888 CPUtime=12.96 cores=1,3,5,7
/proc/31353/task/31407/stat : 31407 (java) S 31350 31353 23167 0 -1 1077944384 51318 13052 0 0 1253 35 6 2 20 0 15 0 226899061 11345952768 755966 33554432000 4194304 4196468 140730650123248 140100205952016 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31408] ppid=31350 vsize=11080032 memory=3030532 CPUtime=12.97 cores=1,3,5,7
/proc/31353/task/31408/stat : 31408 (java) S 31350 31353 23167 0 -1 1077944384 53874 13052 0 0 1254 35 6 2 20 0 15 0 226899061 11345952768 755966 33554432000 4194304 4196468 140730650123248 140100091149456 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31409] ppid=31350 vsize=11080032 memory=3027968 CPUtime=12.97 cores=1,3,5,7
/proc/31353/task/31409/stat : 31409 (java) S 31350 31353 23167 0 -1 1077944384 63026 13052 0 0 1254 35 6 2 20 0 15 0 226899061 11345952768 755966 33554432000 4194304 4196468 140730650123248 140100090096400 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31410] ppid=31350 vsize=11080032 memory=3025400 CPUtime=12.96 cores=1,3,5,7
/proc/31353/task/31410/stat : 31410 (java) S 31350 31353 23167 0 -1 1077944384 54859 13052 0 0 1251 37 6 2 20 0 15 0 226899061 11345952768 755966 33554432000 4194304 4196468 140730650123248 140099739114384 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31411] ppid=31350 vsize=11080032 memory=3024376 CPUtime=4.86 cores=1,3,5,7
/proc/31353/task/31411/stat : 31411 (java) S 31350 31353 23167 0 -1 1077944384 26772 13052 0 0 461 17 6 2 20 0 15 0 226899063 11345952768 755966 33554432000 4194304 4196468 140730650123248 140099694807280 140100201720450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31412] ppid=31350 vsize=11080032 memory=3023864 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31412/stat : 31412 (java) S 31350 31353 23167 0 -1 1077944384 25 13052 0 0 0 0 6 2 20 0 15 0 226899063 11345952768 755966 33554432000 4194304 4196468 140730650123248 140099014616288 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31413] ppid=31350 vsize=11080032 memory=1752 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31413/stat : 31413 (java) S 31350 31353 23167 0 -1 1077944384 53 13052 0 0 0 0 6 2 20 0 15 0 226899064 11345952768 755966 33554432000 4194304 4196468 140730650123248 140098947502848 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31414] ppid=31350 vsize=11080032 memory=3023864 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31414/stat : 31414 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11345952768 755966 33554432000 4194304 4196468 140730650123248 140098640107472 140100201727899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31415] ppid=31350 vsize=11080032 memory=3024376 CPUtime=6.21 cores=1,3,5,7
/proc/31353/task/31415/stat : 31415 (java) S 31350 31353 23167 0 -1 1077944384 53808 13052 0 0 606 7 6 2 20 0 15 0 226899066 11345952768 755966 33554432000 4194304 4196468 140730650123248 140099693755120 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31416] ppid=31350 vsize=11080032 memory=3024376 CPUtime=5.79 cores=1,3,5,7
/proc/31353/task/31416/stat : 31416 (java) S 31350 31353 23167 0 -1 1077944384 52763 13052 0 0 565 6 6 2 20 0 15 0 226899066 11345952768 755966 33554432000 4194304 4196468 140730650123248 140099692702576 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31417] ppid=31350 vsize=11080032 memory=3035148 CPUtime=2.32 cores=1,3,5,7
/proc/31353/task/31417/stat : 31417 (java) S 31350 31353 23167 0 -1 1077944384 63604 13052 0 0 215 9 6 2 20 0 15 0 226899066 11345952768 755966 33554432000 4194304 4196468 140730650123248 140099691649520 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31418] ppid=31350 vsize=11080032 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31418/stat : 31418 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11345952768 755966 33554432000 4194304 4196468 140730650123248 140098209311584 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31419] ppid=31350 vsize=11080032 memory=3023864 CPUtime=1.78 cores=1,3,5,7
/proc/31353/task/31419/stat : 31419 (java) S 31350 31353 23167 0 -1 1077944384 2636 13052 0 0 74 96 6 2 20 0 15 0 226899067 11345952768 755966 33554432000 4194304 4196468 140730650123248 140099690596912 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
Current children cumulated CPU time: 2495.81 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3023864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466 s]*
/proc/loadavg: 1.39 1.35 1.43 3/216 31594
/proc/meminfo: memFree=16915440/32770624 swapFree=67108688/67108860
[pid=31353] ppid=31350 vsize=11080032 memory=3021292 CPUtime=2520.06 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31350 31353 23167 0 -1 1077944320 730000 13052 0 0 251648 350 6 2 20 0 15 0 226899052 11345952768 755323 33554432000 4194304 4196468 140730650123248 140730650105792 140100201709303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
/proc/31353/statm: 2770008 755323 3532 1 0 2731661 0
[pid=31353/tid=31406] ppid=31350 vsize=11080032 memory=1398720917958146503 CPUtime=2447.05 cores=1,3,5,7
/proc/31353/task/31406/stat : 31406 (java) R 31350 31353 23167 0 -1 4202560 304296 13052 0 0 244609 88 6 2 20 0 15 0 226899061 11345952768 755323 33554432000 4194304 4196468 140730650123248 140100165023328 140099783529701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31407] ppid=31350 vsize=11080032 memory=4126316290023845779 CPUtime=13.13 cores=1,3,5,7
/proc/31353/task/31407/stat : 31407 (java) S 31350 31353 23167 0 -1 1077944384 51544 13052 0 0 1270 35 6 2 20 0 15 0 226899061 11345952768 755323 33554432000 4194304 4196468 140730650123248 140100205952016 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31408] ppid=31350 vsize=11080032 memory=3300 CPUtime=13.14 cores=1,3,5,7
/proc/31353/task/31408/stat : 31408 (java) S 31350 31353 23167 0 -1 1077944384 53900 13052 0 0 1271 35 6 2 20 0 15 0 226899061 11345952768 755323 33554432000 4194304 4196468 140730650123248 140100091149456 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31409] ppid=31350 vsize=11080032 memory=3024376 CPUtime=13.14 cores=1,3,5,7
/proc/31353/task/31409/stat : 31409 (java) S 31350 31353 23167 0 -1 1077944384 63036 13052 0 0 1271 35 6 2 20 0 15 0 226899061 11345952768 755323 33554432000 4194304 4196468 140730650123248 140100090096400 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31410] ppid=31350 vsize=11080032 memory=12668 CPUtime=13.14 cores=1,3,5,7
/proc/31353/task/31410/stat : 31410 (java) S 31350 31353 23167 0 -1 1077944384 54949 13052 0 0 1269 37 6 2 20 0 15 0 226899061 11345952768 755323 33554432000 4194304 4196468 140730650123248 140099739114384 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31411] ppid=31350 vsize=11080032 memory=3021808 CPUtime=4.93 cores=1,3,5,7
/proc/31353/task/31411/stat : 31411 (java) S 31350 31353 23167 0 -1 1077944384 26772 13052 0 0 468 17 6 2 20 0 15 0 226899063 11345952768 755323 33554432000 4194304 4196468 140730650123248 140099694807280 140100201720450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31412] ppid=31350 vsize=11080032 memory=868 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31412/stat : 31412 (java) S 31350 31353 23167 0 -1 1077944384 25 13052 0 0 0 0 6 2 20 0 15 0 226899063 11345952768 755323 33554432000 4194304 4196468 140730650123248 140099014616288 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31413] ppid=31350 vsize=11080032 memory=1808 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31413/stat : 31413 (java) S 31350 31353 23167 0 -1 1077944384 53 13052 0 0 0 0 6 2 20 0 15 0 226899064 11345952768 755323 33554432000 4194304 4196468 140730650123248 140098947502848 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31414] ppid=31350 vsize=11080032 memory=1620 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31414/stat : 31414 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11345952768 755323 33554432000 4194304 4196468 140730650123248 140098640107472 140100201727899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31415] ppid=31350 vsize=11080032 memory=34896 CPUtime=6.22 cores=1,3,5,7
/proc/31353/task/31415/stat : 31415 (java) S 31350 31353 23167 0 -1 1077944384 54080 13052 0 0 607 7 6 2 20 0 15 0 226899066 11345952768 755323 33554432000 4194304 4196468 140730650123248 140099693755120 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31416] ppid=31350 vsize=11080032 memory=1612 CPUtime=5.79 cores=1,3,5,7
/proc/31353/task/31416/stat : 31416 (java) S 31350 31353 23167 0 -1 1077944384 52901 13052 0 0 565 6 6 2 20 0 15 0 226899066 11345952768 755323 33554432000 4194304 4196468 140730650123248 140099692702576 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31417] ppid=31350 vsize=11080032 memory=496 CPUtime=2.32 cores=1,3,5,7
/proc/31353/task/31417/stat : 31417 (java) S 31350 31353 23167 0 -1 1077944384 63604 13052 0 0 215 9 6 2 20 0 15 0 226899066 11345952768 755323 33554432000 4194304 4196468 140730650123248 140099691649520 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31418] ppid=31350 vsize=11080032 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31418/stat : 31418 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 15 0 226899066 11345952768 755323 33554432000 4194304 4196468 140730650123248 140098209311584 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31419] ppid=31350 vsize=11080032 memory=1168 CPUtime=1.79 cores=1,3,5,7
/proc/31353/task/31419/stat : 31419 (java) S 31350 31353 23167 0 -1 1077944384 2638 13052 0 0 74 97 6 2 20 0 15 0 226899067 11345952768 755323 33554432000 4194304 4196468 140730650123248 140099690596912 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3021292 KiB

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

[startup+2466.25 s]
# the end of solver process 31353 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.78 s, system=3.53848 s

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

[startup+2466.2 s]
/proc/loadavg: 1.39 1.35 1.43 3/216 31594
/proc/meminfo: memFree=16915440/32770624 swapFree=67108688/67108860
[pid=31353] ppid=31350 vsize=11342184 memory=3023428 CPUtime=2520.26 cores=1,3,5,7
/proc/31353/stat : 31353 (java) S 31350 31353 23167 0 -1 1077944320 730160 13052 0 0 251668 350 6 2 20 0 17 0 226899052 11614396416 755857 33554432000 4194304 4196468 140730650123248 140730650105792 140100201709303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
/proc/31353/statm: 2835546 755857 3533 1 0 2797199 0
[pid=31353/tid=31406] ppid=31350 vsize=11342184 memory=1572 CPUtime=2447.24 cores=1,3,5,7
/proc/31353/task/31406/stat : 31406 (java) R 31350 31353 23167 0 -1 4202560 304296 13052 0 0 244628 88 6 2 20 0 17 0 226899061 11614396416 755857 33554432000 4194304 4196468 140730650123248 140100173494752 140099783521031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31407] ppid=31350 vsize=11342184 memory=924 CPUtime=13.13 cores=1,3,5,7
/proc/31353/task/31407/stat : 31407 (java) S 31350 31353 23167 0 -1 1077944384 51544 13052 0 0 1270 35 6 2 20 0 17 0 226899061 11614396416 755857 33554432000 4194304 4196468 140730650123248 140100205952016 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31408] ppid=31350 vsize=11342184 memory=2192 CPUtime=13.14 cores=1,3,5,7
/proc/31353/task/31408/stat : 31408 (java) S 31350 31353 23167 0 -1 1077944384 53900 13052 0 0 1271 35 6 2 20 0 17 0 226899061 11614396416 755857 33554432000 4194304 4196468 140730650123248 140100091149456 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31409] ppid=31350 vsize=11342184 memory=3980 CPUtime=13.15 cores=1,3,5,7
/proc/31353/task/31409/stat : 31409 (java) S 31350 31353 23167 0 -1 1077944384 63036 13052 0 0 1272 35 6 2 20 0 17 0 226899061 11614396416 755857 33554432000 4194304 4196468 140730650123248 140100090096400 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31410] ppid=31350 vsize=11342184 memory=1924 CPUtime=13.14 cores=1,3,5,7
/proc/31353/task/31410/stat : 31410 (java) S 31350 31353 23167 0 -1 1077944384 54949 13052 0 0 1269 37 6 2 20 0 17 0 226899061 11614396416 755857 33554432000 4194304 4196468 140730650123248 140099739114384 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31411] ppid=31350 vsize=11342184 memory=7284 CPUtime=4.94 cores=1,3,5,7
/proc/31353/task/31411/stat : 31411 (java) S 31350 31353 23167 0 -1 1077944384 26773 13052 0 0 469 17 6 2 20 0 17 0 226899063 11614396416 755857 33554432000 4194304 4196468 140730650123248 140099694807280 140100201720450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31412] ppid=31350 vsize=11342184 memory=804 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31412/stat : 31412 (java) S 31350 31353 23167 0 -1 1077944384 25 13052 0 0 0 0 6 2 20 0 17 0 226899063 11614396416 755857 33554432000 4194304 4196468 140730650123248 140099014616288 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31413] ppid=31350 vsize=11342184 memory=1796 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31413/stat : 31413 (java) S 31350 31353 23167 0 -1 1077944384 53 13052 0 0 0 0 6 2 20 0 17 0 226899064 11614396416 755857 33554432000 4194304 4196468 140730650123248 140098947502848 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31414] ppid=31350 vsize=11342184 memory=912 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31414/stat : 31414 (java) S 31350 31353 23167 0 -1 1077944384 87 13052 0 0 0 0 6 2 20 0 17 0 226899066 11614396416 755857 33554432000 4194304 4196468 140730650123248 140098640107472 140100201727899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31415] ppid=31350 vsize=11342184 memory=3848 CPUtime=6.22 cores=1,3,5,7
/proc/31353/task/31415/stat : 31415 (java) S 31350 31353 23167 0 -1 1077944384 54080 13052 0 0 607 7 6 2 20 0 17 0 226899066 11614396416 755857 33554432000 4194304 4196468 140730650123248 140099693755120 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31416] ppid=31350 vsize=11342184 memory=288230574492221466 CPUtime=5.79 cores=1,3,5,7
/proc/31353/task/31416/stat : 31416 (java) S 31350 31353 23167 0 -1 1077944384 52901 13052 0 0 565 6 6 2 20 0 17 0 226899066 11614396416 755857 33554432000 4194304 4196468 140730650123248 140099692702576 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31417] ppid=31350 vsize=11342184 memory=288230583166042426 CPUtime=2.32 cores=1,3,5,7
/proc/31353/task/31417/stat : 31417 (java) S 31350 31353 23167 0 -1 1077944384 63604 13052 0 0 215 9 6 2 20 0 17 0 226899066 11614396416 755857 33554432000 4194304 4196468 140730650123248 140099691649520 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31418] ppid=31350 vsize=11342184 memory=13848581752756687 CPUtime=0.08 cores=1,3,5,7
/proc/31353/task/31418/stat : 31418 (java) S 31350 31353 23167 0 -1 1077944384 3 13052 0 0 0 0 6 2 20 0 17 0 226899066 11614396416 755857 33554432000 4194304 4196468 140730650123248 140098209311584 140100201719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
[pid=31353/tid=31419] ppid=31350 vsize=11342184 memory=804 CPUtime=1.79 cores=1,3,5,7
/proc/31353/task/31419/stat : 31419 (java) S 31350 31353 23167 0 -1 1077944384 2638 13052 0 0 74 97 6 2 20 0 17 0 226899067 11614396416 755857 33554432000 4194304 4196468 140730650123248 140099690596912 140100201720450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140730650126947 140730650129756 140730650129756 140730650132431 0
Current children cumulated CPU time: 2520.26 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 3023428 KiB

Child status: 143
Real time (s): 2466.25
CPU time (s): 2520.32
CPU user time (s): 2516.78
CPU system time (s): 3.53848
CPU usage (%): 102.192
Max. virtual memory (cumulated for all children) (KiB): 11342184
Max. memory (cumulated for all children) (KiB): 3705436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.79
system time used= 3.53848
maximum resident set size= 3705436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 743843
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91660
involuntary context switches= 3360


# summary of solver processes directly reported to runsolver:
#   pid: 31353
#   total CPU time (s): 2520.32
#   total CPU user time (s): 2516.78
#   total CPU system time (s): 3.53848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1738 second user time and 24.3074 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-12 19:02:42
IDJOB=4304458
IDBENCH=141303
IDSOLVER=2781
FILE ID=node106/4304458-1534093362
RUNJOBID= node106-1534093293-30965
PBS_JOBID= 21036975
Free space on /tmp= 39752 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-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-4304458-1534093362/watcher-4304458-1534093362 -o /tmp/evaluation-result-4304458-1534093362/solver-4304458-1534093362 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534093293-30965 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1021119419 -superng HOME/instance-4304458-1534093362.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=1021119419

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        22392696 kB
MemAvailable:   30698112 kB
Buffers:          129448 kB
Cached:          8367400 kB
SwapCached:            0 kB
Active:          5562336 kB
Inactive:        4196964 kB
Active(anon):    1207920 kB
Inactive(anon):   106420 kB
Active(file):    4354416 kB
Inactive(file):  4090544 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             36576 kB
Writeback:             0 kB
AnonPages:       1178792 kB
Mapped:            63696 kB
Shmem:             49632 kB
Slab:             317204 kB
SReclaimable:     288916 kB
SUnreclaim:        28288 kB
KernelStack:        3856 kB
PageTables:         7800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2634496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1081344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39832 MiB
End job on node106 at 2018-08-12 19:43:48