Trace number 4293969

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)66 2520.52 2475.71

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

0.99/0.74	c Concrete v3.8.1528841891564 running
139.80/121.02	o 21
140.12/121.23	o 25
140.88/121.67	o 27
144.54/125.08	o 29
145.73/126.13	o 32
151.93/131.91	o 33
160.42/140.11	o 38
163.43/142.92	o 41
164.24/143.75	o 45
165.96/145.41	o 47
166.49/145.99	o 49
169.99/149.29	o 50
171.29/150.35	o 51
173.61/152.66	o 54
184.97/162.77	o 56
187.98/165.75	o 60
742.83/718.15	o 61
744.23/719.57	o 62
745.03/720.35	o 66
2520.39/2475.67	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.39/2475.67		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.39/2475.67		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.39/2475.67		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.39/2475.67		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.39/2475.67		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.39/2475.67		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.39/2475.67		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.39/2475.67		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.39/2475.67		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.39/2475.67		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.39/2475.67		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.39/2475.67		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.39/2475.67		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.39/2475.67		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.39/2475.67		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.39/2475.67		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.39/2475.67		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.39/2475.67		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.39/2475.67		at scala.Option.map(Option.scala:146)
2520.39/2475.67		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.39/2475.67		at concrete.MAC.mac(MAC.scala:203)
2520.39/2475.67		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.39/2475.67		at scala.util.Try$.apply(Try.scala:209)
2520.39/2475.67		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.39/2475.67		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.39/2475.67		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.39/2475.67		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.39/2475.67		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.39/2475.67		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.39/2475.67		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.39/2475.67		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.39/2475.67		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.39/2475.67		at concrete.MAC.oneRun(MAC.scala:253)
2520.39/2475.67		at concrete.MAC.nextSolution(MAC.scala:272)
2520.39/2475.67		at concrete.MAC.nextSolution(MAC.scala:355)
2520.39/2475.67		at concrete.Solver.hasNext(Solver.scala:166)
2520.39/2475.67		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.39/2475.67		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.39/2475.67		at concrete.Solver.foreach(Solver.scala:68)
2520.39/2475.67		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.39/2475.67		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.39/2475.67		at scala.util.Success.map(Try.scala:209)
2520.39/2475.67		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.39/2475.67		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.39/2475.67		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.39/2475.67		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.39/2475.67		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.39/2475.67		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.39/2475.67		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.39/2475.67		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.39/2475.67		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.39/2475.67		at scala.collection.immutable.List.foreach(List.scala:389)
2520.39/2475.67		at scala.App.main(App.scala:76)
2520.39/2475.67		at scala.App.main$(App.scala:74)
2520.39/2475.67		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.39/2475.67		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.39/2475.68	v <instantiation cost="66">
2520.39/2475.68	v       <list>
2520.39/2475.68	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.39/2475.68	v       </list>
2520.39/2475.68	v       <values>
2520.39/2475.68	v         25562 55957 -1 -1 59339 4574 45660 -1 55447 25562 -1 -1 29425 43100 -1 -1 43456 28892 -1 -1 39542 45915 0 -1 29482 5511 -1 -1 39052 -1 -1 -1 25694 43456 -1 -1 59341 45660 -1 -1 7958 36936 5574 -1 5845 38920 -1 -1 54930 39681 4217 -1 17611 25337 -1 -1 7234 26570 -1 -1 0 7958 55382 -1 0 4 -1 -1 0 3 6 -1 0 5 -1 -1 1 4 -1 -1 0 5 -1 -1 0 3 7 -1 0 2 -1 -1 0 -1 -1 -1 0 4 -1 -1 0 7 -1 -1 0 2 6 -1 1 4 -1 -1 0 3 5 -1 0 2 -1 -1 0 6 -1 -1 0 2 4 -1 3 4 0 0 0 0 0 0 4 3 0 0 0 0 0 0 4 0 0 0 0 3 0 0 0 6 0 0 8 0 0 0 3 4 0 0 6 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 6 0 0 5 0 0 0 0 0 4 0 7 20 2 26 19 4 1 0 20 18 26 1 0 26 17 26 19 0 13 8 26 7 20 2 26 10 8 26 15 14 2 26 15 14 11 14 26 9 4 19 14 21 26 17 0 4 26 0 11 26 1 0 20 3 8 13 14 17 4 11 11 0 13 0
2520.39/2475.68	v       </values>
2520.39/2475.68	v     </instantiation>
2520.39/2475.68	s SATISFIABLE

Verifier Data

OK	66

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

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

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

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

solver pid=19936, runsolver pid=19933

[startup+0.100218 s]*
/proc/loadavg: 2.08 1.79 1.71 2/202 19990
/proc/meminfo: memFree=20121220/32770624 swapFree=67108860/67108860
[pid=19936] ppid=19933 vsize=9972712 memory=16016 CPUtime=0.09 cores=1,3,5,7
/proc/19936/stat : 19936 (java) S 19933 19936 15121 0 -1 1077944320 4170 12875 0 0 0 1 5 3 20 0 6 0 57243723 10212057088 4004 33554432000 4194304 4196468 140721556943456 140721556926000 140263508389623 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
/proc/19936/statm: 2493178 4004 1895 1 0 2481616 0
[pid=19936/tid=19990] ppid=19933 vsize=9972712 memory=4279135704013569421 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19990/stat : 19990 (java) R 19933 19936 15121 0 -1 4202560 2006 12875 0 0 0 0 5 3 20 0 6 0 57243733 10212057088 4070 33554432000 4194304 4196468 140721556943456 140263480226384 140263494072149 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19991] ppid=19933 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19991/stat : 19991 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 6 0 57243734 10212057088 4070 33554432000 4194304 4196468 140721556943456 140263512632464 140263508399829 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19992] ppid=19933 vsize=9972712 memory=140238768047744 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19992/stat : 19992 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 6 0 57243734 10212057088 4070 33554432000 4194304 4196468 140721556943456 140263082089488 140263508399829 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19993] ppid=19933 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19993/stat : 19993 (java) S 19933 19936 15121 0 -1 1077944384 2 12875 0 0 0 0 5 3 20 0 6 0 57243734 10212057088 4070 33554432000 4194304 4196468 140721556943456 140263081036688 140263508399829 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19994] ppid=19933 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19994/stat : 19994 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 6 0 57243734 10212057088 4070 33554432000 4194304 4196468 140721556943456 140263079983888 140263508399829 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16016 KiB

