Trace number 4294009

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13SAT (TO)48 2520.21 2466.14

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-06-4-rom_c18.xml
MD5SUM68fe1d73007454e14d4d429fadb25a11
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints48
Number of domains5
Minimum domain size2
Maximum domain size22859
Distribution of domain sizes[{"size":2,"count":12},{"size":7,"count":84},{"size":27,"count":36},{"size":22859,"count":48}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":60},{"degree":2,"count":84},{"degree":8,"count":36}]
Minimum constraint arity9
Maximum constraint arity10
Distribution of constraint arities[{"arity":9,"count":12},{"arity":10,"count":36}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
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.96/0.77	c Concrete v3.8.1528841891564 running
29.21/19.18	o 19
29.43/19.22	o 23
29.43/19.30	o 24
29.70/19.39	o 25
30.20/19.55	o 28
30.20/19.58	o 29
30.60/19.87	o 31
31.05/20.23	o 32
33.14/22.03	o 34
33.33/22.29	o 39
36.32/25.19	o 40
53.45/42.09	o 42
90.51/78.97	o 44
111.03/99.38	o 46
1067.83/1040.62	o 48
2520.18/2466.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.18/2466.11		at concrete.MAC.mac(MAC.scala:188)
2520.18/2466.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.18/2466.11		at scala.util.Try$.apply(Try.scala:209)
2520.18/2466.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.18/2466.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.18/2466.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.18/2466.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.18/2466.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.18/2466.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.18/2466.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.18/2466.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.18/2466.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.18/2466.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.18/2466.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.18/2466.11		at concrete.MAC.nextSolution(MAC.scala:355)
2520.18/2466.11		at concrete.Solver.hasNext(Solver.scala:166)
2520.18/2466.11		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.18/2466.11		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.18/2466.11		at concrete.Solver.foreach(Solver.scala:68)
2520.18/2466.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.18/2466.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.18/2466.11		at scala.util.Success.map(Try.scala:209)
2520.18/2466.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.18/2466.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.18/2466.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.18/2466.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.18/2466.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.18/2466.11		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.18/2466.11		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.18/2466.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.18/2466.11		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.18/2466.11		at scala.collection.immutable.List.foreach(List.scala:389)
2520.18/2466.11		at scala.App.main(App.scala:76)
2520.18/2466.11		at scala.App.main$(App.scala:74)
2520.18/2466.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.18/2466.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.18/2466.12	v <instantiation cost="48">
2520.18/2466.12	v       <list>
2520.18/2466.12	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] 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] 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] 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] 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] 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] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5]
2520.18/2466.12	v       </list>
2520.18/2466.12	v       <values>
2520.18/2466.12	v         19873 -1 -1 -1 912 -1 -1 -1 18906 16177 14312 -1 12541 -1 -1 -1 834 13198 -1 -1 12834 15568 -1 -1 19873 -1 -1 -1 912 -1 -1 -1 18906 16177 14312 -1 12541 -1 -1 -1 834 13198 -1 -1 12834 15568 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 3 5 -1 0 -1 -1 -1 0 3 -1 -1 0 2 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 3 5 -1 0 -1 -1 -1 0 3 -1 -1 0 2 -1 -1 6 0 0 0 5 0 0 0 0 0 0 0 6 0 0 0 0 3 0 0 0 4 0 0 6 0 0 0 5 0 0 0 0 0 0 0 6 0 0 0 0 3 0 0 0 4 0 0 19 0 18 12 0 13 0 13 18 14 13 26 18 18 26 17 26 15 12 14 17 4 13 14 0 13 26 13 8 11 13 26 15 14 11 14
2520.18/2466.12	v       </values>
2520.18/2466.12	v     </instantiation>
2520.18/2466.12	s SATISFIABLE

Verifier Data

OK	48

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294009-1532414812/watcher-4294009-1532414812 -o /tmp/evaluation-result-4294009-1532414812/solver-4294009-1532414812 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13980 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1711815787 HOME/instance-4294009-1532414812.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
Current StackSize limit: 8192 KiB

solver pid=14002, runsolver pid=13999

[startup+0.100814 s]*
/proc/loadavg: 0.92 1.10 1.48 2/195 14040
/proc/meminfo: memFree=15167264/32770624 swapFree=67108852/67108860
[pid=14002] ppid=13999 vsize=113256 memory=1608 CPUtime=0.01 cores=0,2,4,6
/proc/14002/stat : 14002 (bash) S 13999 14002 13949 0 -1 4202496 884 5661 1 1 0 0 0 1 20 0 1 0 59044552 115974144 402 33554432000 4194304 5098028 140731618730544 140731618724552 139749508930560 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 34443264 140731618739371 140731618739496 140731618739496 140731618742254 0
/proc/14002/statm: 28314 402 318 221 0 119 0
[pid=14030] ppid=14002 vsize=113256 memory=716 CPUtime=0 cores=0,2,4,6
/proc/14030/stat : 14030 (bash) S 14002 14002 13949 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 59044556 115974144 179 33554432000 4194304 5098028 140731618730544 140731618723224 139749508756092 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34443264 140731618739371 140731618739496 140731618739496 140731618742254 0
/proc/14030/statm: 28314 179 95 221 0 119 0
[pid=14032] ppid=14030 vsize=113492 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/14032/stat : 14032 (awk) S 14030 14002 13949 0 -1 4202496 446 0 0 0 0 0 0 0 20 0 1 0 59044556 116215808 307 33554432000 4194304 4609284 140731439107328 140731439106504 140126061333504 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 10997760 140731439109459 140731439109489 140731439109489 140731439112175 0
/proc/14032/statm: 28373 307 255 102 0 89 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340004 KiB
Current children cumulated memory: 3552 KiB

