Trace number 4293973

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)79 2520.09 2456.46

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark2520.58
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
387.06/347.09	o 34
390.27/350.04	o 35
391.19/350.70	o 37
391.44/350.97	o 39
392.28/351.79	o 40
392.64/352.03	o 41
398.74/358.10	o 42
424.04/383.15	o 43
426.30/385.30	o 44
428.94/387.93	o 45
446.53/405.39	o 47
451.81/410.52	o 48
507.08/465.22	o 49
551.50/509.26	o 50
577.49/535.09	o 53
598.82/556.26	o 57
646.70/603.79	o 59
783.98/739.87	o 60
791.43/747.25	o 63
887.18/842.22	o 65
887.90/842.93	o 66
939.17/893.91	o 67
1029.20/983.45	o 71
1043.32/997.42	o 73
1112.11/1065.85	o 74
1242.44/1195.40	o 75
1246.78/1199.73	o 76
1517.67/1468.55	o 79
2520.00/2456.42	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2456.42		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.00/2456.42		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.00/2456.42		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2456.42		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2456.42		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2456.42		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2456.42		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.00/2456.42		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2456.42		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2456.42		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2456.42		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2456.42		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2456.42		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2456.42		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2456.42		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.00/2456.42		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2456.42		at scala.Option.map(Option.scala:146)
2520.00/2456.42		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2456.42		at concrete.MAC.mac(MAC.scala:203)
2520.00/2456.42		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2456.42		at scala.util.Try$.apply(Try.scala:209)
2520.00/2456.42		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2456.42		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2456.42		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2456.42		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2456.42		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2456.42		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2456.42		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2456.42		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2456.42		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2456.42		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2456.42		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2456.42		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2456.42		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2456.42		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2456.42		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2456.42		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2456.42		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2456.42		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2456.42		at scala.util.Success.map(Try.scala:209)
2520.00/2456.42		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2456.42		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2456.42		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2456.42		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2456.42		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2456.42		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2456.42		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2456.42		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2456.42		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2456.42		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2456.42		at scala.App.main(App.scala:76)
2520.00/2456.42		at scala.App.main$(App.scala:74)
2520.00/2456.42		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2456.42		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2456.43	v <instantiation cost="79">
2520.00/2456.43	v       <list>
2520.00/2456.43	v         r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] r[4][0] r[4][1] r[4][2] r[4][3] r[5][0] r[5][1] r[5][2] r[5][3] r[6][0] r[6][1] r[6][2] r[6][3] r[7][0] r[7][1] r[7][2] r[7][3] r[8][0] r[8][1] r[8][2] r[8][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] c[6][0] c[6][1] c[6][2] c[6][3] c[7][0] c[7][1] c[7][2] c[7][3] c[8][0] c[8][1] c[8][2] c[8][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pr[4][0] pr[4][1] pr[4][2] pr[4][3] pr[5][0] pr[5][1] pr[5][2] pr[5][3] pr[6][0] pr[6][1] pr[6][2] pr[6][3] pr[7][0] pr[7][1] pr[7][2] pr[7][3] pr[8][0] pr[8][1] pr[8][2] pr[8][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] pc[4][0] pc[4][1] pc[4][2] pc[4][3] pc[5][0] pc[5][1] pc[5][2] pc[5][3] pc[6][0] pc[6][1] pc[6][2] pc[6][3] pc[7][0] pc[7][1] pc[7][2] pc[7][3] pc[8][0] pc[8][1] pc[8][2] pc[8][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] br[4][0] br[4][1] br[4][2] br[4][3] br[5][0] br[5][1] br[5][2] br[5][3] br[6][0] br[6][1] br[6][2] br[6][3] br[7][0] br[7][1] br[7][2] br[7][3] br[8][0] br[8][1] br[8][2] br[8][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] bc[4][0] bc[4][1] bc[4][2] bc[4][3] bc[5][0] bc[5][1] bc[5][2] bc[5][3] bc[6][0] bc[6][1] bc[6][2] bc[6][3] bc[7][0] bc[7][1] bc[7][2] bc[7][3] bc[8][0] bc[8][1] bc[8][2] bc[8][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
2520.00/2456.43	v       </list>
2520.00/2456.43	v       <values>
2520.00/2456.43	v         13428 -1 -1 -1 38819 0 34890 -1 5267 51941 39966 -1 19276 69280 0 48144 22108 14554 -1 -1 13926 62313 -1 -1 34392 38645 39966 -1 5027 25083 -1 -1 19276 83087 83087 51941 13926 13926 -1 -1 34358 21811 -1 -1 0 5027 38899 -1 42586 36360 -1 -1 53450 50769 0 14554 41443 62191 -1 -1 1700 10527 -1 -1 34392 50027 35030 -1 48144 39966 79165 51941 0 -1 -1 -1 0 3 5 -1 0 4 8 -1 0 2 5 7 1 6 -1 -1 0 5 -1 -1 0 3 8 -1 0 5 -1 -1 0 2 4 6 0 5 -1 -1 0 4 -1 -1 0 2 7 -1 0 3 -1 -1 0 2 4 6 0 5 -1 -1 0 4 -1 -1 0 3 7 -1 0 2 4 6 9 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 3 0 0 4 0 0 0 0 4 0 0 4 4 0 0 0 0 0 3 4 4 0 0 3 4 0 0 0 4 0 0 0 5 0 0 0 0 0 3 4 3 0 0 0 5 0 0 0 3 0 0 0 0 0 3 2 7 0 12 15 11 0 8 13 8 20 26 0 26 8 7 0 26 0 19 0 26 14 12 14 26 11 3 26 18 8 26 0 26 13 26 26 3 8 13 0 26 2 8 20 2 8 0 3 26 17 0 11 26 8 0 26 8 18 0 8 26 11 0 18 8 0 26 4 17 8 10 3 26 25 26 25 26 14 12 14
2520.00/2456.43	v       </values>
2520.00/2456.43	v     </instantiation>
2520.00/2456.43	s SATISFIABLE

Verifier Data

OK	79

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

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

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

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


[startup+0.100066 s]*
/proc/loadavg: 1.49 1.56 1.58 3/203 20193
/proc/meminfo: memFree=20376116/32770624 swapFree=67108860/67108860
[pid=20140] ppid=20137 vsize=9972712 memory=16544 CPUtime=0.09 cores=0,2,4,6
/proc/20140/stat : 20140 (java) S 20137 20140 15121 0 -1 1077944320 4302 12891 0 0 1 1 5 2 20 0 6 0 57388578 10212057088 4136 33554432000 4194304 4196468 140730825207424 140730825189968 139620767203063 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
/proc/20140/statm: 2493178 4136 1932 1 0 2481616 0
[pid=20140/tid=20193] ppid=20137 vsize=9972712 memory=4279135703980212877 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20193/stat : 20193 (java) R 20137 20140 15121 0 -1 4202560 2119 12891 0 0 0 0 5 2 20 0 6 0 57388588 10212057088 4136 33554432000 4194304 4196468 140730825207424 139620739039824 139620751283550 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20194] ppid=20137 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20194/stat : 20194 (java) S 20137 20140 15121 0 -1 1077944384 1 12891 0 0 0 0 5 2 20 0 6 0 57388588 10212057088 4136 33554432000 4194304 4196468 140730825207424 139620771445392 139620767213269 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20195] ppid=20137 vsize=9972712 memory=140307248232064 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20195/stat : 20195 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 6 0 57388588 10212057088 4136 33554432000 4194304 4196468 140730825207424 139620670335504 139620767213269 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20196] ppid=20137 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20196/stat : 20196 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 6 0 57388588 10212057088 4136 33554432000 4194304 4196468 140730825207424 139620669282704 139620767213269 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20197] ppid=20137 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20197/stat : 20197 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 6 0 57388588 10212057088 4136 33554432000 4194304 4196468 140730825207424 139620668229904 139620767213269 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16544 KiB

