Trace number 4386986

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.10SAT (TO)70 2520.04 2461.63

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-10-14.xml
MD5SUM2f9116219e9bb224096732f26408ee63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of constraints320
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":140},{"size":9,"count":140}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":140},{"degree":7,"count":4},{"degree":8,"count":40},{"degree":10,"count":96}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":140},{"arity":3,"count":40},{"arity":4,"count":4},{"arity":6,"count":40},{"arity":9,"count":96}]
Number of extensional constraints180
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":180},{"type":"sum","count":140}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
13.49/5.30	o 52
16.52/6.77	o 57
16.52/6.78	o 60
18.11/7.79	o 64
23.53/11.41	o 65
23.53/11.41	o 66
23.53/11.49	o 67
25.69/13.47	o 68
31.94/19.05	o 69
827.60/796.70	o 70
2520.00/2461.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2461.60		at concrete.MAC.mac(MAC.scala:189)
2520.00/2461.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.00/2461.60		at scala.util.Try$.apply(Try.scala:212)
2520.00/2461.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2461.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2461.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2461.60		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2461.60		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2461.60		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2461.60		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2461.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2461.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2461.60		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2461.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.00/2461.60		at scala.util.Success.map(Try.scala:264)
2520.00/2461.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.00/2461.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2461.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2461.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2461.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2461.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2461.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2461.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2461.60		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2461.60		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2461.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2461.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2461.60		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2461.60		at scala.App.main(App.scala:75)
2520.00/2461.60		at scala.App.main$(App.scala:73)
2520.00/2461.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2461.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2461.61	v <instantiation
2520.00/2461.61	v         cost = '70'>
2520.00/2461.61	v       <list>
2520.00/2461.61	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[4][13] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11] s[5][12] s[5][13] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[6][10] s[6][11] s[6][12] s[6][13] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[7][10] s[7][11] s[7][12] s[7][13] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[8][10] s[8][11] s[8][12] s[8][13] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] s[9][10] s[9][11] s[9][12] s[9][13]
2520.00/2461.61	v       </list>
2520.00/2461.61	v       <values>
2520.00/2461.61	v         0 1 0 1 0 1 1 0 0 1 1 0 1 1 1 0 1 1 0 1 0 0 1 0 1 0 1 1 1 0 0 0 0 0 1 1 1 0 1 0 0 0 0 1 1 1 1 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 1 1 1 1 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 1 1 0 1 0 1 0 1 1 0 0 1 1 0 1 1 0 1 1 0 0 2 2 4 2 4 2 2 2 2 3 2 4 3 3 2 4 3 2 4 3 5 5 3 6 3 5 3 3 2 5 5 5 5 4 3 3 2 5 2 5 4 4 2 3 3 3 2 3 5 6 5 6 3 5 3 3 2 4 3 5 4 4 2 2 2 3 2 4 3 3 2 5 4 5 3 5 5 6 6 6 5 5 5 4 2 3 2 3 3 3 2 2 2 2 2 2 3 2 4 5 4 4 5 5 5 5 5 5 4 5 5 3 3 3 2 2 3 3 4 3 3 4 2 4 2 2 3 3 2 2 3 3 4 3 3 4 2 3 2 1
2520.00/2461.61	v       </values>
2520.00/2461.61	v     </instantiation>
2520.00/2461.61	s SATISFIABLE

Verifier Data

OK	70

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386986-1568286244/watcher-4386986-1568286244 -o /tmp/evaluation-result-4386986-1568286244/solver-4386986-1568286244 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3291 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1947581046 HOME/instance-4386986-1568286244.xml 

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

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


