Trace number 4403192

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)89 2400.05 2361.14

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-05.xml
MD5SUM42feabc1334beaea3bf22cfd312dd4ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark306.205
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size327
Distribution of domain sizes[{"size":1,"count":1},{"size":327,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":112},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":32,"count":2}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
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
7.29/3.88	o 137
7.61/3.92	o 135
7.61/3.96	o 131
8.27/4.19	o 130
8.55/4.25	o 129
9.16/4.40	o 128
9.16/4.46	o 120
9.16/4.46	o 119
9.16/4.47	o 118
9.16/4.49	o 116
9.76/4.63	o 115
9.76/4.64	o 112
9.76/4.65	o 105
10.91/5.23	o 104
11.02/5.37	o 100
11.48/5.66	o 99
12.15/6.08	o 98
12.15/6.08	o 97
12.15/6.09	o 96
12.15/6.10	o 95
12.40/6.20	o 94
12.40/6.21	o 91
12.54/6.36	o 90
12.76/6.51	o 89
2400.00/2361.11	Exception in thread "main" java.util.concurrent.TimeoutException
2400.00/2361.11		at concrete.MAC.mac(MAC.scala:192)
2400.00/2361.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.00/2361.11		at scala.util.Try$.apply(Try.scala:210)
2400.00/2361.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2361.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2361.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2361.11		at concrete.MAC.oneRun(MAC.scala:265)
2400.00/2361.11		at concrete.MAC.nextSolution(MAC.scala:284)
2400.00/2361.11		at concrete.MAC.nextSolution(MAC.scala:369)
2400.00/2361.11		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2361.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.00/2361.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.00/2361.12		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2361.12		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.00/2361.12		at scala.util.Success.map(Try.scala:262)
2400.00/2361.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.00/2361.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2361.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2361.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2361.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2361.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2361.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2361.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2361.12		at scala.App.$anonfun$main$1(App.scala:73)
2400.00/2361.12		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.00/2361.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.00/2361.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.00/2361.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.00/2361.12		at scala.App.main(App.scala:73)
2400.00/2361.12		at scala.App.main$(App.scala:71)
2400.00/2361.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2361.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2361.12	v <instantiation
2400.00/2361.12	v         cost = '89'>
2400.00/2361.12	v       <list>
2400.00/2361.12	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
2400.00/2361.12	v       </list>
2400.00/2361.12	v       <values>
2400.00/2361.12	v         0 0 0 0 2 16 11 10 24 13 8 10 16 24 48 54 31 19 32 23 2 29 32 27 29 34 23 41 40 13 30 48 40 24 55 63 31 55 34 51 53 41 62 50 64 34 50 54 23 54 55 71 64 66 70 74 77 75 81 82 68 89
2400.00/2361.12	v       </values>
2400.00/2361.12	v     </instantiation>
2400.00/2361.13	s SATISFIABLE

Verifier Data

OK	89

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403192-1568976315/watcher-4403192-1568976315 -o /tmp/evaluation-result-4403192-1568976315/solver-4403192-1568976315 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568967595-6471 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4403192-1568976315.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=8703, runsolver pid=8700
Current StackSize limit: 8192 KiB


[startup+0.101609 s]*
/proc/loadavg: 1.65 1.48 1.44 3/218 8760
/proc/meminfo: memFree=6530936/32770624 swapFree=66974400/67108860
[pid=8703] ppid=8700 vsize=9972712 memory=18864 CPUtime=0.09 cores=0,2,4,6
/proc/8703/stat : 8703 (java) S 8700 8703 6440 0 -1 1077944320 4444 13037 0 0 1 1 4 3 20 0 6 0 473898291 10212057088 4716 33554432000 4194304 4196468 140730991105216 140730991087760 140153868877559 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
/proc/8703/statm: 2493178 4716 1935 1 0 2481616 0
[pid=8703/tid=8756] ppid=8700 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8756/stat : 8756 (java) R 8700 8703 6440 0 -1 4202560 2258 13037 0 0 0 0 4 3 20 0 6 0 473898300 10212057088 4716 33554432000 4194304 4196468 140730991105216 140153840714320 140153854000496 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8757] ppid=8700 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8757/stat : 8757 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 6 0 473898301 10212057088 4716 33554432000 4194304 4196468 140730991105216 140153873119504 140153868887765 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8758] ppid=8700 vsize=9972712 memory=139676713690752 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8758/stat : 8758 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 6 0 473898301 10212057088 4716 33554432000 4194304 4196468 140730991105216 140153777322384 140153868887765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8759] ppid=8700 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8759/stat : 8759 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 6 0 473898301 10212057088 4716 33554432000 4194304 4196468 140730991105216 140153440754192 140153868887765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8760] ppid=8700 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8760/stat : 8760 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 6 0 473898301 10212057088 4716 33554432000 4194304 4196468 140730991105216 140153439701648 140153868887765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210065 s]*
/proc/loadavg: 1.65 1.48 1.44 4/227 8769
/proc/meminfo: memFree=6509880/32770624 swapFree=66974400/67108860
[pid=8703] ppid=8700 vsize=10820164 memory=45644 CPUtime=0.25 cores=0,2,4,6
/proc/8703/stat : 8703 (java) S 8700 8703 6440 0 -1 1077944320 7300 13037 0 0 16 2 4 3 20 0 15 0 473898291 11079847936 11411 33554432000 4194304 4196468 140730991105216 140730991087760 140153868877559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
/proc/8703/statm: 2705041 11411 3294 1 0 2667149 0
[pid=8703/tid=8756] ppid=8700 vsize=10820164 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/8703/task/8756/stat : 8756 (java) R 8700 8703 6440 0 -1 4202560 3803 13037 0 0 10 1 4 3 20 0 15 0 473898300 11079847936 11411 33554432000 4194304 4196468 140730991105216 140153840688592 140153868889494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8757] ppid=8700 vsize=10820164 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8757/stat : 8757 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898301 11079847936 11411 33554432000 4194304 4196468 140730991105216 140153873119504 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8758] ppid=8700 vsize=10820164 memory=139676713699709 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8758/stat : 8758 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898301 11079847936 11411 33554432000 4194304 4196468 140730991105216 140153777322384 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8759] ppid=8700 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8759/stat : 8759 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898301 11079847936 11411 33554432000 4194304 4196468 140730991105216 140153440754192 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8760] ppid=8700 vsize=10820176 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8760/stat : 8760 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898301 11079860224 11411 33554432000 4194304 4196468 140730991105216 140153439701648 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8761] ppid=8700 vsize=10820176 memory=139676713690752 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8761/stat : 8761 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898302 11079860224 11411 33554432000 4194304 4196468 140730991105216 140153395448304 140153868888706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8762] ppid=8700 vsize=10820176 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8762/stat : 8762 (java) S 8700 8703 6440 0 -1 1077944384 13 13037 0 0 0 0 4 3 20 0 15 0 473898303 11079860224 11411 33554432000 4194304 4196468 140730991105216 140153305687456 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8763] ppid=8700 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8763/stat : 8763 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898303 11079860224 11411 33554432000 4194304 4196468 140730991105216 140153171469808 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8764] ppid=8700 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8764/stat : 8764 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898306 11079860224 11411 33554432000 4194304 4196468 140730991105216 140152567491280 140153868896155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8765] ppid=8700 vsize=10820176 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8703/task/8765/stat : 8765 (java) R 8700 8703 6440 0 -1 4202560 464 13037 0 0 1 0 4 3 20 0 15 0 473898306 11079860224 11411 33554432000 4194304 4196468 140730991105216 140153394395120 140153861862601 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8766] ppid=8700 vsize=10820184 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8766/stat : 8766 (java) S 8700 8703 6440 0 -1 1077944384 164 13037 0 0 0 0 4 3 20 0 15 0 473898306 11079868416 11411 33554432000 4194304 4196468 140730991105216 140153393342576 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8767] ppid=8700 vsize=10820184 memory=139676713690752 CPUtime=0.1 cores=0,2,4,6
/proc/8703/task/8767/stat : 8767 (java) S 8700 8703 6440 0 -1 1077944384 637 13037 0 0 3 0 4 3 20 0 15 0 473898306 11079868416 11411 33554432000 4194304 4196468 140730991105216 140153392290032 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8768] ppid=8700 vsize=10820184 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8768/stat : 8768 (java) S 8700 8703 6440 0 -1 1077944384 3 13037 0 0 0 0 4 3 20 0 15 0 473898306 11079868416 11411 33554432000 4194304 4196468 140730991105216 140152097729120 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8769] ppid=8700 vsize=10820188 memory=139676713690752 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8769/stat : 8769 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898306 11079872512 11411 33554432000 4194304 4196468 140730991105216 140153391237936 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 45644 KiB

