Trace number 4402808

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)2 2520.06 2468.64

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-15-015-004.xml
MD5SUM1a7c138b4bdf03d361f31c5b4036df8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.25021
Satisfiable
(Un)Satisfiability was proved
Number of variables226
Number of constraints121
Number of domains2
Minimum domain size2
Maximum domain size15
Distribution of domain sizes[{"size":2,"count":225},{"size":15,"count":1}]
Minimum variable degree16
Maximum variable degree106
Distribution of variable degrees[{"degree":16,"count":225},{"degree":106,"count":1}]
Minimum constraint arity15
Maximum constraint arity225
Distribution of constraint arities[{"arity":15,"count":15},{"arity":31,"count":105},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":120}]
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.18/4.86	o 3
12.18/4.89	o 2
2520.01/2468.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2468.60		at concrete.MAC.mac(MAC.scala:192)
2520.01/2468.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2468.60		at scala.util.Try$.apply(Try.scala:210)
2520.01/2468.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2468.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2468.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2468.60		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2468.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2468.61		at concrete.MAC.nextSolution(MAC.scala:369)
2520.01/2468.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2468.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.01/2468.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.01/2468.61		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2468.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2468.61		at scala.util.Success.map(Try.scala:262)
2520.01/2468.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2468.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2468.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2468.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2468.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2468.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2468.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2468.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2468.61		at scala.App.$anonfun$main$1(App.scala:73)
2520.01/2468.61		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.01/2468.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.01/2468.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.01/2468.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.01/2468.61		at scala.App.main(App.scala:73)
2520.01/2468.61		at scala.App.main$(App.scala:71)
2520.01/2468.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2468.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2468.61	v <instantiation
2520.01/2468.61	v         cost = '2'>
2520.01/2468.61	v       <list>
2520.01/2468.61	v         z 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[0][14] 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[1][14] 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[2][14] 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[3][14] 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[4][14] 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[5][14] 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[6][14] 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[7][14] 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[8][14] 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] x[9][14] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14]
2520.01/2468.61	v       </list>
2520.01/2468.61	v       <values>
2520.01/2468.61	v         2 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1
2520.01/2468.61	v       </values>
2520.01/2468.61	v     </instantiation>
2520.01/2468.61	s SATISFIABLE

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402808-1568970197/watcher-4402808-1568970197 -o /tmp/evaluation-result-4402808-1568970197/solver-4402808-1568970197 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568967599-29764 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=251912797 HOME/instance-4402808-1568970197.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=30512, runsolver pid=30509

[startup+0.100127 s]*
/proc/loadavg: 1.80 1.61 1.37 3/219 30569
/proc/meminfo: memFree=1677368/32770624 swapFree=67002104/67108860
[pid=30512] ppid=30509 vsize=9972712 memory=16952 CPUtime=0.09 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 29733 0 -1 1077944320 4478 13025 0 0 1 1 4 3 20 0 6 0 473181264 10212057088 4238 33554432000 4194304 4196468 140722004157440 140722004139984 140023456104183 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
/proc/30512/statm: 2493178 4238 1935 1 0 2481616 0
[pid=30512/tid=30565] ppid=30509 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/30512/task/30565/stat : 30565 (java) R 30509 30512 29733 0 -1 4202560 2277 13025 0 0 1 0 4 3 20 0 6 0 473181273 10212057088 4238 33554432000 4194304 4196468 140722004157440 140023427940944 140023440184670 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30566] ppid=30509 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30566/stat : 30566 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 6 0 473181274 10212057088 4238 33554432000 4194304 4196468 140722004157440 140023460347024 140023456114389 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30567] ppid=30509 vsize=9972712 memory=140691827190343 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30567/stat : 30567 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 6 0 473181274 10212057088 4238 33554432000 4194304 4196468 140722004157440 140023029275664 140023456114389 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30568] ppid=30509 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30568/stat : 30568 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 6 0 473181274 10212057088 4238 33554432000 4194304 4196468 140722004157440 140023028222864 140023456114389 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30569] ppid=30509 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30569/stat : 30569 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 6 0 473181274 10212057088 4238 33554432000 4194304 4196468 140722004157440 140023027170064 140023456114389 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16952 KiB

