Trace number 4403020

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)141 2520.05 2475.23

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-14-a3.xml
MD5SUMa5381fa3d98671549d41a8d043d26ba4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark133
Best CPU time to get the best result obtained on this benchmark19981
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints94
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":91},{"size":501,"count":14}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":14,"count":12},{"degree":15,"count":2}]
Minimum constraint arity1
Maximum constraint arity91
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":91},{"arity":14,"count":1},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints92
Distribution of constraint types[{"type":"intension","count":92},{"type":"allDifferent","count":1},{"type":"ordered","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.56	c Concrete v3.12.3.1568965526260 running
12.58/5.90	o 186
13.00/6.03	o 181
13.14/6.18	o 180
13.26/6.26	o 174
15.86/8.47	o 164
17.53/10.03	o 163
19.59/12.03	o 160
19.59/12.07	o 158
19.89/12.35	o 157
20.82/13.25	o 151
43.86/35.63	o 148
86.34/77.85	o 145
109.12/100.10	o 144
124.68/115.46	o 143
278.52/267.39	o 142
1927.99/1892.53	o 141
2520.00/2475.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2475.21		at concrete.MAC.mac(MAC.scala:192)
2520.00/2475.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2475.21		at scala.util.Try$.apply(Try.scala:210)
2520.00/2475.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2475.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2475.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2475.21		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2475.21		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2475.21		at concrete.MAC.nextSolution(MAC.scala:369)
2520.00/2475.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2475.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2475.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2475.21		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2475.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2475.21		at scala.util.Success.map(Try.scala:262)
2520.00/2475.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2475.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2475.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2475.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2475.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2475.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2475.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2475.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2475.21		at scala.App.$anonfun$main$1(App.scala:73)
2520.00/2475.21		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.00/2475.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2475.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2475.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.00/2475.21		at scala.App.main(App.scala:73)
2520.00/2475.21		at scala.App.main$(App.scala:71)
2520.00/2475.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2475.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2475.22	v <instantiation
2520.00/2475.22	v         cost = '141'>
2520.00/2475.22	v       <list>
2520.00/2475.22	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] x[13] 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[0][13] 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[1][13] 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[2][13] 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[3][13] 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[4][13] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[9][10] y[9][11] y[9][12] y[9][13] y[10][11] y[10][12] y[10][13] y[11][12] y[11][13] y[12][13]
2520.00/2475.22	v       </list>
2520.00/2475.22	v       <values>
2520.00/2475.22	v         0 2 14 19 34 47 58 65 88 115 131 137 140 141 2 14 19 34 47 58 65 88 115 131 137 140 141 12 17 32 45 56 63 86 113 129 135 138 139 5 20 33 44 51 74 101 117 123 126 127 15 28 39 46 69 96 112 118 121 122 13 24 31 54 81 97 103 106 107 11 18 41 68 84 90 93 94 7 30 57 73 79 82 83 23 50 66 72 75 76 27 43 49 52 53 16 22 25 26 6 9 10 3 4 1
2520.00/2475.22	v       </values>
2520.00/2475.22	v     </instantiation>
2520.00/2475.22	s SATISFIABLE

Verifier Data

OK	141

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403020-1568973092/watcher-4403020-1568973092 -o /tmp/evaluation-result-4403020-1568973092/solver-4403020-1568973092 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=376622869 HOME/instance-4403020-1568973092.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=28029, runsolver pid=28026

[startup+0.10009 s]*
/proc/loadavg: 1.66 1.66 1.57 3/220 28086
/proc/meminfo: memFree=4761656/32770624 swapFree=66955388/67108860
[pid=28029] ppid=28026 vsize=9972712 memory=19124 CPUtime=0.09 cores=0,2,4,6
/proc/28029/stat : 28029 (java) S 28026 28029 26206 0 -1 1077944320 4503 12922 0 0 1 0 5 3 20 0 6 0 473580586 10212057088 4781 33554432000 4194304 4196468 140726970209040 140726970191584 139994211880695 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
/proc/28029/statm: 2493178 4781 1937 1 0 2481616 0
[pid=28029/tid=28082] ppid=28026 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/28029/task/28082/stat : 28082 (java) R 28026 28029 26206 0 -1 4202560 2288 12922 0 0 1 0 5 3 20 0 6 0 473580595 10212057088 4781 33554432000 4194304 4196468 140726970209040 139994183717456 139994197003632 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28083] ppid=28026 vsize=9972712 memory=5793855614237088185 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28083/stat : 28083 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 6 0 473580596 10212057088 4781 33554432000 4194304 4196468 140726970209040 139994216122896 139994211890901 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28084] ppid=28026 vsize=9972712 memory=140363227195008 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28084/stat : 28084 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 6 0 473580596 10212057088 4781 33554432000 4194304 4196468 140726970209040 139994130942608 139994211890901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28085] ppid=28026 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28085/stat : 28085 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 6 0 473580596 10212057088 4781 33554432000 4194304 4196468 140726970209040 139994129889552 139994211890901 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28086] ppid=28026 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28086/stat : 28086 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 6 0 473580596 10212057088 4781 33554432000 4194304 4196468 140726970209040 139994128837008 139994211890901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19124 KiB