[startup+0.311758 s]*
/proc/loadavg: 1.65 1.48 1.44 4/227 8769
/proc/meminfo: memFree=6479748/32770624 swapFree=66974400/67108860
[pid=8703] ppid=8700 vsize=10820196 memory=54040 CPUtime=0.39 cores=0,2,4,6
/proc/8703/stat : 8703 (java) S 8700 8703 6440 0 -1 1077944320 10738 13037 0 0 28 4 4 3 20 0 15 0 473898291 11079880704 13510 33554432000 4194304 4196468 140730991105216 140730991087760 140153868877559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
/proc/8703/statm: 2705049 13510 3319 1 0 2667149 0
[pid=8703/tid=8756] ppid=8700 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/8703/task/8756/stat : 8756 (java) R 8700 8703 6440 0 -1 4202560 7212 13037 0 0 18 3 4 3 20 0 15 0 473898300 11079880704 13510 33554432000 4194304 4196468 140730991105216 140153840687696 140153849522226 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8757] ppid=8700 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8757/stat : 8757 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898301 11079880704 13510 33554432000 4194304 4196468 140730991105216 140153873119504 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8758] ppid=8700 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8758/stat : 8758 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898301 11079880704 13510 33554432000 4194304 4196468 140730991105216 140153777322384 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8759] ppid=8700 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8759/stat : 8759 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898301 11079880704 13510 33554432000 4194304 4196468 140730991105216 140153440754192 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8760] ppid=8700 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8760/stat : 8760 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898301 11079880704 13510 33554432000 4194304 4196468 140730991105216 140153439701648 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8761] ppid=8700 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8761/stat : 8761 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898302 11079880704 13510 33554432000 4194304 4196468 140730991105216 140153395448304 140153868888706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8762] ppid=8700 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8762/stat : 8762 (java) S 8700 8703 6440 0 -1 1077944384 13 13037 0 0 0 0 4 3 20 0 15 0 473898303 11079880704 13510 33554432000 4194304 4196468 140730991105216 140153305687456 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8763] ppid=8700 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8763/stat : 8763 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898303 11079880704 13510 33554432000 4194304 4196468 140730991105216 140153171469808 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8764] ppid=8700 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8764/stat : 8764 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898306 11079880704 13510 33554432000 4194304 4196468 140730991105216 140152567491280 140153868896155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8765] ppid=8700 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8703/task/8765/stat : 8765 (java) S 8700 8703 6440 0 -1 1077944384 475 13037 0 0 1 0 4 3 20 0 15 0 473898306 11079880704 13510 33554432000 4194304 4196468 140730991105216 140153394395120 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8766] ppid=8700 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8703/task/8766/stat : 8766 (java) S 8700 8703 6440 0 -1 1077944384 165 13037 0 0 1 0 4 3 20 0 15 0 473898306 11079880704 13510 33554432000 4194304 4196468 140730991105216 140153393342576 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8767] ppid=8700 vsize=10820196 memory=139676713690752 CPUtime=0.12 cores=0,2,4,6
/proc/8703/task/8767/stat : 8767 (java) S 8700 8703 6440 0 -1 1077944384 657 13037 0 0 5 0 4 3 20 0 15 0 473898306 11079880704 13510 33554432000 4194304 4196468 140730991105216 140153392290032 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8768] ppid=8700 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8768/stat : 8768 (java) S 8700 8703 6440 0 -1 1077944384 3 13037 0 0 0 0 4 3 20 0 15 0 473898306 11079880704 13510 33554432000 4194304 4196468 140730991105216 140152097729120 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8769] ppid=8700 vsize=10820196 memory=139676713690752 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8769/stat : 8769 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898306 11079880704 13510 33554432000 4194304 4196468 140730991105216 140153391237936 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54040 KiB