[startup+0.210119 s]*
/proc/loadavg: 2.08 1.79 1.71 3/215 20003
/proc/meminfo: memFree=20097156/32770624 swapFree=67108860/67108860
[pid=19936] ppid=19933 vsize=10818856 memory=42888 CPUtime=0.26 cores=1,3,5,7
/proc/19936/stat : 19936 (java) S 19933 19936 15121 0 -1 1077944320 8563 12875 0 0 15 3 5 3 20 0 15 0 57243723 11078508544 10722 33554432000 4194304 4196468 140721556943456 140721556926000 140263508389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
/proc/19936/statm: 2704714 10722 2961 1 0 2667149 0
[pid=19936/tid=19990] ppid=19933 vsize=10818856 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/19936/task/19990/stat : 19990 (java) R 19933 19936 15121 0 -1 4202560 5093 12875 0 0 9 1 5 3 20 0 15 0 57243733 11078508544 10722 33554432000 4194304 4196468 140721556943456 140263480187280 140263492470110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19991] ppid=19933 vsize=10818856 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19991/stat : 19991 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243734 11078508544 10722 33554432000 4194304 4196468 140721556943456 140263512632464 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19992] ppid=19933 vsize=10818856 memory=140238768047744 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19992/stat : 19992 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243734 11078508544 10722 33554432000 4194304 4196468 140721556943456 140263082089488 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19993] ppid=19933 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19993/stat : 19993 (java) S 19933 19936 15121 0 -1 1077944384 2 12875 0 0 0 0 5 3 20 0 15 0 57243734 11078508544 10722 33554432000 4194304 4196468 140721556943456 140263081036688 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19994] ppid=19933 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19994/stat : 19994 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243734 11078508544 10722 33554432000 4194304 4196468 140721556943456 140263079983888 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19995] ppid=19933 vsize=10818856 memory=140238768047744 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19995/stat : 19995 (java) S 19933 19936 15121 0 -1 1077944384 2 12875 0 0 0 0 5 3 20 0 15 0 57243735 11078508544 10722 33554432000 4194304 4196468 140721556943456 140263035033968 140263508400770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19996] ppid=19933 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19996/stat : 19996 (java) S 19933 19936 15121 0 -1 1077944384 13 12875 0 0 0 0 5 3 20 0 15 0 57243735 11078508544 10722 33554432000 4194304 4196468 140721556943456 140262961570848 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19997] ppid=19933 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19997/stat : 19997 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243736 11078508544 10722 33554432000 4194304 4196468 140721556943456 140262357590896 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19998] ppid=19933 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19998/stat : 19998 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11078508544 10722 33554432000 4194304 4196468 140721556943456 140262050191184 140263508408219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19999] ppid=19933 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19936/task/19999/stat : 19999 (java) S 19933 19936 15121 0 -1 1077944384 561 12875 0 0 1 0 5 3 20 0 15 0 57243738 11078508544 10722 33554432000 4194304 4196468 140721556943456 140263033981808 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20000] ppid=19933 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20000/stat : 20000 (java) S 19933 19936 15121 0 -1 1077944384 66 12875 0 0 0 0 5 3 20 0 15 0 57243738 11078508544 10722 33554432000 4194304 4196468 140721556943456 140263032929008 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20001] ppid=19933 vsize=10818856 memory=140238768047744 CPUtime=0.11 cores=1,3,5,7
/proc/19936/task/20001/stat : 20001 (java) S 19933 19936 15121 0 -1 1077944384 622 12875 0 0 3 0 5 3 20 0 15 0 57243738 11078508544 10722 33554432000 4194304 4196468 140721556943456 140263031876208 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20002] ppid=19933 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20002/stat : 20002 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11078508544 10722 33554432000 4194304 4196468 140721556943456 140262016633568 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20003] ppid=19933 vsize=10818856 memory=140238768047744 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20003/stat : 20003 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243739 11078508544 10722 33554432000 4194304 4196468 140721556943456 140263030823600 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42888 KiB