[startup+0.210196 s]*
/proc/loadavg: 1.49 1.56 1.58 3/216 20206
/proc/meminfo: memFree=20354788/32770624 swapFree=67108860/67108860
[pid=20140] ppid=20137 vsize=10818904 memory=42344 CPUtime=0.25 cores=0,2,4,6
/proc/20140/stat : 20140 (java) S 20137 20140 15121 0 -1 1077944320 7789 12891 0 0 17 1 5 2 20 0 15 0 57388578 11078557696 10586 33554432000 4194304 4196468 140730825207424 140730825189968 139620767203063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
/proc/20140/statm: 2704726 10586 2957 1 0 2667149 0
[pid=20140/tid=20193] ppid=20137 vsize=10818904 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/20140/task/20193/stat : 20193 (java) R 20137 20140 15121 0 -1 4202560 4407 12891 0 0 11 1 5 2 20 0 15 0 57388588 11078557696 10652 33554432000 4194304 4196468 140730825207424 139620738999104 139620747478877 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20194] ppid=20137 vsize=10818904 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20194/stat : 20194 (java) S 20137 20140 15121 0 -1 1077944384 1 12891 0 0 0 0 5 2 20 0 15 0 57388588 11078557696 10652 33554432000 4194304 4196468 140730825207424 139620771445392 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20195] ppid=20137 vsize=10818904 memory=140307248232064 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20195/stat : 20195 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 15 0 57388588 11078557696 10652 33554432000 4194304 4196468 140730825207424 139620670335504 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20196] ppid=20137 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20196/stat : 20196 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 15 0 57388588 11078557696 10652 33554432000 4194304 4196468 140730825207424 139620669282704 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20197] ppid=20137 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20197/stat : 20197 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 15 0 57388588 11078557696 10652 33554432000 4194304 4196468 140730825207424 139620668229904 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20198] ppid=20137 vsize=10818904 memory=140307248232064 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20198/stat : 20198 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 15 0 57388590 11078557696 10652 33554432000 4194304 4196468 140730825207424 139620226194288 139620767214210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20199] ppid=20137 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20199/stat : 20199 (java) S 20137 20140 15121 0 -1 1077944384 13 12891 0 0 0 0 5 2 20 0 15 0 57388590 11078557696 10652 33554432000 4194304 4196468 140730825207424 139620125763104 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20200] ppid=20137 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20200/stat : 20200 (java) S 20137 20140 15121 0 -1 1077944384 1 12891 0 0 0 0 5 2 20 0 15 0 57388590 11078557696 10652 33554432000 4194304 4196468 140730825207424 139619521783152 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20201] ppid=20137 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20201/stat : 20201 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11078557696 10652 33554432000 4194304 4196468 140730825207424 139619281492304 139620767221659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20202] ppid=20137 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20140/task/20202/stat : 20202 (java) S 20137 20140 15121 0 -1 1077944384 421 12891 0 0 1 0 5 2 20 0 15 0 57388593 11078557696 10652 33554432000 4194304 4196468 140730825207424 139620225141104 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20203] ppid=20137 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20140/task/20203/stat : 20203 (java) S 20137 20140 15121 0 -1 1077944384 185 12891 0 0 1 0 5 2 20 0 15 0 57388593 11078557696 10652 33554432000 4194304 4196468 140730825207424 139620224088304 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20204] ppid=20137 vsize=10818904 memory=140307248232064 CPUtime=0.1 cores=0,2,4,6
/proc/20140/task/20204/stat : 20204 (java) S 20137 20140 15121 0 -1 1077944384 611 12891 0 0 3 0 5 2 20 0 15 0 57388593 11078557696 10718 33554432000 4194304 4196468 140730825207424 139620223035504 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20205] ppid=20137 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20205/stat : 20205 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11078557696 10718 33554432000 4194304 4196468 140730825207424 139619247933664 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20206] ppid=20137 vsize=10818904 memory=140307248232064 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20206/stat : 20206 (java) S 20137 20140 15121 0 -1 1077944384 1 12891 0 0 0 0 5 2 20 0 15 0 57388594 11078557696 10718 33554432000 4194304 4196468 140730825207424 139620221983920 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42344 KiB