[startup+0.210348 s]*
/proc/loadavg: 1.66 1.66 1.57 3/229 28095
/proc/meminfo: memFree=4740580/32770624 swapFree=66955388/67108860
[pid=28029] ppid=28026 vsize=10820196 memory=45784 CPUtime=0.26 cores=0,2,4,6
/proc/28029/stat : 28029 (java) S 28026 28029 26206 0 -1 1077944320 7354 12922 0 0 17 1 5 3 20 0 15 0 473580586 11079880704 11446 33554432000 4194304 4196468 140726970209040 140726970191584 139994211880695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
/proc/28029/statm: 2705049 11446 3296 1 0 2667149 0
[pid=28029/tid=28082] ppid=28026 vsize=10820196 memory=-8540663193526752614 CPUtime=0.2 cores=0,2,4,6
/proc/28029/task/28082/stat : 28082 (java) R 28026 28029 26206 0 -1 4202560 3872 12922 0 0 11 1 5 3 20 0 15 0 473580595 11079880704 11446 33554432000 4194304 4196468 140726970209040 139994183691728 139994193274426 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28083] ppid=28026 vsize=10820196 memory=4211974089431985546 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28083/stat : 28083 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580596 11079880704 11446 33554432000 4194304 4196468 140726970209040 139994216122896 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28084] ppid=28026 vsize=10820196 memory=140363227195008 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28084/stat : 28084 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580596 11079880704 11446 33554432000 4194304 4196468 140726970209040 139994130942608 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28085] ppid=28026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28085/stat : 28085 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580596 11079880704 11446 33554432000 4194304 4196468 140726970209040 139994129889552 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28086] ppid=28026 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28086/stat : 28086 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580596 11079880704 11446 33554432000 4194304 4196468 140726970209040 139994128837008 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28087] ppid=28026 vsize=10820196 memory=140363227195008 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28087/stat : 28087 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580597 11079880704 11446 33554432000 4194304 4196468 140726970209040 139993738558192 139994211891842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28088] ppid=28026 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28088/stat : 28088 (java) S 28026 28029 26206 0 -1 1077944384 13 12922 0 0 0 0 5 3 20 0 15 0 473580598 11079880704 11446 33554432000 4194304 4196468 140726970209040 139993653700256 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28089] ppid=28026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28089/stat : 28089 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580598 11079880704 11446 33554432000 4194304 4196468 140726970209040 139993519482096 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28090] ppid=28026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28090/stat : 28090 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580601 11079880704 11446 33554432000 4194304 4196468 140726970209040 139992915503568 139994211899291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28091] ppid=28026 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28029/task/28091/stat : 28091 (java) R 28026 28029 26206 0 -1 4202560 574 12922 0 0 1 0 5 3 20 0 15 0 473580601 11079880704 11446 33554432000 4194304 4196468 140726970209040 139993737505008 139994193425246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28092] ppid=28026 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28029/task/28092/stat : 28092 (java) S 28026 28029 26206 0 -1 1077944384 66 12922 0 0 1 0 5 3 20 0 15 0 473580601 11079880704 11446 33554432000 4194304 4196468 140726970209040 139993736452464 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28093] ppid=28026 vsize=10820196 memory=140363227195008 CPUtime=0.11 cores=0,2,4,6
/proc/28029/task/28093/stat : 28093 (java) S 28026 28029 26206 0 -1 1077944384 614 12922 0 0 3 0 5 3 20 0 15 0 473580601 11079880704 11446 33554432000 4194304 4196468 140726970209040 139993735399408 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28094] ppid=28026 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28094/stat : 28094 (java) S 28026 28029 26206 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 473580601 11079880704 11446 33554432000 4194304 4196468 140726970209040 139992445741408 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28095] ppid=28026 vsize=10820196 memory=140363227195008 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28095/stat : 28095 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580601 11079880704 11446 33554432000 4194304 4196468 140726970209040 139993734347824 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45784 KiB