[startup+0.310704 s]*
/proc/loadavg: 2.08 1.79 1.71 3/215 20003
/proc/meminfo: memFree=20085124/32770624 swapFree=67108860/67108860
[pid=19936] ppid=19933 vsize=10819352 memory=54028 CPUtime=0.38 cores=1,3,5,7
/proc/19936/stat : 19936 (java) S 19933 19936 15121 0 -1 1077944320 10556 12875 0 0 27 3 5 3 20 0 15 0 57243723 11079016448 13507 33554432000 4194304 4196468 140721556943456 140721556926000 140263508389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
/proc/19936/statm: 2704838 13507 3092 1 0 2667149 0
[pid=19936/tid=19990] ppid=19933 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/19936/task/19990/stat : 19990 (java) R 19933 19936 15121 0 -1 4202560 7085 12875 0 0 19 2 5 3 20 0 15 0 57243733 11079016448 13507 33554432000 4194304 4196468 140721556943456 140263480201632 140263492470110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19991] ppid=19933 vsize=10819352 memory=7300986251812819024 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19991/stat : 19991 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243734 11079016448 13507 33554432000 4194304 4196468 140721556943456 140263512632464 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19992] ppid=19933 vsize=10819352 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19992/stat : 19992 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243734 11079016448 13507 33554432000 4194304 4196468 140721556943456 140263082089488 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19993] ppid=19933 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19993/stat : 19993 (java) S 19933 19936 15121 0 -1 1077944384 2 12875 0 0 0 0 5 3 20 0 15 0 57243734 11079016448 13507 33554432000 4194304 4196468 140721556943456 140263081036688 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19994] ppid=19933 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19994/stat : 19994 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243734 11079016448 13554 33554432000 4194304 4196468 140721556943456 140263079983888 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19995] ppid=19933 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19995/stat : 19995 (java) S 19933 19936 15121 0 -1 1077944384 2 12875 0 0 0 0 5 3 20 0 15 0 57243735 11079016448 13554 33554432000 4194304 4196468 140721556943456 140263035033968 140263508400770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19996] ppid=19933 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19996/stat : 19996 (java) S 19933 19936 15121 0 -1 1077944384 13 12875 0 0 0 0 5 3 20 0 15 0 57243735 11079016448 13554 33554432000 4194304 4196468 140721556943456 140262961570848 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19997] ppid=19933 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19997/stat : 19997 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243736 11079016448 13554 33554432000 4194304 4196468 140721556943456 140262357590896 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19998] ppid=19933 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19998/stat : 19998 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11079016448 13554 33554432000 4194304 4196468 140721556943456 140262050191184 140263508408219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19999] ppid=19933 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19936/task/19999/stat : 19999 (java) S 19933 19936 15121 0 -1 1077944384 561 12875 0 0 1 0 5 3 20 0 15 0 57243738 11079016448 13554 33554432000 4194304 4196468 140721556943456 140263033981808 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20000] ppid=19933 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19936/task/20000/stat : 20000 (java) S 19933 19936 15121 0 -1 1077944384 67 12875 0 0 1 0 5 3 20 0 15 0 57243738 11079016448 13554 33554432000 4194304 4196468 140721556943456 140263032929008 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20001] ppid=19933 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/19936/task/20001/stat : 20001 (java) S 19933 19936 15121 0 -1 1077944384 627 12875 0 0 5 0 5 3 20 0 15 0 57243738 11079016448 13554 33554432000 4194304 4196468 140721556943456 140263031876208 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20002] ppid=19933 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20002/stat : 20002 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11079016448 13554 33554432000 4194304 4196468 140721556943456 140262016633568 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20003] ppid=19933 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20003/stat : 20003 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243739 11079016448 13554 33554432000 4194304 4196468 140721556943456 140263030823600 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54028 KiB

[startup+0.700806 s]
/proc/loadavg: 2.08 1.79 1.71 3/215 20003
/proc/meminfo: memFree=20074212/32770624 swapFree=67108860/67108860
[pid=19936] ppid=19933 vsize=10819352 memory=86592 CPUtime=0.99 cores=1,3,5,7
/proc/19936/stat : 19936 (java) S 19933 19936 15121 0 -1 1077944320 16825 12875 0 0 87 4 5 3 20 0 15 0 57243723 11079016448 21648 33554432000 4194304 4196468 140721556943456 140721556926000 140263508389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
/proc/19936/statm: 2704838 21648 3237 1 0 2667149 0
[pid=19936/tid=19990] ppid=19933 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/19936/task/19990/stat : 19990 (java) R 19933 19936 15121 0 -1 4202560 12399 12875 0 0 56 2 5 3 20 0 15 0 57243733 11079016448 21648 33554432000 4194304 4196468 140721556943456 140263480217064 140263492470110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19991] ppid=19933 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19991/stat : 19991 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243734 11079016448 21648 33554432000 4194304 4196468 140721556943456 140263512632464 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19992] ppid=19933 vsize=10819352 memory=4136 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19992/stat : 19992 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243734 11079016448 21648 33554432000 4194304 4196468 140721556943456 140263082089488 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19993] ppid=19933 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19993/stat : 19993 (java) S 19933 19936 15121 0 -1 1077944384 2 12875 0 0 0 0 5 3 20 0 15 0 57243734 11079016448 21648 33554432000 4194304 4196468 140721556943456 140263081036688 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19994] ppid=19933 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19994/stat : 19994 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243734 11079016448 21648 33554432000 4194304 4196468 140721556943456 140263079983888 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19995] ppid=19933 vsize=10819352 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19995/stat : 19995 (java) S 19933 19936 15121 0 -1 1077944384 5 12875 0 0 0 0 5 3 20 0 15 0 57243735 11079016448 21648 33554432000 4194304 4196468 140721556943456 140263035033968 140263508400770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19996] ppid=19933 vsize=10819352 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19996/stat : 19996 (java) S 19933 19936 15121 0 -1 1077944384 13 12875 0 0 0 0 5 3 20 0 15 0 57243735 11079016448 21648 33554432000 4194304 4196468 140721556943456 140262961570848 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19997] ppid=19933 vsize=10819352 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19997/stat : 19997 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243736 11079016448 21648 33554432000 4194304 4196468 140721556943456 140262357590896 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19998] ppid=19933 vsize=10819352 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19998/stat : 19998 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11079016448 21648 33554432000 4194304 4196468 140721556943456 140262050191184 140263508408219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19999] ppid=19933 vsize=10819352 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/19936/task/19999/stat : 19999 (java) S 19933 19936 15121 0 -1 1077944384 842 12875 0 0 7 0 5 3 20 0 15 0 57243738 11079016448 21648 33554432000 4194304 4196468 140721556943456 140263033981808 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20000] ppid=19933 vsize=10819352 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/19936/task/20000/stat : 20000 (java) S 19933 19936 15121 0 -1 1077944384 671 12875 0 0 9 0 5 3 20 0 15 0 57243738 11079016448 21648 33554432000 4194304 4196468 140721556943456 140263032929008 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20001] ppid=19933 vsize=10819352 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/19936/task/20001/stat : 20001 (java) S 19933 19936 15121 0 -1 1077944384 690 12875 0 0 13 0 5 3 20 0 15 0 57243738 11079016448 21648 33554432000 4194304 4196468 140721556943456 140263031876208 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20002] ppid=19933 vsize=10819352 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20002/stat : 20002 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11079016448 21648 33554432000 4194304 4196468 140721556943456 140262016633568 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20003] ppid=19933 vsize=10819352 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20003/stat : 20003 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243739 11079016448 21648 33554432000 4194304 4196468 140721556943456 140263030823600 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86592 KiB