[startup+0.310422 s]*
/proc/loadavg: 1.49 1.56 1.58 3/216 20206
/proc/meminfo: memFree=20342352/32770624 swapFree=67108860/67108860
[pid=20140] ppid=20137 vsize=10819352 memory=54104 CPUtime=0.37 cores=0,2,4,6
/proc/20140/stat : 20140 (java) S 20137 20140 15121 0 -1 1077944320 10590 12891 0 0 28 2 5 2 20 0 15 0 57388578 11079016448 13526 33554432000 4194304 4196468 140730825207424 140730825189968 139620767203063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
/proc/20140/statm: 2704838 13526 3076 1 0 2667149 0
[pid=20140/tid=20193] ppid=20137 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/20140/task/20193/stat : 20193 (java) R 20137 20140 15121 0 -1 4202560 7141 12891 0 0 19 1 5 2 20 0 15 0 57388588 11079016448 13526 33554432000 4194304 4196468 140730825207424 139620739015072 139620751283550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20194] ppid=20137 vsize=10819352 memory=7300986251812819024 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20194/stat : 20194 (java) S 20137 20140 15121 0 -1 1077944384 1 12891 0 0 0 0 5 2 20 0 15 0 57388588 11079016448 13526 33554432000 4194304 4196468 140730825207424 139620771445392 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20195] ppid=20137 vsize=10819352 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20195/stat : 20195 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 15 0 57388588 11079016448 13526 33554432000 4194304 4196468 140730825207424 139620670335504 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20196] ppid=20137 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20196/stat : 20196 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 15 0 57388588 11079016448 13526 33554432000 4194304 4196468 140730825207424 139620669282704 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20197] ppid=20137 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20197/stat : 20197 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 15 0 57388588 11079016448 13526 33554432000 4194304 4196468 140730825207424 139620668229904 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20198] ppid=20137 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20198/stat : 20198 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 15 0 57388590 11079016448 13526 33554432000 4194304 4196468 140730825207424 139620226194288 139620767214210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20199] ppid=20137 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20199/stat : 20199 (java) S 20137 20140 15121 0 -1 1077944384 13 12891 0 0 0 0 5 2 20 0 15 0 57388590 11079016448 13526 33554432000 4194304 4196468 140730825207424 139620125763104 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20200] ppid=20137 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20200/stat : 20200 (java) S 20137 20140 15121 0 -1 1077944384 1 12891 0 0 0 0 5 2 20 0 15 0 57388590 11079016448 13526 33554432000 4194304 4196468 140730825207424 139619521783152 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20201] ppid=20137 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20201/stat : 20201 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11079016448 13526 33554432000 4194304 4196468 140730825207424 139619281492304 139620767221659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20202] ppid=20137 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20140/task/20202/stat : 20202 (java) S 20137 20140 15121 0 -1 1077944384 421 12891 0 0 1 0 5 2 20 0 15 0 57388593 11079016448 13526 33554432000 4194304 4196468 140730825207424 139620225141104 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20203] ppid=20137 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20140/task/20203/stat : 20203 (java) S 20137 20140 15121 0 -1 1077944384 186 12891 0 0 1 0 5 2 20 0 15 0 57388593 11079016448 13526 33554432000 4194304 4196468 140730825207424 139620224088304 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20204] ppid=20137 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/20140/task/20204/stat : 20204 (java) S 20137 20140 15121 0 -1 1077944384 621 12891 0 0 5 0 5 2 20 0 15 0 57388593 11079016448 13526 33554432000 4194304 4196468 140730825207424 139620223035504 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20205] ppid=20137 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20205/stat : 20205 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11079016448 13526 33554432000 4194304 4196468 140730825207424 139619247933664 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20206] ppid=20137 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20206/stat : 20206 (java) S 20137 20140 15121 0 -1 1077944384 1 12891 0 0 0 0 5 2 20 0 15 0 57388594 11079016448 13526 33554432000 4194304 4196468 140730825207424 139620221983920 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54104 KiB

[startup+0.700804 s]
/proc/loadavg: 1.49 1.56 1.58 3/216 20206
/proc/meminfo: memFree=20330940/32770624 swapFree=67108860/67108860
[pid=20140] ppid=20137 vsize=10819352 memory=86752 CPUtime=0.98 cores=0,2,4,6
/proc/20140/stat : 20140 (java) S 20137 20140 15121 0 -1 1077944320 16749 12891 0 0 87 4 5 2 20 0 15 0 57388578 11079016448 21624 33554432000 4194304 4196468 140730825207424 140730825189968 139620767203063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
/proc/20140/statm: 2704838 21624 3239 1 0 2667149 0
[pid=20140/tid=20193] ppid=20137 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/20140/task/20193/stat : 20193 (java) R 20137 20140 15121 0 -1 4202560 12225 12891 0 0 56 3 5 2 20 0 15 0 57388588 11079016448 21688 33554432000 4194304 4196468 140730825207424 139620739023888 139620751283550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20194] ppid=20137 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20194/stat : 20194 (java) S 20137 20140 15121 0 -1 1077944384 1 12891 0 0 0 0 5 2 20 0 15 0 57388588 11079016448 21688 33554432000 4194304 4196468 140730825207424 139620771445392 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20195] ppid=20137 vsize=10819352 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20195/stat : 20195 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 15 0 57388588 11079016448 21688 33554432000 4194304 4196468 140730825207424 139620670335504 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20196] ppid=20137 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20196/stat : 20196 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 15 0 57388588 11079016448 21688 33554432000 4194304 4196468 140730825207424 139620669282704 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20197] ppid=20137 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20197/stat : 20197 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 15 0 57388588 11079016448 21688 33554432000 4194304 4196468 140730825207424 139620668229904 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20198] ppid=20137 vsize=10819352 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20198/stat : 20198 (java) S 20137 20140 15121 0 -1 1077944384 5 12891 0 0 0 0 5 2 20 0 15 0 57388590 11079016448 21688 33554432000 4194304 4196468 140730825207424 139620226194288 139620767214210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20199] ppid=20137 vsize=10819352 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20199/stat : 20199 (java) S 20137 20140 15121 0 -1 1077944384 13 12891 0 0 0 0 5 2 20 0 15 0 57388590 11079016448 21688 33554432000 4194304 4196468 140730825207424 139620125763104 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20200] ppid=20137 vsize=10819352 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20200/stat : 20200 (java) S 20137 20140 15121 0 -1 1077944384 1 12891 0 0 0 0 5 2 20 0 15 0 57388590 11079016448 21688 33554432000 4194304 4196468 140730825207424 139619521783152 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20201] ppid=20137 vsize=10819352 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20201/stat : 20201 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11079016448 21688 33554432000 4194304 4196468 140730825207424 139619281492304 139620767221659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20202] ppid=20137 vsize=10819352 memory=13252 CPUtime=0.13 cores=0,2,4,6
/proc/20140/task/20202/stat : 20202 (java) S 20137 20140 15121 0 -1 1077944384 812 12891 0 0 6 0 5 2 20 0 15 0 57388593 11079016448 21688 33554432000 4194304 4196468 140730825207424 139620225141104 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20203] ppid=20137 vsize=10819352 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/20140/task/20203/stat : 20203 (java) S 20137 20140 15121 0 -1 1077944384 808 12891 0 0 10 0 5 2 20 0 15 0 57388593 11079016448 21688 33554432000 4194304 4196468 140730825207424 139620224088304 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20204] ppid=20137 vsize=10819352 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/20140/task/20204/stat : 20204 (java) R 20137 20140 15121 0 -1 4202560 689 12891 0 0 13 0 5 2 20 0 15 0 57388593 11079016448 21688 33554432000 4194304 4196468 140730825207424 139620223035504 139620745195959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20205] ppid=20137 vsize=10819352 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20205/stat : 20205 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11079016448 21688 33554432000 4194304 4196468 140730825207424 139619247933664 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20206] ppid=20137 vsize=10819352 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20206/stat : 20206 (java) S 20137 20140 15121 0 -1 1077944384 1 12891 0 0 0 0 5 2 20 0 15 0 57388594 11079016448 21688 33554432000 4194304 4196468 140730825207424 139620221983920 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86752 KiB