[startup+0.209884 s]*
/proc/loadavg: 1.80 1.61 1.37 3/228 30578
/proc/meminfo: memFree=1655128/32770624 swapFree=67002104/67108860
[pid=30512] ppid=30509 vsize=10819716 memory=46232 CPUtime=0.26 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 29733 0 -1 1077944320 7303 13025 0 0 17 2 4 3 20 0 15 0 473181264 11079389184 11558 33554432000 4194304 4196468 140722004157440 140722004139984 140023456104183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
/proc/30512/statm: 2704929 11558 3185 1 0 2667149 0
[pid=30512/tid=30565] ppid=30509 vsize=10819716 memory=753035770744996145 CPUtime=0.18 cores=0,2,4,6
/proc/30512/task/30565/stat : 30565 (java) R 30509 30512 29733 0 -1 4202560 3824 13025 0 0 10 1 4 3 20 0 15 0 473181273 11079389184 11558 33554432000 4194304 4196468 140722004157440 140023427914312 140023448341310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30566] ppid=30509 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30566/stat : 30566 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181274 11079389184 11558 33554432000 4194304 4196468 140722004157440 140023460347024 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30567] ppid=30509 vsize=10819716 memory=140691827190343 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30567/stat : 30567 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181274 11079389184 11558 33554432000 4194304 4196468 140722004157440 140023029275664 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30568] ppid=30509 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30568/stat : 30568 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181274 11079389184 11558 33554432000 4194304 4196468 140722004157440 140023028222864 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30569] ppid=30509 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30569/stat : 30569 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181274 11079389184 11558 33554432000 4194304 4196468 140722004157440 140023027170064 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30570] ppid=30509 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30570/stat : 30570 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181275 11079389184 11558 33554432000 4194304 4196468 140722004157440 140022982728048 140023456115330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30571] ppid=30509 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30571/stat : 30571 (java) S 30509 30512 29733 0 -1 1077944384 13 13025 0 0 0 0 4 3 20 0 15 0 473181276 11079389184 11558 33554432000 4194304 4196468 140722004157440 140022913164320 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30572] ppid=30509 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30572/stat : 30572 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181276 11079389184 11558 33554432000 4194304 4196468 140722004157440 140022443402096 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30573] ppid=30509 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30573/stat : 30573 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181279 11079389184 11558 33554432000 4194304 4196468 140722004157440 140022174967632 140023456122779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30574] ppid=30509 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30512/task/30574/stat : 30574 (java) S 30509 30512 29733 0 -1 1077944384 353 13025 0 0 1 0 4 3 20 0 15 0 473181279 11079389184 11558 33554432000 4194304 4196468 140722004157440 140022981675888 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30575] ppid=30509 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30512/task/30575/stat : 30575 (java) S 30509 30512 29733 0 -1 1077944384 300 13025 0 0 1 0 4 3 20 0 15 0 473181279 11079389184 11558 33554432000 4194304 4196468 140722004157440 140022879607536 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30576] ppid=30509 vsize=10819716 memory=140691823715968 CPUtime=0.1 cores=0,2,4,6
/proc/30512/task/30576/stat : 30576 (java) S 30509 30512 29733 0 -1 1077944384 607 13025 0 0 3 0 4 3 20 0 15 0 473181279 11079389184 11558 33554432000 4194304 4196468 140722004157440 140022878554736 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30577] ppid=30509 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30577/stat : 30577 (java) S 30509 30512 29733 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 473181279 11079389184 11558 33554432000 4194304 4196468 140722004157440 140021705206496 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30578] ppid=30509 vsize=10819716 memory=140691823715968 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30578/stat : 30578 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181279 11079389184 11558 33554432000 4194304 4196468 140722004157440 140022877502128 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 46232 KiB

[startup+0.310353 s]*
/proc/loadavg: 1.80 1.61 1.37 3/228 30578
/proc/meminfo: memFree=1642132/32770624 swapFree=67002104/67108860
[pid=30512] ppid=30509 vsize=10820196 memory=55132 CPUtime=0.4 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 29733 0 -1 1077944320 10953 13025 0 0 29 4 4 3 20 0 15 0 473181264 11079880704 13783 33554432000 4194304 4196468 140722004157440 140722004139984 140023456104183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
/proc/30512/statm: 2705049 13783 3316 1 0 2667149 0
[pid=30512/tid=30565] ppid=30509 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/30512/task/30565/stat : 30565 (java) R 30509 30512 29733 0 -1 4202560 7442 13025 0 0 19 2 4 3 20 0 15 0 473181273 11079880704 13783 33554432000 4194304 4196468 140722004157440 140023427913104 140023440184670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30566] ppid=30509 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30566/stat : 30566 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181274 11079880704 13783 33554432000 4194304 4196468 140722004157440 140023460347024 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30567] ppid=30509 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30567/stat : 30567 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181274 11079880704 13783 33554432000 4194304 4196468 140722004157440 140023029275664 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30568] ppid=30509 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30568/stat : 30568 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181274 11079880704 13783 33554432000 4194304 4196468 140722004157440 140023028222864 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30569] ppid=30509 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30569/stat : 30569 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181274 11079880704 13783 33554432000 4194304 4196468 140722004157440 140023027170064 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30570] ppid=30509 vsize=10820196 memory=140691823715967 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30570/stat : 30570 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181275 11079880704 13783 33554432000 4194304 4196468 140722004157440 140022982728048 140023456115330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30571] ppid=30509 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30571/stat : 30571 (java) S 30509 30512 29733 0 -1 1077944384 13 13025 0 0 0 0 4 3 20 0 15 0 473181276 11079880704 13783 33554432000 4194304 4196468 140722004157440 140022913164320 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30572] ppid=30509 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30572/stat : 30572 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181276 11079880704 13783 33554432000 4194304 4196468 140722004157440 140022443402096 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30573] ppid=30509 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30573/stat : 30573 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181279 11079880704 13783 33554432000 4194304 4196468 140722004157440 140022174967632 140023456122779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30574] ppid=30509 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30512/task/30574/stat : 30574 (java) S 30509 30512 29733 0 -1 1077944384 353 13025 0 0 1 0 4 3 20 0 15 0 473181279 11079880704 13783 33554432000 4194304 4196468 140722004157440 140022981675888 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30575] ppid=30509 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30512/task/30575/stat : 30575 (java) S 30509 30512 29733 0 -1 1077944384 310 13025 0 0 2 0 4 3 20 0 15 0 473181279 11079880704 13783 33554432000 4194304 4196468 140722004157440 140022879607536 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30576] ppid=30509 vsize=10820196 memory=140691823715968 CPUtime=0.12 cores=0,2,4,6
/proc/30512/task/30576/stat : 30576 (java) S 30509 30512 29733 0 -1 1077944384 615 13025 0 0 5 0 4 3 20 0 15 0 473181279 11079880704 13783 33554432000 4194304 4196468 140722004157440 140022878554736 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30577] ppid=30509 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30577/stat : 30577 (java) S 30509 30512 29733 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 473181279 11079880704 13783 33554432000 4194304 4196468 140722004157440 140021705206496 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30578] ppid=30509 vsize=10820196 memory=140691823715968 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30578/stat : 30578 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181279 11079880704 13783 33554432000 4194304 4196468 140722004157440 140022877502128 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 55132 KiB