[startup+0.311414 s]*
/proc/loadavg: 1.66 1.66 1.57 5/229 28095
/proc/meminfo: memFree=4727268/32770624 swapFree=66955388/67108860
[pid=28029] ppid=28026 vsize=10820196 memory=54108 CPUtime=0.4 cores=0,2,4,6
/proc/28029/stat : 28029 (java) S 28026 28029 26206 0 -1 1077944320 10741 12922 0 0 29 3 5 3 20 0 15 0 473580586 11079880704 13527 33554432000 4194304 4196468 140726970209040 140726970191584 139994211880695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
/proc/28029/statm: 2705049 13527 3320 1 0 2667149 0
[pid=28029/tid=28082] ppid=28026 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/28029/task/28082/stat : 28082 (java) R 28026 28029 26206 0 -1 4202560 7228 12922 0 0 19 2 5 3 20 0 15 0 473580595 11079880704 13527 33554432000 4194304 4196468 140726970209040 139994183690648 139994195961182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28083] ppid=28026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28083/stat : 28083 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580596 11079880704 13527 33554432000 4194304 4196468 140726970209040 139994216122896 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28084] ppid=28026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28084/stat : 28084 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580596 11079880704 13527 33554432000 4194304 4196468 140726970209040 139994130942608 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28085] ppid=28026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28085/stat : 28085 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580596 11079880704 13527 33554432000 4194304 4196468 140726970209040 139994129889552 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28086] ppid=28026 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28086/stat : 28086 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580596 11079880704 13527 33554432000 4194304 4196468 140726970209040 139994128837008 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28087] ppid=28026 vsize=10820196 memory=140363227195007 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28087/stat : 28087 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580597 11079880704 13527 33554432000 4194304 4196468 140726970209040 139993738558192 139994211891842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28088] ppid=28026 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28088/stat : 28088 (java) S 28026 28029 26206 0 -1 1077944384 13 12922 0 0 0 0 5 3 20 0 15 0 473580598 11079880704 13527 33554432000 4194304 4196468 140726970209040 139993653700256 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28089] ppid=28026 vsize=10820196 memory=140363227195008 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28089/stat : 28089 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580598 11079880704 13527 33554432000 4194304 4196468 140726970209040 139993519482096 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28090] ppid=28026 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28090/stat : 28090 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580601 11079880704 13527 33554432000 4194304 4196468 140726970209040 139992915503568 139994211899291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28091] ppid=28026 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28029/task/28091/stat : 28091 (java) S 28026 28029 26206 0 -1 1077944384 575 12922 0 0 1 0 5 3 20 0 15 0 473580601 11079880704 13527 33554432000 4194304 4196468 140726970209040 139993737505008 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28092] ppid=28026 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28029/task/28092/stat : 28092 (java) S 28026 28029 26206 0 -1 1077944384 67 12922 0 0 1 0 5 3 20 0 15 0 473580601 11079880704 13527 33554432000 4194304 4196468 140726970209040 139993736452464 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28093] ppid=28026 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28029/task/28093/stat : 28093 (java) S 28026 28029 26206 0 -1 1077944384 635 12922 0 0 5 0 5 3 20 0 15 0 473580601 11079880704 13527 33554432000 4194304 4196468 140726970209040 139993735399408 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28094] ppid=28026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28094/stat : 28094 (java) S 28026 28029 26206 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 473580601 11079880704 13527 33554432000 4194304 4196468 140726970209040 139992445741408 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28095] ppid=28026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28095/stat : 28095 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580601 11079880704 13527 33554432000 4194304 4196468 140726970209040 139993734347824 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54108 KiB

[startup+0.702425 s]
/proc/loadavg: 1.66 1.66 1.57 3/229 28095
/proc/meminfo: memFree=4712356/32770624 swapFree=66955388/67108860
[pid=28029] ppid=28026 vsize=10824364 memory=87644 CPUtime=1.14 cores=0,2,4,6
/proc/28029/stat : 28029 (java) S 28026 28029 26206 0 -1 1077944320 15139 12922 0 0 101 5 5 3 20 0 15 0 473580586 11084148736 21911 33554432000 4194304 4196468 140726970209040 140726970191584 139994211880695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
/proc/28029/statm: 2706091 21911 3510 1 0 2668173 0
[pid=28029/tid=28082] ppid=28026 vsize=10824364 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/28029/task/28082/stat : 28082 (java) R 28026 28029 26206 0 -1 4202560 10453 12922 0 0 56 4 5 3 20 0 15 0 473580595 11084148736 21911 33554432000 4194304 4196468 140726970209040 139994183710240 139994211902621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28083] ppid=28026 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28083/stat : 28083 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580596 11084148736 21911 33554432000 4194304 4196468 140726970209040 139994216122896 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28084] ppid=28026 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28084/stat : 28084 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580596 11084148736 21911 33554432000 4194304 4196468 140726970209040 139994130942608 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28085] ppid=28026 vsize=10824364 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28085/stat : 28085 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580596 11084148736 21911 33554432000 4194304 4196468 140726970209040 139994129889552 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28086] ppid=28026 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28086/stat : 28086 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580596 11084148736 21911 33554432000 4194304 4196468 140726970209040 139994128837008 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28087] ppid=28026 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28087/stat : 28087 (java) S 28026 28029 26206 0 -1 1077944384 5 12922 0 0 0 0 5 3 20 0 15 0 473580597 11084148736 21911 33554432000 4194304 4196468 140726970209040 139993738558192 139994211891842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28088] ppid=28026 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28088/stat : 28088 (java) S 28026 28029 26206 0 -1 1077944384 13 12922 0 0 0 0 5 3 20 0 15 0 473580598 11084148736 21911 33554432000 4194304 4196468 140726970209040 139993653700256 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28089] ppid=28026 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28089/stat : 28089 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580598 11084148736 21911 33554432000 4194304 4196468 140726970209040 139993519482096 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28090] ppid=28026 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28090/stat : 28090 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580601 11084148736 21911 33554432000 4194304 4196468 140726970209040 139992915503568 139994211899291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28091] ppid=28026 vsize=10824364 memory=19265 CPUtime=0.2 cores=0,2,4,6
/proc/28029/task/28091/stat : 28091 (java) S 28026 28029 26206 0 -1 1077944384 1048 12922 0 0 12 0 5 3 20 0 15 0 473580601 11084148736 21911 33554432000 4194304 4196468 140726970209040 139993737505008 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28092] ppid=28026 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/28029/task/28092/stat : 28092 (java) R 28026 28029 26206 0 -1 4202560 560 12922 0 0 15 0 5 3 20 0 15 0 473580601 11084148736 21911 33554432000 4194304 4196468 140726970209040 139993736438560 139994189475488 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28093] ppid=28026 vsize=10824364 memory=734096885910169699 CPUtime=0.25 cores=0,2,4,6
/proc/28029/task/28093/stat : 28093 (java) S 28026 28029 26206 0 -1 1077944384 838 12922 0 0 17 0 5 3 20 0 15 0 473580601 11084148736 21911 33554432000 4194304 4196468 140726970209040 139993735399408 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28094] ppid=28026 vsize=10824364 memory=4206186544037388384 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28094/stat : 28094 (java) S 28026 28029 26206 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 473580601 11084148736 21911 33554432000 4194304 4196468 140726970209040 139992445741408 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28095] ppid=28026 vsize=10824364 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28095/stat : 28095 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580601 11084148736 21911 33554432000 4194304 4196468 140726970209040 139993734347824 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87644 KiB