[startup+1.50083 s]
/proc/loadavg: 1.49 1.56 1.58 3/216 20206
/proc/meminfo: memFree=20287676/32770624 swapFree=67108860/67108860
[pid=20140] ppid=20137 vsize=10828108 memory=319424 CPUtime=2.79 cores=0,2,4,6
/proc/20140/stat : 20140 (java) S 20137 20140 15121 0 -1 1077944320 22122 12891 0 0 254 18 5 2 20 0 15 0 57388578 11087982592 79856 33554432000 4194304 4196468 140730825207424 140730825189968 139620767203063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
/proc/20140/statm: 2707027 79856 3469 1 0 2668685 0
[pid=20140/tid=20193] ppid=20137 vsize=10828108 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/20140/task/20193/stat : 20193 (java) R 20137 20140 15121 0 -1 4202560 14947 12891 0 0 126 6 5 2 20 0 15 0 57388588 11087982592 79856 33554432000 4194304 4196468 140730825207424 139620739037456 139620347635068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20194] ppid=20137 vsize=10828108 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20140/task/20194/stat : 20194 (java) S 20137 20140 15121 0 -1 1077944384 30 12891 0 0 1 2 5 2 20 0 15 0 57388588 11087982592 79856 33554432000 4194304 4196468 140730825207424 139620771445392 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20195] ppid=20137 vsize=10828108 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/20140/task/20195/stat : 20195 (java) S 20137 20140 15121 0 -1 1077944384 269 12891 0 0 2 2 5 2 20 0 15 0 57388588 11087982592 79856 33554432000 4194304 4196468 140730825207424 139620670335504 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20196] ppid=20137 vsize=10828108 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/20140/task/20196/stat : 20196 (java) S 20137 20140 15121 0 -1 1077944384 177 12891 0 0 2 2 5 2 20 0 15 0 57388588 11087982592 79856 33554432000 4194304 4196468 140730825207424 139620669282704 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20197] ppid=20137 vsize=10828108 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/20140/task/20197/stat : 20197 (java) S 20137 20140 15121 0 -1 1077944384 210 12891 0 0 2 2 5 2 20 0 15 0 57388588 11087982592 79856 33554432000 4194304 4196468 140730825207424 139620668229904 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20198] ppid=20137 vsize=10828108 memory=1399103955520229747 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20198/stat : 20198 (java) S 20137 20140 15121 0 -1 1077944384 94 12891 0 0 0 0 5 2 20 0 15 0 57388590 11087982592 79856 33554432000 4194304 4196468 140730825207424 139620226194288 139620767214210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20199] ppid=20137 vsize=10828108 memory=280614238497024 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20199/stat : 20199 (java) S 20137 20140 15121 0 -1 1077944384 14 12891 0 0 0 0 5 2 20 0 15 0 57388590 11087982592 79856 33554432000 4194304 4196468 140730825207424 139620125763104 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20200] ppid=20137 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20200/stat : 20200 (java) S 20137 20140 15121 0 -1 1077944384 2 12891 0 0 0 0 5 2 20 0 15 0 57388590 11087982592 79856 33554432000 4194304 4196468 140730825207424 139619521783152 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20201] ppid=20137 vsize=10828108 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20201/stat : 20201 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11087982592 79856 33554432000 4194304 4196468 140730825207424 139619281492304 139620767221659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20202] ppid=20137 vsize=10828108 memory=1704 CPUtime=0.44 cores=0,2,4,6
/proc/20140/task/20202/stat : 20202 (java) S 20137 20140 15121 0 -1 1077944384 1480 12891 0 0 37 0 5 2 20 0 15 0 57388593 11087982592 79856 33554432000 4194304 4196468 140730825207424 139620225141104 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20203] ppid=20137 vsize=10828108 memory=9924 CPUtime=0.51 cores=0,2,4,6
/proc/20140/task/20203/stat : 20203 (java) S 20137 20140 15121 0 -1 1077944384 1424 12891 0 0 44 0 5 2 20 0 15 0 57388593 11087982592 79856 33554432000 4194304 4196468 140730825207424 139620224088304 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20204] ppid=20137 vsize=10828108 memory=5788 CPUtime=0.41 cores=0,2,4,6
/proc/20140/task/20204/stat : 20204 (java) S 20137 20140 15121 0 -1 1077944384 1277 12891 0 0 34 0 5 2 20 0 15 0 57388593 11087982592 79856 33554432000 4194304 4196468 140730825207424 139620223035504 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20205] ppid=20137 vsize=10828108 memory=1936 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20205/stat : 20205 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11087982592 79856 33554432000 4194304 4196468 140730825207424 139619247933664 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20206] ppid=20137 vsize=10828108 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20206/stat : 20206 (java) S 20137 20140 15121 0 -1 1077944384 1 12891 0 0 0 0 5 2 20 0 15 0 57388594 11087982592 79856 33554432000 4194304 4196468 140730825207424 139620221983920 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 10828108 KiB

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