[startup+0.215322 s]*
/proc/loadavg: 0.92 1.10 1.48 4/215 14115
/proc/meminfo: memFree=15142660/32770624 swapFree=67108852/67108860
[pid=14002] ppid=13999 vsize=10818856 memory=37316 CPUtime=0.23 cores=0,2,4,6
/proc/14002/stat : 14002 (java) S 13999 14002 13949 0 -1 1077944320 6556 12970 1 1 13 2 5 3 20 0 15 0 59044552 11078508544 9329 33554432000 4194304 4196468 140733596527760 140733596510304 139711673499383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
/proc/14002/statm: 2704714 9329 2942 1 0 2667149 0
[pid=14002/tid=14056] ppid=13999 vsize=10818856 memory=7022364632946311227 CPUtime=0.17 cores=0,2,4,6
/proc/14002/task/14056/stat : 14056 (java) R 13999 14002 13949 0 -1 4202560 3095 12970 0 1 8 1 5 3 20 0 15 0 59044564 11078508544 9329 33554432000 4194304 4196468 140733596527760 139711645268936 139711657543013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14057] ppid=13999 vsize=10818856 memory=4294976330 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14057/stat : 14057 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044565 11078508544 9329 33554432000 4194304 4196468 140733596527760 139711677741968 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14058] ppid=13999 vsize=10818856 memory=140000792534454 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14058/stat : 14058 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044565 11078508544 9329 33554432000 4194304 4196468 140733596527760 139711596493584 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14059] ppid=13999 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14059/stat : 14059 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044565 11078508544 9329 33554432000 4194304 4196468 140733596527760 139711245900944 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14060] ppid=13999 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14060/stat : 14060 (java) S 13999 14002 13949 0 -1 1077944384 2 12970 0 1 0 0 5 3 20 0 15 0 59044565 11078508544 9329 33554432000 4194304 4196468 140733596527760 139711244848144 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14061] ppid=13999 vsize=10818856 memory=140000792520320 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14061/stat : 14061 (java) S 13999 14002 13949 0 -1 1077944384 2 12970 0 1 0 0 5 3 20 0 15 0 59044566 11078508544 9329 33554432000 4194304 4196468 140733596527760 139711200168048 139711673510530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14066] ppid=13999 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14066/stat : 14066 (java) S 13999 14002 13949 0 -1 1077944384 13 12970 0 1 0 0 5 3 20 0 15 0 59044567 11078508544 9329 33554432000 4194304 4196468 140733596527760 139711125381920 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14067] ppid=13999 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14067/stat : 14067 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044567 11078508544 9329 33554432000 4194304 4196468 140733596527760 139710521402480 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14094] ppid=13999 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14094/stat : 14094 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11078508544 9329 33554432000 4194304 4196468 140733596527760 139710214002768 139711673517979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14095] ppid=13999 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14002/task/14095/stat : 14095 (java) S 13999 14002 13949 0 -1 1077944384 550 12970 0 1 1 0 5 3 20 0 15 0 59044570 11078508544 9329 33554432000 4194304 4196468 140733596527760 139711199115888 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14097] ppid=13999 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14097/stat : 14097 (java) S 13999 14002 13949 0 -1 1077944384 66 12970 0 1 0 0 5 3 20 0 15 0 59044570 11078508544 9329 33554432000 4194304 4196468 140733596527760 139711198063088 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14098] ppid=13999 vsize=10818856 memory=140000792520320 CPUtime=0.11 cores=0,2,4,6
/proc/14002/task/14098/stat : 14098 (java) R 13999 14002 13949 0 -1 4202560 631 12970 0 1 3 0 5 3 20 0 15 0 59044570 11078508544 9329 33554432000 4194304 4196468 140733596527760 139711197010800 139711673511318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14101] ppid=13999 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14101/stat : 14101 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11078508544 9329 33554432000 4194304 4196468 140733596527760 139710180445152 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14104] ppid=13999 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14104/stat : 14104 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044570 11078508544 9329 33554432000 4194304 4196468 140733596527760 139711195957680 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 37316 KiB

