Trace number 4392120

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)39 2400.05 2346.33

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-07-10.xml
MD5SUMebe39bf25244fda615bb1bf8fe88192a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark31.4095
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints166
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":70},{"size":9,"count":70}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":70},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":40}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":70},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":40}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96},{"type":"sum","count":70}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.72/0.64	c Concrete v3.10.1560635388952 running
8.11/3.64	o 31
8.11/3.66	o 33
8.11/3.68	o 34
8.45/3.80	o 35
8.83/3.85	o 37
8.83/3.86	o 38
12.33/5.03	o 39
2400.01/2346.30	Exception in thread "main" java.util.concurrent.TimeoutException
2400.01/2346.30		at concrete.MAC.mac(MAC.scala:189)
2400.01/2346.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.01/2346.30		at scala.util.Try$.apply(Try.scala:212)
2400.01/2346.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2346.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2346.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2346.30		at concrete.MAC.oneRun(MAC.scala:253)
2400.01/2346.30		at concrete.MAC.nextSolution(MAC.scala:272)
2400.01/2346.30		at concrete.MAC.nextSolution(MAC.scala:355)
2400.01/2346.30		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2346.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2346.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2346.30		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2346.30		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.01/2346.30		at scala.util.Success.map(Try.scala:264)
2400.01/2346.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.01/2346.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2346.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2346.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2346.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2346.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2346.30		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2346.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2346.30		at scala.App.$anonfun$main$1(App.scala:75)
2400.01/2346.30		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.01/2346.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2346.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2346.30		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.01/2346.30		at scala.App.main(App.scala:75)
2400.01/2346.30		at scala.App.main$(App.scala:73)
2400.01/2346.30		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2346.30		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2346.31	v <instantiation
2400.01/2346.31	v         cost = '39'>
2400.01/2346.31	v       <list>
2400.01/2346.31	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[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[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[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[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[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[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] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9]
2400.01/2346.31	v       </list>
2400.01/2346.31	v       <values>
2400.01/2346.31	v         1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 1 0 1 1 1 1 0 0 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 1 1 1 1 0 1 0 1 1 0 1 1 2 4 3 3 4 3 2 4 2 2 2 3 4 3 3 5 3 5 3 4 4 5 5 5 5 5 3 5 5 3 2 3 2 2 2 3 4 3 3 2 3 5 5 5 5 5 3 5 5 4 4 3 4 2 3 5 3 5 3 3 2 2 4 2 4 3 2 4 3 3
2400.01/2346.31	v       </values>
2400.01/2346.31	v     </instantiation>
2400.01/2346.31	s SATISFIABLE

Verifier Data

OK	39

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392120-1568307285/watcher-4392120-1568307285 -o /tmp/evaluation-result-4392120-1568307285/solver-4392120-1568307285 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30927 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=900359304 HOME/instance-4392120-1568307285.xml 

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

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=30952, runsolver pid=30947
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 1.00 1.03 1.25 3/225 31029
/proc/meminfo: memFree=30361840/32770624 swapFree=66915716/67108860
[pid=30952] ppid=30947 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/30952/stat : 30952 (bash) S 30947 30952 30895 0 -1 4202496 888 5697 1 1 0 0 0 1 20 0 1 0 406979073 115974144 403 33554432000 4194304 5098028 140725119323024 140725119317032 140249399974912 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 3 0 0 7196144 7232144 36749312 140725119329301 140725119329425 140725119329425 140725119332334 0
/proc/30952/statm: 28314 403 320 221 0 119 0
[pid=31008] ppid=30952 vsize=113256 memory=704 CPUtime=0 cores=1,3,5,7
/proc/31008/stat : 31008 (bash) S 30952 30952 30895 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 1 0 406979078 115974144 176 33554432000 4194304 5098028 140725119323024 140725119315704 140249399800444 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 36749312 140725119329301 140725119329425 140725119329425 140725119332334 0
/proc/31008/statm: 28314 176 93 221 0 119 0
[pid=31010] ppid=31008 vsize=10260324 memory=20400 CPUtime=0.04 cores=1,3,5,7
/proc/31010/stat : 31010 (java) S 31008 30952 30895 0 -1 1077944320 3981 0 0 0 3 1 0 0 20 0 9 0 406979078 10506571776 5100 33554432000 4194304 4196468 140721292015040 140721291997584 139861193690871 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23019520 140721292018828 140721292018842 140721292018842 140721292021711 0
/proc/31010/statm: 2565081 5100 2192 1 0 2527622 0
[pid=31010/tid=31014] ppid=31008 vsize=10260324 memory=7751702667093440019 CPUtime=0.03 cores=1,3,5,7
/proc/31010/task/31014/stat : 31014 (java) R 31008 30952 30895 0 -1 4202560 2638 0 0 0 3 0 0 0 20 0 9 0 406979079 10506571776 5100 33554432000 4194304 4196468 140721292015040 139861197926264 139861193712797 0 4 0 16800971 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23019520 140721292018828 140721292018842 140721292018842 140721292021711 0
[pid=31010/tid=31016] ppid=31008 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31010/task/31016/stat : 31016 (java) S 31008 30952 30895 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 406979079 10506571776 5100 33554432000 4194304 4196468 140721292015040 139861119765392 139861193701077 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23019520 140721292018828 140721292018842 140721292018842 140721292021711 0
[pid=31010/tid=31017] ppid=31008 vsize=10260324 memory=139944565302912 CPUtime=0 cores=1,3,5,7
/proc/31010/task/31017/stat : 31017 (java) S 31008 30952 30895 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 406979079 10506571776 5100 33554432000 4194304 4196468 140721292015040 139861118712592 139861193701077 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23019520 140721292018828 140721292018842 140721292018842 140721292021711 0
[pid=31010/tid=31019] ppid=31008 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31010/task/31019/stat : 31019 (java) S 31008 30952 30895 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 406979079 10506571776 5100 33554432000 4194304 4196468 140721292015040 139861117660304 139861193701077 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23019520 140721292018828 140721292018842 140721292018842 140721292021711 0
[pid=31010/tid=31020] ppid=31008 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31010/task/31020/stat : 31020 (java) S 31008 30952 30895 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 406979079 10506571776 5100 33554432000 4194304 4196468 140721292015040 139861116607504 139861193701077 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23019520 140721292018828 140721292018842 140721292018842 140721292021711 0
[pid=31010/tid=31024] ppid=31008 vsize=10260324 memory=139944565302912 CPUtime=0 cores=1,3,5,7
/proc/31010/task/31024/stat : 31024 (java) S 31008 30952 30895 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 406979081 10506571776 5100 33554432000 4194304 4196468 140721292015040 139860684925040 139861193702018 0 0 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23019520 140721292018828 140721292018842 140721292018842 140721292021711 0
[pid=31010/tid=31026] ppid=31008 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31010/task/31026/stat : 31026 (java) S 31008 30952 30895 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 406979081 10506571776 5100 33554432000 4194304 4196468 140721292015040 139860683871008 139861193701077 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23019520 140721292018828 140721292018842 140721292018842 140721292021711 0
[pid=31010/tid=31028] ppid=31008 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31010/task/31028/stat : 31028 (java) S 31008 30952 30895 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 406979081 10506571776 5100 33554432000 4194304 4196468 140721292015040 139860682818672 139861193701077 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23019520 140721292018828 140721292018842 140721292018842 140721292021711 0
[pid=31012] ppid=31008 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/31012/stat : 31012 (awk) S 31008 30952 30895 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 406979078 116211712 242 33554432000 4194304 4609284 140728144211872 140728144211048 139945874942976 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 31436800 140728144213180 140728144213210 140728144213210 140728144216047 0
/proc/31012/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23684 KiB

[startup+0.210883 s]*
/proc/loadavg: 1.00 1.03 1.25 3/219 31075
/proc/meminfo: memFree=30355840/32770624 swapFree=66915716/67108860
[pid=30952] ppid=30947 vsize=10355560 memory=25388 CPUtime=0.12 cores=1,3,5,7
/proc/30952/stat : 30952 (java) S 30947 30952 30895 0 -1 1077944320 5123 13006 1 2 3 1 5 3 20 0 9 0 406979073 10604093440 6347 33554432000 4194304 4196468 140731322671344 140731322653888 139648748769015 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 3 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
/proc/30952/statm: 2588890 6347 2147 1 0 2551431 0
[pid=30952/tid=31060] ppid=30947 vsize=10355560 memory=7022364594140610616 CPUtime=0.12 cores=1,3,5,7
/proc/30952/task/31060/stat : 31060 (java) R 30947 30952 30895 0 -1 4202560 2898 13006 0 2 3 1 5 3 20 0 9 0 406979090 10604093440 6347 33554432000 4194304 4196468 140731322671344 139648720605048 139648734451507 0 4 0 16800971 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31062] ppid=30947 vsize=10355560 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31062/stat : 31062 (java) S 30947 30952 30895 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 9 0 406979091 10604093440 6347 33554432000 4194304 4196468 140731322671344 139648753011856 139648748779221 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31063] ppid=30947 vsize=10355560 memory=288370320717014656 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31063/stat : 31063 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 9 0 406979091 10604093440 6347 33554432000 4194304 4196468 140731322671344 139648651901968 139648748779221 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31064] ppid=30947 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31064/stat : 31064 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 9 0 406979091 10604093440 6347 33554432000 4194304 4196468 140731322671344 139648650849168 139648748779221 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31065] ppid=30947 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31065/stat : 31065 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 9 0 406979091 10604093440 6347 33554432000 4194304 4196468 140731322671344 139648649796368 139648748779221 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31070] ppid=30947 vsize=10355560 memory=139944565302912 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31070/stat : 31070 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 9 0 406979092 10604093440 6347 33554432000 4194304 4196468 140731322671344 139648208214384 139648748780162 0 0 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31072] ppid=30947 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31072/stat : 31072 (java) S 30947 30952 30895 0 -1 1077944384 13 13006 0 2 0 0 5 3 20 0 9 0 406979093 10604093440 6347 33554432000 4194304 4196468 140731322671344 139648110158880 139648748779221 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31075] ppid=30947 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31075/stat : 31075 (java) S 30947 30952 30895 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 9 0 406979093 10604093440 6347 33554432000 4194304 4196468 140731322671344 139647506178928 139648748779221 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 25388 KiB

