Trace number 4403018

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.12.3SAT (TO)112 2520.05 2476.63

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-13_c18.xml
MD5SUM66cce14b45be89e007abc3e2885e8941
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark106
Best CPU time to get the best result obtained on this benchmark20009.2
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size169
Maximum domain size170
Distribution of domain sizes[{"size":169,"count":78},{"size":170,"count":13}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":91},{"degree":2,"count":78},{"degree":12,"count":12},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity78
Distribution of constraint arities[{"arity":3,"count":78},{"arity":78,"count":1}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
8.87/3.95	o 153
8.87/3.98	o 152
9.23/4.16	o 145
9.23/4.16	o 141
9.40/4.23	o 140
9.40/4.27	o 137
10.55/4.80	o 134
10.67/5.00	o 133
12.19/5.94	o 132
12.34/6.10	o 131
13.19/6.85	o 127
13.94/7.54	o 125
65.14/57.87	o 124
68.97/61.67	o 122
87.60/79.79	o 119
98.15/90.08	o 117
358.32/346.94	o 115
730.77/714.25	o 112
2520.00/2476.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2476.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.00/2476.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.00/2476.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.00/2476.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2476.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2476.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.00/2476.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2476.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.00/2476.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2476.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2476.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2476.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2476.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2476.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2476.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2476.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2476.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2476.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2476.61		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.00/2476.61		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2476.61		at scala.Option.map(Option.scala:242)
2520.00/2476.61		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2476.61		at concrete.MAC.mac(MAC.scala:216)
2520.00/2476.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2476.61		at scala.util.Try$.apply(Try.scala:210)
2520.00/2476.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2476.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2476.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2476.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2476.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2476.61		at concrete.MAC.nextSolution(MAC.scala:369)
2520.00/2476.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2476.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2476.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2476.61		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2476.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2476.61		at scala.util.Success.map(Try.scala:262)
2520.00/2476.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2476.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2476.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2476.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2476.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2476.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2476.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2476.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2476.61		at scala.App.$anonfun$main$1(App.scala:73)
2520.00/2476.61		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.00/2476.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2476.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2476.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.00/2476.61		at scala.App.main(App.scala:73)
2520.00/2476.61		at scala.App.main$(App.scala:71)
2520.00/2476.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2476.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2476.61	v <instantiation
2520.00/2476.61	v         cost = '112'>
2520.00/2476.61	v       <list>
2520.00/2476.61	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[8][9] y[8][10] y[8][11] y[8][12] y[9][10] y[9][11] y[9][12] y[10][11] y[10][12] y[11][12]
2520.00/2476.61	v       </list>
2520.00/2476.61	v       <values>
2520.00/2476.61	v         1 5 15 21 36 59 64 76 83 101 109 110 112 4 14 20 35 58 63 75 82 100 108 109 111 10 16 31 54 59 71 78 96 104 105 107 6 21 44 49 61 68 86 94 95 97 15 38 43 55 62 80 88 89 91 23 28 40 47 65 73 74 76 5 17 24 42 50 51 53 12 19 37 45 46 48 7 25 33 34 36 18 26 27 29 8 9 11 1 3 2
2520.00/2476.61	v       </values>
2520.00/2476.61	v     </instantiation>
2520.00/2476.61	s SATISFIABLE

Verifier Data

OK	112

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403018-1568987937/watcher-4403018-1568987937 -o /tmp/evaluation-result-4403018-1568987937/solver-4403018-1568987937 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5048 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=900178589 HOME/instance-4403018-1568987937.xml 

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

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

solver pid=11664, runsolver pid=11661

[startup+0.100162 s]*
/proc/loadavg: 1.63 1.64 1.56 3/218 11721
/proc/meminfo: memFree=6690392/32770624 swapFree=66959532/67108860
[pid=11664] ppid=11661 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/11664/stat : 11664 (java) S 11661 11664 5017 0 -1 1077944320 4466 13144 0 0 1 0 4 3 20 0 6 0 475062521 10212057088 4203 33554432000 4194304 4196468 140725999058448 140725999040992 140453807275767 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
/proc/11664/statm: 2493178 4203 1935 1 0 2481616 0
[pid=11664/tid=11717] ppid=11661 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/11664/task/11717/stat : 11717 (java) R 11661 11664 5017 0 -1 4202560 2284 13144 0 0 1 0 4 3 20 0 6 0 475062530 10212057088 4269 33554432000 4194304 4196468 140725999058448 140453779112528 140453791356254 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11718] ppid=11661 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11718/stat : 11718 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 6 0 475062531 10212057088 4269 33554432000 4194304 4196468 140725999058448 140453811518608 140453807285973 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11719] ppid=11661 vsize=9972712 memory=140679313980786 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11719/stat : 11719 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 6 0 475062531 10212057088 4269 33554432000 4194304 4196468 140725999058448 140453699791888 140453807285973 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11720] ppid=11661 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11720/stat : 11720 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 6 0 475062531 10212057088 4269 33554432000 4194304 4196468 140725999058448 140453698739088 140453807285973 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11721] ppid=11661 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11721/stat : 11721 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 6 0 475062531 10212057088 4269 33554432000 4194304 4196468 140725999058448 140453697686288 140453807285973 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210139 s]*
/proc/loadavg: 1.63 1.64 1.56 3/227 11730
/proc/meminfo: memFree=6669556/32770624 swapFree=66959532/67108860
[pid=11664] ppid=11661 vsize=10820164 memory=43832 CPUtime=0.26 cores=0,2,4,6
/proc/11664/stat : 11664 (java) S 11661 11664 5017 0 -1 1077944320 7381 13144 0 0 18 1 4 3 20 0 15 0 475062521 11079847936 10958 33554432000 4194304 4196468 140725999058448 140725999040992 140453807275767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
/proc/11664/statm: 2705041 10958 3235 1 0 2667149 0
[pid=11664/tid=11717] ppid=11661 vsize=10820164 memory=751940894209540401 CPUtime=0.18 cores=0,2,4,6
/proc/11664/task/11717/stat : 11717 (java) R 11661 11664 5017 0 -1 4202560 3927 13144 0 0 11 0 4 3 20 0 15 0 475062530 11079847936 11024 33554432000 4194304 4196468 140725999058448 140453779086800 140453807297693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11718] ppid=11661 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11718/stat : 11718 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062531 11079847936 11024 33554432000 4194304 4196468 140725999058448 140453811518608 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11719] ppid=11661 vsize=10820164 memory=140679313980786 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11719/stat : 11719 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062531 11079847936 11024 33554432000 4194304 4196468 140725999058448 140453699791888 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11720] ppid=11661 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11720/stat : 11720 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062531 11079847936 11024 33554432000 4194304 4196468 140725999058448 140453698739088 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11721] ppid=11661 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11721/stat : 11721 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062531 11079847936 11024 33554432000 4194304 4196468 140725999058448 140453697686288 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11722] ppid=11661 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11722/stat : 11722 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062532 11079847936 11024 33554432000 4194304 4196468 140725999058448 140453266520432 140453807286914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11723] ppid=11661 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11723/stat : 11723 (java) S 11661 11664 5017 0 -1 1077944384 33 13144 0 0 0 0 4 3 20 0 15 0 475062533 11079847936 11024 33554432000 4194304 4196468 140725999058448 140453265466400 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11724] ppid=11661 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11724/stat : 11724 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062533 11079847936 11024 33554432000 4194304 4196468 140725999058448 140453148091248 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11725] ppid=11661 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11725/stat : 11725 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062536 11079847936 11024 33554432000 4194304 4196468 140725999058448 140452544112464 140453807294363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11726] ppid=11661 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11664/task/11726/stat : 11726 (java) S 11661 11664 5017 0 -1 1077944384 470 13144 0 0 1 0 4 3 20 0 15 0 475062536 11079847936 11024 33554432000 4194304 4196468 140725999058448 140453231909744 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11727] ppid=11661 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11727/stat : 11727 (java) S 11661 11664 5017 0 -1 1077944384 181 13144 0 0 0 0 4 3 20 0 15 0 475062536 11079847936 11024 33554432000 4194304 4196468 140725999058448 140453230856944 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11728] ppid=11661 vsize=10820164 memory=140679310435968 CPUtime=0.1 cores=0,2,4,6
/proc/11664/task/11728/stat : 11728 (java) S 11661 11664 5017 0 -1 1077944384 605 13144 0 0 3 0 4 3 20 0 15 0 475062536 11079847936 11024 33554432000 4194304 4196468 140725999058448 140453229804144 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11729] ppid=11661 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11729/stat : 11729 (java) S 11661 11664 5017 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 475062536 11079847936 11024 33554432000 4194304 4196468 140725999058448 140452074351328 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11730] ppid=11661 vsize=10820164 memory=140679310435968 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11730/stat : 11730 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062536 11079847936 11024 33554432000 4194304 4196468 140725999058448 140453228751536 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 43832 KiB