[startup+0.700802 s]
/proc/loadavg: 1.65 1.48 1.44 3/227 8769
/proc/meminfo: memFree=6470876/32770624 swapFree=66974400/67108860
[pid=8703] ppid=8700 vsize=10822316 memory=78004 CPUtime=0.9 cores=0,2,4,6
/proc/8703/stat : 8703 (java) S 8700 8703 6440 0 -1 1077944320 14146 13037 0 0 76 7 4 3 20 0 15 0 473898291 11082051584 19501 33554432000 4194304 4196468 140730991105216 140730991087760 140153868877559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
/proc/8703/statm: 2705579 19501 3487 1 0 2667661 0
[pid=8703/tid=8756] ppid=8700 vsize=10822316 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/8703/task/8756/stat : 8756 (java) D 8700 8703 6440 0 -1 4202560 9559 13037 0 0 44 5 4 3 20 0 15 0 473898300 11082051584 19501 33554432000 4194304 4196468 140730991105216 140153840707088 140153868899485 0 4 0 16800975 18446744072100560005 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8757] ppid=8700 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8757/stat : 8757 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898301 11082051584 19501 33554432000 4194304 4196468 140730991105216 140153873119504 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8758] ppid=8700 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8758/stat : 8758 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898301 11082051584 19501 33554432000 4194304 4196468 140730991105216 140153777322384 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8759] ppid=8700 vsize=10822316 memory=279353129224160 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8759/stat : 8759 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898301 11082051584 19501 33554432000 4194304 4196468 140730991105216 140153440754192 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8760] ppid=8700 vsize=10822316 memory=139676564467632 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8760/stat : 8760 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898301 11082051584 19501 33554432000 4194304 4196468 140730991105216 140153439701648 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8761] ppid=8700 vsize=10822316 memory=139676631433798 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8761/stat : 8761 (java) S 8700 8703 6440 0 -1 1077944384 5 13037 0 0 0 0 4 3 20 0 15 0 473898302 11082051584 19501 33554432000 4194304 4196468 140730991105216 140153395448304 140153868888706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8762] ppid=8700 vsize=10822316 memory=1552 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8762/stat : 8762 (java) S 8700 8703 6440 0 -1 1077944384 13 13037 0 0 0 0 4 3 20 0 15 0 473898303 11082051584 19501 33554432000 4194304 4196468 140730991105216 140153305687456 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8763] ppid=8700 vsize=10822316 memory=7092418796125250880 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8763/stat : 8763 (java) S 8700 8703 6440 0 -1 1077944384 1 13037 0 0 0 0 4 3 20 0 15 0 473898303 11082051584 19501 33554432000 4194304 4196468 140730991105216 140153171469808 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8764] ppid=8700 vsize=10822316 memory=7453282923411564372 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8764/stat : 8764 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898306 11082051584 19501 33554432000 4194304 4196468 140730991105216 140152567491280 140153868896155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8765] ppid=8700 vsize=10822316 memory=5787213827063244903 CPUtime=0.16 cores=0,2,4,6
/proc/8703/task/8765/stat : 8765 (java) S 8700 8703 6440 0 -1 1077944384 945 13037 0 0 9 0 4 3 20 0 15 0 473898306 11082051584 19501 33554432000 4194304 4196468 140730991105216 140153394395120 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8766] ppid=8700 vsize=10822316 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/8703/task/8766/stat : 8766 (java) S 8700 8703 6440 0 -1 1077944384 640 13037 0 0 7 0 4 3 20 0 15 0 473898306 11082051584 19501 33554432000 4194304 4196468 140730991105216 140153393342576 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8767] ppid=8700 vsize=10822316 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/8703/task/8767/stat : 8767 (java) S 8700 8703 6440 0 -1 1077944384 766 13037 0 0 13 0 4 3 20 0 15 0 473898306 11082051584 19501 33554432000 4194304 4196468 140730991105216 140153392290032 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8768] ppid=8700 vsize=10822316 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8768/stat : 8768 (java) S 8700 8703 6440 0 -1 1077944384 3 13037 0 0 0 0 4 3 20 0 15 0 473898306 11082051584 19501 33554432000 4194304 4196468 140730991105216 140152097729120 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8769] ppid=8700 vsize=10822316 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8769/stat : 8769 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898306 11082051584 19501 33554432000 4194304 4196468 140730991105216 140153391237936 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 78004 KiB