[startup+0.10009 s]*
/proc/loadavg: 1.57 1.53 1.75 3/219 3572
/proc/meminfo: memFree=21011808/32770624 swapFree=66952812/67108860
[pid=3515] ppid=3512 vsize=9972712 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/3515/stat : 3515 (java) S 3512 3515 2339 0 -1 1077944320 4495 13067 0 0 1 0 4 3 20 0 6 0 404566334 10212057088 4269 33554432000 4194304 4196468 140732540162592 140732540145136 140213668159223 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
/proc/3515/statm: 2493178 4269 1935 1 0 2481616 0
[pid=3515/tid=3568] ppid=3512 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/3515/task/3568/stat : 3568 (java) R 3512 3515 2339 0 -1 4202560 2329 13067 0 0 1 0 4 3 20 0 6 0 404566343 10212057088 4269 33554432000 4194304 4196468 140732540162592 140213639995984 140213653282160 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3569] ppid=3512 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3569/stat : 3569 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 6 0 404566344 10212057088 4269 33554432000 4194304 4196468 140732540162592 140213672401680 140213668169429 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3570] ppid=3512 vsize=9972712 memory=140439502939776 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3570/stat : 3570 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 6 0 404566344 10212057088 4269 33554432000 4194304 4196468 140732540162592 140213571292048 140213668169429 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3571] ppid=3512 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3571/stat : 3571 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 6 0 404566344 10212057088 4269 33554432000 4194304 4196468 140732540162592 140213240065040 140213668169429 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3572] ppid=3512 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3572/stat : 3572 (java) S 3512 3515 2339 0 -1 1077944384 2 13067 0 0 0 0 4 3 20 0 6 0 404566344 10212057088 4269 33554432000 4194304 4196468 140732540162592 140213239012496 140213668169429 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.218662 s]*
/proc/loadavg: 1.57 1.53 1.75 4/228 3581
/proc/meminfo: memFree=20990988/32770624 swapFree=66952812/67108860
[pid=3515] ppid=3512 vsize=10819964 memory=41976 CPUtime=0.26 cores=1,3,5,7
/proc/3515/stat : 3515 (java) S 3512 3515 2339 0 -1 1077944320 9223 13067 0 0 17 2 4 3 20 0 15 0 404566334 11079643136 10428 33554432000 4194304 4196468 140732540162592 140732540145136 140213668159223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
/proc/3515/statm: 2704991 10494 2966 1 0 2667405 0
[pid=3515/tid=3568] ppid=3512 vsize=10819964 memory=7822038051842263955 CPUtime=0.19 cores=1,3,5,7
/proc/3515/task/3568/stat : 3568 (java) R 3512 3515 2339 0 -1 4202560 5885 13067 0 0 11 1 4 3 20 0 15 0 404566343 11079643136 10560 33554432000 4194304 4196468 140732540162592 140213639984032 140213660838941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3569] ppid=3512 vsize=10819964 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3569/stat : 3569 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566344 11079643136 10560 33554432000 4194304 4196468 140732540162592 140213672401680 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3570] ppid=3512 vsize=10819964 memory=140439502939776 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3570/stat : 3570 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566344 11079643136 10560 33554432000 4194304 4196468 140732540162592 140213571292048 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3571] ppid=3512 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3571/stat : 3571 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566344 11079643136 10560 33554432000 4194304 4196468 140732540162592 140213240065040 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3572] ppid=3512 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3572/stat : 3572 (java) S 3512 3515 2339 0 -1 1077944384 2 13067 0 0 0 0 4 3 20 0 15 0 404566344 11079643136 10560 33554432000 4194304 4196468 140732540162592 140213239012496 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3573] ppid=3512 vsize=10819964 memory=140439502939776 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3573/stat : 3573 (java) S 3512 3515 2339 0 -1 1077944384 2 13067 0 0 0 0 4 3 20 0 15 0 404566345 11079643136 10560 33554432000 4194304 4196468 140732540162592 140213127608304 140213668170370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3574] ppid=3512 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3574/stat : 3574 (java) S 3512 3515 2339 0 -1 1077944384 13 13067 0 0 0 0 4 3 20 0 15 0 404566346 11079643136 10560 33554432000 4194304 4196468 140732540162592 140213032575904 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3575] ppid=3512 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3575/stat : 3575 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566346 11079643136 10560 33554432000 4194304 4196468 140732540162592 140212428596208 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3576] ppid=3512 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3576/stat : 3576 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566348 11079643136 10560 33554432000 4194304 4196468 140732540162592 140212188305616 140213668177819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3577] ppid=3512 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3515/task/3577/stat : 3577 (java) S 3512 3515 2339 0 -1 1077944384 544 13067 0 0 1 0 4 3 20 0 15 0 404566348 11079643136 10560 33554432000 4194304 4196468 140732540162592 140213126556144 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3578] ppid=3512 vsize=10819964 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3515/task/3578/stat : 3578 (java) S 3512 3515 2339 0 -1 1077944384 64 13067 0 0 1 0 4 3 20 0 15 0 404566348 11079643136 10560 33554432000 4194304 4196468 140732540162592 140213125503600 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3579] ppid=3512 vsize=10819964 memory=140439502939776 CPUtime=0.1 cores=1,3,5,7
/proc/3515/task/3579/stat : 3579 (java) S 3512 3515 2339 0 -1 1077944384 635 13067 0 0 3 0 4 3 20 0 15 0 404566349 11079643136 10560 33554432000 4194304 4196468 140732540162592 140213124451056 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3580] ppid=3512 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3580/stat : 3580 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566349 11079643136 10560 33554432000 4194304 4196468 140732540162592 140212154748000 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3581] ppid=3512 vsize=10819964 memory=140439502939776 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3581/stat : 3581 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566349 11079643136 10560 33554432000 4194304 4196468 140732540162592 140213123397936 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 41976 KiB