[startup+0.310294 s]*
/proc/loadavg: 1.00 1.03 1.25 3/231 31087
/proc/meminfo: memFree=30332276/32770624 swapFree=66915716/67108860
[pid=30952] ppid=30947 vsize=10819964 memory=42472 CPUtime=0.29 cores=1,3,5,7
/proc/30952/stat : 30952 (java) S 30947 30952 30895 0 -1 1077944320 8335 13006 1 2 18 3 5 3 20 0 15 0 406979073 11079643136 10618 33554432000 4194304 4196468 140731322671344 140731322653888 139648748769015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 3 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
/proc/30952/statm: 2704991 10618 2992 1 0 2667405 0
[pid=30952/tid=31060] ppid=30947 vsize=10819964 memory=-5504934085814682416 CPUtime=0.21 cores=1,3,5,7
/proc/30952/task/31060/stat : 31060 (java) R 30947 30952 30895 0 -1 4202560 4855 13006 0 2 12 1 5 3 20 0 15 0 406979090 11079643136 10618 33554432000 4194304 4196468 140731322671344 139648720567024 139648741448733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31062] ppid=30947 vsize=10819964 memory=9 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31062/stat : 31062 (java) S 30947 30952 30895 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 406979091 11079643136 10618 33554432000 4194304 4196468 140731322671344 139648753011856 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31063] ppid=30947 vsize=10819964 memory=279889130604608 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31063/stat : 31063 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 406979091 11079643136 10618 33554432000 4194304 4196468 140731322671344 139648651901968 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31064] ppid=30947 vsize=10819964 memory=139944565309905 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31064/stat : 31064 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 406979091 11079643136 10618 33554432000 4194304 4196468 140731322671344 139648650849168 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31065] ppid=30947 vsize=10819964 memory=170926131 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31065/stat : 31065 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 406979091 11079643136 10618 33554432000 4194304 4196468 140731322671344 139648649796368 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31070] ppid=30947 vsize=10819964 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31070/stat : 31070 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 406979092 11079643136 10618 33554432000 4194304 4196468 140731322671344 139648208214384 139648748780162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31072] ppid=30947 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31072/stat : 31072 (java) S 30947 30952 30895 0 -1 1077944384 13 13006 0 2 0 0 5 3 20 0 15 0 406979093 11079643136 10684 33554432000 4194304 4196468 140731322671344 139648110158880 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31075] ppid=30947 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31075/stat : 31075 (java) S 30947 30952 30895 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 406979093 11079643136 10684 33554432000 4194304 4196468 140731322671344 139647506178928 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31076] ppid=30947 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31076/stat : 31076 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11079643136 10684 33554432000 4194304 4196468 140731322671344 139647265888080 139648748787611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31077] ppid=30947 vsize=10819964 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30952/task/31077/stat : 31077 (java) S 30947 30952 30895 0 -1 1077944384 540 13006 0 2 1 0 5 3 20 0 15 0 406979096 11079643136 10750 33554432000 4194304 4196468 140731322671344 139648207162224 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31078] ppid=30947 vsize=10819964 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30952/task/31078/stat : 31078 (java) S 30947 30952 30895 0 -1 1077944384 69 13006 0 2 1 0 5 3 20 0 15 0 406979096 11079643136 10750 33554432000 4194304 4196468 140731322671344 139648206109424 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31079] ppid=30947 vsize=10819964 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/30952/task/31079/stat : 31079 (java) S 30947 30952 30895 0 -1 1077944384 636 13006 0 2 3 0 5 3 20 0 15 0 406979096 11079643136 10750 33554432000 4194304 4196468 140731322671344 139648205056624 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31084] ppid=30947 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31084/stat : 31084 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11079643136 10750 33554432000 4194304 4196468 140731322671344 139647232330464 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31087] ppid=30947 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31087/stat : 31087 (java) S 30947 30952 30895 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 406979096 11079643136 10750 33554432000 4194304 4196468 140731322671344 139648204004016 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 42472 KiB