[startup+0.310953 s]*
/proc/loadavg: 0.92 1.10 1.48 2/217 14143
/proc/meminfo: memFree=15123920/32770624 swapFree=67108852/67108860
[pid=14002] ppid=13999 vsize=10819352 memory=48408 CPUtime=0.36 cores=0,2,4,6
/proc/14002/stat : 14002 (java) S 13999 14002 13949 0 -1 1077944320 9521 12970 1 1 25 3 5 3 20 0 15 0 59044552 11079016448 12102 33554432000 4194304 4196468 140733596527760 140733596510304 139711673499383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
/proc/14002/statm: 2704838 12102 3101 1 0 2667149 0
[pid=14002/tid=14056] ppid=13999 vsize=10819352 memory=6791534058613427641 CPUtime=0.26 cores=0,2,4,6
/proc/14002/task/14056/stat : 14056 (java) D 13999 14002 13949 0 -1 1077944384 6049 12970 0 1 17 1 5 3 20 0 15 0 59044564 11079016448 12102 33554432000 4194304 4196468 140733596527760 139711645310176 139711666178605 0 4 0 16800975 18446744072101740068 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14057] ppid=13999 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14057/stat : 14057 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044565 11079016448 12102 33554432000 4194304 4196468 140733596527760 139711677741968 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14058] ppid=13999 vsize=10819384 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14058/stat : 14058 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044565 11079049216 12102 33554432000 4194304 4196468 140733596527760 139711596493584 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14059] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14059/stat : 14059 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044565 11079016448 12102 33554432000 4194304 4196468 140733596527760 139711245900944 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14060] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14060/stat : 14060 (java) S 13999 14002 13949 0 -1 1077944384 2 12970 0 1 0 0 5 3 20 0 15 0 59044565 11079016448 12102 33554432000 4194304 4196468 140733596527760 139711244848144 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14061] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14061/stat : 14061 (java) S 13999 14002 13949 0 -1 1077944384 2 12970 0 1 0 0 5 3 20 0 15 0 59044566 11079016448 12102 33554432000 4194304 4196468 140733596527760 139711200168048 139711673510530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14066] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14066/stat : 14066 (java) S 13999 14002 13949 0 -1 1077944384 13 12970 0 1 0 0 5 3 20 0 15 0 59044567 11079016448 12102 33554432000 4194304 4196468 140733596527760 139711125381920 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14067] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14067/stat : 14067 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044567 11079016448 12102 33554432000 4194304 4196468 140733596527760 139710521402480 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14094] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14094/stat : 14094 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11079016448 12102 33554432000 4194304 4196468 140733596527760 139710214002768 139711673517979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14095] ppid=13999 vsize=10819384 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14002/task/14095/stat : 14095 (java) S 13999 14002 13949 0 -1 1077944384 550 12970 0 1 1 0 5 3 20 0 15 0 59044570 11079049216 12102 33554432000 4194304 4196468 140733596527760 139711199115888 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14097] ppid=13999 vsize=10819384 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14002/task/14097/stat : 14097 (java) S 13999 14002 13949 0 -1 1077944384 67 12970 0 1 1 0 5 3 20 0 15 0 59044570 11079049216 12102 33554432000 4194304 4196468 140733596527760 139711198063088 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14098] ppid=13999 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/14002/task/14098/stat : 14098 (java) S 13999 14002 13949 0 -1 1077944384 654 12970 0 1 4 0 5 3 20 0 15 0 59044570 11079016448 12102 33554432000 4194304 4196468 140733596527760 139711197010800 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14101] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14101/stat : 14101 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11079016448 12102 33554432000 4194304 4196468 140733596527760 139710180445152 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14104] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14104/stat : 14104 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044570 11079016448 12102 33554432000 4194304 4196468 140733596527760 139711195957680 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 48408 KiB

[startup+0.700762 s]
/proc/loadavg: 0.92 1.10 1.48 3/218 14144
/proc/meminfo: memFree=15083356/32770624 swapFree=67108852/67108860
[pid=14002] ppid=13999 vsize=10819352 memory=86704 CPUtime=0.96 cores=0,2,4,6
/proc/14002/stat : 14002 (java) S 13999 14002 13949 0 -1 1077944320 16754 12970 1 1 83 5 5 3 20 0 15 0 59044552 11079016448 21676 33554432000 4194304 4196468 140733596527760 140733596510304 139711673499383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
/proc/14002/statm: 2704838 21676 3249 1 0 2667149 0
[pid=14002/tid=14056] ppid=13999 vsize=10819352 memory=58420 CPUtime=0.64 cores=0,2,4,6
/proc/14002/task/14056/stat : 14056 (java) R 13999 14002 13949 0 -1 4202560 12273 12970 0 1 53 3 5 3 20 0 15 0 59044564 11079016448 21676 33554432000 4194304 4196468 140733596527760 139711645321552 139711655062939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14057] ppid=13999 vsize=10819352 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14057/stat : 14057 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044565 11079016448 21676 33554432000 4194304 4196468 140733596527760 139711677741968 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14058] ppid=13999 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14058/stat : 14058 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044565 11079016448 21676 33554432000 4194304 4196468 140733596527760 139711596493584 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14059] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14059/stat : 14059 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044565 11079016448 21676 33554432000 4194304 4196468 140733596527760 139711245900944 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14060] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14060/stat : 14060 (java) S 13999 14002 13949 0 -1 1077944384 2 12970 0 1 0 0 5 3 20 0 15 0 59044565 11079016448 21676 33554432000 4194304 4196468 140733596527760 139711244848144 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14061] ppid=13999 vsize=10819352 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14061/stat : 14061 (java) S 13999 14002 13949 0 -1 1077944384 5 12970 0 1 0 0 5 3 20 0 15 0 59044566 11079016448 21676 33554432000 4194304 4196468 140733596527760 139711200168048 139711673510530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14066] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14066/stat : 14066 (java) S 13999 14002 13949 0 -1 1077944384 13 12970 0 1 0 0 5 3 20 0 15 0 59044567 11079016448 21676 33554432000 4194304 4196468 140733596527760 139711125381920 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14067] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14067/stat : 14067 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044567 11079016448 21676 33554432000 4194304 4196468 140733596527760 139710521402480 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14094] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14094/stat : 14094 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11079016448 21676 33554432000 4194304 4196468 140733596527760 139710214002768 139711673517979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14095] ppid=13999 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/14002/task/14095/stat : 14095 (java) S 13999 14002 13949 0 -1 1077944384 1194 12970 0 1 9 0 5 3 20 0 15 0 59044570 11079016448 21676 33554432000 4194304 4196468 140733596527760 139711199115888 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14097] ppid=13999 vsize=10819352 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/14002/task/14097/stat : 14097 (java) S 13999 14002 13949 0 -1 1077944384 331 12970 0 1 7 0 5 3 20 0 15 0 59044570 11079016448 21676 33554432000 4194304 4196468 140733596527760 139711198063088 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14098] ppid=13999 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/14002/task/14098/stat : 14098 (java) S 13999 14002 13949 0 -1 1077944384 736 12970 0 1 12 0 5 3 20 0 15 0 59044570 11079016448 21676 33554432000 4194304 4196468 140733596527760 139711197010800 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14101] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14101/stat : 14101 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11079016448 21676 33554432000 4194304 4196468 140733596527760 139710180445152 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14104] ppid=13999 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14104/stat : 14104 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044570 11079016448 21676 33554432000 4194304 4196468 140733596527760 139711195957680 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86704 KiB