[startup+0.310572 s]*
/proc/loadavg: 1.57 1.53 1.75 3/228 3581
/proc/meminfo: memFree=20981792/32770624 swapFree=66952812/67108860
[pid=3515] ppid=3512 vsize=10820096 memory=50092 CPUtime=0.39 cores=1,3,5,7
/proc/3515/stat : 3515 (java) S 3512 3515 2339 0 -1 1077944320 10731 13067 0 0 29 3 4 3 20 0 15 0 404566334 11079778304 12523 33554432000 4194304 4196468 140732540162592 140732540145136 140213668159223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
/proc/3515/statm: 2705024 12523 3249 1 0 2667149 0
[pid=3515/tid=3568] ppid=3512 vsize=10820244 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/3515/task/3568/stat : 3568 (java) R 3512 3515 2339 0 -1 4202560 7277 13067 0 0 19 2 4 3 20 0 15 0 404566343 11079929856 12588 33554432000 4194304 4196468 140732540162592 140213639972368 140213668181149 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3569] ppid=3512 vsize=10820244 memory=7589243145480200293 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3569/stat : 3569 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566344 11079929856 12588 33554432000 4194304 4196468 140732540162592 140213672401680 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3570] ppid=3512 vsize=10820244 memory=5788339726952981056 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3570/stat : 3570 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566344 11079929856 12588 33554432000 4194304 4196468 140732540162592 140213571292048 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3571] ppid=3512 vsize=10820244 memory=7019607527397739459 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3571/stat : 3571 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566344 11079929856 12588 33554432000 4194304 4196468 140732540162592 140213240065040 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3572] ppid=3512 vsize=10820244 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3572/stat : 3572 (java) S 3512 3515 2339 0 -1 1077944384 2 13067 0 0 0 0 4 3 20 0 15 0 404566344 11079929856 12588 33554432000 4194304 4196468 140732540162592 140213239012496 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3573] ppid=3512 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3573/stat : 3573 (java) S 3512 3515 2339 0 -1 1077944384 2 13067 0 0 0 0 4 3 20 0 15 0 404566345 11079929856 12588 33554432000 4194304 4196468 140732540162592 140213127608304 140213668170370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3574] ppid=3512 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3574/stat : 3574 (java) S 3512 3515 2339 0 -1 1077944384 13 13067 0 0 0 0 4 3 20 0 15 0 404566346 11079929856 12588 33554432000 4194304 4196468 140732540162592 140213032575904 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3575] ppid=3512 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3575/stat : 3575 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566346 11079929856 12588 33554432000 4194304 4196468 140732540162592 140212428596208 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3576] ppid=3512 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3576/stat : 3576 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566348 11079929856 12588 33554432000 4194304 4196468 140732540162592 140212188305616 140213668177819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3577] ppid=3512 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3515/task/3577/stat : 3577 (java) S 3512 3515 2339 0 -1 1077944384 544 13067 0 0 1 0 4 3 20 0 15 0 404566348 11079929856 12588 33554432000 4194304 4196468 140732540162592 140213126556144 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3578] ppid=3512 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3515/task/3578/stat : 3578 (java) R 3512 3515 2339 0 -1 4202560 66 13067 0 0 2 0 4 3 20 0 15 0 404566348 11079929856 12588 33554432000 4194304 4196468 140732540162592 140213125503600 140213661144265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3579] ppid=3512 vsize=10820244 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3515/task/3579/stat : 3579 (java) S 3512 3515 2339 0 -1 1077944384 647 13067 0 0 5 0 4 3 20 0 15 0 404566349 11079929856 12588 33554432000 4194304 4196468 140732540162592 140213124451056 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3580] ppid=3512 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3580/stat : 3580 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566349 11079929856 12588 33554432000 4194304 4196468 140732540162592 140212154748000 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3581] ppid=3512 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3581/stat : 3581 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566349 11079929856 12588 33554432000 4194304 4196468 140732540162592 140213123397936 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50092 KiB

[startup+0.700683 s]
/proc/loadavg: 1.57 1.53 1.75 5/228 3581
/proc/meminfo: memFree=20953340/32770624 swapFree=66952812/67108860
[pid=3515] ppid=3512 vsize=10824340 memory=80612 CPUtime=1.14 cores=1,3,5,7
/proc/3515/stat : 3515 (java) S 3512 3515 2339 0 -1 1077944320 14885 13067 0 0 101 6 4 3 20 0 15 0 404566334 11084124160 20153 33554432000 4194304 4196468 140732540162592 140732540145136 140213668159223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
/proc/3515/statm: 2706341 20153 3504 1 0 2668429 0
[pid=3515/tid=3568] ppid=3512 vsize=10825364 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/3515/task/3568/stat : 3568 (java) R 3512 3515 2339 0 -1 4202560 10598 13067 0 0 55 4 4 3 20 0 15 0 404566343 11085172736 20218 33554432000 4194304 4196468 140732540162592 140213639977184 140213660396350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3569] ppid=3512 vsize=10824340 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3569/stat : 3569 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566344 11084124160 20193 33554432000 4194304 4196468 140732540162592 140213672401680 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3570] ppid=3512 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3570/stat : 3570 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566344 11084124160 20193 33554432000 4194304 4196468 140732540162592 140213571292048 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3571] ppid=3512 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3571/stat : 3571 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566344 11084124160 20193 33554432000 4194304 4196468 140732540162592 140213240065040 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3572] ppid=3512 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3572/stat : 3572 (java) S 3512 3515 2339 0 -1 1077944384 2 13067 0 0 0 0 4 3 20 0 15 0 404566344 11084124160 20193 33554432000 4194304 4196468 140732540162592 140213239012496 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3573] ppid=3512 vsize=10825364 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3573/stat : 3573 (java) S 3512 3515 2339 0 -1 1077944384 6 13067 0 0 0 0 4 3 20 0 15 0 404566345 11085172736 20193 33554432000 4194304 4196468 140732540162592 140213127608304 140213668170370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3574] ppid=3512 vsize=10825364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3574/stat : 3574 (java) S 3512 3515 2339 0 -1 1077944384 13 13067 0 0 0 0 4 3 20 0 15 0 404566346 11085172736 20193 33554432000 4194304 4196468 140732540162592 140213032575904 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3575] ppid=3512 vsize=10825364 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3575/stat : 3575 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566346 11085172736 20193 33554432000 4194304 4196468 140732540162592 140212428596208 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3576] ppid=3512 vsize=10825364 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3576/stat : 3576 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566348 11085172736 20193 33554432000 4194304 4196468 140732540162592 140212188305616 140213668177819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3577] ppid=3512 vsize=10824340 memory=140439390816144 CPUtime=0.2 cores=1,3,5,7
/proc/3515/task/3577/stat : 3577 (java) S 3512 3515 2339 0 -1 1077944384 838 13067 0 0 13 0 4 3 20 0 15 0 404566348 11084124160 20193 33554432000 4194304 4196468 140732540162592 140213126556144 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3578] ppid=3512 vsize=10824340 memory=24964 CPUtime=0.22 cores=1,3,5,7
/proc/3515/task/3578/stat : 3578 (java) S 3512 3515 2339 0 -1 1077944384 410 13067 0 0 15 0 4 3 20 0 15 0 404566348 11084124160 20193 33554432000 4194304 4196468 140732540162592 140213125503600 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3579] ppid=3512 vsize=10824340 memory=2244 CPUtime=0.24 cores=1,3,5,7
/proc/3515/task/3579/stat : 3579 (java) S 3512 3515 2339 0 -1 1077944384 837 13067 0 0 17 0 4 3 20 0 15 0 404566349 11084124160 20193 33554432000 4194304 4196468 140732540162592 140213124451056 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3580] ppid=3512 vsize=10825364 memory=140439390813552 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3580/stat : 3580 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566349 11085172736 20193 33554432000 4194304 4196468 140732540162592 140212154748000 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3581] ppid=3512 vsize=10825364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3581/stat : 3581 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566349 11085172736 20193 33554432000 4194304 4196468 140732540162592 140213123397936 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80612 KiB