[startup+0.31185 s]*
/proc/loadavg: 1.63 1.64 1.56 4/227 11731
/proc/meminfo: memFree=6656824/32770624 swapFree=66959532/67108860
[pid=11664] ppid=11661 vsize=10820196 memory=52292 CPUtime=0.4 cores=0,2,4,6
/proc/11664/stat : 11664 (java) S 11661 11664 5017 0 -1 1077944320 10808 13144 0 0 30 3 4 3 20 0 15 0 475062521 11079880704 13073 33554432000 4194304 4196468 140725999058448 140725999040992 140453807275767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
/proc/11664/statm: 2705049 13073 3312 1 0 2667149 0
[pid=11664/tid=11717] ppid=11661 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/11664/task/11717/stat : 11717 (java) R 11661 11664 5017 0 -1 4202560 7282 13144 0 0 19 2 4 3 20 0 15 0 475062530 11079880704 13073 33554432000 4194304 4196468 140725999058448 140453779086016 140453791356254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11718] ppid=11661 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11718/stat : 11718 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062531 11079880704 13073 33554432000 4194304 4196468 140725999058448 140453811518608 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11719] ppid=11661 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11719/stat : 11719 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062531 11079880704 13073 33554432000 4194304 4196468 140725999058448 140453699791888 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11720] ppid=11661 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11720/stat : 11720 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062531 11079880704 13073 33554432000 4194304 4196468 140725999058448 140453698739088 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11721] ppid=11661 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11721/stat : 11721 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062531 11079880704 13073 33554432000 4194304 4196468 140725999058448 140453697686288 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11722] ppid=11661 vsize=10820196 memory=140679310435967 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11722/stat : 11722 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062532 11079880704 13073 33554432000 4194304 4196468 140725999058448 140453266520432 140453807286914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11723] ppid=11661 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11723/stat : 11723 (java) S 11661 11664 5017 0 -1 1077944384 33 13144 0 0 0 0 4 3 20 0 15 0 475062533 11079880704 13073 33554432000 4194304 4196468 140725999058448 140453265466400 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11724] ppid=11661 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11724/stat : 11724 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062533 11079880704 13073 33554432000 4194304 4196468 140725999058448 140453148091248 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11725] ppid=11661 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11725/stat : 11725 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062536 11079880704 13073 33554432000 4194304 4196468 140725999058448 140452544112464 140453807294363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11726] ppid=11661 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11664/task/11726/stat : 11726 (java) S 11661 11664 5017 0 -1 1077944384 470 13144 0 0 1 0 4 3 20 0 15 0 475062536 11079880704 13073 33554432000 4194304 4196468 140725999058448 140453231909744 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11727] ppid=11661 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11664/task/11727/stat : 11727 (java) S 11661 11664 5017 0 -1 1077944384 191 13144 0 0 2 0 4 3 20 0 15 0 475062536 11079880704 13073 33554432000 4194304 4196468 140725999058448 140453230856944 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11728] ppid=11661 vsize=10820196 memory=140679310435968 CPUtime=0.12 cores=0,2,4,6
/proc/11664/task/11728/stat : 11728 (java) S 11661 11664 5017 0 -1 1077944384 614 13144 0 0 5 0 4 3 20 0 15 0 475062536 11079880704 13073 33554432000 4194304 4196468 140725999058448 140453229804144 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11729] ppid=11661 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11729/stat : 11729 (java) S 11661 11664 5017 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 475062536 11079880704 13073 33554432000 4194304 4196468 140725999058448 140452074351328 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11730] ppid=11661 vsize=10820196 memory=140679310435968 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11730/stat : 11730 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062536 11079880704 13073 33554432000 4194304 4196468 140725999058448 140453228751536 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52292 KiB