[startup+1.50076 s]
/proc/loadavg: 0.92 1.10 1.48 4/218 14144
/proc/meminfo: memFree=15020036/32770624 swapFree=67108852/67108860
[pid=14002] ppid=13999 vsize=10825984 memory=107816 CPUtime=1.45 cores=0,2,4,6
/proc/14002/stat : 14002 (java) S 13999 14002 13949 0 -1 1077944320 19059 12970 1 1 130 7 5 3 20 0 15 0 59044552 11085807616 26954 33554432000 4194304 4196468 140733596527760 140733596510304 139711673499383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
/proc/14002/statm: 2706496 26954 3416 1 0 2668173 0
[pid=14002/tid=14056] ppid=13999 vsize=10825984 memory=0 CPUtime=0.95 cores=0,2,4,6
/proc/14002/task/14056/stat : 14056 (java) R 13999 14002 13949 0 -1 4202560 14335 12970 0 1 82 5 5 3 20 0 15 0 59044564 11085807616 26954 33554432000 4194304 4196468 140733596527760 139711645329504 139711673521309 0 4 0 16800975 0 0 0 -1 4 0 0 48 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14057] ppid=13999 vsize=10825984 memory=2416 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14057/stat : 14057 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044565 11085807616 26954 33554432000 4194304 4196468 140733596527760 139711677741968 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14058] ppid=13999 vsize=10825984 memory=1300 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14058/stat : 14058 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044565 11085807616 26954 33554432000 4194304 4196468 140733596527760 139711596493584 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14059] ppid=13999 vsize=10825984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14059/stat : 14059 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044565 11085807616 26954 33554432000 4194304 4196468 140733596527760 139711245900944 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14060] ppid=13999 vsize=10825984 memory=6788 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14060/stat : 14060 (java) S 13999 14002 13949 0 -1 1077944384 2 12970 0 1 0 0 5 3 20 0 15 0 59044565 11085807616 26954 33554432000 4194304 4196468 140733596527760 139711244848144 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14061] ppid=13999 vsize=10825984 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14061/stat : 14061 (java) S 13999 14002 13949 0 -1 1077944384 5 12970 0 1 0 0 5 3 20 0 15 0 59044566 11085807616 26954 33554432000 4194304 4196468 140733596527760 139711200168048 139711673510530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14066] ppid=13999 vsize=10825984 memory=7306927003400497000 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14066/stat : 14066 (java) S 13999 14002 13949 0 -1 1077944384 13 12970 0 1 0 0 5 3 20 0 15 0 59044567 11085807616 26954 33554432000 4194304 4196468 140733596527760 139711125381920 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14067] ppid=13999 vsize=10825984 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14067/stat : 14067 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044567 11085807616 26954 33554432000 4194304 4196468 140733596527760 139710521402480 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14094] ppid=13999 vsize=10825984 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14094/stat : 14094 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11085807616 26954 33554432000 4194304 4196468 140733596527760 139710214002768 139711673517979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14095] ppid=13999 vsize=10825984 memory=12966506269086 CPUtime=0.23 cores=0,2,4,6
/proc/14002/task/14095/stat : 14095 (java) S 13999 14002 13949 0 -1 1077944384 1228 12970 0 1 15 0 5 3 20 0 15 0 59044570 11085807616 26954 33554432000 4194304 4196468 140733596527760 139711199115888 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14097] ppid=13999 vsize=10825984 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/14002/task/14097/stat : 14097 (java) S 13999 14002 13949 0 -1 1077944384 357 12970 0 1 11 0 5 3 20 0 15 0 59044570 11085807616 26954 33554432000 4194304 4196468 140733596527760 139711198063088 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14098] ppid=13999 vsize=10825984 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/14002/task/14098/stat : 14098 (java) S 13999 14002 13949 0 -1 1077944384 919 12970 0 1 20 0 5 3 20 0 15 0 59044570 11085807616 26954 33554432000 4194304 4196468 140733596527760 139711197010800 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14101] ppid=13999 vsize=10825984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14101/stat : 14101 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11085807616 26954 33554432000 4194304 4196468 140733596527760 139710180445152 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14104] ppid=13999 vsize=10825984 memory=1745 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14104/stat : 14104 (java) S 13999 14002 13949 0 -1 1077944384 1 12970 0 1 0 0 5 3 20 0 15 0 59044570 11085807616 26954 33554432000 4194304 4196468 140733596527760 139711195957680 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10825984 KiB
Current children cumulated memory: 107816 KiB