[startup+0.708274 s]
/proc/loadavg: 1.80 1.61 1.37 3/228 30578
/proc/meminfo: memFree=1630024/32770624 swapFree=67002104/67108860
[pid=30512] ppid=30509 vsize=10824364 memory=87424 CPUtime=1.15 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 29733 0 -1 1077944320 15056 13025 0 0 103 5 4 3 20 0 15 0 473181264 11084148736 21856 33554432000 4194304 4196468 140722004157440 140722004139984 140023456104183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
/proc/30512/statm: 2706091 21856 3511 1 0 2668173 0
[pid=30512/tid=30565] ppid=30509 vsize=10824364 memory=5795117241467496816 CPUtime=0.67 cores=0,2,4,6
/proc/30512/task/30565/stat : 30565 (java) R 30509 30512 29733 0 -1 4202560 10444 13025 0 0 56 4 4 3 20 0 15 0 473181273 11084148736 21856 33554432000 4194304 4196468 140722004157440 140023427931056 140023456126109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30566] ppid=30509 vsize=10824364 memory=1416 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30566/stat : 30566 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181274 11084148736 21856 33554432000 4194304 4196468 140722004157440 140023460347024 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30567] ppid=30509 vsize=10824364 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30567/stat : 30567 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181274 11084148736 21856 33554432000 4194304 4196468 140722004157440 140023029275664 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30568] ppid=30509 vsize=10824364 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30568/stat : 30568 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181274 11084148736 21856 33554432000 4194304 4196468 140722004157440 140023028222864 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30569] ppid=30509 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30569/stat : 30569 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181274 11084148736 21856 33554432000 4194304 4196468 140722004157440 140023027170064 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30570] ppid=30509 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30570/stat : 30570 (java) S 30509 30512 29733 0 -1 1077944384 5 13025 0 0 0 0 4 3 20 0 15 0 473181275 11084148736 21856 33554432000 4194304 4196468 140722004157440 140022982728048 140023456115330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30571] ppid=30509 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30571/stat : 30571 (java) S 30509 30512 29733 0 -1 1077944384 13 13025 0 0 0 0 4 3 20 0 15 0 473181276 11084148736 21856 33554432000 4194304 4196468 140722004157440 140022913164320 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30572] ppid=30509 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30572/stat : 30572 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181276 11084148736 21856 33554432000 4194304 4196468 140722004157440 140022443402096 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30573] ppid=30509 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30573/stat : 30573 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181279 11084148736 21856 33554432000 4194304 4196468 140722004157440 140022174967632 140023456122779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30574] ppid=30509 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/30512/task/30574/stat : 30574 (java) R 30509 30512 29733 0 -1 4202560 801 13025 0 0 12 0 4 3 20 0 15 0 473181279 11084148736 21856 33554432000 4194304 4196468 140722004157440 140022981662176 140023439489037 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30575] ppid=30509 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/30512/task/30575/stat : 30575 (java) S 30509 30512 29733 0 -1 1077944384 840 13025 0 0 15 0 4 3 20 0 15 0 473181279 11084148736 21856 33554432000 4194304 4196468 140722004157440 140022879607536 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30576] ppid=30509 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/30512/task/30576/stat : 30576 (java) S 30509 30512 29733 0 -1 1077944384 735 13025 0 0 17 0 4 3 20 0 15 0 473181279 11084148736 21856 33554432000 4194304 4196468 140722004157440 140022878554736 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30577] ppid=30509 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30577/stat : 30577 (java) S 30509 30512 29733 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 473181279 11084148736 21856 33554432000 4194304 4196468 140722004157440 140021705206496 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30578] ppid=30509 vsize=10824364 memory=3588 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30578/stat : 30578 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181279 11084148736 21856 33554432000 4194304 4196468 140722004157440 140022877502128 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87424 KiB