[startup+1.5011 s]
/proc/loadavg: 1.65 1.48 1.44 3/227 8769
/proc/meminfo: memFree=6468596/32770624 swapFree=66974400/67108860
[pid=8703] ppid=8700 vsize=10832632 memory=169564 CPUtime=1.94 cores=0,2,4,6
/proc/8703/stat : 8703 (java) S 8700 8703 6440 0 -1 1077944320 19840 13037 0 0 176 11 4 3 20 0 15 0 473898291 11092615168 42391 33554432000 4194304 4196468 140730991105216 140730991087760 140153868877559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
/proc/8703/statm: 2708158 42391 3583 1 0 2670221 0
[pid=8703/tid=8756] ppid=8700 vsize=10832632 memory=9252 CPUtime=1.11 cores=0,2,4,6
/proc/8703/task/8756/stat : 8756 (java) R 8700 8703 6440 0 -1 4202560 14036 13037 0 0 97 7 4 3 20 0 15 0 473898300 11092615168 42391 33554432000 4194304 4196468 140730991105216 140153840701792 140153852958046 0 4 0 16800975 0 0 0 -1 4 0 0 32 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8757] ppid=8700 vsize=10832632 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/8703/task/8757/stat : 8757 (java) S 8700 8703 6440 0 -1 1077944384 25 13037 0 0 1 0 4 3 20 0 15 0 473898301 11092615168 42391 33554432000 4194304 4196468 140730991105216 140153873119504 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8758] ppid=8700 vsize=10832632 memory=4096 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8758/stat : 8758 (java) S 8700 8703 6440 0 -1 1077944384 66 13037 0 0 0 0 4 3 20 0 15 0 473898301 11092615168 42391 33554432000 4194304 4196468 140730991105216 140153777322384 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8759] ppid=8700 vsize=10832632 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8759/stat : 8759 (java) S 8700 8703 6440 0 -1 1077944384 336 13037 0 0 0 0 4 3 20 0 15 0 473898301 11092615168 42391 33554432000 4194304 4196468 140730991105216 140153440754192 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8760] ppid=8700 vsize=10832632 memory=78004 CPUtime=0.08 cores=0,2,4,6
/proc/8703/task/8760/stat : 8760 (java) S 8700 8703 6440 0 -1 1077944384 78 13037 0 0 1 0 4 3 20 0 15 0 473898301 11092615168 42391 33554432000 4194304 4196468 140730991105216 140153439701648 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8761] ppid=8700 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8703/task/8761/stat : 8761 (java) S 8700 8703 6440 0 -1 1077944384 143 13037 0 0 1 0 4 3 20 0 15 0 473898302 11092615168 42391 33554432000 4194304 4196468 140730991105216 140153395448304 140153868888706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8762] ppid=8700 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8762/stat : 8762 (java) S 8700 8703 6440 0 -1 1077944384 13 13037 0 0 0 0 4 3 20 0 15 0 473898303 11092615168 42391 33554432000 4194304 4196468 140730991105216 140153305687520 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8763] ppid=8700 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8763/stat : 8763 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898303 11092615168 42391 33554432000 4194304 4196468 140730991105216 140153171469808 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8764] ppid=8700 vsize=10832632 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8764/stat : 8764 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898306 11092615168 42391 33554432000 4194304 4196468 140730991105216 140152567491280 140153868896155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8765] ppid=8700 vsize=10832632 memory=4638778398332698720 CPUtime=0.29 cores=0,2,4,6
/proc/8703/task/8765/stat : 8765 (java) S 8700 8703 6440 0 -1 1077944384 1041 13037 0 0 22 0 4 3 20 0 15 0 473898306 11092615168 42391 33554432000 4194304 4196468 140730991105216 140153394395216 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8766] ppid=8700 vsize=10832632 memory=279353129213344 CPUtime=0.27 cores=0,2,4,6
/proc/8703/task/8766/stat : 8766 (java) R 8700 8703 6440 0 -1 1077944384 717 13037 0 0 20 0 4 3 20 0 15 0 473898306 11092615168 42391 33554432000 4194304 4196468 140730991105216 140153393342576 140153868888706 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8767] ppid=8700 vsize=10832632 memory=6944656425123290226 CPUtime=0.36 cores=0,2,4,6
/proc/8703/task/8767/stat : 8767 (java) S 8700 8703 6440 0 -1 1077944384 1172 13037 0 0 29 0 4 3 20 0 15 0 473898306 11092615168 42391 33554432000 4194304 4196468 140730991105216 140153392290032 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8768] ppid=8700 vsize=10832632 memory=-7233780906022716832 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8768/stat : 8768 (java) S 8700 8703 6440 0 -1 1077944384 3 13037 0 0 0 0 4 3 20 0 15 0 473898306 11092615168 42391 33554432000 4194304 4196468 140730991105216 140152097729120 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8769] ppid=8700 vsize=10832632 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8769/stat : 8769 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898306 11092615168 42391 33554432000 4194304 4196468 140730991105216 140153391237936 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10832632 KiB

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