[startup+3.11086 s]
/proc/loadavg: 1.01 1.11 1.48 4/218 14144

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

/proc/14002/task/14056/stat : 14056 (java) R 13999 14002 13949 0 -1 4202560 193438 12970 1 1 235670 85 5 3 20 0 15 0 59044564 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711643311696 139711290310242 0 4 0 16800975 0 0 0 -1 2 0 0 62 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14057] ppid=13999 vsize=10916192 memory=2494952 CPUtime=13.59 cores=0,2,4,6
/proc/14002/task/14057/stat : 14057 (java) S 13999 14002 13949 0 -1 1077944384 36549 12970 0 1 1317 34 5 3 20 0 15 0 59044565 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711677741968 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14058] ppid=13999 vsize=10916192 memory=2494952 CPUtime=13.62 cores=0,2,4,6
/proc/14002/task/14058/stat : 14058 (java) S 13999 14002 13949 0 -1 1077944384 35987 12970 0 1 1317 37 5 3 20 0 15 0 59044565 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711596493584 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14059] ppid=13999 vsize=10916192 memory=2494952 CPUtime=13.6 cores=0,2,4,6
/proc/14002/task/14059/stat : 14059 (java) S 13999 14002 13949 0 -1 1077944384 44830 12970 0 1 1315 37 5 3 20 0 15 0 59044565 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711245900944 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14060] ppid=13999 vsize=10916192 memory=2494952 CPUtime=13.58 cores=0,2,4,6
/proc/14002/task/14060/stat : 14060 (java) S 13999 14002 13949 0 -1 1077944384 43343 12970 0 1 1318 32 5 3 20 0 15 0 59044565 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711244848144 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14061] ppid=13999 vsize=10916192 memory=2494952 CPUtime=8.53 cores=0,2,4,6
/proc/14002/task/14061/stat : 14061 (java) S 13999 14002 13949 0 -1 1077944384 29009 12970 0 1 813 32 5 3 20 0 15 0 59044566 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711200168048 139711673510530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14066] ppid=13999 vsize=10916192 memory=2494952 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14066/stat : 14066 (java) S 13999 14002 13949 0 -1 1077944384 22 12970 0 1 0 0 5 3 20 0 15 0 59044567 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711125381984 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14067] ppid=13999 vsize=10916192 memory=2494952 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14067/stat : 14067 (java) S 13999 14002 13949 0 -1 1077944384 8 12970 0 1 0 0 5 3 20 0 15 0 59044567 11178180608 623738 33554432000 4194304 4196468 140733596527760 139710521402496 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14094] ppid=13999 vsize=10916192 memory=2494952 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14094/stat : 14094 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139710214002768 139711673517979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14095] ppid=13999 vsize=10916192 memory=2494952 CPUtime=5.04 cores=0,2,4,6
/proc/14002/task/14095/stat : 14095 (java) S 13999 14002 13949 0 -1 1077944384 60711 12970 0 1 486 10 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711199115888 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14097] ppid=13999 vsize=10916192 memory=2494952 CPUtime=6.18 cores=0,2,4,6
/proc/14002/task/14097/stat : 14097 (java) S 13999 14002 13949 0 -1 1077944384 71310 12970 0 1 602 8 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711198063088 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14098] ppid=13999 vsize=10916192 memory=199 CPUtime=2.07 cores=0,2,4,6
/proc/14002/task/14098/stat : 14098 (java) S 13999 14002 13949 0 -1 1077944384 37833 12970 0 1 193 6 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711197010800 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14101] ppid=13999 vsize=10916192 memory=2494952 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14101/stat : 14101 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139710180445152 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14104] ppid=13999 vsize=10916192 memory=2494952 CPUtime=1.55 cores=0,2,4,6
/proc/14002/task/14104/stat : 14104 (java) S 13999 14002 13949 0 -1 1077944384 3330 12970 0 1 72 75 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711195957680 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
Current children cumulated CPU time: 2434.77 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2494952 KiB