[startup+0.700734 s]
/proc/loadavg: 1.63 1.64 1.56 3/227 11731
/proc/meminfo: memFree=6641304/32770624 swapFree=66959532/67108860
[pid=11664] ppid=11661 vsize=10824364 memory=85588 CPUtime=1.14 cores=0,2,4,6
/proc/11664/stat : 11664 (java) S 11661 11664 5017 0 -1 1077944320 15107 13144 0 0 102 5 4 3 20 0 15 0 475062521 11084148736 21397 33554432000 4194304 4196468 140725999058448 140725999040992 140453807275767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
/proc/11664/statm: 2706091 21397 3513 1 0 2668173 0
[pid=11664/tid=11717] ppid=11661 vsize=10824364 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/11664/task/11717/stat : 11717 (java) R 11661 11664 5017 0 -1 4202560 10460 13144 0 0 55 4 4 3 20 0 15 0 475062530 11084148736 21397 33554432000 4194304 4196468 140725999058448 140453779100160 140453807297693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11718] ppid=11661 vsize=10824364 memory=1384 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11718/stat : 11718 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062531 11084148736 21397 33554432000 4194304 4196468 140725999058448 140453811518608 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11719] ppid=11661 vsize=10824364 memory=4028 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11719/stat : 11719 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062531 11084148736 21397 33554432000 4194304 4196468 140725999058448 140453699791888 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11720] ppid=11661 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11720/stat : 11720 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062531 11084148736 21397 33554432000 4194304 4196468 140725999058448 140453698739088 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11721] ppid=11661 vsize=10824364 memory=140679310434801 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11721/stat : 11721 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062531 11084148736 21397 33554432000 4194304 4196468 140725999058448 140453697686288 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11722] ppid=11661 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11722/stat : 11722 (java) S 11661 11664 5017 0 -1 1077944384 5 13144 0 0 0 0 4 3 20 0 15 0 475062532 11084148736 21397 33554432000 4194304 4196468 140725999058448 140453266520432 140453807286914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11723] ppid=11661 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11723/stat : 11723 (java) S 11661 11664 5017 0 -1 1077944384 33 13144 0 0 0 0 4 3 20 0 15 0 475062533 11084148736 21397 33554432000 4194304 4196468 140725999058448 140453265466400 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11724] ppid=11661 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11724/stat : 11724 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062533 11084148736 21397 33554432000 4194304 4196468 140725999058448 140453148091248 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11725] ppid=11661 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11725/stat : 11725 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062536 11084148736 21397 33554432000 4194304 4196468 140725999058448 140452544112464 140453807294363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11726] ppid=11661 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/11664/task/11726/stat : 11726 (java) R 11661 11664 5017 0 -1 4202560 1018 13144 0 0 15 0 4 3 20 0 15 0 475062536 11084148736 21397 33554432000 4194304 4196468 140725999058448 140453231909744 140453792175288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11727] ppid=11661 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/11664/task/11727/stat : 11727 (java) S 11661 11664 5017 0 -1 1077944384 556 13144 0 0 12 0 4 3 20 0 15 0 475062536 11084148736 21397 33554432000 4194304 4196468 140725999058448 140453230856944 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11728] ppid=11661 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/11664/task/11728/stat : 11728 (java) S 11661 11664 5017 0 -1 1077944384 818 13144 0 0 17 0 4 3 20 0 15 0 475062536 11084148736 21397 33554432000 4194304 4196468 140725999058448 140453229804144 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11729] ppid=11661 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11729/stat : 11729 (java) S 11661 11664 5017 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 475062536 11084148736 21397 33554432000 4194304 4196468 140725999058448 140452074351328 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11730] ppid=11661 vsize=10824364 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11730/stat : 11730 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062536 11084148736 21397 33554432000 4194304 4196468 140725999058448 140453228751536 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85588 KiB