/proc/8703/task/8756/stat : 8756 (java) R 8700 8703 6440 0 -1 4202560 59694 13037 0 0 223724 45 4 3 20 0 15 0 473898300 11107315712 202124 33554432000 4194304 4196468 140730991105216 140153840713280 140153471522368 0 4 0 16800975 0 0 0 -1 0 0 0 32 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8757] ppid=8700 vsize=10846988 memory=808496 CPUtime=10.67 cores=0,2,4,6
/proc/8703/task/8757/stat : 8757 (java) S 8700 8703 6440 0 -1 1077944384 10773 13037 0 0 1007 53 4 3 20 0 15 0 473898301 11107315712 202124 33554432000 4194304 4196468 140730991105216 140153873119504 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8758] ppid=8700 vsize=10846988 memory=279353129664272 CPUtime=10.67 cores=0,2,4,6
/proc/8703/task/8758/stat : 8758 (java) S 8700 8703 6440 0 -1 1077944384 7536 13037 0 0 1009 51 4 3 20 0 15 0 473898301 11107315712 202124 33554432000 4194304 4196468 140730991105216 140153777322384 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8759] ppid=8700 vsize=10846988 memory=808496 CPUtime=10.7 cores=0,2,4,6
/proc/8703/task/8759/stat : 8759 (java) S 8700 8703 6440 0 -1 1077944384 13067 13037 0 0 1007 56 4 3 20 0 15 0 473898301 11107315712 202124 33554432000 4194304 4196468 140730991105216 140153440754192 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8760] ppid=8700 vsize=10846988 memory=808496 CPUtime=10.71 cores=0,2,4,6
/proc/8703/task/8760/stat : 8760 (java) S 8700 8703 6440 0 -1 1077944384 10658 13037 0 0 1011 53 4 3 20 0 15 0 473898301 11107315712 202124 33554432000 4194304 4196468 140730991105216 140153439701648 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8761] ppid=8700 vsize=10846988 memory=279353130746800 CPUtime=10.1 cores=0,2,4,6
/proc/8703/task/8761/stat : 8761 (java) S 8700 8703 6440 0 -1 1077944384 13791 13037 0 0 952 51 4 3 20 0 15 0 473898302 11107315712 202124 33554432000 4194304 4196468 140730991105216 140153395448304 140153868888706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8762] ppid=8700 vsize=10846988 memory=808496 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8762/stat : 8762 (java) S 8700 8703 6440 0 -1 1077944384 14 13037 0 0 0 0 4 3 20 0 15 0 473898303 11107315712 202124 33554432000 4194304 4196468 140730991105216 140153305687584 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8763] ppid=8700 vsize=10846988 memory=808496 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8763/stat : 8763 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898303 11107315712 202124 33554432000 4194304 4196468 140730991105216 140153171469824 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8764] ppid=8700 vsize=10846988 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8764/stat : 8764 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898306 11107315712 202124 33554432000 4194304 4196468 140730991105216 140152567491280 140153868896155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8765] ppid=8700 vsize=10846988 memory=808496 CPUtime=3.24 cores=0,2,4,6
/proc/8703/task/8765/stat : 8765 (java) S 8700 8703 6440 0 -1 1077944384 19787 13037 0 0 313 4 4 3 20 0 15 0 473898306 11107315712 202124 33554432000 4194304 4196468 140730991105216 140153394395120 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8766] ppid=8700 vsize=10846988 memory=808496 CPUtime=3.28 cores=0,2,4,6
/proc/8703/task/8766/stat : 8766 (java) S 8700 8703 6440 0 -1 1077944384 19348 13037 0 0 319 2 4 3 20 0 15 0 473898306 11107315712 202124 33554432000 4194304 4196468 140730991105216 140153393342576 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8767] ppid=8700 vsize=10846988 memory=808496 CPUtime=1.75 cores=0,2,4,6
/proc/8703/task/8767/stat : 8767 (java) S 8700 8703 6440 0 -1 1077944384 17283 13037 0 0 166 2 4 3 20 0 15 0 473898306 11107315712 202124 33554432000 4194304 4196468 140730991105216 140153392290032 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8768] ppid=8700 vsize=10846988 memory=808496 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8768/stat : 8768 (java) S 8700 8703 6440 0 -1 1077944384 3 13037 0 0 0 0 4 3 20 0 15 0 473898306 11107315712 202124 33554432000 4194304 4196468 140730991105216 140152097729120 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8769] ppid=8700 vsize=10846988 memory=1724 CPUtime=1.41 cores=0,2,4,6
/proc/8703/task/8769/stat : 8769 (java) S 8700 8703 6440 0 -1 1077944384 944 13037 0 0 64 70 4 3 20 0 15 0 473898306 11107315712 202124 33554432000 4194304 4196468 140730991105216 140153391237936 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
Current children cumulated CPU time: 2299.77 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 808496 KiB