[startup+2442.3 s]
/proc/loadavg: 1.22 1.37 1.62 3/215 14492
/proc/meminfo: memFree=11747268/32770624 swapFree=67108852/67108860
[pid=14002] ppid=13999 vsize=10916192 memory=2494952 CPUtime=2495.91 cores=0,2,4,6
/proc/14002/stat : 14002 (java) S 13999 14002 13949 0 -1 1077944320 562669 12970 2 1 249246 337 5 3 20 0 15 0 59044552 11178180608 623738 33554432000 4194304 4196468 140733596527760 140733596510304 139711673499383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
/proc/14002/statm: 2729048 623738 3531 1 0 2690701 0
[pid=14002/tid=14056] ppid=13999 vsize=10916192 memory=2494952 CPUtime=2416.96 cores=0,2,4,6
/proc/14002/task/14056/stat : 14056 (java) R 13999 14002 13949 0 -1 4202560 195551 12970 1 1 241602 86 5 3 20 0 15 0 59044564 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711645009552 139711288330148 0 4 0 16800975 0 0 0 -1 4 0 0 62 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14057] ppid=13999 vsize=10916192 memory=6944656592455360604 CPUtime=13.98 cores=0,2,4,6
/proc/14002/task/14057/stat : 14057 (java) S 13999 14002 13949 0 -1 1077944384 36835 12970 0 1 1355 35 5 3 20 0 15 0 59044565 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711677741968 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14058] ppid=13999 vsize=10916192 memory=2494952 CPUtime=14 cores=0,2,4,6
/proc/14002/task/14058/stat : 14058 (java) S 13999 14002 13949 0 -1 1077944384 36512 12970 0 1 1355 37 5 3 20 0 15 0 59044565 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711596493584 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14059] ppid=13999 vsize=10916192 memory=2494952 CPUtime=13.99 cores=0,2,4,6
/proc/14002/task/14059/stat : 14059 (java) S 13999 14002 13949 0 -1 1077944384 45257 12970 0 1 1353 38 5 3 20 0 15 0 59044565 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711245900944 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14060] ppid=13999 vsize=10916192 memory=2494952 CPUtime=13.96 cores=0,2,4,6
/proc/14002/task/14060/stat : 14060 (java) S 13999 14002 13949 0 -1 1077944384 43661 12970 0 1 1356 32 5 3 20 0 15 0 59044565 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711244848144 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14061] ppid=13999 vsize=10916192 memory=2494952 CPUtime=8.76 cores=0,2,4,6
/proc/14002/task/14061/stat : 14061 (java) S 13999 14002 13949 0 -1 1077944384 29397 12970 0 1 836 32 5 3 20 0 15 0 59044566 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711200168048 139711673510530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14066] ppid=13999 vsize=10916192 memory=2494952 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14066/stat : 14066 (java) S 13999 14002 13949 0 -1 1077944384 22 12970 0 1 0 0 5 3 20 0 15 0 59044567 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711125381984 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14067] ppid=13999 vsize=10916192 memory=2494952 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14067/stat : 14067 (java) S 13999 14002 13949 0 -1 1077944384 8 12970 0 1 0 0 5 3 20 0 15 0 59044567 11178180608 623738 33554432000 4194304 4196468 140733596527760 139710521402496 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14094] ppid=13999 vsize=10916192 memory=2494952 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14094/stat : 14094 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139710214002768 139711673517979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14095] ppid=13999 vsize=10916192 memory=2494952 CPUtime=5.04 cores=0,2,4,6
/proc/14002/task/14095/stat : 14095 (java) S 13999 14002 13949 0 -1 1077944384 60715 12970 0 1 486 10 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711199115888 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14097] ppid=13999 vsize=10916192 memory=2494952 CPUtime=6.18 cores=0,2,4,6
/proc/14002/task/14097/stat : 14097 (java) S 13999 14002 13949 0 -1 1077944384 71314 12970 0 1 602 8 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711198063088 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14098] ppid=13999 vsize=10916192 memory=2494952 CPUtime=2.07 cores=0,2,4,6
/proc/14002/task/14098/stat : 14098 (java) S 13999 14002 13949 0 -1 1077944384 37837 12970 0 1 193 6 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711197010800 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14101] ppid=13999 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14101/stat : 14101 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139710180445152 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14104] ppid=13999 vsize=10916192 memory=4044 CPUtime=1.59 cores=0,2,4,6
/proc/14002/task/14104/stat : 14104 (java) S 13999 14002 13949 0 -1 1077944384 3365 12970 0 1 74 77 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711195957680 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
Current children cumulated CPU time: 2495.91 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2494952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466 s]*
/proc/loadavg: 1.27 1.37 1.61 3/215 14493
/proc/meminfo: memFree=11745268/32770624 swapFree=67108852/67108860
[pid=14002] ppid=13999 vsize=10916192 memory=2494952 CPUtime=2520.06 cores=0,2,4,6
/proc/14002/stat : 14002 (java) S 13999 14002 13949 0 -1 1077944320 564612 12970 2 1 251659 339 5 3 20 0 15 0 59044552 11178180608 623738 33554432000 4194304 4196468 140733596527760 140733596510304 139711673499383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
/proc/14002/statm: 2729048 623738 3531 1 0 2690701 0
[pid=14002/tid=14056] ppid=13999 vsize=10916192 memory=2319646321960555616 CPUtime=2440.39 cores=0,2,4,6
/proc/14002/task/14056/stat : 14056 (java) R 13999 14002 13949 0 -1 4202560 196520 12970 1 1 243945 86 5 3 20 0 15 0 59044564 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711643873136 139711288330148 0 4 0 16800975 0 0 0 -1 2 0 0 62 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14057] ppid=13999 vsize=10916192 memory=3691055467355966032 CPUtime=14.13 cores=0,2,4,6
/proc/14002/task/14057/stat : 14057 (java) S 13999 14002 13949 0 -1 1077944384 36877 12970 0 1 1370 35 5 3 20 0 15 0 59044565 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711677741968 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14058] ppid=13999 vsize=10916192 memory=3691055467359764522 CPUtime=14.14 cores=0,2,4,6
/proc/14002/task/14058/stat : 14058 (java) S 13999 14002 13949 0 -1 1077944384 36646 12970 0 1 1369 37 5 3 20 0 15 0 59044565 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711596493584 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14059] ppid=13999 vsize=10916192 memory=4126316290023845779 CPUtime=14.14 cores=0,2,4,6
/proc/14002/task/14059/stat : 14059 (java) S 13999 14002 13949 0 -1 1077944384 45371 12970 0 1 1368 38 5 3 20 0 15 0 59044565 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711245900944 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14060] ppid=13999 vsize=10916192 memory=288230583166042426 CPUtime=14.12 cores=0,2,4,6
/proc/14002/task/14060/stat : 14060 (java) S 13999 14002 13949 0 -1 1077944384 44132 12970 0 1 1371 33 5 3 20 0 15 0 59044565 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711244848144 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14061] ppid=13999 vsize=10916192 memory=15255930832947754 CPUtime=8.87 cores=0,2,4,6
/proc/14002/task/14061/stat : 14061 (java) S 13999 14002 13949 0 -1 1077944384 29588 12970 0 1 846 33 5 3 20 0 15 0 59044566 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711200168048 139711673510530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14066] ppid=13999 vsize=10916192 memory=288230583166042426 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14066/stat : 14066 (java) S 13999 14002 13949 0 -1 1077944384 22 12970 0 1 0 0 5 3 20 0 15 0 59044567 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711125381984 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14067] ppid=13999 vsize=10916192 memory=15255930832947754 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14067/stat : 14067 (java) S 13999 14002 13949 0 -1 1077944384 8 12970 0 1 0 0 5 3 20 0 15 0 59044567 11178180608 623738 33554432000 4194304 4196468 140733596527760 139710521402496 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14094] ppid=13999 vsize=10916192 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14094/stat : 14094 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139710214002768 139711673517979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14095] ppid=13999 vsize=10916192 memory=2308 CPUtime=5.04 cores=0,2,4,6
/proc/14002/task/14095/stat : 14095 (java) S 13999 14002 13949 0 -1 1077944384 60717 12970 0 1 486 10 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711199115888 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14097] ppid=13999 vsize=10916192 memory=2660 CPUtime=6.18 cores=0,2,4,6
/proc/14002/task/14097/stat : 14097 (java) S 13999 14002 13949 0 -1 1077944384 71316 12970 0 1 602 8 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711198063088 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14098] ppid=13999 vsize=10916192 memory=1408 CPUtime=2.07 cores=0,2,4,6
/proc/14002/task/14098/stat : 14098 (java) S 13999 14002 13949 0 -1 1077944384 37839 12970 0 1 193 6 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711197010800 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14101] ppid=13999 vsize=10916192 memory=3204 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14101/stat : 14101 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139710180445152 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14104] ppid=13999 vsize=10916192 memory=2494952 CPUtime=1.6 cores=0,2,4,6
/proc/14002/task/14104/stat : 14104 (java) S 13999 14002 13949 0 -1 1077944384 3381 12970 0 1 75 77 5 3 20 0 15 0 59044570 11178180608 623738 33554432000 4194304 4196468 140733596527760 139711195957680 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2494952 KiB

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