[startup+1.50082 s]
/proc/loadavg: 2.08 1.79 1.71 3/215 20003
/proc/meminfo: memFree=20028004/32770624 swapFree=67108860/67108860
[pid=19936] ppid=19933 vsize=10828108 memory=289336 CPUtime=2.65 cores=1,3,5,7
/proc/19936/stat : 19936 (java) S 19933 19936 15121 0 -1 1077944320 22623 12875 0 0 244 13 5 3 20 0 15 0 57243723 11087982592 72334 33554432000 4194304 4196468 140721556943456 140721556926000 140263508389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
/proc/19936/statm: 2707027 72334 3464 1 0 2668685 0
[pid=19936/tid=19990] ppid=19933 vsize=10828108 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/19936/task/19990/stat : 19990 (java) R 19933 19936 15121 0 -1 4202560 15345 12875 0 0 129 5 5 3 20 0 15 0 57243733 11087982592 72334 33554432000 4194304 4196468 140721556943456 140263480221904 140263492433253 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19991] ppid=19933 vsize=10828108 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19936/task/19991/stat : 19991 (java) S 19933 19936 15121 0 -1 1077944384 392 12875 0 0 1 1 5 3 20 0 15 0 57243734 11087982592 72334 33554432000 4194304 4196468 140721556943456 140263512632464 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19992] ppid=19933 vsize=10828108 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19936/task/19992/stat : 19992 (java) S 19933 19936 15121 0 -1 1077944384 105 12875 0 0 1 1 5 3 20 0 15 0 57243734 11087982592 72334 33554432000 4194304 4196468 140721556943456 140263082089488 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19993] ppid=19933 vsize=10828108 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19936/task/19993/stat : 19993 (java) S 19933 19936 15121 0 -1 1077944384 147 12875 0 0 1 1 5 3 20 0 15 0 57243734 11087982592 72334 33554432000 4194304 4196468 140721556943456 140263081036688 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19994] ppid=19933 vsize=10828108 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19936/task/19994/stat : 19994 (java) S 19933 19936 15121 0 -1 1077944384 63 12875 0 0 1 1 5 3 20 0 15 0 57243734 11087982592 72334 33554432000 4194304 4196468 140721556943456 140263079983888 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19995] ppid=19933 vsize=10828108 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19995/stat : 19995 (java) S 19933 19936 15121 0 -1 1077944384 93 12875 0 0 0 0 5 3 20 0 15 0 57243735 11087982592 72334 33554432000 4194304 4196468 140721556943456 140263035033968 140263508400770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19996] ppid=19933 vsize=10828108 memory=280477336414464 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19996/stat : 19996 (java) S 19933 19936 15121 0 -1 1077944384 14 12875 0 0 0 0 5 3 20 0 15 0 57243735 11087982592 72334 33554432000 4194304 4196468 140721556943456 140262961570848 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19997] ppid=19933 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19997/stat : 19997 (java) S 19933 19936 15121 0 -1 1077944384 2 12875 0 0 0 0 5 3 20 0 15 0 57243736 11087982592 72334 33554432000 4194304 4196468 140721556943456 140262357590896 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19998] ppid=19933 vsize=10828108 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19998/stat : 19998 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11087982592 72334 33554432000 4194304 4196468 140721556943456 140262050191184 140263508408219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19999] ppid=19933 vsize=10828108 memory=1704 CPUtime=0.43 cores=1,3,5,7
/proc/19936/task/19999/stat : 19999 (java) R 19933 19936 15121 0 -1 1077944384 1338 12875 0 0 35 0 5 3 20 0 15 0 57243738 11087982592 72334 33554432000 4194304 4196468 140721556943456 140263033981808 140263508400770 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20000] ppid=19933 vsize=10828108 memory=9924 CPUtime=0.44 cores=1,3,5,7
/proc/19936/task/20000/stat : 20000 (java) R 19933 19936 15121 0 -1 4202560 1264 12875 0 0 36 0 5 3 20 0 15 0 57243738 11087982592 72334 33554432000 4194304 4196468 140721556943456 140263032929008 140263489953156 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20001] ppid=19933 vsize=10828108 memory=5788 CPUtime=0.42 cores=1,3,5,7
/proc/19936/task/20001/stat : 20001 (java) S 19933 19936 15121 0 -1 1077944384 1661 12875 0 0 34 0 5 3 20 0 15 0 57243738 11087982592 72334 33554432000 4194304 4196468 140721556943456 140263031876208 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20002] ppid=19933 vsize=10828108 memory=1936 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20002/stat : 20002 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11087982592 72334 33554432000 4194304 4196468 140721556943456 140262016633568 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20003] ppid=19933 vsize=10828108 memory=1196 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20003/stat : 20003 (java) S 19933 19936 15121 0 -1 1077944384 1 12875 0 0 0 0 5 3 20 0 15 0 57243739 11087982592 72334 33554432000 4194304 4196468 140721556943456 140263030823600 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 10828108 KiB

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