/proc/20140/task/20193/stat : 20193 (java) R 20137 20140 15121 0 -1 4202560 249249 12891 0 0 230254 94 5 2 20 0 15 0 57388588 11178180608 974596 33554432000 4194304 4196468 140730825207424 139620732960224 139620357415288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20194] ppid=20137 vsize=10916192 memory=3902488 CPUtime=15.51 cores=0,2,4,6
/proc/20140/task/20194/stat : 20194 (java) S 20137 20140 15121 0 -1 1077944384 51681 12891 0 0 1475 69 5 2 20 0 15 0 57388588 11178180608 974596 33554432000 4194304 4196468 140730825207424 139620771445392 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20195] ppid=20137 vsize=10916192 memory=3901980 CPUtime=15.55 cores=0,2,4,6
/proc/20140/task/20195/stat : 20195 (java) S 20137 20140 15121 0 -1 1077944384 46590 12891 0 0 1480 68 5 2 20 0 15 0 57388588 11178180608 974596 33554432000 4194304 4196468 140730825207424 139620670335504 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20196] ppid=20137 vsize=10916192 memory=3902488 CPUtime=15.57 cores=0,2,4,6
/proc/20140/task/20196/stat : 20196 (java) S 20137 20140 15121 0 -1 1077944384 60391 12891 0 0 1483 67 5 2 20 0 15 0 57388588 11178180608 974596 33554432000 4194304 4196468 140730825207424 139620669282704 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20197] ppid=20137 vsize=10916192 memory=3903516 CPUtime=15.58 cores=0,2,4,6
/proc/20140/task/20197/stat : 20197 (java) S 20137 20140 15121 0 -1 1077944384 54477 12891 0 0 1482 69 5 2 20 0 15 0 57388588 11178180608 974596 33554432000 4194304 4196468 140730825207424 139620668229904 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20198] ppid=20137 vsize=10916192 memory=3898900 CPUtime=2.95 cores=0,2,4,6
/proc/20140/task/20198/stat : 20198 (java) S 20137 20140 15121 0 -1 1077944384 33987 12891 0 0 275 13 5 2 20 0 15 0 57388590 11178180608 974596 33554432000 4194304 4196468 140730825207424 139620226194288 139620767214210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20199] ppid=20137 vsize=10916192 memory=3898384 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20199/stat : 20199 (java) S 20137 20140 15121 0 -1 1077944384 31 12891 0 0 0 0 5 2 20 0 15 0 57388590 11178180608 974596 33554432000 4194304 4196468 140730825207424 139620125763232 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20200] ppid=20137 vsize=10916192 memory=3898384 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20200/stat : 20200 (java) S 20137 20140 15121 0 -1 1077944384 8 12891 0 0 0 0 5 2 20 0 15 0 57388590 11178180608 974596 33554432000 4194304 4196468 140730825207424 139619521783168 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20201] ppid=20137 vsize=10916192 memory=3898384 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20201/stat : 20201 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11178180608 974596 33554432000 4194304 4196468 140730825207424 139619281492304 139620767221659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20202] ppid=20137 vsize=10916192 memory=3898384 CPUtime=6.2 cores=0,2,4,6
/proc/20140/task/20202/stat : 20202 (java) S 20137 20140 15121 0 -1 1077944384 60694 12891 0 0 606 7 5 2 20 0 15 0 57388593 11178180608 974596 33554432000 4194304 4196468 140730825207424 139620225141104 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20203] ppid=20137 vsize=10916192 memory=3898384 CPUtime=5.21 cores=0,2,4,6
/proc/20140/task/20203/stat : 20203 (java) S 20137 20140 15121 0 -1 1077944384 46968 12891 0 0 507 7 5 2 20 0 15 0 57388593 11178180608 974596 33554432000 4194304 4196468 140730825207424 139620224088304 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20204] ppid=20137 vsize=10916192 memory=3898384 CPUtime=2.2 cores=0,2,4,6
/proc/20140/task/20204/stat : 20204 (java) S 20137 20140 15121 0 -1 1077944384 57365 12891 0 0 206 7 5 2 20 0 15 0 57388593 11178180608 974596 33554432000 4194304 4196468 140730825207424 139620223035504 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20205] ppid=20137 vsize=10916192 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20205/stat : 20205 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11178180608 974596 33554432000 4194304 4196468 140730825207424 139619247933664 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20206] ppid=20137 vsize=10916192 memory=3900952 CPUtime=1.66 cores=0,2,4,6
/proc/20140/task/20206/stat : 20206 (java) S 20137 20140 15121 0 -1 1077944384 2302 12891 0 0 79 80 5 2 20 0 15 0 57388594 11178180608 974596 33554432000 4194304 4196468 140730825207424 139620221983920 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
Current children cumulated CPU time: 2383.45 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3898384 KiB