[startup+2466.14 s]
# the end of solver process 14002 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.77 s, system=3.44285 s

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

[startup+2466.11 s]
/proc/loadavg: 1.27 1.37 1.61 3/215 14493
/proc/meminfo: memFree=11745268/32770624 swapFree=67108852/67108860
[pid=14002] ppid=13999 vsize=11112808 memory=2499136 CPUtime=2520.18 cores=0,2,4,6
/proc/14002/stat : 14002 (java) S 13999 14002 13949 0 -1 1077944320 564790 12970 2 1 251671 339 5 3 20 0 17 0 59044552 11379515392 624784 33554432000 4194304 4196468 140733596527760 140733596510304 139711673499383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
/proc/14002/statm: 2778202 624784 3532 1 0 2739855 0
[pid=14002/tid=14056] ppid=13999 vsize=11112808 memory=2494952 CPUtime=2440.49 cores=0,2,4,6
/proc/14002/task/14056/stat : 14056 (java) R 13999 14002 13949 0 -1 4202560 196520 12970 1 1 243955 86 5 3 20 0 17 0 59044564 11379515392 624784 33554432000 4194304 4196468 140733596527760 139711644141328 139711288330148 0 4 0 16800975 0 0 0 -1 2 0 0 62 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14057] ppid=13999 vsize=11112808 memory=2494952 CPUtime=14.13 cores=0,2,4,6
/proc/14002/task/14057/stat : 14057 (java) S 13999 14002 13949 0 -1 1077944384 36877 12970 0 1 1370 35 5 3 20 0 17 0 59044565 11379515392 624784 33554432000 4194304 4196468 140733596527760 139711677741968 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14058] ppid=13999 vsize=11112808 memory=2494952 CPUtime=14.15 cores=0,2,4,6
/proc/14002/task/14058/stat : 14058 (java) S 13999 14002 13949 0 -1 1077944384 36652 12970 0 1 1370 37 5 3 20 0 17 0 59044565 11379515392 624784 33554432000 4194304 4196468 140733596527760 139711596493584 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14059] ppid=13999 vsize=11112808 memory=2494952 CPUtime=14.14 cores=0,2,4,6
/proc/14002/task/14059/stat : 14059 (java) S 13999 14002 13949 0 -1 1077944384 45371 12970 0 1 1368 38 5 3 20 0 17 0 59044565 11379515392 624784 33554432000 4194304 4196468 140733596527760 139711245900944 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14060] ppid=13999 vsize=11112808 memory=2494952 CPUtime=14.12 cores=0,2,4,6
/proc/14002/task/14060/stat : 14060 (java) S 13999 14002 13949 0 -1 1077944384 44132 12970 0 1 1371 33 5 3 20 0 17 0 59044565 11379515392 624784 33554432000 4194304 4196468 140733596527760 139711244848144 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14061] ppid=13999 vsize=11112808 memory=2494952 CPUtime=8.87 cores=0,2,4,6
/proc/14002/task/14061/stat : 14061 (java) S 13999 14002 13949 0 -1 1077944384 29588 12970 0 1 846 33 5 3 20 0 17 0 59044566 11379515392 624784 33554432000 4194304 4196468 140733596527760 139711200168048 139711673510530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14066] ppid=13999 vsize=11112808 memory=2494952 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14066/stat : 14066 (java) S 13999 14002 13949 0 -1 1077944384 22 12970 0 1 0 0 5 3 20 0 17 0 59044567 11379515392 624784 33554432000 4194304 4196468 140733596527760 139711125381984 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14067] ppid=13999 vsize=11112808 memory=2494952 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14067/stat : 14067 (java) S 13999 14002 13949 0 -1 1077944384 8 12970 0 1 0 0 5 3 20 0 17 0 59044567 11379515392 624784 33554432000 4194304 4196468 140733596527760 139710521402496 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14094] ppid=13999 vsize=11112808 memory=2494952 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14094/stat : 14094 (java) S 13999 14002 13949 0 -1 1077944384 90 12970 0 1 0 0 5 3 20 0 17 0 59044570 11379515392 624784 33554432000 4194304 4196468 140733596527760 139710214002768 139711673517979 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14095] ppid=13999 vsize=11112808 memory=2494952 CPUtime=5.04 cores=0,2,4,6
/proc/14002/task/14095/stat : 14095 (java) S 13999 14002 13949 0 -1 1077944384 60717 12970 0 1 486 10 5 3 20 0 17 0 59044570 11379515392 624784 33554432000 4194304 4196468 140733596527760 139711199115888 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14097] ppid=13999 vsize=11112808 memory=2494952 CPUtime=6.18 cores=0,2,4,6
/proc/14002/task/14097/stat : 14097 (java) S 13999 14002 13949 0 -1 1077944384 71317 12970 0 1 602 8 5 3 20 0 17 0 59044570 11379515392 624784 33554432000 4194304 4196468 140733596527760 139711198063088 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14098] ppid=13999 vsize=11112808 memory=2494952 CPUtime=2.07 cores=0,2,4,6
/proc/14002/task/14098/stat : 14098 (java) S 13999 14002 13949 0 -1 1077944384 37839 12970 0 1 193 6 5 3 20 0 17 0 59044570 11379515392 624784 33554432000 4194304 4196468 140733596527760 139711197010800 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14101] ppid=13999 vsize=11112808 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/14002/task/14101/stat : 14101 (java) S 13999 14002 13949 0 -1 1077944384 3 12970 0 1 0 0 5 3 20 0 17 0 59044570 11379515392 624784 33554432000 4194304 4196468 140733596527760 139710180445152 139711673509589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
[pid=14002/tid=14104] ppid=13999 vsize=11112808 memory=2494952 CPUtime=1.6 cores=0,2,4,6
/proc/14002/task/14104/stat : 14104 (java) S 13999 14002 13949 0 -1 1077944384 3381 12970 0 1 75 77 5 3 20 0 17 0 59044570 11379515392 624784 33554432000 4194304 4196468 140733596527760 139711195957680 139711673510530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31694848 140733596535406 140733596538204 140733596538204 140733596540879 0
Current children cumulated CPU time: 2520.18 s
Current children cumulated vsize: 11112808 KiB
Current children cumulated memory: 2499136 KiB