[startup+1.50559 s]
/proc/loadavg: 1.66 1.66 1.57 4/229 28095
/proc/meminfo: memFree=4669748/32770624 swapFree=66955388/67108860
[pid=28029] ppid=28026 vsize=10834680 memory=173980 CPUtime=2.46 cores=0,2,4,6
/proc/28029/stat : 28029 (java) S 28026 28029 26206 0 -1 1077944320 21892 12922 0 0 228 10 5 3 20 0 15 0 473580586 11094712320 43495 33554432000 4194304 4196468 140726970209040 140726970191584 139994211880695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
/proc/28029/statm: 2708670 43495 3579 1 0 2670733 0
[pid=28029/tid=28082] ppid=28026 vsize=10834680 memory=203 CPUtime=1.44 cores=0,2,4,6
/proc/28029/task/28082/stat : 28082 (java) R 28026 28029 26206 0 -1 4202560 15432 12922 0 0 131 5 5 3 20 0 15 0 473580595 11094712320 43495 33554432000 4194304 4196468 140726970209040 139994183679696 139994195961182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28083] ppid=28026 vsize=10834680 memory=116 CPUtime=0.09 cores=0,2,4,6
/proc/28029/task/28083/stat : 28083 (java) S 28026 28029 26206 0 -1 1077944384 39 12922 0 0 1 0 5 3 20 0 15 0 473580596 11094712320 43495 33554432000 4194304 4196468 140726970209040 139994216122896 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28084] ppid=28026 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28084/stat : 28084 (java) S 28026 28029 26206 0 -1 1077944384 383 12922 0 0 0 0 5 3 20 0 15 0 473580596 11094712320 43495 33554432000 4194304 4196468 140726970209040 139994130942608 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28085] ppid=28026 vsize=10834680 memory=7884224411340991063 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28085/stat : 28085 (java) S 28026 28029 26206 0 -1 1077944384 22 12922 0 0 0 0 5 3 20 0 15 0 473580596 11094712320 43495 33554432000 4194304 4196468 140726970209040 139994129889552 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28086] ppid=28026 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28029/task/28086/stat : 28086 (java) S 28026 28029 26206 0 -1 1077944384 75 12922 0 0 1 0 5 3 20 0 15 0 473580596 11094712320 43495 33554432000 4194304 4196468 140726970209040 139994128837008 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28087] ppid=28026 vsize=10834680 memory=6656426216303648864 CPUtime=0.09 cores=0,2,4,6
/proc/28029/task/28087/stat : 28087 (java) S 28026 28029 26206 0 -1 1077944384 163 12922 0 0 1 0 5 3 20 0 15 0 473580597 11094712320 43495 33554432000 4194304 4196468 140726970209040 139993738558192 139994211891842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28088] ppid=28026 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28088/stat : 28088 (java) S 28026 28029 26206 0 -1 1077944384 13 12922 0 0 0 0 5 3 20 0 15 0 473580598 11094712320 43495 33554432000 4194304 4196468 140726970209040 139993653700320 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28089] ppid=28026 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28089/stat : 28089 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580598 11094712320 43495 33554432000 4194304 4196468 140726970209040 139993519482112 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28090] ppid=28026 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28090/stat : 28090 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580601 11094712320 43495 33554432000 4194304 4196468 140726970209040 139992915503568 139994211899291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28091] ppid=28026 vsize=10834680 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/28029/task/28091/stat : 28091 (java) S 28026 28029 26206 0 -1 1077944384 1283 12922 0 0 23 0 5 3 20 0 15 0 473580601 11094712320 43495 33554432000 4194304 4196468 140726970209040 139993737505008 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28092] ppid=28026 vsize=10834680 memory=4580 CPUtime=0.32 cores=0,2,4,6
/proc/28029/task/28092/stat : 28092 (java) S 28026 28029 26206 0 -1 1077944384 632 12922 0 0 24 0 5 3 20 0 15 0 473580601 11094712320 43495 33554432000 4194304 4196468 140726970209040 139993736452464 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28093] ppid=28026 vsize=10834680 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/28029/task/28093/stat : 28093 (java) S 28026 28029 26206 0 -1 1077944384 1632 12922 0 0 42 0 5 3 20 0 15 0 473580601 11094712320 43495 33554432000 4194304 4196468 140726970209040 139993735399408 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28094] ppid=28026 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28094/stat : 28094 (java) S 28026 28029 26206 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 473580601 11094712320 43495 33554432000 4194304 4196468 140726970209040 139992445741408 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28095] ppid=28026 vsize=10834680 memory=140363088258640 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28095/stat : 28095 (java) S 28026 28029 26206 0 -1 1077944384 1 12922 0 0 0 0 5 3 20 0 15 0 473580601 11094712320 43495 33554432000 4194304 4196468 140726970209040 139993734347824 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