[startup+0.709613 s]
/proc/loadavg: 1.00 1.03 1.25 3/231 31087
/proc/meminfo: memFree=30298784/32770624 swapFree=66915716/67108860
[pid=30952] ppid=30947 vsize=10822292 memory=73052 CPUtime=0.92 cores=1,3,5,7
/proc/30952/stat : 30952 (java) S 30947 30952 30895 0 -1 1077944320 14078 13006 1 2 78 6 5 3 20 0 15 0 406979073 11082027008 18263 33554432000 4194304 4196468 140731322671344 140731322653888 139648748769015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 3 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
/proc/30952/statm: 2705573 18263 3480 1 0 2667661 0
[pid=30952/tid=31060] ppid=30947 vsize=10822292 memory=266507840956817 CPUtime=0.58 cores=1,3,5,7
/proc/30952/task/31060/stat : 31060 (java) R 30947 30952 30895 0 -1 4202560 9879 13006 0 2 46 4 5 3 20 0 15 0 406979090 11082027008 18263 33554432000 4194304 4196468 140731322671344 139648720603232 139648732849502 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31062] ppid=30947 vsize=10822292 memory=288230583166042425 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31062/stat : 31062 (java) S 30947 30952 30895 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 406979091 11082027008 18263 33554432000 4194304 4196468 140731322671344 139648753011856 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31063] ppid=30947 vsize=10822292 memory=16097061523163479 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31063/stat : 31063 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 406979091 11082027008 18263 33554432000 4194304 4196468 140731322671344 139648651901968 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31064] ppid=30947 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31064/stat : 31064 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 406979091 11082027008 18263 33554432000 4194304 4196468 140731322671344 139648650849168 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31065] ppid=30947 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31065/stat : 31065 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 406979091 11082027008 18263 33554432000 4194304 4196468 140731322671344 139648649796368 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31070] ppid=30947 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31070/stat : 31070 (java) S 30947 30952 30895 0 -1 1077944384 5 13006 0 2 0 0 5 3 20 0 15 0 406979092 11082027008 18263 33554432000 4194304 4196468 140731322671344 139648208214384 139648748780162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31072] ppid=30947 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31072/stat : 31072 (java) S 30947 30952 30895 0 -1 1077944384 13 13006 0 2 0 0 5 3 20 0 15 0 406979093 11082027008 18263 33554432000 4194304 4196468 140731322671344 139648110158880 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31075] ppid=30947 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31075/stat : 31075 (java) S 30947 30952 30895 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 406979093 11082027008 18263 33554432000 4194304 4196468 140731322671344 139647506178928 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31076] ppid=30947 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31076/stat : 31076 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11082027008 18263 33554432000 4194304 4196468 140731322671344 139647265888080 139648748787611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31077] ppid=30947 vsize=10822292 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/30952/task/31077/stat : 31077 (java) R 30947 30952 30895 0 -1 4202560 904 13006 0 2 9 0 5 3 20 0 15 0 406979096 11082027008 18263 33554432000 4194304 4196468 140731322671344 139648207148248 139648730286899 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31078] ppid=30947 vsize=10822292 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/30952/task/31078/stat : 31078 (java) R 30947 30952 30895 0 -1 4202560 276 13006 0 2 7 0 5 3 20 0 15 0 406979096 11082027008 18263 33554432000 4194304 4196468 140731322671344 139648206099808 139648732665011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31079] ppid=30947 vsize=10822292 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/30952/task/31079/stat : 31079 (java) S 30947 30952 30895 0 -1 1077944384 781 13006 0 2 14 0 5 3 20 0 15 0 406979096 11082027008 18263 33554432000 4194304 4196468 140731322671344 139648205056624 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31084] ppid=30947 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31084/stat : 31084 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11082027008 18263 33554432000 4194304 4196468 140731322671344 139647232330464 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31087] ppid=30947 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31087/stat : 31087 (java) S 30947 30952 30895 0 -1 1077944384 1 13006 0 2 0 0 5 3 20 0 15 0 406979096 11082027008 18263 33554432000 4194304 4196468 140731322671344 139648204004016 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 73052 KiB