[startup+1.50076 s]
/proc/loadavg: 1.63 1.64 1.56 4/227 11731
/proc/meminfo: memFree=6600528/32770624 swapFree=66959532/67108860
[pid=11664] ppid=11661 vsize=10834680 memory=171516 CPUtime=2.46 cores=0,2,4,6
/proc/11664/stat : 11664 (java) S 11661 11664 5017 0 -1 1077944320 21917 13144 0 0 228 11 4 3 20 0 15 0 475062521 11094712320 42879 33554432000 4194304 4196468 140725999058448 140725999040992 140453807275767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
/proc/11664/statm: 2708670 42879 3583 1 0 2670733 0
[pid=11664/tid=11717] ppid=11661 vsize=10834680 memory=56 CPUtime=1.43 cores=0,2,4,6
/proc/11664/task/11717/stat : 11717 (java) R 11661 11664 5017 0 -1 4202560 15444 13144 0 0 130 6 4 3 20 0 15 0 475062530 11094712320 42879 33554432000 4194304 4196468 140725999058448 140453779060336 140453807287702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11718] ppid=11661 vsize=10834680 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11718/stat : 11718 (java) S 11661 11664 5017 0 -1 1077944384 92 13144 0 0 0 0 4 3 20 0 15 0 475062531 11094712320 42879 33554432000 4194304 4196468 140725999058448 140453811518608 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11719] ppid=11661 vsize=10834680 memory=140679310446049 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11719/stat : 11719 (java) S 11661 11664 5017 0 -1 1077944384 331 13144 0 0 0 0 4 3 20 0 15 0 475062531 11094712320 42879 33554432000 4194304 4196468 140725999058448 140453699791888 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11720] ppid=11661 vsize=10834680 memory=140679310443841 CPUtime=0.08 cores=0,2,4,6
/proc/11664/task/11720/stat : 11720 (java) S 11661 11664 5017 0 -1 1077944384 64 13144 0 0 1 0 4 3 20 0 15 0 475062531 11094712320 42879 33554432000 4194304 4196468 140725999058448 140453698739088 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11721] ppid=11661 vsize=10834680 memory=140679310445729 CPUtime=0.08 cores=0,2,4,6
/proc/11664/task/11721/stat : 11721 (java) S 11661 11664 5017 0 -1 1077944384 20 13144 0 0 1 0 4 3 20 0 15 0 475062531 11094712320 42879 33554432000 4194304 4196468 140725999058448 140453697686288 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11722] ppid=11661 vsize=10834680 memory=1384 CPUtime=0.08 cores=0,2,4,6
/proc/11664/task/11722/stat : 11722 (java) S 11661 11664 5017 0 -1 1077944384 138 13144 0 0 1 0 4 3 20 0 15 0 475062532 11094712320 42879 33554432000 4194304 4196468 140725999058448 140453266520432 140453807286914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11723] ppid=11661 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11723/stat : 11723 (java) S 11661 11664 5017 0 -1 1077944384 34 13144 0 0 0 0 4 3 20 0 15 0 475062533 11094712320 42879 33554432000 4194304 4196468 140725999058448 140453265466464 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11724] ppid=11661 vsize=10834680 memory=6298110701354177638 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11724/stat : 11724 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062533 11094712320 42879 33554432000 4194304 4196468 140725999058448 140453148091264 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11725] ppid=11661 vsize=10834680 memory=7593465235519334242 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11725/stat : 11725 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062536 11094712320 42879 33554432000 4194304 4196468 140725999058448 140452544112464 140453807294363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11726] ppid=11661 vsize=10834680 memory=7452451744310776682 CPUtime=0.34 cores=0,2,4,6
/proc/11664/task/11726/stat : 11726 (java) S 11661 11664 5017 0 -1 1077944384 1212 13144 0 0 27 0 4 3 20 0 15 0 475062536 11094712320 42879 33554432000 4194304 4196468 140725999058448 140453231909744 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11727] ppid=11661 vsize=10834680 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/11664/task/11727/stat : 11727 (java) S 11661 11664 5017 0 -1 1077944384 690 13144 0 0 22 0 4 3 20 0 15 0 475062536 11094712320 42879 33554432000 4194304 4196468 140725999058448 140453230856944 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11728] ppid=11661 vsize=10834680 memory=4949696295840688515 CPUtime=0.48 cores=0,2,4,6
/proc/11664/task/11728/stat : 11728 (java) R 11661 11664 5017 0 -1 4202560 1682 13144 0 0 41 0 4 3 20 0 15 0 475062536 11094712320 42879 33554432000 4194304 4196468 140725999058448 140453229804144 140453791356254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11729] ppid=11661 vsize=10834680 memory=-7390251449858225344 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11729/stat : 11729 (java) S 11661 11664 5017 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 475062536 11094712320 42879 33554432000 4194304 4196468 140725999058448 140452074351328 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11730] ppid=11661 vsize=10834680 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11730/stat : 11730 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062536 11094712320 42879 33554432000 4194304 4196468 140725999058448 140453228751536 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