/proc/28029/task/28082/stat : 28082 (java) R 28026 28029 26206 0 -1 4202560 70745 12922 0 0 229498 51 5 3 20 0 15 0 473580595 11107315712 246532 33554432000 4194304 4196468 140726970209040 139994183716304 139993810222081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28083] ppid=28026 vsize=10846988 memory=986128 CPUtime=12.12 cores=0,2,4,6
/proc/28029/task/28083/stat : 28083 (java) S 28026 28029 26206 0 -1 1077944384 15270 12922 0 0 1146 58 5 3 20 0 15 0 473580596 11107315712 246532 33554432000 4194304 4196468 140726970209040 139994216122896 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28084] ppid=28026 vsize=10846988 memory=986128 CPUtime=12.07 cores=0,2,4,6
/proc/28029/task/28084/stat : 28084 (java) S 28026 28029 26206 0 -1 1077944384 18337 12922 0 0 1140 59 5 3 20 0 15 0 473580596 11107315712 246532 33554432000 4194304 4196468 140726970209040 139994130942608 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28085] ppid=28026 vsize=10846988 memory=986128 CPUtime=12.06 cores=0,2,4,6
/proc/28029/task/28085/stat : 28085 (java) S 28026 28029 26206 0 -1 1077944384 17175 12922 0 0 1137 61 5 3 20 0 15 0 473580596 11107315712 246532 33554432000 4194304 4196468 140726970209040 139994129889552 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28086] ppid=28026 vsize=10846988 memory=986128 CPUtime=12.12 cores=0,2,4,6
/proc/28029/task/28086/stat : 28086 (java) S 28026 28029 26206 0 -1 1077944384 10738 12922 0 0 1144 60 5 3 20 0 15 0 473580596 11107315712 246532 33554432000 4194304 4196468 140726970209040 139994128837008 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28087] ppid=28026 vsize=10846988 memory=986128 CPUtime=11.07 cores=0,2,4,6
/proc/28029/task/28087/stat : 28087 (java) S 28026 28029 26206 0 -1 1077944384 16452 12922 0 0 1041 58 5 3 20 0 15 0 473580597 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993738558192 139994211891842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28088] ppid=28026 vsize=10846988 memory=986128 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28088/stat : 28088 (java) S 28026 28029 26206 0 -1 1077944384 14 12922 0 0 0 0 5 3 20 0 15 0 473580598 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993653700384 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28089] ppid=28026 vsize=10846988 memory=986128 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28089/stat : 28089 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580598 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993519482112 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28090] ppid=28026 vsize=10846988 memory=986128 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28090/stat : 28090 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580601 11107315712 246532 33554432000 4194304 4196468 140726970209040 139992915503568 139994211899291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28091] ppid=28026 vsize=10846988 memory=986128 CPUtime=3.48 cores=0,2,4,6
/proc/28029/task/28091/stat : 28091 (java) S 28026 28029 26206 0 -1 1077944384 24543 12922 0 0 337 3 5 3 20 0 15 0 473580601 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993737505008 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28092] ppid=28026 vsize=10846988 memory=986128 CPUtime=3.5 cores=0,2,4,6
/proc/28029/task/28092/stat : 28092 (java) S 28026 28029 26206 0 -1 1077944384 23296 12922 0 0 339 3 5 3 20 0 15 0 473580601 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993736452464 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28093] ppid=28026 vsize=10846988 memory=0 CPUtime=1.89 cores=0,2,4,6
/proc/28029/task/28093/stat : 28093 (java) S 28026 28029 26206 0 -1 1077944384 18805 12922 0 0 177 4 5 3 20 0 15 0 473580601 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993735399408 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28094] ppid=28026 vsize=10846988 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28094/stat : 28094 (java) S 28026 28029 26206 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 473580601 11107315712 246532 33554432000 4194304 4196468 140726970209040 139992445741408 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28095] ppid=28026 vsize=10846988 memory=-7003737579269690708 CPUtime=1.34 cores=0,2,4,6
/proc/28029/task/28095/stat : 28095 (java) S 28026 28029 26206 0 -1 1077944384 1084 12922 0 0 62 64 5 3 20 0 15 0 473580601 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993734347824 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
Current children cumulated CPU time: 2364.62 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 986128 KiB