[startup+1.50073 s]
/proc/loadavg: 1.00 1.03 1.25 6/231 31087
/proc/meminfo: memFree=30214468/32770624 swapFree=66915716/67108860
[pid=30952] ppid=30947 vsize=10834656 memory=166160 CPUtime=2.3 cores=1,3,5,7
/proc/30952/stat : 30952 (java) S 30947 30952 30895 0 -1 1077944320 20813 13006 1 2 211 11 5 3 20 0 15 0 406979073 11094687744 41540 33554432000 4194304 4196468 140731322671344 140731322653888 139648748769015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 3 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
/proc/30952/statm: 2708664 41540 3573 1 0 2670733 0
[pid=30952/tid=31060] ppid=30947 vsize=10834656 memory=279888925862520 CPUtime=1.33 cores=1,3,5,7
/proc/30952/task/31060/stat : 31060 (java) R 30947 30952 30895 0 -1 4202560 15015 13006 0 2 118 7 5 3 20 0 15 0 406979090 11094687744 41540 33554432000 4194304 4196468 140731322671344 139648720599472 139648732849502 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31062] ppid=30947 vsize=10834656 memory=139944463060959 CPUtime=0.09 cores=1,3,5,7
/proc/30952/task/31062/stat : 31062 (java) S 30947 30952 30895 0 -1 1077944384 34 13006 0 2 1 0 5 3 20 0 15 0 406979091 11094687744 41540 33554432000 4194304 4196468 140731322671344 139648753011856 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31063] ppid=30947 vsize=10834656 memory=279888926064496 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31063/stat : 31063 (java) S 30947 30952 30895 0 -1 1077944384 81 13006 0 2 0 0 5 3 20 0 15 0 406979091 11094687744 41540 33554432000 4194304 4196468 140731322671344 139648651901968 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31064] ppid=30947 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30952/task/31064/stat : 31064 (java) S 30947 30952 30895 0 -1 1077944384 323 13006 0 2 1 0 5 3 20 0 15 0 406979091 11094687744 41540 33554432000 4194304 4196468 140731322671344 139648650849168 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31065] ppid=30947 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30952/task/31065/stat : 31065 (java) S 30947 30952 30895 0 -1 1077944384 58 13006 0 2 1 0 5 3 20 0 15 0 406979091 11094687744 41540 33554432000 4194304 4196468 140731322671344 139648649796368 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31070] ppid=30947 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30952/task/31070/stat : 31070 (java) S 30947 30952 30895 0 -1 1077944384 139 13006 0 2 1 0 5 3 20 0 15 0 406979092 11094687744 41540 33554432000 4194304 4196468 140731322671344 139648208214384 139648748780162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31072] ppid=30947 vsize=10834656 memory=288230591739199792 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31072/stat : 31072 (java) S 30947 30952 30895 0 -1 1077944384 14 13006 0 2 0 0 5 3 20 0 15 0 406979093 11094687744 41540 33554432000 4194304 4196468 140731322671344 139648110158944 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31075] ppid=30947 vsize=10834656 memory=13571483297383852 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31075/stat : 31075 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 406979093 11094687744 41540 33554432000 4194304 4196468 140731322671344 139647506178944 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31076] ppid=30947 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31076/stat : 31076 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11094687744 41540 33554432000 4194304 4196468 140731322671344 139647265888080 139648748787611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31077] ppid=30947 vsize=10834656 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/30952/task/31077/stat : 31077 (java) R 30947 30952 30895 0 -1 1077944384 1113 13006 0 2 28 0 5 3 20 0 15 0 406979096 11094687744 41540 33554432000 4194304 4196468 140731322671344 139648207162224 139648748780162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31078] ppid=30947 vsize=10834656 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/30952/task/31078/stat : 31078 (java) S 30947 30952 30895 0 -1 1077944384 383 13006 0 2 22 1 5 3 20 0 15 0 406979096 11094687744 41540 33554432000 4194304 4196468 140731322671344 139648206109424 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31079] ppid=30947 vsize=10834656 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/30952/task/31079/stat : 31079 (java) R 30947 30952 30895 0 -1 1077944384 1439 13006 0 2 35 0 5 3 20 0 15 0 406979096 11094687744 41540 33554432000 4194304 4196468 140731322671344 139648205056624 139648748780162 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31084] ppid=30947 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31084/stat : 31084 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11094687744 41540 33554432000 4194304 4196468 140731322671344 139647232330464 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31087] ppid=30947 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7

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