[startup+1.50239 s]
/proc/loadavg: 1.76 1.57 1.77 3/228 3581
/proc/meminfo: memFree=20913636/32770624 swapFree=66952812/67108860
[pid=3515] ppid=3512 vsize=10834656 memory=168116 CPUtime=2.54 cores=1,3,5,7
/proc/3515/stat : 3515 (java) S 3512 3515 2339 0 -1 1077944320 21290 13067 0 0 235 12 4 3 20 0 15 0 404566334 11094687744 42029 33554432000 4194304 4196468 140732540162592 140732540145136 140213668159223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
/proc/3515/statm: 2708664 42029 3580 1 0 2670733 0
[pid=3515/tid=3568] ppid=3512 vsize=10834656 memory=22 CPUtime=1.44 cores=1,3,5,7
/proc/3515/task/3568/stat : 3568 (java) R 3512 3515 2339 0 -1 4202560 15152 13067 0 0 130 7 4 3 20 0 15 0 404566343 11094687744 42029 33554432000 4194304 4196468 140732540162592 140213639966256 140213651522990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3569] ppid=3512 vsize=10834656 memory=31 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3569/stat : 3569 (java) S 3512 3515 2339 0 -1 1077944384 83 13067 0 0 0 0 4 3 20 0 15 0 404566344 11094687744 42029 33554432000 4194304 4196468 140732540162592 140213672401680 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3570] ppid=3512 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3515/task/3570/stat : 3570 (java) S 3512 3515 2339 0 -1 1077944384 31 13067 0 0 1 0 4 3 20 0 15 0 404566344 11094687744 42029 33554432000 4194304 4196468 140732540162592 140213571292048 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3571] ppid=3512 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3515/task/3571/stat : 3571 (java) S 3512 3515 2339 0 -1 1077944384 316 13067 0 0 1 0 4 3 20 0 15 0 404566344 11094687744 42029 33554432000 4194304 4196468 140732540162592 140213240065040 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3572] ppid=3512 vsize=10834656 memory=94208 CPUtime=0.08 cores=1,3,5,7
/proc/3515/task/3572/stat : 3572 (java) S 3512 3515 2339 0 -1 1077944384 86 13067 0 0 1 0 4 3 20 0 15 0 404566344 11094687744 42029 33554432000 4194304 4196468 140732540162592 140213239012496 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3573] ppid=3512 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3515/task/3573/stat : 3573 (java) S 3512 3515 2339 0 -1 1077944384 114 13067 0 0 1 0 4 3 20 0 15 0 404566345 11094687744 42029 33554432000 4194304 4196468 140732540162592 140213127608304 140213668170370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3574] ppid=3512 vsize=10834656 memory=7014751519734256483 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3574/stat : 3574 (java) S 3512 3515 2339 0 -1 1077944384 13 13067 0 0 0 0 4 3 20 0 15 0 404566346 11094687744 42029 33554432000 4194304 4196468 140732540162592 140213032575968 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3575] ppid=3512 vsize=10834656 memory=7302987436410693209 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3575/stat : 3575 (java) S 3512 3515 2339 0 -1 1077944384 2 13067 0 0 0 0 4 3 20 0 15 0 404566346 11094687744 42029 33554432000 4194304 4196468 140732540162592 140212428596224 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3576] ppid=3512 vsize=10834656 memory=7451030105773074275 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3576/stat : 3576 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566348 11094687744 42029 33554432000 4194304 4196468 140732540162592 140212188305616 140213668177819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3577] ppid=3512 vsize=10834656 memory=7011348500760777560 CPUtime=0.31 cores=1,3,5,7
/proc/3515/task/3577/stat : 3577 (java) S 3512 3515 2339 0 -1 1077944384 934 13067 0 0 24 0 4 3 20 0 15 0 404566348 11094687744 42029 33554432000 4194304 4196468 140732540162592 140213126556144 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3578] ppid=3512 vsize=10834656 memory=7305212886566465126 CPUtime=0.38 cores=1,3,5,7
/proc/3515/task/3578/stat : 3578 (java) S 3512 3515 2339 0 -1 1077944384 788 13067 0 0 31 0 4 3 20 0 15 0 404566348 11094687744 42029 33554432000 4194304 4196468 140732540162592 140213125503600 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3579] ppid=3512 vsize=10834656 memory=7014751519734256483 CPUtime=0.51 cores=1,3,5,7
/proc/3515/task/3579/stat : 3579 (java) R 3512 3515 2339 0 -1 4202560 1558 13067 0 0 43 1 4 3 20 0 15 0 404566349 11094687744 42029 33554432000 4194304 4196468 140732540162592 140213124446648 140213647294757 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3580] ppid=3512 vsize=10834656 memory=7014751519734256483 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3580/stat : 3580 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566349 11094687744 42029 33554432000 4194304 4196468 140732540162592 140212154748000 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3581] ppid=3512 vsize=10834656 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3581/stat : 3581 (java) S 3512 3515 2339 0 -1 1077944384 1 13067 0 0 0 0 4 3 20 0 15 0 404566349 11094687744 42029 33554432000 4194304 4196468 140732540162592 140213123397936 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 10834656 KiB

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