[startup+2382.3 s]
/proc/loadavg: 1.22 1.38 1.41 3/227 28464
/proc/meminfo: memFree=3880920/32770624 swapFree=66955392/67108860
[pid=28029] ppid=28026 vsize=10846988 memory=986128 CPUtime=2425.57 cores=0,2,4,6
/proc/28029/stat : 28029 (java) S 28026 28029 26206 0 -1 1077944320 219901 12922 0 0 242185 364 5 3 20 0 15 0 473580586 11107315712 246532 33554432000 4194304 4196468 140726970209040 140726970191584 139994211880695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
/proc/28029/statm: 2711747 246532 3632 1 0 2673805 0
[pid=28029/tid=28082] ppid=28026 vsize=10846988 memory=986128 CPUtime=2354.84 cores=0,2,4,6
/proc/28029/task/28082/stat : 28082 (java) R 28026 28029 26206 0 -1 4202560 71436 12922 0 0 235424 52 5 3 20 0 15 0 473580595 11107315712 246532 33554432000 4194304 4196468 140726970209040 139994183716960 139993819219801 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28083] ppid=28026 vsize=10846988 memory=986128 CPUtime=12.46 cores=0,2,4,6
/proc/28029/task/28083/stat : 28083 (java) S 28026 28029 26206 0 -1 1077944384 15420 12922 0 0 1179 59 5 3 20 0 15 0 473580596 11107315712 246532 33554432000 4194304 4196468 140726970209040 139994216122896 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28084] ppid=28026 vsize=10846988 memory=986128 CPUtime=12.41 cores=0,2,4,6
/proc/28029/task/28084/stat : 28084 (java) S 28026 28029 26206 0 -1 1077944384 18375 12922 0 0 1173 60 5 3 20 0 15 0 473580596 11107315712 246532 33554432000 4194304 4196468 140726970209040 139994130942608 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28085] ppid=28026 vsize=10846988 memory=986128 CPUtime=12.39 cores=0,2,4,6
/proc/28029/task/28085/stat : 28085 (java) S 28026 28029 26206 0 -1 1077944384 17222 12922 0 0 1169 62 5 3 20 0 15 0 473580596 11107315712 246532 33554432000 4194304 4196468 140726970209040 139994129889552 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28086] ppid=28026 vsize=10846988 memory=986128 CPUtime=12.46 cores=0,2,4,6
/proc/28029/task/28086/stat : 28086 (java) S 28026 28029 26206 0 -1 1077944384 10802 12922 0 0 1177 61 5 3 20 0 15 0 473580596 11107315712 246532 33554432000 4194304 4196468 140726970209040 139994128837008 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28087] ppid=28026 vsize=10846988 memory=986128 CPUtime=11.36 cores=0,2,4,6
/proc/28029/task/28087/stat : 28087 (java) S 28026 28029 26206 0 -1 1077944384 16673 12922 0 0 1068 60 5 3 20 0 15 0 473580597 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993738558192 139994211891842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28088] ppid=28026 vsize=10846988 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28088/stat : 28088 (java) S 28026 28029 26206 0 -1 1077944384 14 12922 0 0 0 0 5 3 20 0 15 0 473580598 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993653700384 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28089] ppid=28026 vsize=10846988 memory=986128 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28089/stat : 28089 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580598 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993519482112 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28090] ppid=28026 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28090/stat : 28090 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580601 11107315712 246532 33554432000 4194304 4196468 140726970209040 139992915503568 139994211899291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28091] ppid=28026 vsize=10846988 memory=986128 CPUtime=3.48 cores=0,2,4,6
/proc/28029/task/28091/stat : 28091 (java) S 28026 28029 26206 0 -1 1077944384 24545 12922 0 0 337 3 5 3 20 0 15 0 473580601 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993737505008 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28092] ppid=28026 vsize=10846988 memory=41708 CPUtime=3.5 cores=0,2,4,6
/proc/28029/task/28092/stat : 28092 (java) S 28026 28029 26206 0 -1 1077944384 23298 12922 0 0 339 3 5 3 20 0 15 0 473580601 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993736452464 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28093] ppid=28026 vsize=10846988 memory=986128 CPUtime=1.89 cores=0,2,4,6
/proc/28029/task/28093/stat : 28093 (java) S 28026 28029 26206 0 -1 1077944384 18808 12922 0 0 177 4 5 3 20 0 15 0 473580601 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993735399408 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28094] ppid=28026 vsize=10846988 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28094/stat : 28094 (java) S 28026 28029 26206 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 473580601 11107315712 246532 33554432000 4194304 4196468 140726970209040 139992445741408 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28095] ppid=28026 vsize=10846988 memory=986128 CPUtime=1.37 cores=0,2,4,6
/proc/28029/task/28095/stat : 28095 (java) S 28026 28029 26206 0 -1 1077944384 1091 12922 0 0 64 65 5 3 20 0 15 0 473580601 11107315712 246532 33554432000 4194304 4196468 140726970209040 139993734347824 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
Current children cumulated CPU time: 2425.57 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 986128 KiB