Child status: 143
Real time (s): 2466.14
CPU time (s): 2520.21
CPU user time (s): 2516.77
CPU system time (s): 3.44285
CPU usage (%): 102.193
Max. virtual memory (cumulated for all children) (KiB): 11112808
Max. memory (cumulated for all children) (KiB): 2909736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.77
system time used= 3.44285
maximum resident set size= 2911784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 578130
page faults= 3
swaps= 0
block input operations= 3280
block output operations= 3296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169963
involuntary context switches= 9455


# summary of solver processes directly reported to runsolver:
#   pid: 14002
#   total CPU time (s): 2520.21
#   total CPU user time (s): 2516.77
#   total CPU system time (s): 3.44285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5088 second user time and 24.4167 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 08:46:52
IDJOB=4294009
IDBENCH=141313
IDSOLVER=2750
FILE ID=node148/4294009-1532414812
RUNJOBID= node148-1532414812-13980
PBS_JOBID= 21021576
Free space on /tmp= 43752 MiB

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

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

MD5SUM BENCH= 68fe1d73007454e14d4d429fadb25a11
RANDOM SEED=1711815787

node148.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.50
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.50
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.50
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.50
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:        15207416 kB
MemAvailable:   31942660 kB
Buffers:          193764 kB
Cached:         16485928 kB
SwapCached:            8 kB
Active:          2106584 kB
Inactive:       14622712 kB
Active(anon):       3464 kB
Inactive(anon):    66096 kB
Active(file):    2103120 kB
Inactive(file): 14556616 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:            185916 kB
Writeback:             0 kB
AnonPages:         62876 kB
Mapped:            38060 kB
Shmem:             17024 kB
Slab:             531004 kB
SReclaimable:     503968 kB
SUnreclaim:        27036 kB
KernelStack:        3248 kB
PageTables:         5032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43700 MiB
End job on node148 at 2018-07-24 09:28:00