[startup+2322.3 s]
/proc/loadavg: 1.08 1.30 1.38 3/228 9132
/proc/meminfo: memFree=5408388/32770624 swapFree=66974412/67108860
[pid=8703] ppid=8700 vsize=10846988 memory=808508 CPUtime=2360.64 cores=0,2,4,6
/proc/8703/stat : 8703 (java) S 8700 8703 6440 0 -1 1077944320 176494 13037 0 0 235729 328 4 3 20 0 15 0 473898291 11107315712 202127 33554432000 4194304 4196468 140730991105216 140730991087760 140153868877559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
/proc/8703/statm: 2711747 202127 3631 1 0 2673805 0
[pid=8703/tid=8756] ppid=8700 vsize=10846988 memory=808508 CPUtime=2297.14 cores=0,2,4,6
/proc/8703/task/8756/stat : 8756 (java) R 8700 8703 6440 0 -1 4202560 60430 13037 0 0 229661 46 4 3 20 0 15 0 473898300 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153840712560 140153466454626 0 4 0 16800975 0 0 0 -1 4 0 0 32 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8757] ppid=8700 vsize=10846988 memory=808508 CPUtime=10.96 cores=0,2,4,6
/proc/8703/task/8757/stat : 8757 (java) S 8700 8703 6440 0 -1 1077944384 10791 13037 0 0 1035 54 4 3 20 0 15 0 473898301 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153873119504 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8758] ppid=8700 vsize=10846988 memory=808508 CPUtime=10.97 cores=0,2,4,6
/proc/8703/task/8758/stat : 8758 (java) S 8700 8703 6440 0 -1 1077944384 7752 13037 0 0 1038 52 4 3 20 0 15 0 473898301 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153777322384 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8759] ppid=8700 vsize=10846988 memory=808508 CPUtime=11 cores=0,2,4,6
/proc/8703/task/8759/stat : 8759 (java) S 8700 8703 6440 0 -1 1077944384 13149 13037 0 0 1036 57 4 3 20 0 15 0 473898301 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153440754192 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8760] ppid=8700 vsize=10846988 memory=808508 CPUtime=11 cores=0,2,4,6
/proc/8703/task/8760/stat : 8760 (java) S 8700 8703 6440 0 -1 1077944384 10760 13037 0 0 1039 54 4 3 20 0 15 0 473898301 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153439701648 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8761] ppid=8700 vsize=10846988 memory=808508 CPUtime=10.38 cores=0,2,4,6
/proc/8703/task/8761/stat : 8761 (java) S 8700 8703 6440 0 -1 1077944384 14000 13037 0 0 978 53 4 3 20 0 15 0 473898302 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153395448304 140153868888706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8762] ppid=8700 vsize=10846988 memory=808508 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8762/stat : 8762 (java) S 8700 8703 6440 0 -1 1077944384 14 13037 0 0 0 0 4 3 20 0 15 0 473898303 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153305687584 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8763] ppid=8700 vsize=10846988 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8763/stat : 8763 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898303 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153171469824 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8764] ppid=8700 vsize=10846988 memory=808508 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8764/stat : 8764 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140152567491280 140153868896155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8765] ppid=8700 vsize=10846988 memory=808508 CPUtime=3.24 cores=0,2,4,6
/proc/8703/task/8765/stat : 8765 (java) S 8700 8703 6440 0 -1 1077944384 19789 13037 0 0 313 4 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153394395120 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8766] ppid=8700 vsize=10846988 memory=3620 CPUtime=3.28 cores=0,2,4,6
/proc/8703/task/8766/stat : 8766 (java) S 8700 8703 6440 0 -1 1077944384 19350 13037 0 0 319 2 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153393342576 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8767] ppid=8700 vsize=10846988 memory=808508 CPUtime=1.75 cores=0,2,4,6
/proc/8703/task/8767/stat : 8767 (java) S 8700 8703 6440 0 -1 1077944384 17285 13037 0 0 166 2 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153392290032 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8768] ppid=8700 vsize=10846988 memory=1376 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8768/stat : 8768 (java) S 8700 8703 6440 0 -1 1077944384 3 13037 0 0 0 0 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140152097729120 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8769] ppid=8700 vsize=10846988 memory=1408 CPUtime=1.45 cores=0,2,4,6
/proc/8703/task/8769/stat : 8769 (java) S 8700 8703 6440 0 -1 1077944384 962 13037 0 0 66 72 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153391237936 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
Current children cumulated CPU time: 2360.64 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 808508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2361.11 s]
/proc/loadavg: 1.12 1.28 1.37 3/228 9135
/proc/meminfo: memFree=5407316/32770624 swapFree=66974412/67108860
[pid=8703] ppid=8700 vsize=10846988 memory=808508 CPUtime=2400 cores=0,2,4,6
/proc/8703/stat : 8703 (java) S 8700 8703 6440 0 -1 1077944320 177662 13037 0 0 239659 334 4 3 20 0 15 0 473898291 11107315712 202127 33554432000 4194304 4196468 140730991105216 140730991087760 140153868877559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
/proc/8703/statm: 2711747 202127 3631 1 0 2673805 0
[pid=8703/tid=8756] ppid=8700 vsize=10846988 memory=808508 CPUtime=2335.56 cores=0,2,4,6
/proc/8703/task/8756/stat : 8756 (java) R 8700 8703 6440 0 -1 4202560 60992 13037 0 0 233502 47 4 3 20 0 15 0 473898300 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153840713312 140153471580745 0 4 0 16800975 0 0 0 -1 0 0 0 32 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8757] ppid=8700 vsize=10846988 memory=940 CPUtime=11.15 cores=0,2,4,6
/proc/8703/task/8757/stat : 8757 (java) S 8700 8703 6440 0 -1 1077944384 10863 13037 0 0 1053 55 4 3 20 0 15 0 473898301 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153873119504 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8758] ppid=8700 vsize=10846988 memory=808508 CPUtime=11.15 cores=0,2,4,6
/proc/8703/task/8758/stat : 8758 (java) S 8700 8703 6440 0 -1 1077944384 7837 13037 0 0 1056 52 4 3 20 0 15 0 473898301 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153777322384 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8759] ppid=8700 vsize=10846988 memory=808508 CPUtime=11.18 cores=0,2,4,6
/proc/8703/task/8759/stat : 8759 (java) S 8700 8703 6440 0 -1 1077944384 13373 13037 0 0 1053 58 4 3 20 0 15 0 473898301 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153440754192 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8760] ppid=8700 vsize=10846988 memory=808508 CPUtime=11.19 cores=0,2,4,6
/proc/8703/task/8760/stat : 8760 (java) S 8700 8703 6440 0 -1 1077944384 10763 13037 0 0 1057 55 4 3 20 0 15 0 473898301 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153439701648 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8761] ppid=8700 vsize=10846988 memory=808508 CPUtime=10.55 cores=0,2,4,6
/proc/8703/task/8761/stat : 8761 (java) S 8700 8703 6440 0 -1 1077944384 14210 13037 0 0 994 54 4 3 20 0 15 0 473898302 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153395448304 140153868888706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8762] ppid=8700 vsize=10846988 memory=808508 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8762/stat : 8762 (java) S 8700 8703 6440 0 -1 1077944384 14 13037 0 0 0 0 4 3 20 0 15 0 473898303 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153305687584 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8763] ppid=8700 vsize=10846988 memory=808508 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8763/stat : 8763 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898303 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153171469824 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8764] ppid=8700 vsize=10846988 memory=808508 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8764/stat : 8764 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140152567491280 140153868896155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8765] ppid=8700 vsize=10846988 memory=808508 CPUtime=3.24 cores=0,2,4,6
/proc/8703/task/8765/stat : 8765 (java) S 8700 8703 6440 0 -1 1077944384 19791 13037 0 0 313 4 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153394395120 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8766] ppid=8700 vsize=10846988 memory=2004 CPUtime=3.28 cores=0,2,4,6
/proc/8703/task/8766/stat : 8766 (java) S 8700 8703 6440 0 -1 1077944384 19352 13037 0 0 319 2 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153393342576 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8767] ppid=8700 vsize=10846988 memory=279353128818792 CPUtime=1.75 cores=0,2,4,6
/proc/8703/task/8767/stat : 8767 (java) S 8700 8703 6440 0 -1 1077944384 17287 13037 0 0 166 2 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153392290032 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8768] ppid=8700 vsize=10846988 memory=279353129445408 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8768/stat : 8768 (java) S 8700 8703 6440 0 -1 1077944384 3 13037 0 0 0 0 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140152097729120 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8769] ppid=8700 vsize=10846988 memory=288230574492221466 CPUtime=1.47 cores=0,2,4,6
/proc/8703/task/8769/stat : 8769 (java) S 8700 8703 6440 0 -1 1077944384 968 13037 0 0 67 73 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153391237936 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 808508 KiB

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