[startup+2382.3 s]
/proc/loadavg: 1.56 1.61 1.65 3/216 20793
/proc/meminfo: memFree=17093196/32770624 swapFree=67108860/67108860
[pid=20140] ppid=20137 vsize=10916192 memory=3865548 CPUtime=2444.56 cores=0,2,4,6
/proc/20140/stat : 20140 (java) S 20137 20140 15121 0 -1 1077944320 677211 12891 0 0 243983 466 5 2 20 0 15 0 57388578 11178180608 966387 33554432000 4194304 4196468 140730825207424 140730825189968 139620767203063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
/proc/20140/statm: 2729048 966387 3526 1 0 2690701 0
[pid=20140/tid=20193] ppid=20137 vsize=10916192 memory=6791534058613427641 CPUtime=2363.05 cores=0,2,4,6
/proc/20140/task/20193/stat : 20193 (java) R 20137 20140 15121 0 -1 4202560 253199 12891 0 0 236203 95 5 2 20 0 15 0 57388588 11178180608 966387 33554432000 4194304 4196468 140730825207424 139620733424960 139620357409692 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20194] ppid=20137 vsize=10916192 memory=3877860 CPUtime=15.87 cores=0,2,4,6
/proc/20140/task/20194/stat : 20194 (java) S 20137 20140 15121 0 -1 1077944384 53042 12891 0 0 1511 69 5 2 20 0 15 0 57388588 11178180608 966387 33554432000 4194304 4196468 140730825207424 139620771445392 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20195] ppid=20137 vsize=10916192 memory=3872220 CPUtime=15.9 cores=0,2,4,6
/proc/20140/task/20195/stat : 20195 (java) S 20137 20140 15121 0 -1 1077944384 47453 12891 0 0 1515 68 5 2 20 0 15 0 57388588 11178180608 966387 33554432000 4194304 4196468 140730825207424 139620670335504 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20196] ppid=20137 vsize=10916192 memory=3866064 CPUtime=15.94 cores=0,2,4,6
/proc/20140/task/20196/stat : 20196 (java) S 20137 20140 15121 0 -1 1077944384 62610 12891 0 0 1519 68 5 2 20 0 15 0 57388588 11178180608 966387 33554432000 4194304 4196468 140730825207424 139620669282704 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20197] ppid=20137 vsize=10916192 memory=3869140 CPUtime=15.94 cores=0,2,4,6
/proc/20140/task/20197/stat : 20197 (java) S 20137 20140 15121 0 -1 1077944384 55229 12891 0 0 1518 69 5 2 20 0 15 0 57388588 11178180608 966387 33554432000 4194304 4196468 140730825207424 139620668229904 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20198] ppid=20137 vsize=10916192 memory=3866064 CPUtime=3.08 cores=0,2,4,6
/proc/20140/task/20198/stat : 20198 (java) S 20137 20140 15121 0 -1 1077944384 34345 12891 0 0 287 14 5 2 20 0 15 0 57388590 11178180608 966387 33554432000 4194304 4196468 140730825207424 139620226194288 139620767214210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20199] ppid=20137 vsize=10916192 memory=3865548 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20199/stat : 20199 (java) S 20137 20140 15121 0 -1 1077944384 31 12891 0 0 0 0 5 2 20 0 15 0 57388590 11178180608 966387 33554432000 4194304 4196468 140730825207424 139620125763232 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20200] ppid=20137 vsize=10916192 memory=3867600 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20200/stat : 20200 (java) S 20137 20140 15121 0 -1 1077944384 8 12891 0 0 0 0 5 2 20 0 15 0 57388590 11178180608 966387 33554432000 4194304 4196468 140730825207424 139619521783168 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20201] ppid=20137 vsize=10916192 memory=2257 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20201/stat : 20201 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11178180608 966387 33554432000 4194304 4196468 140730825207424 139619281492304 139620767221659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20202] ppid=20137 vsize=10916192 memory=3866064 CPUtime=6.21 cores=0,2,4,6
/proc/20140/task/20202/stat : 20202 (java) S 20137 20140 15121 0 -1 1077944384 61817 12891 0 0 607 7 5 2 20 0 15 0 57388593 11178180608 966387 33554432000 4194304 4196468 140730825207424 139620225141104 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20203] ppid=20137 vsize=10916192 memory=9924 CPUtime=5.21 cores=0,2,4,6
/proc/20140/task/20203/stat : 20203 (java) S 20137 20140 15121 0 -1 1077944384 46971 12891 0 0 507 7 5 2 20 0 15 0 57388593 11178180608 966387 33554432000 4194304 4196468 140730825207424 139620224088304 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20204] ppid=20137 vsize=10916192 memory=3867600 CPUtime=2.2 cores=0,2,4,6
/proc/20140/task/20204/stat : 20204 (java) S 20137 20140 15121 0 -1 1077944384 57986 12891 0 0 206 7 5 2 20 0 15 0 57388593 11178180608 966387 33554432000 4194304 4196468 140730825207424 139620223035504 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20205] ppid=20137 vsize=10916192 memory=3875808 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20205/stat : 20205 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11178180608 966387 33554432000 4194304 4196468 140730825207424 139619247933664 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20206] ppid=20137 vsize=10916192 memory=3872220 CPUtime=1.7 cores=0,2,4,6
/proc/20140/task/20206/stat : 20206 (java) S 20137 20140 15121 0 -1 1077944384 2323 12891 0 0 81 82 5 2 20 0 15 0 57388594 11178180608 966387 33554432000 4194304 4196468 140730825207424 139620221983920 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
Current children cumulated CPU time: 2444.56 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3865548 KiB