[startup+1.5007 s]
/proc/loadavg: 1.80 1.61 1.37 3/228 30578
/proc/meminfo: memFree=1586348/32770624 swapFree=67002104/67108860
[pid=30512] ppid=30509 vsize=10834680 memory=172876 CPUtime=2.45 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 29733 0 -1 1077944320 21733 13025 0 0 229 9 4 3 20 0 15 0 473181264 11094712320 43219 33554432000 4194304 4196468 140722004157440 140722004139984 140023456104183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
/proc/30512/statm: 2708670 43219 3584 1 0 2670733 0
[pid=30512/tid=30565] ppid=30509 vsize=10834680 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/30512/task/30565/stat : 30565 (java) R 30509 30512 29733 0 -1 4202560 15287 13025 0 0 130 5 4 3 20 0 15 0 473181273 11094712320 43219 33554432000 4194304 4196468 140722004157440 140023427904160 140023440184670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30566] ppid=30509 vsize=10834680 memory=7235987540009708119 CPUtime=0.08 cores=0,2,4,6
/proc/30512/task/30566/stat : 30566 (java) S 30509 30512 29733 0 -1 1077944384 355 13025 0 0 1 0 4 3 20 0 15 0 473181274 11094712320 43219 33554432000 4194304 4196468 140722004157440 140023460347024 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30567] ppid=30509 vsize=10834680 memory=7379260574840744535 CPUtime=0.08 cores=0,2,4,6
/proc/30512/task/30567/stat : 30567 (java) S 30509 30512 29733 0 -1 1077944384 34 13025 0 0 1 0 4 3 20 0 15 0 473181274 11094712320 43219 33554432000 4194304 4196468 140722004157440 140023029275664 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30568] ppid=30509 vsize=10834680 memory=7379260574840810327 CPUtime=0.08 cores=0,2,4,6
/proc/30512/task/30568/stat : 30568 (java) S 30509 30512 29733 0 -1 1077944384 45 13025 0 0 1 0 4 3 20 0 15 0 473181274 11094712320 43219 33554432000 4194304 4196468 140722004157440 140023028222864 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30569] ppid=30509 vsize=10834680 memory=281383440576288 CPUtime=0.08 cores=0,2,4,6
/proc/30512/task/30569/stat : 30569 (java) S 30509 30512 29733 0 -1 1077944384 78 13025 0 0 1 0 4 3 20 0 15 0 473181274 11094712320 43219 33554432000 4194304 4196468 140722004157440 140023027170064 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30570] ppid=30509 vsize=10834680 memory=3684176584507502225 CPUtime=0.08 cores=0,2,4,6
/proc/30512/task/30570/stat : 30570 (java) S 30509 30512 29733 0 -1 1077944384 172 13025 0 0 1 0 4 3 20 0 15 0 473181275 11094712320 43219 33554432000 4194304 4196468 140722004157440 140022982728048 140023456115330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30571] ppid=30509 vsize=10834680 memory=281383440243712 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30571/stat : 30571 (java) S 30509 30512 29733 0 -1 1077944384 14 13025 0 0 0 0 4 3 20 0 15 0 473181276 11094712320 43219 33554432000 4194304 4196468 140722004157440 140022913164384 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30572] ppid=30509 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30572/stat : 30572 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181276 11094712320 43219 33554432000 4194304 4196468 140722004157440 140022443402096 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30573] ppid=30509 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30573/stat : 30573 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181279 11094712320 43219 33554432000 4194304 4196468 140722004157440 140022174967632 140023456122779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30574] ppid=30509 vsize=10834680 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/30512/task/30574/stat : 30574 (java) S 30509 30512 29733 0 -1 1077944384 949 13025 0 0 23 0 4 3 20 0 15 0 473181279 11094712320 43219 33554432000 4194304 4196468 140722004157440 140022981675888 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30575] ppid=30509 vsize=10834680 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/30512/task/30575/stat : 30575 (java) S 30509 30512 29733 0 -1 1077944384 1076 13025 0 0 26 0 4 3 20 0 15 0 473181279 11094712320 43219 33554432000 4194304 4196468 140722004157440 140022879607536 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30576] ppid=30509 vsize=10834680 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/30512/task/30576/stat : 30576 (java) S 30509 30512 29733 0 -1 1077944384 1510 13025 0 0 41 0 4 3 20 0 15 0 473181279 11094712320 43219 33554432000 4194304 4196468 140722004157440 140022878554736 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30577] ppid=30509 vsize=10834680 memory=281383440785408 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30577/stat : 30577 (java) S 30509 30512 29733 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 473181279 11094712320 43219 33554432000 4194304 4196468 140722004157440 140021705206496 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30578] ppid=30509 vsize=10834680 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30578/stat : 30578 (java) S 30509 30512 29733 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 473181279 11094712320 43219 33554432000 4194304 4196468 140722004157440 140022877502128 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