/proc/3515/task/3568/stat : 3568 (java) R 3512 3515 2339 0 -1 4202560 73060 13067 0 0 229570 52 4 3 20 0 15 0 404566343 11109388288 279947 33554432000 4194304 4196468 140732540162592 140213639994816 140213267370010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3569] ppid=3512 vsize=10849012 memory=1119788 CPUtime=12.56 cores=1,3,5,7
/proc/3515/task/3569/stat : 3569 (java) S 3512 3515 2339 0 -1 1077944384 22563 13067 0 0 1195 54 4 3 20 0 15 0 404566344 11109388288 279947 33554432000 4194304 4196468 140732540162592 140213672401680 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3570] ppid=3512 vsize=10849012 memory=1119788 CPUtime=12.59 cores=1,3,5,7
/proc/3515/task/3570/stat : 3570 (java) S 3512 3515 2339 0 -1 1077944384 19109 13067 0 0 1199 53 4 3 20 0 15 0 404566344 11109388288 279947 33554432000 4194304 4196468 140732540162592 140213571292048 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3571] ppid=3512 vsize=10849012 memory=1119788 CPUtime=12.55 cores=1,3,5,7
/proc/3515/task/3571/stat : 3571 (java) S 3512 3515 2339 0 -1 1077944384 19068 13067 0 0 1192 56 4 3 20 0 15 0 404566344 11109388288 279947 33554432000 4194304 4196468 140732540162592 140213240065040 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3572] ppid=3512 vsize=10849012 memory=1119788 CPUtime=12.59 cores=1,3,5,7
/proc/3515/task/3572/stat : 3572 (java) S 3512 3515 2339 0 -1 1077944384 23118 13067 0 0 1198 54 4 3 20 0 15 0 404566344 11109388288 279947 33554432000 4194304 4196468 140732540162592 140213239012496 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3573] ppid=3512 vsize=10849012 memory=1119788 CPUtime=10.59 cores=1,3,5,7
/proc/3515/task/3573/stat : 3573 (java) S 3512 3515 2339 0 -1 1077944384 19776 13067 0 0 998 54 4 3 20 0 15 0 404566345 11109388288 279947 33554432000 4194304 4196468 140732540162592 140213127608304 140213668170370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3574] ppid=3512 vsize=10849012 memory=1119788 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3574/stat : 3574 (java) S 3512 3515 2339 0 -1 1077944384 17 13067 0 0 0 0 4 3 20 0 15 0 404566346 11109388288 279947 33554432000 4194304 4196468 140732540162592 140213032575968 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3575] ppid=3512 vsize=10849012 memory=1119788 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3575/stat : 3575 (java) S 3512 3515 2339 0 -1 1077944384 4 13067 0 0 0 0 4 3 20 0 15 0 404566346 11109388288 279947 33554432000 4194304 4196468 140732540162592 140212428596224 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3576] ppid=3512 vsize=10849012 memory=1119788 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3576/stat : 3576 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566348 11109388288 279947 33554432000 4194304 4196468 140732540162592 140212188305616 140213668177819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3577] ppid=3512 vsize=10849012 memory=1119788 CPUtime=7.38 cores=1,3,5,7
/proc/3515/task/3577/stat : 3577 (java) S 3512 3515 2339 0 -1 1077944384 47490 13067 0 0 723 8 4 3 20 0 15 0 404566348 11109388288 279947 33554432000 4194304 4196468 140732540162592 140213126556144 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3578] ppid=3512 vsize=10849012 memory=3612 CPUtime=7.62 cores=1,3,5,7
/proc/3515/task/3578/stat : 3578 (java) S 3512 3515 2339 0 -1 1077944384 48931 13067 0 0 747 8 4 3 20 0 15 0 404566348 11109388288 279947 33554432000 4194304 4196468 140732540162592 140213125503600 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3579] ppid=3512 vsize=10849012 memory=37208 CPUtime=5.16 cores=1,3,5,7
/proc/3515/task/3579/stat : 3579 (java) S 3512 3515 2339 0 -1 1077944384 52191 13067 0 0 497 12 4 3 20 0 15 0 404566349 11109388288 279947 33554432000 4194304 4196468 140732540162592 140213124451056 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3580] ppid=3512 vsize=10849012 memory=1119788 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3580/stat : 3580 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566349 11109388288 279947 33554432000 4194304 4196468 140732540162592 140212154748000 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3581] ppid=3512 vsize=10849012 memory=37208 CPUtime=1.5 cores=1,3,5,7
/proc/3515/task/3581/stat : 3581 (java) S 3512 3515 2339 0 -1 1077944384 1269 13067 0 0 68 75 4 3 20 0 15 0 404566349 11109388288 279947 33554432000 4194304 4196468 140732540162592 140213123397936 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
Current children cumulated CPU time: 2378.31 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1119788 KiB