[startup+2442.3 s]
/proc/loadavg: 1.46 1.57 1.63 3/216 20794
/proc/meminfo: memFree=17139284/32770624 swapFree=67108860/67108860
[pid=20140] ppid=20137 vsize=10916192 memory=3847596 CPUtime=2505.62 cores=0,2,4,6
/proc/20140/stat : 20140 (java) S 20137 20140 15121 0 -1 1077944320 688962 12891 0 0 250084 471 5 2 20 0 15 0 57388578 11178180608 961899 33554432000 4194304 4196468 140730825207424 140730825189968 139620767203063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
/proc/20140/statm: 2729048 961899 3526 1 0 2690701 0
[pid=20140/tid=20193] ppid=20137 vsize=10916192 memory=6791534058613427641 CPUtime=2422.57 cores=0,2,4,6
/proc/20140/task/20193/stat : 20193 (java) R 20137 20140 15121 0 -1 4202560 257451 12891 0 0 242154 96 5 2 20 0 15 0 57388588 11178180608 961899 33554432000 4194304 4196468 140730825207424 139620738095808 139620357410916 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20194] ppid=20137 vsize=10916192 memory=7528 CPUtime=16.2 cores=0,2,4,6
/proc/20140/task/20194/stat : 20194 (java) S 20137 20140 15121 0 -1 1077944384 53823 12891 0 0 1544 69 5 2 20 0 15 0 57388588 11178180608 961899 33554432000 4194304 4196468 140730825207424 139620771445392 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20195] ppid=20137 vsize=10916192 memory=3848108 CPUtime=16.24 cores=0,2,4,6
/proc/20140/task/20195/stat : 20195 (java) S 20137 20140 15121 0 -1 1077944384 49831 12891 0 0 1548 69 5 2 20 0 15 0 57388588 11178180608 961899 33554432000 4194304 4196468 140730825207424 139620670335504 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20196] ppid=20137 vsize=10916192 memory=3848620 CPUtime=16.27 cores=0,2,4,6
/proc/20140/task/20196/stat : 20196 (java) S 20137 20140 15121 0 -1 1077944384 64136 12891 0 0 1552 68 5 2 20 0 15 0 57388588 11178180608 961899 33554432000 4194304 4196468 140730825207424 139620669282704 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20197] ppid=20137 vsize=10916192 memory=3850160 CPUtime=16.27 cores=0,2,4,6
/proc/20140/task/20197/stat : 20197 (java) S 20137 20140 15121 0 -1 1077944384 56029 12891 0 0 1551 69 5 2 20 0 15 0 57388588 11178180608 961899 33554432000 4194304 4196468 140730825207424 139620668229904 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20198] ppid=20137 vsize=10916192 memory=3867600 CPUtime=3.2 cores=0,2,4,6
/proc/20140/task/20198/stat : 20198 (java) S 20137 20140 15121 0 -1 1077944384 34683 12891 0 0 299 14 5 2 20 0 15 0 57388590 11178180608 961899 33554432000 4194304 4196468 140730825207424 139620226194288 139620767214210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20199] ppid=20137 vsize=10916192 memory=3857340 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20199/stat : 20199 (java) S 20137 20140 15121 0 -1 1077944384 31 12891 0 0 0 0 5 2 20 0 15 0 57388590 11178180608 961899 33554432000 4194304 4196468 140730825207424 139620125763232 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20200] ppid=20137 vsize=10916192 memory=3848620 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20200/stat : 20200 (java) S 20137 20140 15121 0 -1 1077944384 8 12891 0 0 0 0 5 2 20 0 15 0 57388590 11178180608 961899 33554432000 4194304 4196468 140730825207424 139619521783168 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20201] ppid=20137 vsize=10916192 memory=3848108 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20201/stat : 20201 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11178180608 961899 33554432000 4194304 4196468 140730825207424 139619281492304 139620767221659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20202] ppid=20137 vsize=10916192 memory=3848108 CPUtime=6.23 cores=0,2,4,6
/proc/20140/task/20202/stat : 20202 (java) S 20137 20140 15121 0 -1 1077944384 63387 12891 0 0 609 7 5 2 20 0 15 0 57388593 11178180608 961899 33554432000 4194304 4196468 140730825207424 139620225141104 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20203] ppid=20137 vsize=10916192 memory=3847596 CPUtime=5.21 cores=0,2,4,6
/proc/20140/task/20203/stat : 20203 (java) S 20137 20140 15121 0 -1 1077944384 46973 12891 0 0 507 7 5 2 20 0 15 0 57388593 11178180608 961899 33554432000 4194304 4196468 140730825207424 139620224088304 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20204] ppid=20137 vsize=10916192 memory=3852212 CPUtime=2.2 cores=0,2,4,6
/proc/20140/task/20204/stat : 20204 (java) S 20137 20140 15121 0 -1 1077944384 57989 12891 0 0 206 7 5 2 20 0 15 0 57388593 11178180608 961899 33554432000 4194304 4196468 140730825207424 139620223035504 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20205] ppid=20137 vsize=10916192 memory=280614238742688 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20205/stat : 20205 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11178180608 961899 33554432000 4194304 4196468 140730825207424 139619247933664 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20206] ppid=20137 vsize=10916192 memory=3853236 CPUtime=1.74 cores=0,2,4,6
/proc/20140/task/20206/stat : 20206 (java) S 20137 20140 15121 0 -1 1077944384 2424 12891 0 0 83 84 5 2 20 0 15 0 57388594 11178180608 961899 33554432000 4194304 4196468 140730825207424 139620221983920 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
Current children cumulated CPU time: 2505.62 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3847596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2456.4 s]
/proc/loadavg: 1.44 1.56 1.63 3/216 20794
/proc/meminfo: memFree=17149948/32770624 swapFree=67108860/67108860
[pid=20140] ppid=20137 vsize=10916192 memory=3841952 CPUtime=2520 cores=0,2,4,6
/proc/20140/stat : 20140 (java) S 20137 20140 15121 0 -1 1077944320 694873 12891 0 0 251521 472 5 2 20 0 15 0 57388578 11178180608 960488 33554432000 4194304 4196468 140730825207424 140730825189968 139620767203063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
/proc/20140/statm: 2729048 960488 3526 1 0 2690701 0
[pid=20140/tid=20193] ppid=20137 vsize=10916192 memory=15868 CPUtime=2436.55 cores=0,2,4,6
/proc/20140/task/20193/stat : 20193 (java) R 20137 20140 15121 0 -1 4202560 258663 12891 0 0 243552 96 5 2 20 0 15 0 57388588 11178180608 960488 33554432000 4194304 4196468 140730825207424 139620727956496 139620355349864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20194] ppid=20137 vsize=10916192 memory=4052 CPUtime=16.29 cores=0,2,4,6
/proc/20140/task/20194/stat : 20194 (java) S 20137 20140 15121 0 -1 1077944384 54145 12891 0 0 1553 69 5 2 20 0 15 0 57388588 11178180608 960488 33554432000 4194304 4196468 140730825207424 139620771445392 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20195] ppid=20137 vsize=10916192 memory=18252 CPUtime=16.33 cores=0,2,4,6
/proc/20140/task/20195/stat : 20195 (java) S 20137 20140 15121 0 -1 1077944384 50469 12891 0 0 1557 69 5 2 20 0 15 0 57388588 11178180608 960488 33554432000 4194304 4196468 140730825207424 139620670335504 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20196] ppid=20137 vsize=10916192 memory=10980 CPUtime=16.36 cores=0,2,4,6
/proc/20140/task/20196/stat : 20196 (java) S 20137 20140 15121 0 -1 1077944384 66192 12891 0 0 1561 68 5 2 20 0 15 0 57388588 11178180608 960488 33554432000 4194304 4196468 140730825207424 139620669282704 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20197] ppid=20137 vsize=10916192 memory=6791534058613427641 CPUtime=16.36 cores=0,2,4,6
/proc/20140/task/20197/stat : 20197 (java) S 20137 20140 15121 0 -1 1077944384 57345 12891 0 0 1560 69 5 2 20 0 15 0 57388588 11178180608 960488 33554432000 4194304 4196468 140730825207424 139620668229904 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20198] ppid=20137 vsize=10916192 memory=1232 CPUtime=3.24 cores=0,2,4,6
/proc/20140/task/20198/stat : 20198 (java) S 20137 20140 15121 0 -1 1077944384 35006 12891 0 0 302 15 5 2 20 0 15 0 57388590 11178180608 960488 33554432000 4194304 4196468 140730825207424 139620226194288 139620767214210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20199] ppid=20137 vsize=10916192 memory=2344 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20199/stat : 20199 (java) S 20137 20140 15121 0 -1 1077944384 31 12891 0 0 0 0 5 2 20 0 15 0 57388590 11178180608 960488 33554432000 4194304 4196468 140730825207424 139620125763232 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20200] ppid=20137 vsize=10916192 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20200/stat : 20200 (java) S 20137 20140 15121 0 -1 1077944384 8 12891 0 0 0 0 5 2 20 0 15 0 57388590 11178180608 960488 33554432000 4194304 4196468 140730825207424 139619521783168 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20201] ppid=20137 vsize=10916192 memory=1580 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20201/stat : 20201 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11178180608 960488 33554432000 4194304 4196468 140730825207424 139619281492304 139620767221659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20202] ppid=20137 vsize=10916192 memory=2240 CPUtime=6.23 cores=0,2,4,6
/proc/20140/task/20202/stat : 20202 (java) S 20137 20140 15121 0 -1 1077944384 63389 12891 0 0 609 7 5 2 20 0 15 0 57388593 11178180608 960488 33554432000 4194304 4196468 140730825207424 139620225141104 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20203] ppid=20137 vsize=10916192 memory=4128 CPUtime=5.21 cores=0,2,4,6
/proc/20140/task/20203/stat : 20203 (java) S 20137 20140 15121 0 -1 1077944384 46976 12891 0 0 507 7 5 2 20 0 15 0 57388593 11178180608 960488 33554432000 4194304 4196468 140730825207424 139620224088304 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20204] ppid=20137 vsize=10916192 memory=6791534058613427641 CPUtime=2.2 cores=0,2,4,6
/proc/20140/task/20204/stat : 20204 (java) S 20137 20140 15121 0 -1 1077944384 57992 12891 0 0 206 7 5 2 20 0 15 0 57388593 11178180608 960488 33554432000 4194304 4196468 140730825207424 139620223035504 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20205] ppid=20137 vsize=10916192 memory=288230621803970871 CPUtime=0.07 cores=0,2,4,6
/proc/20140/task/20205/stat : 20205 (java) S 20137 20140 15121 0 -1 1077944384 3 12891 0 0 0 0 5 2 20 0 15 0 57388593 11178180608 960488 33554432000 4194304 4196468 140730825207424 139619247933664 139620767213269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
[pid=20140/tid=20206] ppid=20137 vsize=10916192 memory=16102554786335041 CPUtime=1.76 cores=0,2,4,6
/proc/20140/task/20206/stat : 20206 (java) S 20137 20140 15121 0 -1 1077944384 2460 12891 0 0 84 85 5 2 20 0 15 0 57388594 11178180608 960488 33554432000 4194304 4196468 140730825207424 139620221983920 139620767214210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18350080 140730825210478 140730825213276 140730825213276 140730825215951 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3841952 KiB

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