/proc/30512/task/30565/stat : 30565 (java) R 30509 30512 29733 0 -1 4202560 292906 13025 0 0 229658 85 4 3 20 0 15 0 473181273 11107315712 89044 33554432000 4194304 4196468 140722004157440 140023427940336 140023077194893 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30566] ppid=30509 vsize=10846988 memory=3588 CPUtime=13.37 cores=0,2,4,6
/proc/30512/task/30566/stat : 30566 (java) S 30509 30512 29733 0 -1 1077944384 34616 13025 0 0 1271 59 4 3 20 0 15 0 473181274 11107315712 89044 33554432000 4194304 4196468 140722004157440 140023460347024 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30567] ppid=30509 vsize=10846988 memory=364384 CPUtime=13.34 cores=0,2,4,6
/proc/30512/task/30567/stat : 30567 (java) S 30509 30512 29733 0 -1 1077944384 30830 13025 0 0 1268 59 4 3 20 0 15 0 473181274 11107315712 89044 33554432000 4194304 4196468 140722004157440 140023029275664 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30568] ppid=30509 vsize=10846988 memory=370028 CPUtime=13.38 cores=0,2,4,6
/proc/30512/task/30568/stat : 30568 (java) S 30509 30512 29733 0 -1 1077944384 37206 13025 0 0 1273 58 4 3 20 0 15 0 473181274 11107315712 89044 33554432000 4194304 4196468 140722004157440 140023028222864 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30569] ppid=30509 vsize=10846988 memory=369000 CPUtime=13.37 cores=0,2,4,6
/proc/30512/task/30569/stat : 30569 (java) S 30509 30512 29733 0 -1 1077944384 30859 13025 0 0 1274 56 4 3 20 0 15 0 473181274 11107315712 89044 33554432000 4194304 4196468 140722004157440 140023027170064 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30570] ppid=30509 vsize=10846988 memory=361304 CPUtime=9.07 cores=0,2,4,6
/proc/30512/task/30570/stat : 30570 (java) S 30509 30512 29733 0 -1 1077944384 15549 13025 0 0 830 70 4 3 20 0 15 0 473181275 11107315712 89044 33554432000 4194304 4196468 140722004157440 140022982728048 140023456115330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30571] ppid=30509 vsize=10846988 memory=360280 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30571/stat : 30571 (java) S 30509 30512 29733 0 -1 1077944384 19 13025 0 0 0 0 4 3 20 0 15 0 473181276 11107315712 89044 33554432000 4194304 4196468 140722004157440 140022913164384 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30572] ppid=30509 vsize=10846988 memory=356176 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30572/stat : 30572 (java) S 30509 30512 29733 0 -1 1077944384 16 13025 0 0 0 0 4 3 20 0 15 0 473181276 11107315712 89044 33554432000 4194304 4196468 140722004157440 140022443402112 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30573] ppid=30509 vsize=10846988 memory=356176 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30573/stat : 30573 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181279 11107315712 89044 33554432000 4194304 4196468 140722004157440 140022174967632 140023456122779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30574] ppid=30509 vsize=10846988 memory=504 CPUtime=4 cores=0,2,4,6
/proc/30512/task/30574/stat : 30574 (java) S 30509 30512 29733 0 -1 1077944384 11751 13025 1 0 391 2 4 3 20 0 15 0 473181279 11107315712 89044 33554432000 4194304 4196468 140722004157440 140022981675888 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30575] ppid=30509 vsize=10846988 memory=1096 CPUtime=4.13 cores=0,2,4,6
/proc/30512/task/30575/stat : 30575 (java) S 30509 30512 29733 0 -1 1077944384 12990 13025 0 0 404 2 4 3 20 0 15 0 473181279 11107315712 89044 33554432000 4194304 4196468 140722004157440 140022879607536 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30576] ppid=30509 vsize=10846988 memory=356176 CPUtime=1.97 cores=0,2,4,6
/proc/30512/task/30576/stat : 30576 (java) S 30509 30512 29733 0 -1 1077944384 9284 13025 0 0 187 3 4 3 20 0 15 0 473181279 11107315712 89044 33554432000 4194304 4196468 140722004157440 140022878554736 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30577] ppid=30509 vsize=10846988 memory=356688 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30577/stat : 30577 (java) S 30509 30512 29733 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 473181279 11107315712 89044 33554432000 4194304 4196468 140722004157440 140021705206496 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30578] ppid=30509 vsize=10846988 memory=356688 CPUtime=1.35 cores=0,2,4,6
/proc/30512/task/30578/stat : 30578 (java) S 30509 30512 29733 0 -1 1077944384 766 13025 0 0 63 65 4 3 20 0 15 0 473181279 11107315712 89044 33554432000 4194304 4196468 140722004157440 140022877502128 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
Current children cumulated CPU time: 2370.95 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 356176 KiB