[pid=19936/tid=19994] ppid=19933 vsize=10916192 memory=3369080 CPUtime=9.86 cores=1,3,5,7
/proc/19936/task/19994/stat : 19994 (java) S 19933 19936 15121 0 -1 1077944384 40028 12875 0 0 940 38 5 3 20 0 15 0 57243734 11178180608 841757 33554432000 4194304 4196468 140721556943456 140263079983888 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19995] ppid=19933 vsize=10916192 memory=3368052 CPUtime=3.36 cores=1,3,5,7
/proc/19936/task/19995/stat : 19995 (java) S 19933 19936 15121 0 -1 1077944384 33997 12875 0 0 313 15 5 3 20 0 15 0 57243735 11178180608 841757 33554432000 4194304 4196468 140721556943456 140263035033968 140263508400770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19996] ppid=19933 vsize=10916192 memory=3367028 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19996/stat : 19996 (java) S 19933 19936 15121 0 -1 1077944384 22 12875 0 0 0 0 5 3 20 0 15 0 57243735 11178180608 841757 33554432000 4194304 4196468 140721556943456 140262961570976 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19997] ppid=19933 vsize=10916192 memory=3367028 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19997/stat : 19997 (java) S 19933 19936 15121 0 -1 1077944384 4 12875 0 0 0 0 5 3 20 0 15 0 57243736 11178180608 841757 33554432000 4194304 4196468 140721556943456 140262357590912 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19998] ppid=19933 vsize=10916192 memory=3372136 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19998/stat : 19998 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11178180608 841757 33554432000 4194304 4196468 140721556943456 140262050191184 140263508408219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19999] ppid=19933 vsize=10916192 memory=3377764 CPUtime=5.1 cores=1,3,5,7
/proc/19936/task/19999/stat : 19999 (java) S 19933 19936 15121 0 -1 1077944384 54532 12875 0 0 496 6 5 3 20 0 15 0 57243738 11178180608 841757 33554432000 4194304 4196468 140721556943456 140263033981808 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20000] ppid=19933 vsize=10916192 memory=3370088 CPUtime=5.55 cores=1,3,5,7
/proc/19936/task/20000/stat : 20000 (java) S 19933 19936 15121 0 -1 1077944384 51666 12875 0 0 540 7 5 3 20 0 15 0 57243738 11178180608 841757 33554432000 4194304 4196468 140721556943456 140263032929008 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20001] ppid=19933 vsize=10916192 memory=4136 CPUtime=2.1 cores=1,3,5,7
/proc/19936/task/20001/stat : 20001 (java) S 19933 19936 15121 0 -1 1077944384 46947 12875 0 0 196 6 5 3 20 0 15 0 57243738 11178180608 841757 33554432000 4194304 4196468 140721556943456 140263031876208 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20002] ppid=19933 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20002/stat : 20002 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11178180608 841757 33554432000 4194304 4196468 140721556943456 140262016633568 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20003] ppid=19933 vsize=10916192 memory=0 CPUtime=1.71 cores=1,3,5,7
/proc/19936/task/20003/stat : 20003 (java) S 19933 19936 15121 0 -1 1077944384 2924 12875 0 0 73 90 5 3 20 0 15 0 57243739 11178180608 841757 33554432000 4194304 4196468 140721556943456 140263030823600 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
Current children cumulated CPU time: 2425.56 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3367028 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.54 1.56 3/215 20231
/proc/meminfo: memFree=16598828/32770624 swapFree=67108860/67108860
[pid=19936] ppid=19933 vsize=10916192 memory=3356296 CPUtime=2486.55 cores=1,3,5,7
/proc/19936/stat : 19936 (java) S 19933 19936 15121 0 -1 1077944320 666097 12875 0 0 248284 363 5 3 20 0 15 0 57243723 11178180608 839074 33554432000 4194304 4196468 140721556943456 140721556926000 140263508389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
/proc/19936/statm: 2729048 839074 3527 1 0 2690701 0
[pid=19936/tid=19990] ppid=19933 vsize=10916192 memory=3361404 CPUtime=2428.33 cores=1,3,5,7
/proc/19936/task/19990/stat : 19990 (java) R 19933 19936 15121 0 -1 4202560 276741 12875 0 0 242732 93 5 3 20 0 15 0 57243733 11178180608 839074 33554432000 4194304 4196468 140721556943456 140263478894848 140263126229772 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19991] ppid=19933 vsize=10916192 memory=3359864 CPUtime=10.2 cores=1,3,5,7
/proc/19936/task/19991/stat : 19991 (java) S 19933 19936 15121 0 -1 1077944384 52970 12875 0 0 972 40 5 3 20 0 15 0 57243734 11178180608 839074 33554432000 4194304 4196468 140721556943456 140263512632464 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19992] ppid=19933 vsize=10916192 memory=3359864 CPUtime=10.21 cores=1,3,5,7
/proc/19936/task/19992/stat : 19992 (java) S 19933 19936 15121 0 -1 1077944384 48162 12875 0 0 975 38 5 3 20 0 15 0 57243734 11178180608 839074 33554432000 4194304 4196468 140721556943456 140263082089488 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19993] ppid=19933 vsize=10916192 memory=3359356 CPUtime=10.23 cores=1,3,5,7
/proc/19936/task/19993/stat : 19993 (java) S 19933 19936 15121 0 -1 1077944384 53279 12875 0 0 974 41 5 3 20 0 15 0 57243734 11178180608 839074 33554432000 4194304 4196468 140721556943456 140263081036688 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19994] ppid=19933 vsize=10916192 memory=3357816 CPUtime=10.19 cores=1,3,5,7
/proc/19936/task/19994/stat : 19994 (java) S 19933 19936 15121 0 -1 1077944384 41904 12875 0 0 972 39 5 3 20 0 15 0 57243734 11178180608 839074 33554432000 4194304 4196468 140721556943456 140263079983888 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19995] ppid=19933 vsize=10916192 memory=3357816 CPUtime=3.51 cores=1,3,5,7
/proc/19936/task/19995/stat : 19995 (java) S 19933 19936 15121 0 -1 1077944384 34683 12875 0 0 328 15 5 3 20 0 15 0 57243735 11178180608 839074 33554432000 4194304 4196468 140721556943456 140263035033968 140263508400770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19996] ppid=19933 vsize=10916192 memory=3357312 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19996/stat : 19996 (java) S 19933 19936 15121 0 -1 1077944384 22 12875 0 0 0 0 5 3 20 0 15 0 57243735 11178180608 839074 33554432000 4194304 4196468 140721556943456 140262961570976 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19997] ppid=19933 vsize=10916192 memory=3356808 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19997/stat : 19997 (java) S 19933 19936 15121 0 -1 1077944384 4 12875 0 0 0 0 5 3 20 0 15 0 57243736 11178180608 839074 33554432000 4194304 4196468 140721556943456 140262357590912 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19998] ppid=19933 vsize=10916192 memory=3356296 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19998/stat : 19998 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11178180608 839074 33554432000 4194304 4196468 140721556943456 140262050191184 140263508408219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19999] ppid=19933 vsize=10916192 memory=3356296 CPUtime=5.1 cores=1,3,5,7
/proc/19936/task/19999/stat : 19999 (java) S 19933 19936 15121 0 -1 1077944384 54536 12875 0 0 496 6 5 3 20 0 15 0 57243738 11178180608 839074 33554432000 4194304 4196468 140721556943456 140263033981808 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20000] ppid=19933 vsize=10916192 memory=4136 CPUtime=5.55 cores=1,3,5,7
/proc/19936/task/20000/stat : 20000 (java) S 19933 19936 15121 0 -1 1077944384 51671 12875 0 0 540 7 5 3 20 0 15 0 57243738 11178180608 839074 33554432000 4194304 4196468 140721556943456 140263032929008 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20001] ppid=19933 vsize=10916192 memory=3356296 CPUtime=2.1 cores=1,3,5,7
/proc/19936/task/20001/stat : 20001 (java) S 19933 19936 15121 0 -1 1077944384 46953 12875 0 0 196 6 5 3 20 0 15 0 57243738 11178180608 839074 33554432000 4194304 4196468 140721556943456 140263031876208 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20002] ppid=19933 vsize=10916192 memory=3359352 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20002/stat : 20002 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11178180608 839074 33554432000 4194304 4196468 140721556943456 140262016633568 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20003] ppid=19933 vsize=10916192 memory=3356808 CPUtime=1.74 cores=1,3,5,7
/proc/19936/task/20003/stat : 20003 (java) S 19933 19936 15121 0 -1 1077944384 2973 12875 0 0 74 92 5 3 20 0 15 0 57243739 11178180608 839074 33554432000 4194304 4196468 140721556943456 140263030823600 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
Current children cumulated CPU time: 2486.55 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3356296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.3 s]
/proc/loadavg: 1.58 1.54 1.56 3/215 20232
/proc/meminfo: memFree=16569668/32770624 swapFree=67108860/67108860
[pid=19936] ppid=19933 vsize=10916192 memory=3348940 CPUtime=2520.08 cores=1,3,5,7
/proc/19936/stat : 19936 (java) S 19933 19936 15121 0 -1 1077944320 668629 12875 0 0 251635 365 5 3 20 0 15 0 57243723 11178180608 837235 33554432000 4194304 4196468 140721556943456 140721556926000 140263508389623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
/proc/19936/statm: 2729048 837235 3527 1 0 2690701 0
[pid=19936/tid=19990] ppid=19933 vsize=10916192 memory=3349284 CPUtime=2461.07 cores=1,3,5,7
/proc/19936/task/19990/stat : 19990 (java) R 19933 19936 15121 0 -1 4202560 277414 12875 0 0 246005 94 5 3 20 0 15 0 57243733 11178180608 837235 33554432000 4194304 4196468 140721556943456 140263479728496 140263126227392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19991] ppid=19933 vsize=10916192 memory=280477337048040 CPUtime=10.37 cores=1,3,5,7
/proc/19936/task/19991/stat : 19991 (java) S 19933 19936 15121 0 -1 1077944384 54213 12875 0 0 989 40 5 3 20 0 15 0 57243734 11178180608 837235 33554432000 4194304 4196468 140721556943456 140263512632464 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19992] ppid=19933 vsize=10916192 memory=3349796 CPUtime=10.38 cores=1,3,5,7
/proc/19936/task/19992/stat : 19992 (java) S 19933 19936 15121 0 -1 1077944384 48446 12875 0 0 992 38 5 3 20 0 15 0 57243734 11178180608 837235 33554432000 4194304 4196468 140721556943456 140263082089488 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19993] ppid=19933 vsize=10916192 memory=3351332 CPUtime=10.4 cores=1,3,5,7
/proc/19936/task/19993/stat : 19993 (java) S 19933 19936 15121 0 -1 1077944384 53386 12875 0 0 991 41 5 3 20 0 15 0 57243734 11178180608 837235 33554432000 4194304 4196468 140721556943456 140263081036688 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19994] ppid=19933 vsize=10916192 memory=3353384 CPUtime=10.36 cores=1,3,5,7
/proc/19936/task/19994/stat : 19994 (java) S 19933 19936 15121 0 -1 1077944384 42076 12875 0 0 989 39 5 3 20 0 15 0 57243734 11178180608 837235 33554432000 4194304 4196468 140721556943456 140263079983888 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19995] ppid=19933 vsize=10916192 memory=3352872 CPUtime=3.58 cores=1,3,5,7
/proc/19936/task/19995/stat : 19995 (java) S 19933 19936 15121 0 -1 1077944384 34727 12875 0 0 335 15 5 3 20 0 15 0 57243735 11178180608 837235 33554432000 4194304 4196468 140721556943456 140263035033968 140263508400770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19996] ppid=19933 vsize=10916192 memory=3353384 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19996/stat : 19996 (java) S 19933 19936 15121 0 -1 1077944384 22 12875 0 0 0 0 5 3 20 0 15 0 57243735 11178180608 837235 33554432000 4194304 4196468 140721556943456 140262961570976 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19997] ppid=19933 vsize=10916192 memory=3359864 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19997/stat : 19997 (java) S 19933 19936 15121 0 -1 1077944384 4 12875 0 0 0 0 5 3 20 0 15 0 57243736 11178180608 837235 33554432000 4194304 4196468 140721556943456 140262357590912 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19998] ppid=19933 vsize=10916192 memory=3349284 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19998/stat : 19998 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11178180608 837235 33554432000 4194304 4196468 140721556943456 140262050191184 140263508408219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19999] ppid=19933 vsize=10916192 memory=3348940 CPUtime=5.1 cores=1,3,5,7
/proc/19936/task/19999/stat : 19999 (java) S 19933 19936 15121 0 -1 1077944384 54536 12875 0 0 496 6 5 3 20 0 15 0 57243738 11178180608 837235 33554432000 4194304 4196468 140721556943456 140263033981808 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20000] ppid=19933 vsize=10916192 memory=3349452 CPUtime=5.55 cores=1,3,5,7
/proc/19936/task/20000/stat : 20000 (java) S 19933 19936 15121 0 -1 1077944384 51671 12875 0 0 540 7 5 3 20 0 15 0 57243738 11178180608 837235 33554432000 4194304 4196468 140721556943456 140263032929008 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20001] ppid=19933 vsize=10916192 memory=3349452 CPUtime=2.1 cores=1,3,5,7
/proc/19936/task/20001/stat : 20001 (java) S 19933 19936 15121 0 -1 1077944384 46953 12875 0 0 196 6 5 3 20 0 15 0 57243738 11178180608 837235 33554432000 4194304 4196468 140721556943456 140263031876208 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20002] ppid=19933 vsize=10916192 memory=3349452 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20002/stat : 20002 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 15 0 57243738 11178180608 837235 33554432000 4194304 4196468 140721556943456 140262016633568 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20003] ppid=19933 vsize=10916192 memory=3349284 CPUtime=1.77 cores=1,3,5,7
/proc/19936/task/20003/stat : 20003 (java) S 19933 19936 15121 0 -1 1077944384 2982 12875 0 0 76 93 5 3 20 0 15 0 57243739 11178180608 837235 33554432000 4194304 4196468 140721556943456 140263030823600 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3348940 KiB

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