[startup+2382.3 s]
/proc/loadavg: 1.59 1.43 1.43 3/228 3802
/proc/meminfo: memFree=19763588/32770624 swapFree=66952812/67108860
[pid=3515] ppid=3512 vsize=10849012 memory=1121836 CPUtime=2439.33 cores=1,3,5,7
/proc/3515/stat : 3515 (java) S 3512 3515 2339 0 -1 1077944320 331073 13067 0 0 243552 374 4 3 20 0 15 0 404566334 11109388288 280459 33554432000 4194304 4196468 140732540162592 140732540145136 140213668159223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
/proc/3515/statm: 2712253 280459 3623 1 0 2674317 0
[pid=3515/tid=3568] ppid=3512 vsize=10849012 memory=1121836 CPUtime=2355.59 cores=1,3,5,7
/proc/3515/task/3568/stat : 3568 (java) R 3512 3515 2339 0 -1 4202560 73924 13067 0 0 235499 53 4 3 20 0 15 0 404566343 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213639995456 140213266913191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3569] ppid=3512 vsize=10849012 memory=1121836 CPUtime=12.91 cores=1,3,5,7
/proc/3515/task/3569/stat : 3569 (java) S 3512 3515 2339 0 -1 1077944384 22695 13067 0 0 1229 55 4 3 20 0 15 0 404566344 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213672401680 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3570] ppid=3512 vsize=10849012 memory=1121836 CPUtime=12.93 cores=1,3,5,7
/proc/3515/task/3570/stat : 3570 (java) S 3512 3515 2339 0 -1 1077944384 19440 13067 0 0 1232 54 4 3 20 0 15 0 404566344 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213571292048 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3571] ppid=3512 vsize=10849012 memory=1121836 CPUtime=12.9 cores=1,3,5,7
/proc/3515/task/3571/stat : 3571 (java) S 3512 3515 2339 0 -1 1077944384 19347 13067 0 0 1226 57 4 3 20 0 15 0 404566344 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213240065040 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3572] ppid=3512 vsize=10849012 memory=1121836 CPUtime=12.94 cores=1,3,5,7
/proc/3515/task/3572/stat : 3572 (java) S 3512 3515 2339 0 -1 1077944384 23384 13067 0 0 1232 55 4 3 20 0 15 0 404566344 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213239012496 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3573] ppid=3512 vsize=10849012 memory=1121836 CPUtime=10.88 cores=1,3,5,7
/proc/3515/task/3573/stat : 3573 (java) S 3512 3515 2339 0 -1 1077944384 20140 13067 0 0 1026 55 4 3 20 0 15 0 404566345 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213127608304 140213668170370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3574] ppid=3512 vsize=10849012 memory=1121836 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3574/stat : 3574 (java) S 3512 3515 2339 0 -1 1077944384 17 13067 0 0 0 0 4 3 20 0 15 0 404566346 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213032575968 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3575] ppid=3512 vsize=10849012 memory=1121836 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3575/stat : 3575 (java) S 3512 3515 2339 0 -1 1077944384 4 13067 0 0 0 0 4 3 20 0 15 0 404566346 11109388288 280459 33554432000 4194304 4196468 140732540162592 140212428596224 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3576] ppid=3512 vsize=10849012 memory=1121836 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3576/stat : 3576 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566348 11109388288 280459 33554432000 4194304 4196468 140732540162592 140212188305616 140213668177819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3577] ppid=3512 vsize=10849012 memory=1121836 CPUtime=7.38 cores=1,3,5,7
/proc/3515/task/3577/stat : 3577 (java) S 3512 3515 2339 0 -1 1077944384 47494 13067 0 0 723 8 4 3 20 0 15 0 404566348 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213126556144 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3578] ppid=3512 vsize=10849012 memory=1121836 CPUtime=7.62 cores=1,3,5,7
/proc/3515/task/3578/stat : 3578 (java) S 3512 3515 2339 0 -1 1077944384 48935 13067 0 0 747 8 4 3 20 0 15 0 404566348 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213125503600 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3579] ppid=3512 vsize=10849012 memory=3612 CPUtime=5.16 cores=1,3,5,7
/proc/3515/task/3579/stat : 3579 (java) S 3512 3515 2339 0 -1 1077944384 52195 13067 0 0 497 12 4 3 20 0 15 0 404566349 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213124451056 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3580] ppid=3512 vsize=10849012 memory=37208 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3580/stat : 3580 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566349 11109388288 280459 33554432000 4194304 4196468 140732540162592 140212154748000 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3581] ppid=3512 vsize=10849012 memory=1119788 CPUtime=1.54 cores=1,3,5,7
/proc/3515/task/3581/stat : 3581 (java) S 3512 3515 2339 0 -1 1077944384 1286 13067 0 0 70 77 4 3 20 0 15 0 404566349 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213123397936 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
Current children cumulated CPU time: 2439.33 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1121836 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.41 1.42 2/209 3816
/proc/meminfo: memFree=20580728/32770624 swapFree=66952812/67108860
[pid=3515] ppid=3512 vsize=10849012 memory=1121836 CPUtime=2500.37 cores=1,3,5,7
/proc/3515/stat : 3515 (java) S 3512 3515 2339 0 -1 1077944320 333228 13067 0 0 249647 383 4 3 20 0 15 0 404566334 11109388288 280459 33554432000 4194304 4196468 140732540162592 140732540145136 140213668159223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
/proc/3515/statm: 2712253 280459 3623 1 0 2674317 0
[pid=3515/tid=3568] ppid=3512 vsize=10849012 memory=1121836 CPUtime=2414.89 cores=1,3,5,7
/proc/3515/task/3568/stat : 3568 (java) R 3512 3515 2339 0 -1 4202560 74757 13067 0 0 241428 54 4 3 20 0 15 0 404566343 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213639995664 140213651543209 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3569] ppid=3512 vsize=10849012 memory=1121836 CPUtime=13.26 cores=1,3,5,7
/proc/3515/task/3569/stat : 3569 (java) S 3512 3515 2339 0 -1 1077944384 22856 13067 0 0 1263 56 4 3 20 0 15 0 404566344 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213672401680 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3570] ppid=3512 vsize=10849012 memory=1121836 CPUtime=13.3 cores=1,3,5,7
/proc/3515/task/3570/stat : 3570 (java) S 3512 3515 2339 0 -1 1077944384 19514 13067 0 0 1267 56 4 3 20 0 15 0 404566344 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213571292048 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3571] ppid=3512 vsize=10849012 memory=1121836 CPUtime=13.26 cores=1,3,5,7
/proc/3515/task/3571/stat : 3571 (java) S 3512 3515 2339 0 -1 1077944384 19700 13067 0 0 1260 59 4 3 20 0 15 0 404566344 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213240065040 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3572] ppid=3512 vsize=10849012 memory=1121836 CPUtime=13.3 cores=1,3,5,7
/proc/3515/task/3572/stat : 3572 (java) S 3512 3515 2339 0 -1 1077944384 23808 13067 0 0 1266 57 4 3 20 0 15 0 404566344 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213239012496 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3573] ppid=3512 vsize=10849012 memory=1121836 CPUtime=11.17 cores=1,3,5,7
/proc/3515/task/3573/stat : 3573 (java) S 3512 3515 2339 0 -1 1077944384 20415 13067 0 0 1053 57 4 3 20 0 15 0 404566345 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213127608304 140213668170370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3574] ppid=3512 vsize=10849012 memory=1121836 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3574/stat : 3574 (java) S 3512 3515 2339 0 -1 1077944384 17 13067 0 0 0 0 4 3 20 0 15 0 404566346 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213032575968 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3575] ppid=3512 vsize=10849012 memory=1121836 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3575/stat : 3575 (java) S 3512 3515 2339 0 -1 1077944384 4 13067 0 0 0 0 4 3 20 0 15 0 404566346 11109388288 280459 33554432000 4194304 4196468 140732540162592 140212428596224 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3576] ppid=3512 vsize=10849012 memory=1121836 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3576/stat : 3576 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566348 11109388288 280459 33554432000 4194304 4196468 140732540162592 140212188305616 140213668177819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3577] ppid=3512 vsize=10849012 memory=1121836 CPUtime=7.38 cores=1,3,5,7
/proc/3515/task/3577/stat : 3577 (java) S 3512 3515 2339 0 -1 1077944384 47496 13067 0 0 723 8 4 3 20 0 15 0 404566348 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213126556144 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3578] ppid=3512 vsize=10849012 memory=4004 CPUtime=7.62 cores=1,3,5,7
/proc/3515/task/3578/stat : 3578 (java) S 3512 3515 2339 0 -1 1077944384 48937 13067 0 0 747 8 4 3 20 0 15 0 404566348 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213125503600 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3579] ppid=3512 vsize=10849012 memory=2492 CPUtime=5.16 cores=1,3,5,7
/proc/3515/task/3579/stat : 3579 (java) S 3512 3515 2339 0 -1 1077944384 52197 13067 0 0 497 12 4 3 20 0 15 0 404566349 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213124451056 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3580] ppid=3512 vsize=10849012 memory=1764 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3580/stat : 3580 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566349 11109388288 280459 33554432000 4194304 4196468 140732540162592 140212154748000 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3581] ppid=3512 vsize=10849012 memory=1121836 CPUtime=1.58 cores=1,3,5,7
/proc/3515/task/3581/stat : 3581 (java) S 3512 3515 2339 0 -1 1077944384 1315 13067 0 0 72 79 4 3 20 0 15 0 404566349 11109388288 280459 33554432000 4194304 4196468 140732540162592 140213123397936 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
Current children cumulated CPU time: 2500.37 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1121836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2461.6 s]
/proc/loadavg: 1.65 1.46 1.44 3/228 3939
/proc/meminfo: memFree=19687476/32770624 swapFree=66952812/67108860
[pid=3515] ppid=3512 vsize=10849012 memory=1123884 CPUtime=2520 cores=1,3,5,7
/proc/3515/stat : 3515 (java) S 3512 3515 2339 0 -1 1077944320 333410 13067 0 0 251608 385 4 3 20 0 15 0 404566334 11109388288 280971 33554432000 4194304 4196468 140732540162592 140732540145136 140213668159223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
/proc/3515/statm: 2712253 280971 3623 1 0 2674317 0
[pid=3515/tid=3568] ppid=3512 vsize=10849012 memory=1056 CPUtime=2433.95 cores=1,3,5,7
/proc/3515/task/3568/stat : 3568 (java) R 3512 3515 2339 0 -1 4202560 74888 13067 0 0 243334 54 4 3 20 0 15 0 404566343 11109388288 280971 33554432000 4194304 4196468 140732540162592 140213639995328 140213267370642 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3569] ppid=3512 vsize=10849012 memory=1552 CPUtime=13.37 cores=1,3,5,7
/proc/3515/task/3569/stat : 3569 (java) S 3512 3515 2339 0 -1 1077944384 22864 13067 0 0 1274 56 4 3 20 0 15 0 404566344 11109388288 280971 33554432000 4194304 4196468 140732540162592 140213672401680 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3570] ppid=3512 vsize=10849012 memory=8112282956445269571 CPUtime=13.4 cores=1,3,5,7
/proc/3515/task/3570/stat : 3570 (java) S 3512 3515 2339 0 -1 1077944384 19515 13067 0 0 1277 56 4 3 20 0 15 0 404566344 11109388288 280971 33554432000 4194304 4196468 140732540162592 140213571292048 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3571] ppid=3512 vsize=10849012 memory=4004 CPUtime=13.38 cores=1,3,5,7
/proc/3515/task/3571/stat : 3571 (java) S 3512 3515 2339 0 -1 1077944384 19726 13067 0 0 1272 59 4 3 20 0 15 0 404566344 11109388288 280971 33554432000 4194304 4196468 140732540162592 140213240065040 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3572] ppid=3512 vsize=10849012 memory=780 CPUtime=13.41 cores=1,3,5,7
/proc/3515/task/3572/stat : 3572 (java) S 3512 3515 2339 0 -1 1077944384 23816 13067 0 0 1277 57 4 3 20 0 15 0 404566344 11109388288 280971 33554432000 4194304 4196468 140732540162592 140213239012496 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3573] ppid=3512 vsize=10849012 memory=2832 CPUtime=11.26 cores=1,3,5,7
/proc/3515/task/3573/stat : 3573 (java) S 3512 3515 2339 0 -1 1077944384 20423 13067 0 0 1061 58 4 3 20 0 15 0 404566345 11109388288 280971 33554432000 4194304 4196468 140732540162592 140213127608304 140213668170370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3574] ppid=3512 vsize=10849012 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3574/stat : 3574 (java) S 3512 3515 2339 0 -1 1077944384 17 13067 0 0 0 0 4 3 20 0 15 0 404566346 11109388288 280971 33554432000 4194304 4196468 140732540162592 140213032575968 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3575] ppid=3512 vsize=10849012 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3575/stat : 3575 (java) S 3512 3515 2339 0 -1 1077944384 4 13067 0 0 0 0 4 3 20 0 15 0 404566346 11109388288 280971 33554432000 4194304 4196468 140732540162592 140212428596224 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3576] ppid=3512 vsize=10849012 memory=5860 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3576/stat : 3576 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566348 11109388288 280971 33554432000 4194304 4196468 140732540162592 140212188305616 140213668177819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3577] ppid=3512 vsize=10849012 memory=14012 CPUtime=7.39 cores=1,3,5,7
/proc/3515/task/3577/stat : 3577 (java) S 3512 3515 2339 0 -1 1077944384 47496 13067 0 0 724 8 4 3 20 0 15 0 404566348 11109388288 280971 33554432000 4194304 4196468 140732540162592 140213126556144 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3578] ppid=3512 vsize=10849012 memory=20324 CPUtime=7.62 cores=1,3,5,7
/proc/3515/task/3578/stat : 3578 (java) S 3512 3515 2339 0 -1 1077944384 48937 13067 0 0 747 8 4 3 20 0 15 0 404566348 11109388288 280971 33554432000 4194304 4196468 140732540162592 140213125503600 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3579] ppid=3512 vsize=10849012 memory=12024 CPUtime=5.16 cores=1,3,5,7
/proc/3515/task/3579/stat : 3579 (java) S 3512 3515 2339 0 -1 1077944384 52197 13067 0 0 497 12 4 3 20 0 15 0 404566349 11109388288 280971 33554432000 4194304 4196468 140732540162592 140213124451056 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3580] ppid=3512 vsize=10849012 memory=2120 CPUtime=0.07 cores=1,3,5,7
/proc/3515/task/3580/stat : 3580 (java) S 3512 3515 2339 0 -1 1077944384 3 13067 0 0 0 0 4 3 20 0 15 0 404566349 11109388288 280971 33554432000 4194304 4196468 140732540162592 140212154748000 140213668169429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
[pid=3515/tid=3581] ppid=3512 vsize=10849012 memory=500 CPUtime=1.59 cores=1,3,5,7
/proc/3515/task/3581/stat : 3581 (java) S 3512 3515 2339 0 -1 1077944384 1315 13067 0 0 73 79 4 3 20 0 15 0 404566349 11109388288 280971 33554432000 4194304 4196468 140732540162592 140213123397936 140213668170370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10829824 140732540164853 140732540167365 140732540167365 140732540170191 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1123884 KiB

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