[startup+2382.3 s]
/proc/loadavg: 1.77 1.63 1.59 3/228 30924
/proc/meminfo: memFree=826484/32770624 swapFree=67002104/67108860
[pid=30512] ppid=30509 vsize=10846988 memory=394472 CPUtime=2432.08 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 29733 0 -1 1077944320 494467 13025 1 0 242775 426 4 3 20 0 15 0 473181264 11107315712 98618 33554432000 4194304 4196468 140722004157440 140722004139984 140023456104183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
/proc/30512/statm: 2711747 98618 3627 1 0 2673805 0
[pid=30512/tid=30565] ppid=30509 vsize=10846988 memory=395500 CPUtime=2356.8 cores=0,2,4,6
/proc/30512/task/30565/stat : 30565 (java) R 30509 30512 29733 0 -1 4202560 303986 13025 0 0 235585 88 4 3 20 0 15 0 473181273 11107315712 98618 33554432000 4194304 4196468 140722004157440 140023427940016 140023066522270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30566] ppid=30509 vsize=10846988 memory=357416 CPUtime=13.76 cores=0,2,4,6
/proc/30512/task/30566/stat : 30566 (java) S 30509 30512 29733 0 -1 1077944384 35745 13025 0 0 1308 61 4 3 20 0 15 0 473181274 11107315712 98618 33554432000 4194304 4196468 140722004157440 140023460347024 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30567] ppid=30509 vsize=10846988 memory=401144 CPUtime=13.72 cores=0,2,4,6
/proc/30512/task/30567/stat : 30567 (java) S 30509 30512 29733 0 -1 1077944384 31835 13025 0 0 1304 61 4 3 20 0 15 0 473181274 11107315712 98618 33554432000 4194304 4196468 140722004157440 140023029275664 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30568] ppid=30509 vsize=10846988 memory=399604 CPUtime=13.77 cores=0,2,4,6
/proc/30512/task/30568/stat : 30568 (java) S 30509 30512 29733 0 -1 1077944384 38263 13025 0 0 1309 61 4 3 20 0 15 0 473181274 11107315712 98618 33554432000 4194304 4196468 140722004157440 140023028222864 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30569] ppid=30509 vsize=10846988 memory=394472 CPUtime=13.76 cores=0,2,4,6
/proc/30512/task/30569/stat : 30569 (java) S 30509 30512 29733 0 -1 1077944384 31837 13025 0 0 1310 59 4 3 20 0 15 0 473181274 11107315712 98618 33554432000 4194304 4196468 140722004157440 140023027170064 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30570] ppid=30509 vsize=10846988 memory=984 CPUtime=9.31 cores=0,2,4,6
/proc/30512/task/30570/stat : 30570 (java) S 30509 30512 29733 0 -1 1077944384 15752 13025 0 0 852 72 4 3 20 0 15 0 473181275 11107315712 98618 33554432000 4194304 4196468 140722004157440 140022982728048 140023456115330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30571] ppid=30509 vsize=10846988 memory=5787213827046663524 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30571/stat : 30571 (java) S 30509 30512 29733 0 -1 1077944384 19 13025 0 0 0 0 4 3 20 0 15 0 473181276 11107315712 98618 33554432000 4194304 4196468 140722004157440 140022913164384 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30572] ppid=30509 vsize=10846988 memory=3588 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30572/stat : 30572 (java) S 30509 30512 29733 0 -1 1077944384 16 13025 0 0 0 0 4 3 20 0 15 0 473181276 11107315712 98618 33554432000 4194304 4196468 140722004157440 140022443402112 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30573] ppid=30509 vsize=10846988 memory=281383440750992 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30573/stat : 30573 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181279 11107315712 98618 33554432000 4194304 4196468 140722004157440 140022174967632 140023456122779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30574] ppid=30509 vsize=10846988 memory=394988 CPUtime=4 cores=0,2,4,6
/proc/30512/task/30574/stat : 30574 (java) S 30509 30512 29733 0 -1 1077944384 11753 13025 1 0 391 2 4 3 20 0 15 0 473181279 11107315712 98618 33554432000 4194304 4196468 140722004157440 140022981675888 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30575] ppid=30509 vsize=10846988 memory=396012 CPUtime=4.13 cores=0,2,4,6
/proc/30512/task/30575/stat : 30575 (java) S 30509 30512 29733 0 -1 1077944384 12992 13025 0 0 404 2 4 3 20 0 15 0 473181279 11107315712 98618 33554432000 4194304 4196468 140722004157440 140022879607536 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30576] ppid=30509 vsize=10846988 memory=3588 CPUtime=1.97 cores=0,2,4,6
/proc/30512/task/30576/stat : 30576 (java) S 30509 30512 29733 0 -1 1077944384 9286 13025 0 0 187 3 4 3 20 0 15 0 473181279 11107315712 98618 33554432000 4194304 4196468 140722004157440 140022878554736 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30577] ppid=30509 vsize=10846988 memory=364596 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30577/stat : 30577 (java) S 30509 30512 29733 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 473181279 11107315712 98618 33554432000 4194304 4196468 140722004157440 140021705206496 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30578] ppid=30509 vsize=10846988 memory=355836 CPUtime=1.38 cores=0,2,4,6
/proc/30512/task/30578/stat : 30578 (java) S 30509 30512 29733 0 -1 1077944384 772 13025 0 0 65 66 4 3 20 0 15 0 473181279 11107315712 98618 33554432000 4194304 4196468 140722004157440 140022877502128 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
Current children cumulated CPU time: 2432.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 394472 KiB