[startup+2442.3 s]
/proc/loadavg: 1.42 1.40 1.42 3/227 28468
/proc/meminfo: memFree=3877288/32770624 swapFree=66955392/67108860
[pid=28029] ppid=28026 vsize=10846988 memory=988176 CPUtime=2486.55 cores=0,2,4,6
/proc/28029/stat : 28029 (java) S 28026 28029 26206 0 -1 1077944320 221425 12922 0 0 248276 371 5 3 20 0 15 0 473580586 11107315712 247044 33554432000 4194304 4196468 140726970209040 140726970191584 139994211880695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
/proc/28029/statm: 2711747 247044 3632 1 0 2673805 0
[pid=28029/tid=28082] ppid=28026 vsize=10846988 memory=988176 CPUtime=2414.16 cores=0,2,4,6
/proc/28029/task/28082/stat : 28082 (java) R 28026 28029 26206 0 -1 4202560 72229 12922 0 0 241355 53 5 3 20 0 15 0 473580595 11107315712 247044 33554432000 4194304 4196468 140726970209040 139994183715840 139993811870407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28083] ppid=28026 vsize=10846988 memory=988176 CPUtime=12.8 cores=0,2,4,6
/proc/28029/task/28083/stat : 28083 (java) S 28026 28029 26206 0 -1 1077944384 15450 12922 0 0 1211 61 5 3 20 0 15 0 473580596 11107315712 247044 33554432000 4194304 4196468 140726970209040 139994216122896 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28084] ppid=28026 vsize=10846988 memory=988176 CPUtime=12.75 cores=0,2,4,6
/proc/28029/task/28084/stat : 28084 (java) S 28026 28029 26206 0 -1 1077944384 18421 12922 0 0 1206 61 5 3 20 0 15 0 473580596 11107315712 247044 33554432000 4194304 4196468 140726970209040 139994130942608 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28085] ppid=28026 vsize=10846988 memory=988176 CPUtime=12.73 cores=0,2,4,6
/proc/28029/task/28085/stat : 28085 (java) S 28026 28029 26206 0 -1 1077944384 17354 12922 0 0 1202 63 5 3 20 0 15 0 473580596 11107315712 247044 33554432000 4194304 4196468 140726970209040 139994129889552 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28086] ppid=28026 vsize=10846988 memory=988176 CPUtime=12.8 cores=0,2,4,6
/proc/28029/task/28086/stat : 28086 (java) S 28026 28029 26206 0 -1 1077944384 11091 12922 0 0 1209 63 5 3 20 0 15 0 473580596 11107315712 247044 33554432000 4194304 4196468 140726970209040 139994128837008 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28087] ppid=28026 vsize=10846988 memory=988176 CPUtime=11.66 cores=0,2,4,6
/proc/28029/task/28087/stat : 28087 (java) S 28026 28029 26206 0 -1 1077944384 16893 12922 0 0 1096 62 5 3 20 0 15 0 473580597 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993738558192 139994211891842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28088] ppid=28026 vsize=10846988 memory=988176 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28088/stat : 28088 (java) S 28026 28029 26206 0 -1 1077944384 14 12922 0 0 0 0 5 3 20 0 15 0 473580598 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993653700384 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28089] ppid=28026 vsize=10846988 memory=988176 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28089/stat : 28089 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580598 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993519482112 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28090] ppid=28026 vsize=10846988 memory=988176 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28090/stat : 28090 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580601 11107315712 247044 33554432000 4194304 4196468 140726970209040 139992915503568 139994211899291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28091] ppid=28026 vsize=10846988 memory=988176 CPUtime=3.48 cores=0,2,4,6
/proc/28029/task/28091/stat : 28091 (java) S 28026 28029 26206 0 -1 1077944384 24547 12922 0 0 337 3 5 3 20 0 15 0 473580601 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993737505008 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28092] ppid=28026 vsize=10846988 memory=986128 CPUtime=3.5 cores=0,2,4,6
/proc/28029/task/28092/stat : 28092 (java) S 28026 28029 26206 0 -1 1077944384 23300 12922 0 0 339 3 5 3 20 0 15 0 473580601 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993736452464 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28093] ppid=28026 vsize=10846988 memory=988176 CPUtime=1.89 cores=0,2,4,6
/proc/28029/task/28093/stat : 28093 (java) S 28026 28029 26206 0 -1 1077944384 18810 12922 0 0 177 4 5 3 20 0 15 0 473580601 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993735399408 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28094] ppid=28026 vsize=10846988 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28094/stat : 28094 (java) S 28026 28029 26206 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 473580601 11107315712 247044 33554432000 4194304 4196468 140726970209040 139992445741408 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28095] ppid=28026 vsize=10846988 memory=-7003737579269690708 CPUtime=1.4 cores=0,2,4,6
/proc/28029/task/28095/stat : 28095 (java) S 28026 28029 26206 0 -1 1077944384 1099 12922 0 0 65 67 5 3 20 0 15 0 473580601 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993734347824 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
Current children cumulated CPU time: 2486.55 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 988176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.2 s]
/proc/loadavg: 1.39 1.39 1.41 3/227 28471
/proc/meminfo: memFree=3876628/32770624 swapFree=66955392/67108860
[pid=28029] ppid=28026 vsize=10846988 memory=988176 CPUtime=2520 cores=0,2,4,6
/proc/28029/stat : 28029 (java) S 28026 28029 26206 0 -1 1077944320 222673 12922 0 0 251617 375 5 3 20 0 15 0 473580586 11107315712 247044 33554432000 4194304 4196468 140726970209040 140726970191584 139994211880695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
/proc/28029/statm: 2711747 247044 3632 1 0 2673805 0
[pid=28029/tid=28082] ppid=28026 vsize=10846988 memory=6791534058613427641 CPUtime=2446.68 cores=0,2,4,6
/proc/28029/task/28082/stat : 28082 (java) R 28026 28029 26206 0 -1 4202560 72758 12922 0 0 244607 53 5 3 20 0 15 0 473580595 11107315712 247044 33554432000 4194304 4196468 140726970209040 139994183715840 139993815122119 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28083] ppid=28026 vsize=10846988 memory=976 CPUtime=12.99 cores=0,2,4,6
/proc/28029/task/28083/stat : 28083 (java) S 28026 28029 26206 0 -1 1077944384 15537 12922 0 0 1229 62 5 3 20 0 15 0 473580596 11107315712 247044 33554432000 4194304 4196468 140726970209040 139994216122896 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28084] ppid=28026 vsize=10846988 memory=772 CPUtime=12.95 cores=0,2,4,6
/proc/28029/task/28084/stat : 28084 (java) S 28026 28029 26206 0 -1 1077944384 18511 12922 0 0 1225 62 5 3 20 0 15 0 473580596 11107315712 247044 33554432000 4194304 4196468 140726970209040 139994130942608 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28085] ppid=28026 vsize=10846988 memory=3616 CPUtime=12.92 cores=0,2,4,6
/proc/28029/task/28085/stat : 28085 (java) S 28026 28029 26206 0 -1 1077944384 17487 12922 0 0 1220 64 5 3 20 0 15 0 473580596 11107315712 247044 33554432000 4194304 4196468 140726970209040 139994129889552 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28086] ppid=28026 vsize=10846988 memory=988176 CPUtime=12.98 cores=0,2,4,6
/proc/28029/task/28086/stat : 28086 (java) S 28026 28029 26206 0 -1 1077944384 11277 12922 0 0 1227 63 5 3 20 0 15 0 473580596 11107315712 247044 33554432000 4194304 4196468 140726970209040 139994128837008 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28087] ppid=28026 vsize=10846988 memory=4104 CPUtime=11.81 cores=0,2,4,6
/proc/28029/task/28087/stat : 28087 (java) S 28026 28029 26206 0 -1 1077944384 17104 12922 0 0 1111 62 5 3 20 0 15 0 473580597 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993738558192 139994211891842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28088] ppid=28026 vsize=10846988 memory=1124 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28088/stat : 28088 (java) S 28026 28029 26206 0 -1 1077944384 14 12922 0 0 0 0 5 3 20 0 15 0 473580598 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993653700384 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28089] ppid=28026 vsize=10846988 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28089/stat : 28089 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580598 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993519482112 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28090] ppid=28026 vsize=10846988 memory=12024 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28090/stat : 28090 (java) S 28026 28029 26206 0 -1 1077944384 2 12922 0 0 0 0 5 3 20 0 15 0 473580601 11107315712 247044 33554432000 4194304 4196468 140726970209040 139992915503568 139994211899291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28091] ppid=28026 vsize=10846988 memory=988176 CPUtime=3.48 cores=0,2,4,6
/proc/28029/task/28091/stat : 28091 (java) S 28026 28029 26206 0 -1 1077944384 24549 12922 0 0 337 3 5 3 20 0 15 0 473580601 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993737505008 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28092] ppid=28026 vsize=10846988 memory=41712 CPUtime=3.5 cores=0,2,4,6
/proc/28029/task/28092/stat : 28092 (java) S 28026 28029 26206 0 -1 1077944384 23302 12922 0 0 339 3 5 3 20 0 15 0 473580601 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993736452464 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28093] ppid=28026 vsize=10846988 memory=984 CPUtime=1.89 cores=0,2,4,6
/proc/28029/task/28093/stat : 28093 (java) S 28026 28029 26206 0 -1 1077944384 18812 12922 0 0 177 4 5 3 20 0 15 0 473580601 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993735399408 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28094] ppid=28026 vsize=10846988 memory=2032 CPUtime=0.08 cores=0,2,4,6
/proc/28029/task/28094/stat : 28094 (java) S 28026 28029 26206 0 -1 1077944384 3 12922 0 0 0 0 5 3 20 0 15 0 473580601 11107315712 247044 33554432000 4194304 4196468 140726970209040 139992445741408 139994211890901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
[pid=28029/tid=28095] ppid=28026 vsize=10846988 memory=1328 CPUtime=1.41 cores=0,2,4,6
/proc/28029/task/28095/stat : 28095 (java) S 28026 28029 26206 0 -1 1077944384 1105 12922 0 0 66 67 5 3 20 0 15 0 473580601 11107315712 247044 33554432000 4194304 4196468 140726970209040 139993734347824 139994211891842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6856704 140726970215152 140726970217669 140726970217669 140726970220495 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 988176 KiB

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