[startup+2475.71 s]
# the end of solver process 19936 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.8 s, system=3.71651 s

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

[startup+2475.6 s]
/proc/loadavg: 1.58 1.54 1.56 3/215 20232
/proc/meminfo: memFree=16569668/32770624 swapFree=67108860/67108860
[pid=19936] ppid=19933 vsize=11112808 memory=3353152 CPUtime=2520.39 cores=1,3,5,7
/proc/19936/stat : 19936 (java) S 19933 19936 15121 0 -1 1077944320 669307 12875 0 0 251666 365 5 3 20 0 17 0 57243723 11379515392 838288 33554432000 4194304 4196468 140721556943456 140721556926000 140263508389623 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
/proc/19936/statm: 2778202 838288 3528 1 0 2739855 0
[pid=19936/tid=19990] ppid=19933 vsize=11112808 memory=960 CPUtime=2461.36 cores=1,3,5,7
/proc/19936/task/19990/stat : 19990 (java) R 19933 19936 15121 0 -1 4202560 277417 12875 0 0 246034 94 5 3 20 0 17 0 57243733 11379515392 838288 33554432000 4194304 4196468 140721556943456 140263478381680 140263113687456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19991] ppid=19933 vsize=11112808 memory=1232 CPUtime=10.37 cores=1,3,5,7
/proc/19936/task/19991/stat : 19991 (java) S 19933 19936 15121 0 -1 1077944384 54213 12875 0 0 989 40 5 3 20 0 17 0 57243734 11379515392 838288 33554432000 4194304 4196468 140721556943456 140263512632464 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19992] ppid=19933 vsize=11112808 memory=2344 CPUtime=10.38 cores=1,3,5,7
/proc/19936/task/19992/stat : 19992 (java) S 19933 19936 15121 0 -1 1077944384 48447 12875 0 0 992 38 5 3 20 0 17 0 57243734 11379515392 838288 33554432000 4194304 4196468 140721556943456 140263082089488 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19993] ppid=19933 vsize=11112808 memory=3348940 CPUtime=10.4 cores=1,3,5,7
/proc/19936/task/19993/stat : 19993 (java) S 19933 19936 15121 0 -1 1077944384 53390 12875 0 0 991 41 5 3 20 0 17 0 57243734 11379515392 838288 33554432000 4194304 4196468 140721556943456 140263081036688 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19994] ppid=19933 vsize=11112808 memory=6791534058613427641 CPUtime=10.37 cores=1,3,5,7
/proc/19936/task/19994/stat : 19994 (java) S 19933 19936 15121 0 -1 1077944384 42077 12875 0 0 990 39 5 3 20 0 17 0 57243734 11379515392 838288 33554432000 4194304 4196468 140721556943456 140263079983888 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19995] ppid=19933 vsize=11112808 memory=1408 CPUtime=3.58 cores=1,3,5,7
/proc/19936/task/19995/stat : 19995 (java) S 19933 19936 15121 0 -1 1077944384 34730 12875 0 0 335 15 5 3 20 0 17 0 57243735 11379515392 838288 33554432000 4194304 4196468 140721556943456 140263035033968 140263508400770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19996] ppid=19933 vsize=11112808 memory=3296 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19996/stat : 19996 (java) S 19933 19936 15121 0 -1 1077944384 22 12875 0 0 0 0 5 3 20 0 17 0 57243735 11379515392 838288 33554432000 4194304 4196468 140721556943456 140262961570976 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19997] ppid=19933 vsize=11112808 memory=4036680 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19997/stat : 19997 (java) S 19933 19936 15121 0 -1 1077944384 4 12875 0 0 0 0 5 3 20 0 17 0 57243736 11379515392 838288 33554432000 4194304 4196468 140721556943456 140262357590912 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19998] ppid=19933 vsize=11112808 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/19998/stat : 19998 (java) S 19933 19936 15121 0 -1 1077944384 254 12875 0 0 0 0 5 3 20 0 17 0 57243738 11379515392 838288 33554432000 4194304 4196468 140721556943456 140262050191184 140263508408219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=19999] ppid=19933 vsize=11112808 memory=4126316290023845779 CPUtime=5.1 cores=1,3,5,7
/proc/19936/task/19999/stat : 19999 (java) S 19933 19936 15121 0 -1 1077944384 54536 12875 0 0 496 6 5 3 20 0 17 0 57243738 11379515392 838288 33554432000 4194304 4196468 140721556943456 140263033981808 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20000] ppid=19933 vsize=11112808 memory=2420 CPUtime=5.55 cores=1,3,5,7
/proc/19936/task/20000/stat : 20000 (java) S 19933 19936 15121 0 -1 1077944384 51671 12875 0 0 540 7 5 3 20 0 17 0 57243738 11379515392 838288 33554432000 4194304 4196468 140721556943456 140263032929008 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20001] ppid=19933 vsize=11112808 memory=1292 CPUtime=2.1 cores=1,3,5,7
/proc/19936/task/20001/stat : 20001 (java) S 19933 19936 15121 0 -1 1077944384 46953 12875 0 0 196 6 5 3 20 0 17 0 57243738 11379515392 838288 33554432000 4194304 4196468 140721556943456 140263031876208 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20002] ppid=19933 vsize=11112808 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/19936/task/20002/stat : 20002 (java) S 19933 19936 15121 0 -1 1077944384 3 12875 0 0 0 0 5 3 20 0 17 0 57243738 11379515392 838288 33554432000 4194304 4196468 140721556943456 140262016633568 140263508399829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
[pid=19936/tid=20003] ppid=19933 vsize=11112808 memory=796 CPUtime=1.77 cores=1,3,5,7
/proc/19936/task/20003/stat : 20003 (java) S 19933 19936 15121 0 -1 1077944384 2982 12875 0 0 76 93 5 3 20 0 17 0 57243739 11379515392 838288 33554432000 4194304 4196468 140721556943456 140263030823600 140263508400770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 16904192 140721556945518 140721556948316 140721556948316 140721556950991 0
Current children cumulated CPU time: 2520.39 s
Current children cumulated vsize: 11112808 KiB
Current children cumulated memory: 3353152 KiB