[startup+2442.3 s]
/proc/loadavg: 1.99 1.74 1.63 3/228 30928
/proc/meminfo: memFree=850088/32770624 swapFree=67002104/67108860
[pid=30512] ppid=30509 vsize=10846988 memory=370344 CPUtime=2493.22 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 29733 0 -1 1077944320 495999 13025 1 0 248882 433 4 3 20 0 15 0 473181264 11107315712 92586 33554432000 4194304 4196468 140722004157440 140722004139984 140023456104183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
/proc/30512/statm: 2711747 92586 3627 1 0 2673805 0
[pid=30512/tid=30565] ppid=30509 vsize=10846988 memory=375364 CPUtime=2416.1 cores=0,2,4,6
/proc/30512/task/30565/stat : 30565 (java) R 30509 30512 29733 0 -1 4202560 304545 13025 0 0 241515 88 4 3 20 0 15 0 473181273 11107315712 92586 33554432000 4194304 4196468 140722004157440 140023427940592 140023079108685 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30566] ppid=30509 vsize=10846988 memory=386204 CPUtime=14.15 cores=0,2,4,6
/proc/30512/task/30566/stat : 30566 (java) S 30509 30512 29733 0 -1 1077944384 35829 13025 0 0 1346 62 4 3 20 0 15 0 473181274 11107315712 92586 33554432000 4194304 4196468 140722004157440 140023460347024 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30567] ppid=30509 vsize=10846988 memory=374336 CPUtime=14.11 cores=0,2,4,6
/proc/30512/task/30567/stat : 30567 (java) S 30509 30512 29733 0 -1 1077944384 32126 13025 0 0 1342 62 4 3 20 0 15 0 473181274 11107315712 92586 33554432000 4194304 4196468 140722004157440 140023029275664 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30568] ppid=30509 vsize=10846988 memory=374336 CPUtime=14.15 cores=0,2,4,6
/proc/30512/task/30568/stat : 30568 (java) S 30509 30512 29733 0 -1 1077944384 38547 13025 0 0 1347 61 4 3 20 0 15 0 473181274 11107315712 92586 33554432000 4194304 4196468 140722004157440 140023028222864 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30569] ppid=30509 vsize=10846988 memory=379468 CPUtime=14.15 cores=0,2,4,6
/proc/30512/task/30569/stat : 30569 (java) S 30509 30512 29733 0 -1 1077944384 32068 13025 0 0 1347 61 4 3 20 0 15 0 473181274 11107315712 92586 33554432000 4194304 4196468 140722004157440 140023027170064 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30570] ppid=30509 vsize=10846988 memory=374336 CPUtime=9.56 cores=0,2,4,6
/proc/30512/task/30570/stat : 30570 (java) S 30509 30512 29733 0 -1 1077944384 15829 13025 0 0 875 74 4 3 20 0 15 0 473181275 11107315712 92586 33554432000 4194304 4196468 140722004157440 140022982728048 140023456115330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30571] ppid=30509 vsize=10846988 memory=373824 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30571/stat : 30571 (java) S 30509 30512 29733 0 -1 1077944384 19 13025 0 0 0 0 4 3 20 0 15 0 473181276 11107315712 92586 33554432000 4194304 4196468 140722004157440 140022913164384 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30572] ppid=30509 vsize=10846988 memory=371260 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30572/stat : 30572 (java) S 30509 30512 29733 0 -1 1077944384 16 13025 0 0 0 0 4 3 20 0 15 0 473181276 11107315712 92586 33554432000 4194304 4196468 140722004157440 140022443402112 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30573] ppid=30509 vsize=10846988 memory=371772 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30573/stat : 30573 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181279 11107315712 92586 33554432000 4194304 4196468 140722004157440 140022174967632 140023456122779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30574] ppid=30509 vsize=10846988 memory=370344 CPUtime=4 cores=0,2,4,6
/proc/30512/task/30574/stat : 30574 (java) S 30509 30512 29733 0 -1 1077944384 11753 13025 1 0 391 2 4 3 20 0 15 0 473181279 11107315712 92586 33554432000 4194304 4196468 140722004157440 140022981675888 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30575] ppid=30509 vsize=10846988 memory=383128 CPUtime=4.13 cores=0,2,4,6
/proc/30512/task/30575/stat : 30575 (java) S 30509 30512 29733 0 -1 1077944384 12992 13025 0 0 404 2 4 3 20 0 15 0 473181279 11107315712 92586 33554432000 4194304 4196468 140722004157440 140022879607536 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30576] ppid=30509 vsize=10846988 memory=1940 CPUtime=1.97 cores=0,2,4,6
/proc/30512/task/30576/stat : 30576 (java) S 30509 30512 29733 0 -1 1077944384 9286 13025 0 0 187 3 4 3 20 0 15 0 473181279 11107315712 92586 33554432000 4194304 4196468 140722004157440 140022878554736 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30577] ppid=30509 vsize=10846988 memory=3588 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30577/stat : 30577 (java) S 30509 30512 29733 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 473181279 11107315712 92586 33554432000 4194304 4196468 140722004157440 140021705206496 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30578] ppid=30509 vsize=10846988 memory=371772 CPUtime=1.42 cores=0,2,4,6
/proc/30512/task/30578/stat : 30578 (java) S 30509 30512 29733 0 -1 1077944384 778 13025 0 0 67 68 4 3 20 0 15 0 473181279 11107315712 92586 33554432000 4194304 4196468 140722004157440 140022877502128 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
Current children cumulated CPU time: 2493.22 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 370344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.6 s]
/proc/loadavg: 1.86 1.73 1.63 3/228 30932
/proc/meminfo: memFree=851988/32770624 swapFree=67002104/67108860
[pid=30512] ppid=30509 vsize=10846988 memory=368124 CPUtime=2520.01 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 29733 0 -1 1077944320 500620 13025 1 0 251557 437 4 3 20 0 15 0 473181264 11107315712 92031 33554432000 4194304 4196468 140722004157440 140722004139984 140023456104183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
/proc/30512/statm: 2711747 92031 3627 1 0 2673805 0
[pid=30512/tid=30565] ppid=30509 vsize=10846988 memory=3472468987947593904 CPUtime=2442.1 cores=0,2,4,6
/proc/30512/task/30565/stat : 30565 (java) R 30509 30512 29733 0 -1 4202560 308130 13025 0 0 244114 89 4 3 20 0 15 0 473181273 11107315712 92031 33554432000 4194304 4196468 140722004157440 140023427940512 140023078548926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30566] ppid=30509 vsize=10846988 memory=6656426216303648864 CPUtime=14.31 cores=0,2,4,6
/proc/30512/task/30566/stat : 30566 (java) S 30509 30512 29733 0 -1 1077944384 36018 13025 0 0 1362 62 4 3 20 0 15 0 473181274 11107315712 92031 33554432000 4194304 4196468 140722004157440 140023460347024 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30567] ppid=30509 vsize=10846988 memory=6944656592455360604 CPUtime=14.28 cores=0,2,4,6
/proc/30512/task/30567/stat : 30567 (java) S 30509 30512 29733 0 -1 1077944384 32284 13025 0 0 1359 62 4 3 20 0 15 0 473181274 11107315712 92031 33554432000 4194304 4196468 140722004157440 140023029275664 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30568] ppid=30509 vsize=10846988 memory=6944656592455097440 CPUtime=14.32 cores=0,2,4,6
/proc/30512/task/30568/stat : 30568 (java) S 30509 30512 29733 0 -1 1077944384 38853 13025 0 0 1364 61 4 3 20 0 15 0 473181274 11107315712 92031 33554432000 4194304 4196468 140722004157440 140023028222864 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30569] ppid=30509 vsize=10846988 memory=6944656575208382560 CPUtime=14.32 cores=0,2,4,6
/proc/30512/task/30569/stat : 30569 (java) S 30509 30512 29733 0 -1 1077944384 32295 13025 0 0 1363 62 4 3 20 0 15 0 473181274 11107315712 92031 33554432000 4194304 4196468 140722004157440 140023027170064 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30570] ppid=30509 vsize=10846988 memory=3620 CPUtime=9.67 cores=0,2,4,6
/proc/30512/task/30570/stat : 30570 (java) S 30509 30512 29733 0 -1 1077944384 15975 13025 0 0 885 75 4 3 20 0 15 0 473181275 11107315712 92031 33554432000 4194304 4196468 140722004157440 140022982728048 140023456115330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30571] ppid=30509 vsize=10846988 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30571/stat : 30571 (java) S 30509 30512 29733 0 -1 1077944384 19 13025 0 0 0 0 4 3 20 0 15 0 473181276 11107315712 92031 33554432000 4194304 4196468 140722004157440 140022913164384 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30572] ppid=30509 vsize=10846988 memory=776 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30572/stat : 30572 (java) S 30509 30512 29733 0 -1 1077944384 16 13025 0 0 0 0 4 3 20 0 15 0 473181276 11107315712 92031 33554432000 4194304 4196468 140722004157440 140022443402112 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30573] ppid=30509 vsize=10846988 memory=1160 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30573/stat : 30573 (java) S 30509 30512 29733 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 473181279 11107315712 92031 33554432000 4194304 4196468 140722004157440 140022174967632 140023456122779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30574] ppid=30509 vsize=10846988 memory=1716 CPUtime=4 cores=0,2,4,6
/proc/30512/task/30574/stat : 30574 (java) S 30509 30512 29733 0 -1 1077944384 11755 13025 1 0 391 2 4 3 20 0 15 0 473181279 11107315712 92031 33554432000 4194304 4196468 140722004157440 140022981675888 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30575] ppid=30509 vsize=10846988 memory=1096 CPUtime=4.13 cores=0,2,4,6
/proc/30512/task/30575/stat : 30575 (java) S 30509 30512 29733 0 -1 1077944384 12994 13025 0 0 404 2 4 3 20 0 15 0 473181279 11107315712 92031 33554432000 4194304 4196468 140722004157440 140022879607536 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30576] ppid=30509 vsize=10846988 memory=6128 CPUtime=1.97 cores=0,2,4,6
/proc/30512/task/30576/stat : 30576 (java) S 30509 30512 29733 0 -1 1077944384 9288 13025 0 0 187 3 4 3 20 0 15 0 473181279 11107315712 92031 33554432000 4194304 4196468 140722004157440 140022878554736 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30577] ppid=30509 vsize=10846988 memory=14012 CPUtime=0.07 cores=0,2,4,6
/proc/30512/task/30577/stat : 30577 (java) S 30509 30512 29733 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 473181279 11107315712 92031 33554432000 4194304 4196468 140722004157440 140021705206496 140023456114389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
[pid=30512/tid=30578] ppid=30509 vsize=10846988 memory=27320 CPUtime=1.43 cores=0,2,4,6
/proc/30512/task/30578/stat : 30578 (java) S 30509 30512 29733 0 -1 1077944384 782 13025 0 0 68 68 4 3 20 0 15 0 473181279 11107315712 92031 33554432000 4194304 4196468 140722004157440 140022877502128 140023456115330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13541376 140722004163312 140722004165829 140722004165829 140722004168655 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 368124 KiB

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