/proc/11664/task/11717/stat : 11717 (java) R 11661 11664 5017 0 -1 4202560 67039 13144 0 0 229417 51 4 3 20 0 15 0 475062530 11107315712 240512 33554432000 4194304 4196468 140725999058448 140453779112160 140453378279805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11718] ppid=11661 vsize=10846988 memory=962048 CPUtime=12.05 cores=0,2,4,6
/proc/11664/task/11718/stat : 11718 (java) S 11661 11664 5017 0 -1 1077944384 16417 13144 0 0 1135 63 4 3 20 0 15 0 475062531 11107315712 240512 33554432000 4194304 4196468 140725999058448 140453811518608 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11719] ppid=11661 vsize=10846988 memory=962048 CPUtime=12.07 cores=0,2,4,6
/proc/11664/task/11719/stat : 11719 (java) S 11661 11664 5017 0 -1 1077944384 7570 13144 0 0 1140 60 4 3 20 0 15 0 475062531 11107315712 240512 33554432000 4194304 4196468 140725999058448 140453699791888 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11720] ppid=11661 vsize=10846988 memory=962048 CPUtime=12.07 cores=0,2,4,6
/proc/11664/task/11720/stat : 11720 (java) S 11661 11664 5017 0 -1 1077944384 12642 13144 0 0 1140 60 4 3 20 0 15 0 475062531 11107315712 240512 33554432000 4194304 4196468 140725999058448 140453698739088 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11721] ppid=11661 vsize=10846988 memory=962048 CPUtime=12.09 cores=0,2,4,6
/proc/11664/task/11721/stat : 11721 (java) S 11661 11664 5017 0 -1 1077944384 22339 13144 0 0 1142 60 4 3 20 0 15 0 475062531 11107315712 240512 33554432000 4194304 4196468 140725999058448 140453697686288 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11722] ppid=11661 vsize=10846988 memory=962048 CPUtime=11.38 cores=0,2,4,6
/proc/11664/task/11722/stat : 11722 (java) S 11661 11664 5017 0 -1 1077944384 15533 13144 0 0 1073 58 4 3 20 0 15 0 475062532 11107315712 240512 33554432000 4194304 4196468 140725999058448 140453266520432 140453807286914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11723] ppid=11661 vsize=10846988 memory=6044 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11723/stat : 11723 (java) S 11661 11664 5017 0 -1 1077944384 39 13144 0 0 0 0 4 3 20 0 15 0 475062533 11107315712 240512 33554432000 4194304 4196468 140725999058448 140453265466528 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11724] ppid=11661 vsize=10846988 memory=14012 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11724/stat : 11724 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062533 11107315712 240512 33554432000 4194304 4196468 140725999058448 140453148091264 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11725] ppid=11661 vsize=10846988 memory=962048 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11725/stat : 11725 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062536 11107315712 240512 33554432000 4194304 4196468 140725999058448 140452544112464 140453807294363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11726] ppid=11661 vsize=10846988 memory=962048 CPUtime=3.11 cores=0,2,4,6
/proc/11664/task/11726/stat : 11726 (java) S 11661 11664 5017 0 -1 1077944384 22019 13144 0 0 300 4 4 3 20 0 15 0 475062536 11107315712 240512 33554432000 4194304 4196468 140725999058448 140453231909744 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11727] ppid=11661 vsize=10846988 memory=962048 CPUtime=3.01 cores=0,2,4,6
/proc/11664/task/11727/stat : 11727 (java) S 11661 11664 5017 0 -1 1077944384 16449 13144 0 0 290 4 4 3 20 0 15 0 475062536 11107315712 240512 33554432000 4194304 4196468 140725999058448 140453230856944 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11728] ppid=11661 vsize=10846988 memory=962048 CPUtime=1.68 cores=0,2,4,6
/proc/11664/task/11728/stat : 11728 (java) S 11661 11664 5017 0 -1 1077944384 15929 13144 0 0 157 4 4 3 20 0 15 0 475062536 11107315712 240512 33554432000 4194304 4196468 140725999058448 140453229804144 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11729] ppid=11661 vsize=10846988 memory=962048 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11729/stat : 11729 (java) S 11661 11664 5017 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 475062536 11107315712 240512 33554432000 4194304 4196468 140725999058448 140452074351328 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11730] ppid=11661 vsize=10846988 memory=4028 CPUtime=1.51 cores=0,2,4,6
/proc/11664/task/11730/stat : 11730 (java) S 11661 11664 5017 0 -1 1077944384 1353 13144 0 0 69 75 4 3 20 0 15 0 475062536 11107315712 240512 33554432000 4194304 4196468 140725999058448 140453228751536 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
Current children cumulated CPU time: 2363.2 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 962048 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.33 1.37 3/227 12098
/proc/meminfo: memFree=6840788/32770624 swapFree=66959532/67108860
[pid=11664] ppid=11661 vsize=10846988 memory=964096 CPUtime=2424.15 cores=0,2,4,6
/proc/11664/stat : 11664 (java) S 11661 11664 5017 0 -1 1077944320 201019 13144 0 0 242032 376 4 3 20 0 15 0 475062521 11107315712 241024 33554432000 4194304 4196468 140725999058448 140725999040992 140453807275767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
/proc/11664/statm: 2711747 241024 3624 1 0 2673805 0
[pid=11664/tid=11717] ppid=11661 vsize=10846988 memory=960000 CPUtime=2354.06 cores=0,2,4,6
/proc/11664/task/11717/stat : 11717 (java) R 11661 11664 5017 0 -1 4202560 67832 13144 0 0 235347 52 4 3 20 0 15 0 475062530 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453779110832 140453378633914 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11718] ppid=11661 vsize=10846988 memory=962048 CPUtime=12.37 cores=0,2,4,6
/proc/11664/task/11718/stat : 11718 (java) S 11661 11664 5017 0 -1 1077944384 16545 13144 0 0 1166 64 4 3 20 0 15 0 475062531 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453811518608 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11719] ppid=11661 vsize=10846988 memory=962048 CPUtime=12.4 cores=0,2,4,6
/proc/11664/task/11719/stat : 11719 (java) S 11661 11664 5017 0 -1 1077944384 7751 13144 0 0 1172 61 4 3 20 0 15 0 475062531 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453699791888 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11720] ppid=11661 vsize=10846988 memory=962048 CPUtime=12.4 cores=0,2,4,6
/proc/11664/task/11720/stat : 11720 (java) S 11661 11664 5017 0 -1 1077944384 12676 13144 0 0 1172 61 4 3 20 0 15 0 475062531 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453698739088 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11721] ppid=11661 vsize=10846988 memory=962048 CPUtime=12.41 cores=0,2,4,6
/proc/11664/task/11721/stat : 11721 (java) S 11661 11664 5017 0 -1 1077944384 22458 13144 0 0 1173 61 4 3 20 0 15 0 475062531 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453697686288 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11722] ppid=11661 vsize=10846988 memory=962048 CPUtime=11.67 cores=0,2,4,6
/proc/11664/task/11722/stat : 11722 (java) S 11661 11664 5017 0 -1 1077944384 15743 13144 0 0 1100 60 4 3 20 0 15 0 475062532 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453266520432 140453807286914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11723] ppid=11661 vsize=10846988 memory=964096 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11723/stat : 11723 (java) S 11661 11664 5017 0 -1 1077944384 39 13144 0 0 0 0 4 3 20 0 15 0 475062533 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453265466528 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11724] ppid=11661 vsize=10846988 memory=962048 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11724/stat : 11724 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062533 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453148091264 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11725] ppid=11661 vsize=10846988 memory=964096 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11725/stat : 11725 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062536 11107315712 241024 33554432000 4194304 4196468 140725999058448 140452544112464 140453807294363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11726] ppid=11661 vsize=10846988 memory=964096 CPUtime=3.11 cores=0,2,4,6
/proc/11664/task/11726/stat : 11726 (java) S 11661 11664 5017 0 -1 1077944384 22021 13144 0 0 300 4 4 3 20 0 15 0 475062536 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453231909744 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11727] ppid=11661 vsize=10846988 memory=964096 CPUtime=3.01 cores=0,2,4,6
/proc/11664/task/11727/stat : 11727 (java) S 11661 11664 5017 0 -1 1077944384 16451 13144 0 0 290 4 4 3 20 0 15 0 475062536 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453230856944 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11728] ppid=11661 vsize=10846988 memory=964096 CPUtime=1.68 cores=0,2,4,6
/proc/11664/task/11728/stat : 11728 (java) S 11661 11664 5017 0 -1 1077944384 15931 13144 0 0 157 4 4 3 20 0 15 0 475062536 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453229804144 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11729] ppid=11661 vsize=10846988 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11729/stat : 11729 (java) S 11661 11664 5017 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 475062536 11107315712 241024 33554432000 4194304 4196468 140725999058448 140452074351328 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11730] ppid=11661 vsize=10846988 memory=964096 CPUtime=1.55 cores=0,2,4,6
/proc/11664/task/11730/stat : 11730 (java) S 11661 11664 5017 0 -1 1077944384 1361 13144 0 0 71 77 4 3 20 0 15 0 475062536 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453228751536 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
Current children cumulated CPU time: 2424.15 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 964096 KiB