[startup+2475.7 s]*
/proc/loadavg: 1.58 1.54 1.56 3/202 20235
/proc/meminfo: memFree=19763472/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2475.71
CPU time (s): 2520.52
CPU user time (s): 2516.8
CPU system time (s): 3.71651
CPU usage (%): 101.81
Max. virtual memory (cumulated for all children) (KiB): 11112808
Max. memory (cumulated for all children) (KiB): 3694528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.8
system time used= 3.71651
maximum resident set size= 3694540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 685009
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82041
involuntary context switches= 2356


# summary of solver processes directly reported to runsolver:
#   pid: 19936
#   total CPU time (s): 2520.52
#   total CPU user time (s): 2516.8
#   total CPU system time (s): 3.71651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.757 second user time and 24.0143 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 03:46:45
IDJOB=4293969
IDBENCH=141303
IDSOLVER=2750
FILE ID=node105/4293969-1532396805
RUNJOBID= node105-1532371073-15153
PBS_JOBID= 21021573
Free space on /tmp= 44696 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-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-4293969-1532396805/watcher-4293969-1532396805 -o /tmp/evaluation-result-4293969-1532396805/solver-4293969-1532396805 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15153 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1237789510 HOME/instance-4293969-1532396805.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=1237789510

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20124620 kB
MemAvailable:   28214332 kB
Buffers:          208932 kB
Cached:          8024508 kB
SwapCached:            0 kB
Active:          5331612 kB
Inactive:        6674100 kB
Active(anon):    3726740 kB
Inactive(anon):    65448 kB
Active(file):    1604872 kB
Inactive(file):  6608652 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36216 kB
Writeback:             0 kB
AnonPages:       3892364 kB
Mapped:            50908 kB
Shmem:             17036 kB
Slab:             332592 kB
SReclaimable:     304648 kB
SUnreclaim:        27944 kB
KernelStack:        3840 kB
PageTables:        12904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4274568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3592192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44772 MiB
End job on node105 at 2018-07-24 04:28:01