/proc/30952/task/31060/stat : 31060 (java) R 30947 30952 30895 0 -1 4202560 61926 13006 0 2 223709 53 5 3 20 0 15 0 406979090 11107291136 211087 33554432000 4194304 4196468 140731322671344 139648720605200 139648731290087 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31062] ppid=30947 vsize=10846964 memory=844348 CPUtime=11.8 cores=1,3,5,7
/proc/30952/task/31062/stat : 31062 (java) S 30947 30952 30895 0 -1 1077944384 10953 13006 0 2 1115 57 5 3 20 0 15 0 406979091 11107291136 211087 33554432000 4194304 4196468 140731322671344 139648753011856 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31063] ppid=30947 vsize=10846964 memory=844348 CPUtime=11.81 cores=1,3,5,7
/proc/30952/task/31063/stat : 31063 (java) S 30947 30952 30895 0 -1 1077944384 8973 13006 0 2 1115 58 5 3 20 0 15 0 406979091 11107291136 211087 33554432000 4194304 4196468 140731322671344 139648651901968 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31064] ppid=30947 vsize=10846964 memory=844348 CPUtime=11.79 cores=1,3,5,7
/proc/30952/task/31064/stat : 31064 (java) S 30947 30952 30895 0 -1 1077944384 9733 13006 0 2 1117 54 5 3 20 0 15 0 406979091 11107291136 211087 33554432000 4194304 4196468 140731322671344 139648650849168 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31065] ppid=30947 vsize=10846964 memory=844348 CPUtime=11.8 cores=1,3,5,7
/proc/30952/task/31065/stat : 31065 (java) S 30947 30952 30895 0 -1 1077944384 11961 13006 0 2 1114 58 5 3 20 0 15 0 406979091 11107291136 211087 33554432000 4194304 4196468 140731322671344 139648649796368 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31070] ppid=30947 vsize=10846964 memory=844348 CPUtime=10.63 cores=1,3,5,7
/proc/30952/task/31070/stat : 31070 (java) S 30947 30952 30895 0 -1 1077944384 14140 13006 0 2 1000 55 5 3 20 0 15 0 406979092 11107291136 211087 33554432000 4194304 4196468 140731322671344 139648208214384 139648748780162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31072] ppid=30947 vsize=10846964 memory=844348 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31072/stat : 31072 (java) S 30947 30952 30895 0 -1 1077944384 15 13006 0 2 0 0 5 3 20 0 15 0 406979093 11107291136 211087 33554432000 4194304 4196468 140731322671344 139648110159008 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31075] ppid=30947 vsize=10846964 memory=844348 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31075/stat : 31075 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 406979093 11107291136 211087 33554432000 4194304 4196468 140731322671344 139647506178944 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31076] ppid=30947 vsize=10846964 memory=844348 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31076/stat : 31076 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11107291136 211087 33554432000 4194304 4196468 140731322671344 139647265888080 139648748787611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31077] ppid=30947 vsize=10846964 memory=844348 CPUtime=6.85 cores=1,3,5,7
/proc/30952/task/31077/stat : 31077 (java) S 30947 30952 30895 0 -1 1077944384 25011 13006 0 2 669 8 5 3 20 0 15 0 406979096 11107291136 211087 33554432000 4194304 4196468 140731322671344 139648207162224 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31078] ppid=30947 vsize=10846964 memory=844348 CPUtime=6.87 cores=1,3,5,7
/proc/30952/task/31078/stat : 31078 (java) S 30947 30952 30895 0 -1 1077944384 25381 13006 0 2 671 8 5 3 20 0 15 0 406979096 11107291136 211087 33554432000 4194304 4196468 140731322671344 139648206109424 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31079] ppid=30947 vsize=10846964 memory=844348 CPUtime=4.62 cores=1,3,5,7
/proc/30952/task/31079/stat : 31079 (java) S 30947 30952 30895 0 -1 1077944384 27732 13006 0 2 445 9 5 3 20 0 15 0 406979096 11107291136 211087 33554432000 4194304 4196468 140731322671344 139648205056624 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31084] ppid=30947 vsize=10846964 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31084/stat : 31084 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11107291136 211087 33554432000 4194304 4196468 140731322671344 139647232330464 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31087] ppid=30947 vsize=10846964 memory=844348 CPUtime=1.38 cores=1,3,5,7
/proc/30952/task/31087/stat : 31087 (java) S 30947 30952 30895 0 -1 1077944384 1043 13006 0 2 57 73 5 3 20 0 15 0 406979096 11107291136 211087 33554432000 4194304 4196468 140731322671344 139648204004016 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
Current children cumulated CPU time: 2314.62 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 844348 KiB