[startup+2468.64 s]
# the end of solver process 30512 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.64 s, system=4.42064 s

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

Child status: 143
Real time (s): 2468.64
CPU time (s): 2520.06
CPU user time (s): 2515.64
CPU system time (s): 4.42064
CPU usage (%): 102.083
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1301200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.64
system time used= 4.42064
maximum resident set size= 1301724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 514636
page faults= 1
swaps= 0
block input operations= 32
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 257009
involuntary context switches= 7765


# summary of solver processes directly reported to runsolver:
#   pid: 30512
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2515.64
#   total CPU system time (s): 4.42064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.363 second user time and 20.1091 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-20 11:02:40
IDJOB=4402808
IDBENCH=122978
IDSOLVER=2861
FILE ID=node148/4402808-1568970197
RUNJOBID= node148-1568967599-29764
PBS_JOBID= 21704612
Free space on /tmp= 21624 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-15-015-004.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402808-1568970197/watcher-4402808-1568970197 -o /tmp/evaluation-result-4402808-1568970197/solver-4402808-1568970197 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568967599-29764 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=251912797 HOME/instance-4402808-1568970197.xml

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

MD5SUM BENCH= 1a7c138b4bdf03d361f31c5b4036df8a
RANDOM SEED=251912797

node148.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.13
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.13
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.13
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.13
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:         1686956 kB
MemAvailable:   28961460 kB
Buffers:          104152 kB
Cached:         27318400 kB
SwapCached:         2784 kB
Active:         16574820 kB
Inactive:       13741984 kB
Active(anon):    2886712 kB
Inactive(anon):    54464 kB
Active(file):   13688108 kB
Inactive(file): 13687520 kB
Unevictable:      110964 kB
Mlocked:          110964 kB
SwapTotal:      67108860 kB
SwapFree:       67002104 kB
Dirty:             35560 kB
Writeback:             0 kB
AnonPages:       3011860 kB
Mapped:            64796 kB
Shmem:             38428 kB
Slab:             356836 kB
SReclaimable:     327336 kB
SUnreclaim:        29500 kB
KernelStack:        4016 kB
PageTables:        11000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3967012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2224128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 21592 MiB
End job on node148 at 2019-09-20 11:43:49