[startup+2361.14 s]
# the end of solver process 8703 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.67 s, system=3.38773 s

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

[startup+2361.11 s]
/proc/loadavg: 1.12 1.28 1.37 3/228 9135
/proc/meminfo: memFree=5407316/32770624 swapFree=66974412/67108860
[pid=8703] ppid=8700 vsize=10846988 memory=808508 CPUtime=2400 cores=0,2,4,6
/proc/8703/stat : 8703 (java) S 8700 8703 6440 0 -1 1077944320 177662 13037 0 0 239659 334 4 3 20 0 15 0 473898291 11107315712 202127 33554432000 4194304 4196468 140730991105216 140730991087760 140153868877559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
/proc/8703/statm: 2711747 202127 3631 1 0 2673805 0
[pid=8703/tid=8756] ppid=8700 vsize=10846988 memory=808508 CPUtime=2335.56 cores=0,2,4,6
/proc/8703/task/8756/stat : 8756 (java) R 8700 8703 6440 0 -1 4202560 60992 13037 0 0 233502 47 4 3 20 0 15 0 473898300 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153840713312 140153471580745 0 4 0 16800975 0 0 0 -1 0 0 0 32 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8757] ppid=8700 vsize=10846988 memory=940 CPUtime=11.15 cores=0,2,4,6
/proc/8703/task/8757/stat : 8757 (java) S 8700 8703 6440 0 -1 1077944384 10863 13037 0 0 1053 55 4 3 20 0 15 0 473898301 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153873119504 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8758] ppid=8700 vsize=10846988 memory=808508 CPUtime=11.15 cores=0,2,4,6
/proc/8703/task/8758/stat : 8758 (java) S 8700 8703 6440 0 -1 1077944384 7837 13037 0 0 1056 52 4 3 20 0 15 0 473898301 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153777322384 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8759] ppid=8700 vsize=10846988 memory=808508 CPUtime=11.18 cores=0,2,4,6
/proc/8703/task/8759/stat : 8759 (java) S 8700 8703 6440 0 -1 1077944384 13373 13037 0 0 1053 58 4 3 20 0 15 0 473898301 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153440754192 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8760] ppid=8700 vsize=10846988 memory=808508 CPUtime=11.19 cores=0,2,4,6
/proc/8703/task/8760/stat : 8760 (java) S 8700 8703 6440 0 -1 1077944384 10763 13037 0 0 1057 55 4 3 20 0 15 0 473898301 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153439701648 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8761] ppid=8700 vsize=10846988 memory=808508 CPUtime=10.55 cores=0,2,4,6
/proc/8703/task/8761/stat : 8761 (java) S 8700 8703 6440 0 -1 1077944384 14210 13037 0 0 994 54 4 3 20 0 15 0 473898302 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153395448304 140153868888706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8762] ppid=8700 vsize=10846988 memory=808508 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8762/stat : 8762 (java) S 8700 8703 6440 0 -1 1077944384 14 13037 0 0 0 0 4 3 20 0 15 0 473898303 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153305687584 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8763] ppid=8700 vsize=10846988 memory=808508 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8763/stat : 8763 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898303 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153171469824 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8764] ppid=8700 vsize=10846988 memory=808508 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8764/stat : 8764 (java) S 8700 8703 6440 0 -1 1077944384 2 13037 0 0 0 0 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140152567491280 140153868896155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8765] ppid=8700 vsize=10846988 memory=808508 CPUtime=3.24 cores=0,2,4,6
/proc/8703/task/8765/stat : 8765 (java) S 8700 8703 6440 0 -1 1077944384 19791 13037 0 0 313 4 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153394395120 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8766] ppid=8700 vsize=10846988 memory=2004 CPUtime=3.28 cores=0,2,4,6
/proc/8703/task/8766/stat : 8766 (java) S 8700 8703 6440 0 -1 1077944384 19352 13037 0 0 319 2 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153393342576 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8767] ppid=8700 vsize=10846988 memory=279353128818792 CPUtime=1.75 cores=0,2,4,6
/proc/8703/task/8767/stat : 8767 (java) S 8700 8703 6440 0 -1 1077944384 17287 13037 0 0 166 2 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153392290032 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8768] ppid=8700 vsize=10846988 memory=279353129445408 CPUtime=0.07 cores=0,2,4,6
/proc/8703/task/8768/stat : 8768 (java) S 8700 8703 6440 0 -1 1077944384 3 13037 0 0 0 0 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140152097729120 140153868887765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
[pid=8703/tid=8769] ppid=8700 vsize=10846988 memory=288230574492221466 CPUtime=1.47 cores=0,2,4,6
/proc/8703/task/8769/stat : 8769 (java) S 8700 8703 6440 0 -1 1077944384 968 13037 0 0 67 73 4 3 20 0 15 0 473898306 11107315712 202127 33554432000 4194304 4196468 140730991105216 140153391237936 140153868888706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34844672 140730991110896 140730991113413 140730991113413 140730991116239 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 808508 KiB