[startup+2442.3 s]
/proc/loadavg: 1.58 1.39 1.39 3/227 12102
/proc/meminfo: memFree=6839848/32770624 swapFree=66959532/67108860
[pid=11664] ppid=11661 vsize=10846988 memory=964096 CPUtime=2485.15 cores=0,2,4,6
/proc/11664/stat : 11664 (java) S 11661 11664 5017 0 -1 1077944320 202530 13144 0 0 248123 385 4 3 20 0 15 0 475062521 11107315712 241024 33554432000 4194304 4196468 140725999058448 140725999040992 140453807275767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
/proc/11664/statm: 2711747 241024 3624 1 0 2673805 0
[pid=11664/tid=11717] ppid=11661 vsize=10846988 memory=964096 CPUtime=2413.33 cores=0,2,4,6
/proc/11664/task/11717/stat : 11717 (java) R 11661 11664 5017 0 -1 4202560 68645 13144 0 0 241273 53 4 3 20 0 15 0 475062530 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453779111728 140453377528468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11718] ppid=11661 vsize=10846988 memory=964096 CPUtime=12.72 cores=0,2,4,6
/proc/11664/task/11718/stat : 11718 (java) S 11661 11664 5017 0 -1 1077944384 16610 13144 0 0 1199 66 4 3 20 0 15 0 475062531 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453811518608 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11719] ppid=11661 vsize=10846988 memory=1408 CPUtime=12.75 cores=0,2,4,6
/proc/11664/task/11719/stat : 11719 (java) S 11661 11664 5017 0 -1 1077944384 7999 13144 0 0 1205 63 4 3 20 0 15 0 475062531 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453699791888 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11720] ppid=11661 vsize=10846988 memory=964096 CPUtime=12.75 cores=0,2,4,6
/proc/11664/task/11720/stat : 11720 (java) S 11661 11664 5017 0 -1 1077944384 12786 13144 0 0 1205 63 4 3 20 0 15 0 475062531 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453698739088 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11721] ppid=11661 vsize=10846988 memory=964096 CPUtime=12.76 cores=0,2,4,6
/proc/11664/task/11721/stat : 11721 (java) S 11661 11664 5017 0 -1 1077944384 22508 13144 0 0 1207 62 4 3 20 0 15 0 475062531 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453697686288 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11722] ppid=11661 vsize=10846988 memory=964096 CPUtime=11.97 cores=0,2,4,6
/proc/11664/task/11722/stat : 11722 (java) S 11661 11664 5017 0 -1 1077944384 15945 13144 0 0 1129 61 4 3 20 0 15 0 475062532 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453266520432 140453807286914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11723] ppid=11661 vsize=10846988 memory=964096 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11723/stat : 11723 (java) S 11661 11664 5017 0 -1 1077944384 39 13144 0 0 0 0 4 3 20 0 15 0 475062533 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453265466528 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11724] ppid=11661 vsize=10846988 memory=964096 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11724/stat : 11724 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062533 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453148091264 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11725] ppid=11661 vsize=10846988 memory=964096 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11725/stat : 11725 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062536 11107315712 241024 33554432000 4194304 4196468 140725999058448 140452544112464 140453807294363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11726] ppid=11661 vsize=10846988 memory=964096 CPUtime=3.11 cores=0,2,4,6
/proc/11664/task/11726/stat : 11726 (java) S 11661 11664 5017 0 -1 1077944384 22023 13144 0 0 300 4 4 3 20 0 15 0 475062536 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453231909744 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11727] ppid=11661 vsize=10846988 memory=964096 CPUtime=3.01 cores=0,2,4,6
/proc/11664/task/11727/stat : 11727 (java) S 11661 11664 5017 0 -1 1077944384 16453 13144 0 0 290 4 4 3 20 0 15 0 475062536 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453230856944 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11728] ppid=11661 vsize=10846988 memory=964096 CPUtime=1.68 cores=0,2,4,6
/proc/11664/task/11728/stat : 11728 (java) S 11661 11664 5017 0 -1 1077944384 15933 13144 0 0 157 4 4 3 20 0 15 0 475062536 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453229804144 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11729] ppid=11661 vsize=10846988 memory=964096 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11729/stat : 11729 (java) S 11661 11664 5017 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 475062536 11107315712 241024 33554432000 4194304 4196468 140725999058448 140452074351328 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11730] ppid=11661 vsize=10846988 memory=964096 CPUtime=1.59 cores=0,2,4,6
/proc/11664/task/11730/stat : 11730 (java) S 11661 11664 5017 0 -1 1077944384 1378 13144 0 0 73 79 4 3 20 0 15 0 475062536 11107315712 241024 33554432000 4194304 4196468 140725999058448 140453228751536 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
Current children cumulated CPU time: 2485.15 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 964096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.6 s]
/proc/loadavg: 1.71 1.44 1.41 3/227 12105
/proc/meminfo: memFree=6837316/32770624 swapFree=66959532/67108860
[pid=11664] ppid=11661 vsize=10846988 memory=966144 CPUtime=2520 cores=0,2,4,6
/proc/11664/stat : 11664 (java) S 11661 11664 5017 0 -1 1077944320 203714 13144 0 0 251604 389 4 3 20 0 15 0 475062521 11107315712 241536 33554432000 4194304 4196468 140725999058448 140725999040992 140453807275767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
/proc/11664/statm: 2711747 241536 3624 1 0 2673805 0
[pid=11664/tid=11717] ppid=11661 vsize=10846988 memory=290763870841340219 CPUtime=2447.22 cores=0,2,4,6
/proc/11664/task/11717/stat : 11717 (java) R 11661 11664 5017 0 -1 4202560 69173 13144 0 0 244662 53 4 3 20 0 15 0 475062530 11107315712 241536 33554432000 4194304 4196468 140725999058448 140453779110768 140453379493680 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11718] ppid=11661 vsize=10846988 memory=16100368647981698 CPUtime=12.91 cores=0,2,4,6
/proc/11664/task/11718/stat : 11718 (java) S 11661 11664 5017 0 -1 1077944384 16821 13144 0 0 1217 67 4 3 20 0 15 0 475062531 11107315712 241536 33554432000 4194304 4196468 140725999058448 140453811518608 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11719] ppid=11661 vsize=10846988 memory=7824336315716348491 CPUtime=12.93 cores=0,2,4,6
/proc/11664/task/11719/stat : 11719 (java) S 11661 11664 5017 0 -1 1077944384 8062 13144 0 0 1223 63 4 3 20 0 15 0 475062531 11107315712 241536 33554432000 4194304 4196468 140725999058448 140453699791888 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11720] ppid=11661 vsize=10846988 memory=964096 CPUtime=12.94 cores=0,2,4,6
/proc/11664/task/11720/stat : 11720 (java) S 11661 11664 5017 0 -1 1077944384 12895 13144 0 0 1224 63 4 3 20 0 15 0 475062531 11107315712 241536 33554432000 4194304 4196468 140725999058448 140453698739088 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11721] ppid=11661 vsize=10846988 memory=964096 CPUtime=12.95 cores=0,2,4,6
/proc/11664/task/11721/stat : 11721 (java) S 11661 11664 5017 0 -1 1077944384 22554 13144 0 0 1225 63 4 3 20 0 15 0 475062531 11107315712 241536 33554432000 4194304 4196468 140725999058448 140453697686288 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11722] ppid=11661 vsize=10846988 memory=964096 CPUtime=12.15 cores=0,2,4,6
/proc/11664/task/11722/stat : 11722 (java) S 11661 11664 5017 0 -1 1077944384 16139 13144 0 0 1146 62 4 3 20 0 15 0 475062532 11107315712 241536 33554432000 4194304 4196468 140725999058448 140453266520432 140453807286914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11723] ppid=11661 vsize=10846988 memory=4639950512826379884 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11723/stat : 11723 (java) S 11661 11664 5017 0 -1 1077944384 39 13144 0 0 0 0 4 3 20 0 15 0 475062533 11107315712 241536 33554432000 4194304 4196468 140725999058448 140453265466528 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11724] ppid=11661 vsize=10846988 memory=4639950512826379884 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11724/stat : 11724 (java) S 11661 11664 5017 0 -1 1077944384 1 13144 0 0 0 0 4 3 20 0 15 0 475062533 11107315712 241536 33554432000 4194304 4196468 140725999058448 140453148091264 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11725] ppid=11661 vsize=10846988 memory=3047711566422646390 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11725/stat : 11725 (java) S 11661 11664 5017 0 -1 1077944384 2 13144 0 0 0 0 4 3 20 0 15 0 475062536 11107315712 241536 33554432000 4194304 4196468 140725999058448 140452544112464 140453807294363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11726] ppid=11661 vsize=10846988 memory=7954875815536191845 CPUtime=3.11 cores=0,2,4,6
/proc/11664/task/11726/stat : 11726 (java) S 11661 11664 5017 0 -1 1077944384 22025 13144 0 0 300 4 4 3 20 0 15 0 475062536 11107315712 241536 33554432000 4194304 4196468 140725999058448 140453231909744 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11727] ppid=11661 vsize=10846988 memory=7596001852045813568 CPUtime=3.01 cores=0,2,4,6
/proc/11664/task/11727/stat : 11727 (java) S 11661 11664 5017 0 -1 1077944384 16455 13144 0 0 290 4 4 3 20 0 15 0 475062536 11107315712 241536 33554432000 4194304 4196468 140725999058448 140453230856944 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11728] ppid=11661 vsize=10846988 memory=7523376918531162212 CPUtime=1.68 cores=0,2,4,6
/proc/11664/task/11728/stat : 11728 (java) S 11661 11664 5017 0 -1 1077944384 15935 13144 0 0 157 4 4 3 20 0 15 0 475062536 11107315712 241536 33554432000 4194304 4196468 140725999058448 140453229804144 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11729] ppid=11661 vsize=10846988 memory=7739833322836682090 CPUtime=0.07 cores=0,2,4,6
/proc/11664/task/11729/stat : 11729 (java) S 11661 11664 5017 0 -1 1077944384 3 13144 0 0 0 0 4 3 20 0 15 0 475062536 11107315712 241536 33554432000 4194304 4196468 140725999058448 140452074351328 140453807285973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
[pid=11664/tid=11730] ppid=11661 vsize=10846988 memory=6082793446864152423 CPUtime=1.62 cores=0,2,4,6
/proc/11664/task/11730/stat : 11730 (java) S 11661 11664 5017 0 -1 1077944384 1405 13144 0 0 74 81 4 3 20 0 15 0 475062536 11107315712 241536 33554432000 4194304 4196468 140725999058448 140453228751536 140453807286914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6840320 140725999061744 140725999064261 140725999064261 140725999067087 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 966144 KiB

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