[startup+2461.63 s]
# the end of solver process 3515 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.15 s, system=3.89501 s

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

Child status: 143
Real time (s): 2461.63
CPU time (s): 2520.04
CPU user time (s): 2516.15
CPU system time (s): 3.89501
CPU usage (%): 102.373
Max. virtual memory (cumulated for all children) (KiB): 10849704
Max. memory (cumulated for all children) (KiB): 1123884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.15
system time used= 3.89501
maximum resident set size= 1128092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 347375
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303456
involuntary context switches= 6095


# summary of solver processes directly reported to runsolver:
#   pid: 3515
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.15
#   total CPU system time (s): 3.89501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8554 second user time and 23.4676 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 13:03:22
IDJOB=4386986
IDBENCH=115967
IDSOLVER=2823
FILE ID=node117/4386986-1568286244
RUNJOBID= node117-1568286179-3291
PBS_JOBID= 21701085
Free space on /tmp= 56624 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-10-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386986-1568286244/watcher-4386986-1568286244 -o /tmp/evaluation-result-4386986-1568286244/solver-4386986-1568286244 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3291 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1947581046 HOME/instance-4386986-1568286244.xml

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

MD5SUM BENCH= 2f9116219e9bb224096732f26408ee63
RANDOM SEED=1947581046

node117.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.75
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.75
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.75
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.75
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:        21018052 kB
MemAvailable:   31134860 kB
Buffers:          168240 kB
Cached:         10114504 kB
SwapCached:        52484 kB
Active:          2179860 kB
Inactive:        8835768 kB
Active(anon):     689344 kB
Inactive(anon):    84844 kB
Active(file):    1490516 kB
Inactive(file):  8750924 kB
Unevictable:      107512 kB
Mlocked:          107512 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             34676 kB
Writeback:             0 kB
AnonPages:        793260 kB
Mapped:            56420 kB
Shmem:             32816 kB
Slab:             331800 kB
SReclaimable:     303828 kB
SUnreclaim:        27972 kB
KernelStack:        4000 kB
PageTables:         7052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1970032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    610304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56588 MiB
End job on node117 at 2019-09-12 13:44:23