[startup+2322.3 s]
/proc/loadavg: 1.37 1.40 1.41 3/232 31330
/proc/meminfo: memFree=26782696/32770624 swapFree=66915744/67108860
[pid=30952] ppid=30947 vsize=10846964 memory=846396 CPUtime=2375.61 cores=1,3,5,7
/proc/30952/stat : 30952 (java) S 30947 30952 30895 0 -1 1077944320 200616 13006 1 2 237172 381 5 3 20 0 15 0 406979073 11107291136 211599 33554432000 4194304 4196468 140731322671344 140731322653888 139648748769015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 3 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
/proc/30952/statm: 2711741 211599 3624 1 0 2673805 0
[pid=30952/tid=31060] ppid=30947 vsize=10846964 memory=844348 CPUtime=2297.04 cores=1,3,5,7
/proc/30952/task/31060/stat : 31060 (java) R 30947 30952 30895 0 -1 4202560 62662 13006 0 2 229641 55 5 3 20 0 15 0 406979090 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648720605216 139648342689750 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31062] ppid=30947 vsize=10846964 memory=844348 CPUtime=12.14 cores=1,3,5,7
/proc/30952/task/31062/stat : 31062 (java) S 30947 30952 30895 0 -1 1077944384 11363 13006 0 2 1147 59 5 3 20 0 15 0 406979091 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648753011856 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31063] ppid=30947 vsize=10846964 memory=1195 CPUtime=12.15 cores=1,3,5,7
/proc/30952/task/31063/stat : 31063 (java) S 30947 30952 30895 0 -1 1077944384 9068 13006 0 2 1148 59 5 3 20 0 15 0 406979091 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648651901968 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31064] ppid=30947 vsize=10846964 memory=846396 CPUtime=12.12 cores=1,3,5,7
/proc/30952/task/31064/stat : 31064 (java) S 30947 30952 30895 0 -1 1077944384 9755 13006 0 2 1149 55 5 3 20 0 15 0 406979091 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648650849168 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31065] ppid=30947 vsize=10846964 memory=846396 CPUtime=12.13 cores=1,3,5,7
/proc/30952/task/31065/stat : 31065 (java) S 30947 30952 30895 0 -1 1077944384 11995 13006 0 2 1145 60 5 3 20 0 15 0 406979091 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648649796368 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31070] ppid=30947 vsize=10846964 memory=846396 CPUtime=10.91 cores=1,3,5,7
/proc/30952/task/31070/stat : 31070 (java) S 30947 30952 30895 0 -1 1077944384 14355 13006 0 2 1027 56 5 3 20 0 15 0 406979092 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648208214384 139648748780162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31072] ppid=30947 vsize=10846964 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31072/stat : 31072 (java) S 30947 30952 30895 0 -1 1077944384 15 13006 0 2 0 0 5 3 20 0 15 0 406979093 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648110159008 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31075] ppid=30947 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31075/stat : 31075 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 406979093 11107291136 211599 33554432000 4194304 4196468 140731322671344 139647506178944 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31076] ppid=30947 vsize=10846964 memory=846396 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31076/stat : 31076 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139647265888080 139648748787611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31077] ppid=30947 vsize=10846964 memory=846396 CPUtime=6.85 cores=1,3,5,7
/proc/30952/task/31077/stat : 31077 (java) S 30947 30952 30895 0 -1 1077944384 25014 13006 0 2 669 8 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648207162224 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31078] ppid=30947 vsize=10846964 memory=36524 CPUtime=6.87 cores=1,3,5,7
/proc/30952/task/31078/stat : 31078 (java) S 30947 30952 30895 0 -1 1077944384 25383 13006 0 2 671 8 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648206109424 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31079] ppid=30947 vsize=10846964 memory=992 CPUtime=4.62 cores=1,3,5,7
/proc/30952/task/31079/stat : 31079 (java) S 30947 30952 30895 0 -1 1077944384 27734 13006 0 2 445 9 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648205056624 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31084] ppid=30947 vsize=10846964 memory=846396 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31084/stat : 31084 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139647232330464 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31087] ppid=30947 vsize=10846964 memory=846396 CPUtime=1.42 cores=1,3,5,7
/proc/30952/task/31087/stat : 31087 (java) S 30947 30952 30895 0 -1 1077944384 1059 13006 0 2 59 75 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648204004016 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
Current children cumulated CPU time: 2375.61 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 846396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2346.3 s]
/proc/loadavg: 1.32 1.38 1.40 3/232 31333
/proc/meminfo: memFree=26782448/32770624 swapFree=66915744/67108860
[pid=30952] ppid=30947 vsize=10846964 memory=846396 CPUtime=2400.01 cores=1,3,5,7
/proc/30952/stat : 30952 (java) S 30947 30952 30895 0 -1 1077944320 201270 13006 1 2 239609 384 5 3 20 0 15 0 406979073 11107291136 211599 33554432000 4194304 4196468 140731322671344 140731322653888 139648748769015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 3 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
/proc/30952/statm: 2711741 211599 3624 1 0 2673805 0
[pid=30952/tid=31060] ppid=30947 vsize=10846964 memory=846396 CPUtime=2320.75 cores=1,3,5,7
/proc/30952/task/31060/stat : 31060 (java) R 30947 30952 30895 0 -1 4202560 63002 13006 0 2 232012 55 5 3 20 0 15 0 406979090 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648720604368 139648343278745 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31062] ppid=30947 vsize=10846964 memory=846396 CPUtime=12.27 cores=1,3,5,7
/proc/30952/task/31062/stat : 31062 (java) S 30947 30952 30895 0 -1 1077944384 11365 13006 0 2 1160 59 5 3 20 0 15 0 406979091 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648753011856 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31063] ppid=30947 vsize=10846964 memory=1195 CPUtime=12.29 cores=1,3,5,7
/proc/30952/task/31063/stat : 31063 (java) S 30947 30952 30895 0 -1 1077944384 9104 13006 0 2 1161 60 5 3 20 0 15 0 406979091 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648651901968 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31064] ppid=30947 vsize=10846964 memory=846396 CPUtime=12.26 cores=1,3,5,7
/proc/30952/task/31064/stat : 31064 (java) S 30947 30952 30895 0 -1 1077944384 9960 13006 0 2 1162 56 5 3 20 0 15 0 406979091 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648650849168 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31065] ppid=30947 vsize=10846964 memory=846396 CPUtime=12.26 cores=1,3,5,7
/proc/30952/task/31065/stat : 31065 (java) S 30947 30952 30895 0 -1 1077944384 12037 13006 0 2 1158 60 5 3 20 0 15 0 406979091 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648649796368 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31070] ppid=30947 vsize=10846964 memory=846396 CPUtime=11.04 cores=1,3,5,7
/proc/30952/task/31070/stat : 31070 (java) S 30947 30952 30895 0 -1 1077944384 14381 13006 0 2 1039 57 5 3 20 0 15 0 406979092 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648208214384 139648748780162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31072] ppid=30947 vsize=10846964 memory=846396 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31072/stat : 31072 (java) S 30947 30952 30895 0 -1 1077944384 15 13006 0 2 0 0 5 3 20 0 15 0 406979093 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648110159008 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31075] ppid=30947 vsize=10846964 memory=846396 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31075/stat : 31075 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 406979093 11107291136 211599 33554432000 4194304 4196468 140731322671344 139647506178944 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31076] ppid=30947 vsize=10846964 memory=846396 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31076/stat : 31076 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139647265888080 139648748787611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31077] ppid=30947 vsize=10846964 memory=846396 CPUtime=6.85 cores=1,3,5,7
/proc/30952/task/31077/stat : 31077 (java) S 30947 30952 30895 0 -1 1077944384 25014 13006 0 2 669 8 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648207162224 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31078] ppid=30947 vsize=10846964 memory=0 CPUtime=6.87 cores=1,3,5,7
/proc/30952/task/31078/stat : 31078 (java) S 30947 30952 30895 0 -1 1077944384 25384 13006 0 2 671 8 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648206109424 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31079] ppid=30947 vsize=10846964 memory=3628 CPUtime=4.62 cores=1,3,5,7
/proc/30952/task/31079/stat : 31079 (java) S 30947 30952 30895 0 -1 1077944384 27734 13006 0 2 445 9 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648205056624 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31084] ppid=30947 vsize=10846964 memory=36524 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31084/stat : 31084 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139647232330464 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31087] ppid=30947 vsize=10846964 memory=846396 CPUtime=1.43 cores=1,3,5,7
/proc/30952/task/31087/stat : 31087 (java) S 30947 30952 30895 0 -1 1077944384 1061 13006 0 2 60 75 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648204004016 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 846396 KiB

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