[startup+2475.23 s]
# the end of solver process 28029 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.25 s, system=3.80216 s

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

Child status: 143
Real time (s): 2475.23
CPU time (s): 2520.05
CPU user time (s): 2516.25
CPU system time (s): 3.80216
CPU usage (%): 101.811
Max. virtual memory (cumulated for all children) (KiB): 10849708
Max. memory (cumulated for all children) (KiB): 988176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.25
system time used= 3.80216
maximum resident set size= 992296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236549
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 307242
involuntary context switches= 11090


# summary of solver processes directly reported to runsolver:
#   pid: 28029
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.25
#   total CPU system time (s): 3.80216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.252 second user time and 23.6873 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 11:50:52
IDJOB=4403020
IDBENCH=126210
IDSOLVER=2861
FILE ID=node151/4403020-1568973092
RUNJOBID= node151-1568967597-26238
PBS_JOBID= 21704609
Free space on /tmp= 12280 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-14-a3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403020-1568973092/watcher-4403020-1568973092 -o /tmp/evaluation-result-4403020-1568973092/solver-4403020-1568973092 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=376622869 HOME/instance-4403020-1568973092.xml

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

MD5SUM BENCH= a5381fa3d98671549d41a8d043d26ba4
RANDOM SEED=376622869

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         4773064 kB
MemAvailable:   30584344 kB
Buffers:          120616 kB
Cached:         25702224 kB
SwapCached:        51804 kB
Active:         14090304 kB
Inactive:       13012024 kB
Active(anon):    1223616 kB
Inactive(anon):   101412 kB
Active(file):   12866688 kB
Inactive(file): 12910612 kB
Unevictable:      107584 kB
Mlocked:          107584 kB
SwapTotal:      67108860 kB
SwapFree:       66955388 kB
Dirty:             35456 kB
Writeback:             0 kB
AnonPages:       1335696 kB
Mapped:            62084 kB
Shmem:             36856 kB
Slab:             491492 kB
SReclaimable:     462440 kB
SUnreclaim:        29052 kB
KernelStack:        3744 kB
PageTables:         8536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2460916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1150976 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= 12244 MiB
End job on node151 at 2019-09-20 12:32:08