[startup+2456.46 s]
# the end of solver process 20140 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.31 s, system=4.77845 s

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

Child status: 143
Real time (s): 2456.46
CPU time (s): 2520.09
CPU user time (s): 2515.31
CPU system time (s): 4.77845
CPU usage (%): 102.59
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 4738428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.31
system time used= 4.77845
maximum resident set size= 4738428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 711163
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77133
involuntary context switches= 4217


# summary of solver processes directly reported to runsolver:
#   pid: 20140
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.31
#   total CPU system time (s): 4.77845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0637 second user time and 23.239 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 04:10:54
IDJOB=4293973
IDBENCH=141304
IDSOLVER=2750
FILE ID=node105/4293973-1532398254
RUNJOBID= node105-1532371073-15152
PBS_JOBID= 21021573
Free space on /tmp= 44800 MiB

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

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=1565076695

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:        20382632 kB
MemAvailable:   28366368 kB
Buffers:          209368 kB
Cached:          7918036 kB
SwapCached:            0 kB
Active:          5072524 kB
Inactive:        6674300 kB
Active(anon):    3573748 kB
Inactive(anon):    65448 kB
Active(file):    1498776 kB
Inactive(file):  6608852 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43812 kB
Writeback:             0 kB
AnonPages:       3626808 kB
Mapped:            50868 kB
Shmem:             17036 kB
Slab:             332312 kB
SReclaimable:     304568 kB
SUnreclaim:        27744 kB
KernelStack:        3520 kB
PageTables:        12520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4717480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3375104 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= 44780 MiB
End job on node105 at 2018-07-24 04:51:51