[startup+2476.63 s]
# the end of solver process 11664 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.11 s, system=3.93917 s

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

Child status: 143
Real time (s): 2476.63
CPU time (s): 2520.05
CPU user time (s): 2516.11
CPU system time (s): 3.93917
CPU usage (%): 101.753
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 966144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.11
system time used= 3.93917
maximum resident set size= 970272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217945
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312688
involuntary context switches= 9796


# summary of solver processes directly reported to runsolver:
#   pid: 11664
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.11
#   total CPU system time (s): 3.93917

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3746 second user time and 23.0236 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-20 15:58:16
IDJOB=4403018
IDBENCH=141368
IDSOLVER=2861
FILE ID=node127/4403018-1568987937
RUNJOBID= node127-1568967596-5048
PBS_JOBID= 21704621
Free space on /tmp= 35784 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-13_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403018-1568987937/watcher-4403018-1568987937 -o /tmp/evaluation-result-4403018-1568987937/solver-4403018-1568987937 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5048 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=900178589 HOME/instance-4403018-1568987937.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=900178589

node127.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.55
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.55
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.55
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.55
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:         6698372 kB
MemAvailable:   29416000 kB
Buffers:          108420 kB
Cached:         22603784 kB
SwapCached:        44560 kB
Active:         13978588 kB
Inactive:       11170904 kB
Active(anon):    2388756 kB
Inactive(anon):    98124 kB
Active(file):   11589832 kB
Inactive(file): 11072780 kB
Unevictable:      107128 kB
Mlocked:          107128 kB
SwapTotal:      67108860 kB
SwapFree:       66959532 kB
Dirty:             34904 kB
Writeback:             0 kB
AnonPages:       2515624 kB
Mapped:            66424 kB
Shmem:             40780 kB
Slab:             512904 kB
SReclaimable:     483476 kB
SUnreclaim:        29428 kB
KernelStack:        3984 kB
PageTables:        11244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3524156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2334720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35748 MiB
End job on node127 at 2019-09-20 16:39:33