[startup+2346.33 s]
# the end of solver process 30952 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.16 s, system=3.88352 s

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

[startup+2346.3 s]
/proc/loadavg: 1.32 1.38 1.40 3/232 31333
/proc/meminfo: memFree=26782448/32770624 swapFree=66915744/67108860
[pid=30952] ppid=30947 vsize=10846964 memory=846396 CPUtime=2400.01 cores=1,3,5,7
/proc/30952/stat : 30952 (java) S 30947 30952 30895 0 -1 1077944320 201270 13006 1 2 239609 384 5 3 20 0 15 0 406979073 11107291136 211599 33554432000 4194304 4196468 140731322671344 140731322653888 139648748769015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 3 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
/proc/30952/statm: 2711741 211599 3624 1 0 2673805 0
[pid=30952/tid=31060] ppid=30947 vsize=10846964 memory=846396 CPUtime=2320.75 cores=1,3,5,7
/proc/30952/task/31060/stat : 31060 (java) R 30947 30952 30895 0 -1 4202560 63002 13006 0 2 232012 55 5 3 20 0 15 0 406979090 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648720604368 139648343278745 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31062] ppid=30947 vsize=10846964 memory=846396 CPUtime=12.27 cores=1,3,5,7
/proc/30952/task/31062/stat : 31062 (java) S 30947 30952 30895 0 -1 1077944384 11365 13006 0 2 1160 59 5 3 20 0 15 0 406979091 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648753011856 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31063] ppid=30947 vsize=10846964 memory=1195 CPUtime=12.29 cores=1,3,5,7
/proc/30952/task/31063/stat : 31063 (java) S 30947 30952 30895 0 -1 1077944384 9104 13006 0 2 1161 60 5 3 20 0 15 0 406979091 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648651901968 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31064] ppid=30947 vsize=10846964 memory=846396 CPUtime=12.26 cores=1,3,5,7
/proc/30952/task/31064/stat : 31064 (java) S 30947 30952 30895 0 -1 1077944384 9960 13006 0 2 1162 56 5 3 20 0 15 0 406979091 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648650849168 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31065] ppid=30947 vsize=10846964 memory=846396 CPUtime=12.26 cores=1,3,5,7
/proc/30952/task/31065/stat : 31065 (java) S 30947 30952 30895 0 -1 1077944384 12037 13006 0 2 1158 60 5 3 20 0 15 0 406979091 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648649796368 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31070] ppid=30947 vsize=10846964 memory=846396 CPUtime=11.04 cores=1,3,5,7
/proc/30952/task/31070/stat : 31070 (java) S 30947 30952 30895 0 -1 1077944384 14381 13006 0 2 1039 57 5 3 20 0 15 0 406979092 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648208214384 139648748780162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31072] ppid=30947 vsize=10846964 memory=846396 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31072/stat : 31072 (java) S 30947 30952 30895 0 -1 1077944384 15 13006 0 2 0 0 5 3 20 0 15 0 406979093 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648110159008 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31075] ppid=30947 vsize=10846964 memory=846396 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31075/stat : 31075 (java) S 30947 30952 30895 0 -1 1077944384 2 13006 0 2 0 0 5 3 20 0 15 0 406979093 11107291136 211599 33554432000 4194304 4196468 140731322671344 139647506178944 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31076] ppid=30947 vsize=10846964 memory=846396 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31076/stat : 31076 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139647265888080 139648748787611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31077] ppid=30947 vsize=10846964 memory=846396 CPUtime=6.85 cores=1,3,5,7
/proc/30952/task/31077/stat : 31077 (java) S 30947 30952 30895 0 -1 1077944384 25014 13006 0 2 669 8 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648207162224 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31078] ppid=30947 vsize=10846964 memory=0 CPUtime=6.87 cores=1,3,5,7
/proc/30952/task/31078/stat : 31078 (java) S 30947 30952 30895 0 -1 1077944384 25384 13006 0 2 671 8 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648206109424 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31079] ppid=30947 vsize=10846964 memory=3628 CPUtime=4.62 cores=1,3,5,7
/proc/30952/task/31079/stat : 31079 (java) S 30947 30952 30895 0 -1 1077944384 27734 13006 0 2 445 9 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648205056624 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31084] ppid=30947 vsize=10846964 memory=36524 CPUtime=0.08 cores=1,3,5,7
/proc/30952/task/31084/stat : 31084 (java) S 30947 30952 30895 0 -1 1077944384 3 13006 0 2 0 0 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139647232330464 139648748779221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
[pid=30952/tid=31087] ppid=30947 vsize=10846964 memory=846396 CPUtime=1.43 cores=1,3,5,7
/proc/30952/task/31087/stat : 31087 (java) S 30947 30952 30895 0 -1 1077944384 1061 13006 0 2 60 75 5 3 20 0 15 0 406979096 11107291136 211599 33554432000 4194304 4196468 140731322671344 139648204004016 139648748780162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35524608 140731322678006 140731322680517 140731322680517 140731322683343 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 846396 KiB