Child status: 143
Real time (s): 2361.14
CPU time (s): 2400.05
CPU user time (s): 2396.67
CPU system time (s): 3.38773
CPU usage (%): 101.648
Max. virtual memory (cumulated for all children) (KiB): 10849636
Max. memory (cumulated for all children) (KiB): 808508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.67
system time used= 3.38774
maximum resident set size= 812652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 277701
involuntary context switches= 8628


# summary of solver processes directly reported to runsolver:
#   pid: 8703
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2396.67
#   total CPU system time (s): 3.38773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1938 second user time and 21.9105 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 12:44:32
IDJOB=4403192
IDBENCH=128634
IDSOLVER=2862
FILE ID=node125/4403192-1568976315
RUNJOBID= node125-1568967595-6471
PBS_JOBID= 21704623
Free space on /tmp= 4128 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403192-1568976315/watcher-4403192-1568976315 -o /tmp/evaluation-result-4403192-1568976315/solver-4403192-1568976315 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568967595-6471 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4403192-1568976315.xml

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

MD5SUM BENCH= 42feabc1334beaea3bf22cfd312dd4ae
RANDOM SEED=453517493

node125.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.29
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.29
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.29
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.29
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:         6539320 kB
MemAvailable:   31439212 kB
Buffers:          119296 kB
Cached:         24661540 kB
SwapCached:        29920 kB
Active:         12754740 kB
Inactive:       12445500 kB
Active(anon):     389092 kB
Inactive(anon):    77148 kB
Active(file):   12365648 kB
Inactive(file): 12368352 kB
Unevictable:      109196 kB
Mlocked:          109196 kB
SwapTotal:      67108860 kB
SwapFree:       66974400 kB
Dirty:             35680 kB
Writeback:             0 kB
AnonPages:        500500 kB
Mapped:            65276 kB
Shmem:             38052 kB
Slab:             624204 kB
SReclaimable:     594352 kB
SUnreclaim:        29852 kB
KernelStack:        3728 kB
PageTables:         8156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1571404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4092 MiB
End job on node125 at 2019-09-20 13:23:54