Child status: 143
Real time (s): 2346.33
CPU time (s): 2400.05
CPU user time (s): 2396.16
CPU system time (s): 3.88352
CPU usage (%): 102.29
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 846396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.16
system time used= 3.88352
maximum resident set size= 850612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215239
page faults= 3
swaps= 0
block input operations= 7576
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299304
involuntary context switches= 6279


# summary of solver processes directly reported to runsolver:
#   pid: 30952
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2396.16
#   total CPU system time (s): 3.88352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4289 second user time and 23.5255 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-12 18:54:04
IDJOB=4392120
IDBENCH=116014
IDSOLVER=2837
FILE ID=node134/4392120-1568307285
RUNJOBID= node134-1568307244-30927
PBS_JOBID= 21701121
Free space on /tmp= 56120 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-07-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392120-1568307285/watcher-4392120-1568307285 -o /tmp/evaluation-result-4392120-1568307285/solver-4392120-1568307285 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30927 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=900359304 HOME/instance-4392120-1568307285.xml

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

MD5SUM BENCH= ebe39bf25244fda615bb1bf8fe88192a
RANDOM SEED=900359304

node134.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.76
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.76
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.76
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.76
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:        30389076 kB
MemAvailable:   31795408 kB
Buffers:          131920 kB
Cached:          1539700 kB
SwapCached:        90692 kB
Active:           428024 kB
Inactive:        1333268 kB
Active(anon):      23568 kB
Inactive(anon):   105832 kB
Active(file):     404456 kB
Inactive(file):  1227436 kB
Unevictable:      110944 kB
Mlocked:          110944 kB
SwapTotal:      67108860 kB
SwapFree:       66915716 kB
Dirty:             14432 kB
Writeback:         52324 kB
AnonPages:        111648 kB
Mapped:            41540 kB
Shmem:             30648 kB
Slab:             210760 kB
SReclaimable:     180552 kB
SUnreclaim:        30208 kB
KernelStack:        3360 kB
PageTables:         5484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56048 MiB
End job on node134 at 2019-09-12 19:33:11