Trace number 4392123

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)43 2400.09 2347.33

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-15.xml
MD5SUM194a9771da43b175c5c48a6f0c769610
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark29.6202
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints182
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":75},{"size":9,"count":75}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":75},{"degree":7,"count":4},{"degree":8,"count":32},{"degree":10,"count":39}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":75},{"arity":3,"count":32},{"arity":4,"count":4},{"arity":6,"count":32},{"arity":9,"count":39}]
Number of extensional constraints107
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":107},{"type":"sum","count":75}]
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.71/0.55	c Concrete v3.10.1560635388952 running
8.49/3.67	o 30
8.49/3.68	o 33
8.81/3.74	o 34
8.81/3.77	o 36
9.15/3.83	o 37
10.39/4.24	o 38
20.54/10.36	o 39
99.62/85.73	o 40
107.37/93.26	o 41
108.01/93.81	o 42
557.60/533.45	o 43
2400.03/2347.30	Exception in thread "main" java.util.concurrent.TimeoutException
2400.03/2347.30		at concrete.MAC.mac(MAC.scala:189)
2400.03/2347.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.03/2347.30		at scala.util.Try$.apply(Try.scala:212)
2400.03/2347.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2347.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2347.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2347.30		at concrete.MAC.oneRun(MAC.scala:253)
2400.03/2347.30		at concrete.MAC.nextSolution(MAC.scala:272)
2400.03/2347.30		at concrete.MAC.nextSolution(MAC.scala:355)
2400.03/2347.30		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2347.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2347.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2347.30		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2347.30		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.03/2347.30		at scala.util.Success.map(Try.scala:264)
2400.03/2347.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.03/2347.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2347.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2347.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2347.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2347.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2347.30		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2347.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2347.30		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2347.30		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2347.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2347.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2347.30		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2347.30		at scala.App.main(App.scala:75)
2400.03/2347.30		at scala.App.main$(App.scala:73)
2400.03/2347.30		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2347.30		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2347.31	v <instantiation
2400.03/2347.31	v         cost = '43'>
2400.03/2347.31	v       <list>
2400.03/2347.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[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[0][14] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[1][14] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[2][14] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] s[3][14] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[4][13] s[4][14]
2400.03/2347.31	v       </list>
2400.03/2347.31	v       <values>
2400.03/2347.31	v         1 1 0 1 1 0 1 0 1 1 0 1 1 0 1 1 1 0 1 0 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 1 0 1 0 1 1 1 0 1 0 1 0 1 1 1 1 0 1 1 0 1 0 1 1 0 1 1 0 1 3 3 4 2 3 4 3 4 3 2 4 2 3 4 2 3 3 5 3 5 3 3 3 5 3 6 3 5 3 2 4 4 5 2 5 4 6 4 5 2 6 2 5 4 4 3 3 5 3 5 3 3 3 5 3 6 3 5 3 2 3 3 4 2 3 4 3 4 3 2 4 2 3 4 2
2400.03/2347.31	v       </values>
2400.03/2347.31	v     </instantiation>
2400.03/2347.31	s SATISFIABLE

Verifier Data

OK	43

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392123-1568306810/watcher-4392123-1568306810 -o /tmp/evaluation-result-4392123-1568306810/solver-4392123-1568306810 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30576 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1360339658 HOME/instance-4392123-1568306810.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
Current StackSize limit: 8192 KiB

solver pid=31001, runsolver pid=30998

[startup+0.102182 s]*
/proc/loadavg: 1.52 1.50 1.54 3/218 31058
/proc/meminfo: memFree=27693980/32770624 swapFree=66998520/67108860
[pid=31001] ppid=30998 vsize=9972712 memory=18592 CPUtime=0.08 cores=0,2,4,6
/proc/31001/stat : 31001 (java) S 30998 31001 10805 0 -1 1077944320 4374 13115 0 0 1 0 5 2 20 0 6 0 406949908 10212057088 4648 33554432000 4194304 4196468 140736583644592 140736583627136 139823526538999 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
/proc/31001/statm: 2493178 4648 1935 1 0 2481616 0
[pid=31001/tid=31054] ppid=30998 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/31001/task/31054/stat : 31054 (java) R 30998 31001 10805 0 -1 4202560 2159 13115 0 0 1 0 5 2 20 0 6 0 406949918 10212057088 4648 33554432000 4194304 4196468 140736583644592 139823498375760 139823511661936 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31055] ppid=30998 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31055/stat : 31055 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 6 0 406949918 10212057088 4648 33554432000 4194304 4196468 140736583644592 139823530781712 139823526549205 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31056] ppid=30998 vsize=9972712 memory=139886674191171 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31056/stat : 31056 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 6 0 406949918 10212057088 4648 33554432000 4194304 4196468 140736583644592 139823419055248 139823526549205 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31057] ppid=30998 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31057/stat : 31057 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 6 0 406949918 10212057088 4648 33554432000 4194304 4196468 140736583644592 139823418002192 139823526549205 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31058] ppid=30998 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31058/stat : 31058 (java) S 30998 31001 10805 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 6 0 406949918 10212057088 4648 33554432000 4194304 4196468 140736583644592 139823416949648 139823526549205 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.20997 s]*
/proc/loadavg: 1.52 1.50 1.54 3/227 31067
/proc/meminfo: memFree=27679920/32770624 swapFree=66998520/67108860
[pid=31001] ppid=30998 vsize=10818940 memory=37492 CPUtime=0.25 cores=0,2,4,6
/proc/31001/stat : 31001 (java) S 30998 31001 10805 0 -1 1077944320 6759 13115 0 0 17 1 5 2 20 0 15 0 406949908 11078594560 9373 33554432000 4194304 4196468 140736583644592 140736583627136 139823526538999 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
/proc/31001/statm: 2704735 9373 2965 1 0 2667149 0
[pid=31001/tid=31054] ppid=30998 vsize=10818940 memory=751940894209540401 CPUtime=0.18 cores=0,2,4,6
/proc/31001/task/31054/stat : 31054 (java) R 30998 31001 10805 0 -1 4202560 3254 13115 0 0 11 0 5 2 20 0 15 0 406949918 11078594560 9373 33554432000 4194304 4196468 140736583644592 139823498371856 139823512232465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31055] ppid=30998 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31055/stat : 31055 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949918 11078594560 9373 33554432000 4194304 4196468 140736583644592 139823530781712 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31056] ppid=30998 vsize=10818940 memory=139886674191171 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31056/stat : 31056 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949918 11078594560 9373 33554432000 4194304 4196468 140736583644592 139823419055248 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31057] ppid=30998 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31057/stat : 31057 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949918 11078594560 9373 33554432000 4194304 4196468 140736583644592 139823418002192 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31058] ppid=30998 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31058/stat : 31058 (java) S 30998 31001 10805 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 406949918 11078594560 9373 33554432000 4194304 4196468 140736583644592 139823416949648 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31059] ppid=30998 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31059/stat : 31059 (java) S 30998 31001 10805 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 406949920 11078594560 9373 33554432000 4194304 4196468 140736583644592 139822986115312 139823526550146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31060] ppid=30998 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31060/stat : 31060 (java) S 30998 31001 10805 0 -1 1077944384 33 13115 0 0 0 0 5 2 20 0 15 0 406949920 11078594560 9373 33554432000 4194304 4196468 140736583644592 139822985061536 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31061] ppid=30998 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31061/stat : 31061 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949920 11078594560 9373 33554432000 4194304 4196468 140736583644592 139822391878384 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31062] ppid=30998 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31062/stat : 31062 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11078594560 9373 33554432000 4194304 4196468 140736583644592 139822084478928 139823526557595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31063] ppid=30998 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31001/task/31063/stat : 31063 (java) S 30998 31001 10805 0 -1 1077944384 565 13115 0 0 1 0 5 2 20 0 15 0 406949923 11078594560 9373 33554432000 4194304 4196468 140736583644592 139822951504624 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31064] ppid=30998 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31064/stat : 31064 (java) S 30998 31001 10805 0 -1 1077944384 61 13115 0 0 0 0 5 2 20 0 15 0 406949923 11078594560 9373 33554432000 4194304 4196468 140736583644592 139822950452080 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31065] ppid=30998 vsize=10818940 memory=139886674167424 CPUtime=0.1 cores=0,2,4,6
/proc/31001/task/31065/stat : 31065 (java) S 30998 31001 10805 0 -1 1077944384 623 13115 0 0 3 0 5 2 20 0 15 0 406949923 11078594560 9373 33554432000 4194304 4196468 140736583644592 139822949399024 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31066] ppid=30998 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31066/stat : 31066 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11078594560 9373 33554432000 4194304 4196468 140736583644592 139822050921312 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31067] ppid=30998 vsize=10818940 memory=139886674167424 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31067/stat : 31067 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949924 11078594560 9373 33554432000 4194304 4196468 140736583644592 139822948346416 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37492 KiB

[startup+0.310426 s]*
/proc/loadavg: 1.52 1.50 1.54 3/227 31067
/proc/meminfo: memFree=27669788/32770624 swapFree=66998520/67108860
[pid=31001] ppid=30998 vsize=10820096 memory=48824 CPUtime=0.4 cores=0,2,4,6
/proc/31001/stat : 31001 (java) S 30998 31001 10805 0 -1 1077944320 10508 13115 0 0 30 3 5 2 20 0 15 0 406949908 11079778304 12206 33554432000 4194304 4196468 140736583644592 140736583627136 139823526538999 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
/proc/31001/statm: 2705024 12206 3219 1 0 2667149 0
[pid=31001/tid=31054] ppid=30998 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/31001/task/31054/stat : 31054 (java) R 30998 31001 10805 0 -1 4202560 6990 13115 0 0 20 2 5 2 20 0 15 0 406949918 11079778304 12206 33554432000 4194304 4196468 140736583644592 139823498360400 139823526560925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31055] ppid=30998 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31055/stat : 31055 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949918 11079778304 12206 33554432000 4194304 4196468 140736583644592 139823530781712 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31056] ppid=30998 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31056/stat : 31056 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949918 11079778304 12206 33554432000 4194304 4196468 140736583644592 139823419055248 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31057] ppid=30998 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31057/stat : 31057 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949918 11079778304 12206 33554432000 4194304 4196468 140736583644592 139823418002192 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31058] ppid=30998 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31058/stat : 31058 (java) S 30998 31001 10805 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 406949918 11079778304 12206 33554432000 4194304 4196468 140736583644592 139823416949648 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31059] ppid=30998 vsize=10820096 memory=139886674167423 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31059/stat : 31059 (java) S 30998 31001 10805 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 406949920 11079778304 12206 33554432000 4194304 4196468 140736583644592 139822986115312 139823526550146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31060] ppid=30998 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31060/stat : 31060 (java) S 30998 31001 10805 0 -1 1077944384 33 13115 0 0 0 0 5 2 20 0 15 0 406949920 11079778304 12206 33554432000 4194304 4196468 140736583644592 139822985061536 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31061] ppid=30998 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31061/stat : 31061 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949920 11079778304 12206 33554432000 4194304 4196468 140736583644592 139822391878384 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31062] ppid=30998 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31062/stat : 31062 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11079778304 12206 33554432000 4194304 4196468 140736583644592 139822084478928 139823526557595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31063] ppid=30998 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31001/task/31063/stat : 31063 (java) S 30998 31001 10805 0 -1 1077944384 567 13115 0 0 2 0 5 2 20 0 15 0 406949923 11079778304 12206 33554432000 4194304 4196468 140736583644592 139822951504624 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31064] ppid=30998 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31001/task/31064/stat : 31064 (java) S 30998 31001 10805 0 -1 1077944384 61 13115 0 0 1 0 5 2 20 0 15 0 406949923 11079778304 12206 33554432000 4194304 4196468 140736583644592 139822950452080 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31065] ppid=30998 vsize=10820096 memory=139886674167424 CPUtime=0.12 cores=0,2,4,6
/proc/31001/task/31065/stat : 31065 (java) S 30998 31001 10805 0 -1 1077944384 632 13115 0 0 5 0 5 2 20 0 15 0 406949923 11079778304 12206 33554432000 4194304 4196468 140736583644592 139822949399024 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31066] ppid=30998 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31066/stat : 31066 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11079778304 12206 33554432000 4194304 4196468 140736583644592 139822050921312 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31067] ppid=30998 vsize=10820096 memory=139886674167424 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31067/stat : 31067 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949924 11079778304 12206 33554432000 4194304 4196468 140736583644592 139822948346416 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48824 KiB

[startup+0.700775 s]
/proc/loadavg: 1.52 1.50 1.54 5/227 31067
/proc/meminfo: memFree=27657316/32770624 swapFree=66998520/67108860
[pid=31001] ppid=30998 vsize=10824340 memory=78272 CPUtime=1.14 cores=0,2,4,6
/proc/31001/stat : 31001 (java) S 30998 31001 10805 0 -1 1077944320 14331 13115 0 0 102 5 5 2 20 0 15 0 406949908 11084124160 19568 33554432000 4194304 4196468 140736583644592 140736583627136 139823526538999 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
/proc/31001/statm: 2706085 19568 3508 1 0 2668173 0
[pid=31001/tid=31054] ppid=30998 vsize=10824340 memory=5795117241467496816 CPUtime=0.65 cores=0,2,4,6
/proc/31001/task/31054/stat : 31054 (java) R 30998 31001 10805 0 -1 4202560 10025 13115 0 0 55 3 5 2 20 0 15 0 406949918 11084124160 19568 33554432000 4194304 4196468 140736583644592 139823498346000 139823526560925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31055] ppid=30998 vsize=10824340 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31055/stat : 31055 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949918 11084124160 19568 33554432000 4194304 4196468 140736583644592 139823530781712 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31056] ppid=30998 vsize=10824340 memory=4148 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31056/stat : 31056 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949918 11084124160 19568 33554432000 4194304 4196468 140736583644592 139823419055248 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31057] ppid=30998 vsize=10824340 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31057/stat : 31057 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949918 11084124160 19568 33554432000 4194304 4196468 140736583644592 139823418002192 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31058] ppid=30998 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31058/stat : 31058 (java) S 30998 31001 10805 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 406949918 11084124160 19568 33554432000 4194304 4196468 140736583644592 139823416949648 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31059] ppid=30998 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31059/stat : 31059 (java) S 30998 31001 10805 0 -1 1077944384 5 13115 0 0 0 0 5 2 20 0 15 0 406949920 11084124160 19568 33554432000 4194304 4196468 140736583644592 139822986115312 139823526550146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31060] ppid=30998 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31060/stat : 31060 (java) S 30998 31001 10805 0 -1 1077944384 33 13115 0 0 0 0 5 2 20 0 15 0 406949920 11084124160 19568 33554432000 4194304 4196468 140736583644592 139822985061536 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31061] ppid=30998 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31061/stat : 31061 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949920 11084124160 19568 33554432000 4194304 4196468 140736583644592 139822391878384 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31062] ppid=30998 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31062/stat : 31062 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11084124160 19568 33554432000 4194304 4196468 140736583644592 139822084478928 139823526557595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31063] ppid=30998 vsize=10824340 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/31001/task/31063/stat : 31063 (java) S 30998 31001 10805 0 -1 1077944384 857 13115 0 0 12 0 5 2 20 0 15 0 406949923 11084124160 19568 33554432000 4194304 4196468 140736583644592 139822951504624 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31064] ppid=30998 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/31001/task/31064/stat : 31064 (java) S 30998 31001 10805 0 -1 1077944384 398 13115 0 0 15 0 5 2 20 0 15 0 406949923 11084124160 19568 33554432000 4194304 4196468 140736583644592 139822950452080 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31065] ppid=30998 vsize=10824340 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/31001/task/31065/stat : 31065 (java) S 30998 31001 10805 0 -1 1077944384 790 13115 0 0 17 0 5 2 20 0 15 0 406949923 11084124160 19568 33554432000 4194304 4196468 140736583644592 139822949399024 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31066] ppid=30998 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31066/stat : 31066 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11084124160 19568 33554432000 4194304 4196468 140736583644592 139822050921312 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31067] ppid=30998 vsize=10824340 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31067/stat : 31067 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949924 11084124160 19568 33554432000 4194304 4196468 140736583644592 139822948346416 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78272 KiB

[startup+1.50074 s]
/proc/loadavg: 1.52 1.50 1.54 3/227 31067
/proc/meminfo: memFree=27615536/32770624 swapFree=66998520/67108860
[pid=31001] ppid=30998 vsize=10834656 memory=165608 CPUtime=2.45 cores=0,2,4,6
/proc/31001/stat : 31001 (java) S 30998 31001 10805 0 -1 1077944320 21561 13115 0 0 228 10 5 2 20 0 15 0 406949908 11094687744 41402 33554432000 4194304 4196468 140736583644592 140736583627136 139823526538999 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
/proc/31001/statm: 2708664 41402 3574 1 0 2670733 0
[pid=31001/tid=31054] ppid=30998 vsize=10834656 memory=-7169539485663701033 CPUtime=1.42 cores=0,2,4,6
/proc/31001/task/31054/stat : 31054 (java) R 30998 31001 10805 0 -1 4202560 15375 13115 0 0 130 5 5 2 20 0 15 0 406949918 11094687744 41402 33554432000 4194304 4196468 140736583644592 139823498336272 139823526550934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31055] ppid=30998 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31001/task/31055/stat : 31055 (java) S 30998 31001 10805 0 -1 1077944384 62 13115 0 0 1 0 5 2 20 0 15 0 406949918 11094687744 41402 33554432000 4194304 4196468 140736583644592 139823530781712 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31056] ppid=30998 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31056/stat : 31056 (java) S 30998 31001 10805 0 -1 1077944384 30 13115 0 0 0 0 5 2 20 0 15 0 406949918 11094687744 41402 33554432000 4194304 4196468 140736583644592 139823419055248 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31057] ppid=30998 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31001/task/31057/stat : 31057 (java) S 30998 31001 10805 0 -1 1077944384 65 13115 0 0 1 0 5 2 20 0 15 0 406949918 11094687744 41402 33554432000 4194304 4196468 140736583644592 139823418002192 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31058] ppid=30998 vsize=10834656 memory=-6237260532469557610 CPUtime=0.08 cores=0,2,4,6
/proc/31001/task/31058/stat : 31058 (java) S 30998 31001 10805 0 -1 1077944384 339 13115 0 0 1 0 5 2 20 0 15 0 406949918 11094687744 41402 33554432000 4194304 4196468 140736583644592 139823416949648 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31059] ppid=30998 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31001/task/31059/stat : 31059 (java) S 30998 31001 10805 0 -1 1077944384 407 13115 0 0 1 0 5 2 20 0 15 0 406949920 11094687744 41402 33554432000 4194304 4196468 140736583644592 139822986115312 139823526550146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31060] ppid=30998 vsize=10834656 memory=279773096149952 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31060/stat : 31060 (java) S 30998 31001 10805 0 -1 1077944384 33 13115 0 0 0 0 5 2 20 0 15 0 406949920 11094687744 41402 33554432000 4194304 4196468 140736583644592 139822985061600 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31061] ppid=30998 vsize=10834656 memory=162560 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31061/stat : 31061 (java) S 30998 31001 10805 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 406949920 11094687744 41402 33554432000 4194304 4196468 140736583644592 139822391878400 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31062] ppid=30998 vsize=10834656 memory=266803368489638 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31062/stat : 31062 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11094687744 41402 33554432000 4194304 4196468 140736583644592 139822084478928 139823526557595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31063] ppid=30998 vsize=10834656 memory=279773095933024 CPUtime=0.29 cores=0,2,4,6
/proc/31001/task/31063/stat : 31063 (java) S 30998 31001 10805 0 -1 1077944384 956 13115 0 0 22 0 5 2 20 0 15 0 406949923 11094687744 41402 33554432000 4194304 4196468 140736583644592 139822951504624 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31064] ppid=30998 vsize=10834656 memory=279773095935264 CPUtime=0.33 cores=0,2,4,6
/proc/31001/task/31064/stat : 31064 (java) R 30998 31001 10805 0 -1 1077944384 540 13115 0 0 26 0 5 2 20 0 15 0 406949923 11094687744 41402 33554432000 4194304 4196468 140736583644592 139822950452080 139823526550146 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31065] ppid=30998 vsize=10834656 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/31001/task/31065/stat : 31065 (java) R 30998 31001 10805 0 -1 4202560 1535 13115 0 0 41 0 5 2 20 0 15 0 406949923 11094687744 41402 33554432000 4194304 4196468 140736583644592 139822949399024 139823510785376 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31066] ppid=30998 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31066/stat : 31066 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11094687744 41402 33554432000 4194304 4196468 140736583644592 139822050921312 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31067] ppid=30998 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31067/stat : 31067 (java) S 30998 31001 10805 0 -1 1077944384 1 13115 0 0 0 0 5 2 20 0 15 0 406949924 11094687744 41402 33554432000 4194304 4196468 140736583644592 139822948346416 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834656 KiB

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

/proc/31001/task/31054/stat : 31054 (java) R 30998 31001 10805 0 -1 4202560 65358 13115 0 0 223600 49 5 2 20 0 15 0 406949918 11107291136 206933 33554432000 4194304 4196468 140736583644592 139823498375536 139823506561569 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31055] ppid=30998 vsize=10846964 memory=827732 CPUtime=11.91 cores=0,2,4,6
/proc/31001/task/31055/stat : 31055 (java) S 30998 31001 10805 0 -1 1077944384 10663 13115 0 0 1126 58 5 2 20 0 15 0 406949918 11107291136 206933 33554432000 4194304 4196468 140736583644592 139823530781712 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31056] ppid=30998 vsize=10846964 memory=1179 CPUtime=11.92 cores=0,2,4,6
/proc/31001/task/31056/stat : 31056 (java) S 30998 31001 10805 0 -1 1077944384 17885 13115 0 0 1130 55 5 2 20 0 15 0 406949918 11107291136 206933 33554432000 4194304 4196468 140736583644592 139823419055248 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31057] ppid=30998 vsize=10846964 memory=827732 CPUtime=11.87 cores=0,2,4,6
/proc/31001/task/31057/stat : 31057 (java) S 30998 31001 10805 0 -1 1077944384 11107 13115 0 0 1125 55 5 2 20 0 15 0 406949918 11107291136 206933 33554432000 4194304 4196468 140736583644592 139823418002192 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31058] ppid=30998 vsize=10846964 memory=827732 CPUtime=11.92 cores=0,2,4,6
/proc/31001/task/31058/stat : 31058 (java) S 30998 31001 10805 0 -1 1077944384 16127 13115 0 0 1132 53 5 2 20 0 15 0 406949918 11107291136 206933 33554432000 4194304 4196468 140736583644592 139823416949648 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31059] ppid=30998 vsize=10846964 memory=827732 CPUtime=10.42 cores=0,2,4,6
/proc/31001/task/31059/stat : 31059 (java) S 30998 31001 10805 0 -1 1077944384 14339 13115 0 0 979 56 5 2 20 0 15 0 406949920 11107291136 206933 33554432000 4194304 4196468 140736583644592 139822986115312 139823526550146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31060] ppid=30998 vsize=10846964 memory=827732 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31060/stat : 31060 (java) S 30998 31001 10805 0 -1 1077944384 37 13115 0 0 0 0 5 2 20 0 15 0 406949920 11107291136 206933 33554432000 4194304 4196468 140736583644592 139822985061600 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31061] ppid=30998 vsize=10846964 memory=827732 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31061/stat : 31061 (java) S 30998 31001 10805 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 406949920 11107291136 206933 33554432000 4194304 4196468 140736583644592 139822391878400 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31062] ppid=30998 vsize=10846964 memory=827732 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31062/stat : 31062 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11107291136 206933 33554432000 4194304 4196468 140736583644592 139822084478928 139823526557595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31063] ppid=30998 vsize=10846964 memory=827732 CPUtime=6.54 cores=0,2,4,6
/proc/31001/task/31063/stat : 31063 (java) S 30998 31001 10805 0 -1 1077944384 23621 13115 0 0 642 5 5 2 20 0 15 0 406949923 11107291136 206933 33554432000 4194304 4196468 140736583644592 139822951504624 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31064] ppid=30998 vsize=10846964 memory=3624 CPUtime=6.84 cores=0,2,4,6
/proc/31001/task/31064/stat : 31064 (java) S 30998 31001 10805 0 -1 1077944384 21538 13115 0 0 671 6 5 2 20 0 15 0 406949923 11107291136 206933 33554432000 4194304 4196468 140736583644592 139822950452080 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31065] ppid=30998 vsize=10846964 memory=1428 CPUtime=4.71 cores=0,2,4,6
/proc/31001/task/31065/stat : 31065 (java) S 30998 31001 10805 0 -1 1077944384 27694 13115 0 0 456 8 5 2 20 0 15 0 406949923 11107291136 206933 33554432000 4194304 4196468 140736583644592 139822949399024 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31066] ppid=30998 vsize=10846964 memory=4148 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31066/stat : 31066 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11107291136 206933 33554432000 4194304 4196468 140736583644592 139822050921312 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31067] ppid=30998 vsize=10846964 memory=1056 CPUtime=1.43 cores=0,2,4,6
/proc/31001/task/31067/stat : 31067 (java) S 30998 31001 10805 0 -1 1077944384 983 13115 0 0 70 66 5 2 20 0 15 0 406949924 11107291136 206933 33554432000 4194304 4196468 140736583644592 139822948346416 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
Current children cumulated CPU time: 2313.6 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 827732 KiB

[startup+2322.3 s]
/proc/loadavg: 2.06 1.71 1.55 3/228 31561
/proc/meminfo: memFree=26494784/32770624 swapFree=66998520/67108860
[pid=31001] ppid=30998 vsize=10846964 memory=829780 CPUtime=2374.62 cores=0,2,4,6
/proc/31001/stat : 31001 (java) S 30998 31001 10805 0 -1 1077944320 213052 13115 0 0 237097 358 5 2 20 0 15 0 406949908 11107291136 207445 33554432000 4194304 4196468 140736583644592 140736583627136 139823526538999 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
/proc/31001/statm: 2711741 207445 3623 1 0 2673805 0
[pid=31001/tid=31054] ppid=30998 vsize=10846964 memory=829780 CPUtime=2295.85 cores=0,2,4,6
/proc/31001/task/31054/stat : 31054 (java) R 30998 31001 10805 0 -1 4202560 66067 13115 0 0 229528 50 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823498375120 139823092431560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31055] ppid=30998 vsize=10846964 memory=3832900971343800676 CPUtime=12.26 cores=0,2,4,6
/proc/31001/task/31055/stat : 31055 (java) S 30998 31001 10805 0 -1 1077944384 10721 13115 0 0 1159 60 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823530781712 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31056] ppid=30998 vsize=10846964 memory=829780 CPUtime=12.27 cores=0,2,4,6
/proc/31001/task/31056/stat : 31056 (java) S 30998 31001 10805 0 -1 1077944384 17924 13115 0 0 1164 56 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823419055248 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31057] ppid=30998 vsize=10846964 memory=829780 CPUtime=12.23 cores=0,2,4,6
/proc/31001/task/31057/stat : 31057 (java) S 30998 31001 10805 0 -1 1077944384 11546 13115 0 0 1159 57 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823418002192 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31058] ppid=30998 vsize=10846964 memory=829780 CPUtime=12.27 cores=0,2,4,6
/proc/31001/task/31058/stat : 31058 (java) S 30998 31001 10805 0 -1 1077944384 16129 13115 0 0 1165 55 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823416949648 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31059] ppid=30998 vsize=10846964 memory=829780 CPUtime=10.71 cores=0,2,4,6
/proc/31001/task/31059/stat : 31059 (java) S 30998 31001 10805 0 -1 1077944384 14552 13115 0 0 1007 57 5 2 20 0 15 0 406949920 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822986115312 139823526550146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31060] ppid=30998 vsize=10846964 memory=829780 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31060/stat : 31060 (java) S 30998 31001 10805 0 -1 1077944384 37 13115 0 0 0 0 5 2 20 0 15 0 406949920 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822985061600 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31061] ppid=30998 vsize=10846964 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31061/stat : 31061 (java) S 30998 31001 10805 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 406949920 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822391878400 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31062] ppid=30998 vsize=10846964 memory=2024 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31062/stat : 31062 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822084478928 139823526557595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31063] ppid=30998 vsize=10846964 memory=1712 CPUtime=6.54 cores=0,2,4,6
/proc/31001/task/31063/stat : 31063 (java) S 30998 31001 10805 0 -1 1077944384 23623 13115 0 0 642 5 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822951504624 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31064] ppid=30998 vsize=10846964 memory=1052 CPUtime=6.84 cores=0,2,4,6
/proc/31001/task/31064/stat : 31064 (java) S 30998 31001 10805 0 -1 1077944384 21540 13115 0 0 671 6 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822950452080 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31065] ppid=30998 vsize=10846964 memory=829780 CPUtime=4.71 cores=0,2,4,6
/proc/31001/task/31065/stat : 31065 (java) S 30998 31001 10805 0 -1 1077944384 27696 13115 0 0 456 8 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822949399024 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31066] ppid=30998 vsize=10846964 memory=829780 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31066/stat : 31066 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822050921312 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31067] ppid=30998 vsize=10846964 memory=829780 CPUtime=1.47 cores=0,2,4,6
/proc/31001/task/31067/stat : 31067 (java) S 30998 31001 10805 0 -1 1077944384 999 13115 0 0 72 68 5 2 20 0 15 0 406949924 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822948346416 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
Current children cumulated CPU time: 2374.62 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 829780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2347.3 s]
/proc/loadavg: 1.96 1.71 1.56 3/227 31565
/proc/meminfo: memFree=26502412/32770624 swapFree=66998520/67108860
[pid=31001] ppid=30998 vsize=10846964 memory=829780 CPUtime=2400.03 cores=0,2,4,6
/proc/31001/stat : 31001 (java) S 30998 31001 10805 0 -1 1077944320 213301 13115 0 0 239635 361 5 2 20 0 15 0 406949908 11107291136 207445 33554432000 4194304 4196468 140736583644592 140736583627136 139823526538999 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
/proc/31001/statm: 2711741 207445 3623 1 0 2673805 0
[pid=31001/tid=31054] ppid=30998 vsize=10846964 memory=829780 CPUtime=2320.57 cores=0,2,4,6
/proc/31001/task/31054/stat : 31054 (java) R 30998 31001 10805 0 -1 4202560 66281 13115 0 0 232000 50 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823498375520 139823096218522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31055] ppid=30998 vsize=10846964 memory=829780 CPUtime=12.4 cores=0,2,4,6
/proc/31001/task/31055/stat : 31055 (java) S 30998 31001 10805 0 -1 1077944384 10727 13115 0 0 1173 60 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823530781712 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31056] ppid=30998 vsize=10846964 memory=829780 CPUtime=12.41 cores=0,2,4,6
/proc/31001/task/31056/stat : 31056 (java) S 30998 31001 10805 0 -1 1077944384 17950 13115 0 0 1177 57 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823419055248 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31057] ppid=30998 vsize=10846964 memory=829780 CPUtime=12.36 cores=0,2,4,6
/proc/31001/task/31057/stat : 31057 (java) S 30998 31001 10805 0 -1 1077944384 11547 13115 0 0 1172 57 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823418002192 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31058] ppid=30998 vsize=10846964 memory=829780 CPUtime=12.4 cores=0,2,4,6
/proc/31001/task/31058/stat : 31058 (java) S 30998 31001 10805 0 -1 1077944384 16129 13115 0 0 1178 55 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823416949648 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31059] ppid=30998 vsize=10846964 memory=829780 CPUtime=10.83 cores=0,2,4,6
/proc/31001/task/31059/stat : 31059 (java) S 30998 31001 10805 0 -1 1077944384 14554 13115 0 0 1018 58 5 2 20 0 15 0 406949920 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822986115312 139823526550146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31060] ppid=30998 vsize=10846964 memory=829780 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31060/stat : 31060 (java) S 30998 31001 10805 0 -1 1077944384 37 13115 0 0 0 0 5 2 20 0 15 0 406949920 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822985061600 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31061] ppid=30998 vsize=10846964 memory=829780 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31061/stat : 31061 (java) S 30998 31001 10805 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 406949920 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822391878400 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31062] ppid=30998 vsize=10846964 memory=829780 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31062/stat : 31062 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822084478928 139823526557595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31063] ppid=30998 vsize=10846964 memory=6791534058613427641 CPUtime=6.54 cores=0,2,4,6
/proc/31001/task/31063/stat : 31063 (java) S 30998 31001 10805 0 -1 1077944384 23623 13115 0 0 642 5 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822951504624 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31064] ppid=30998 vsize=10846964 memory=3624 CPUtime=6.84 cores=0,2,4,6
/proc/31001/task/31064/stat : 31064 (java) S 30998 31001 10805 0 -1 1077944384 21540 13115 0 0 671 6 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822950452080 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31065] ppid=30998 vsize=10846964 memory=1428 CPUtime=4.71 cores=0,2,4,6
/proc/31001/task/31065/stat : 31065 (java) S 30998 31001 10805 0 -1 1077944384 27696 13115 0 0 456 8 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822949399024 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31066] ppid=30998 vsize=10846964 memory=4148 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31066/stat : 31066 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822050921312 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31067] ppid=30998 vsize=10846964 memory=829780 CPUtime=1.49 cores=0,2,4,6
/proc/31001/task/31067/stat : 31067 (java) S 30998 31001 10805 0 -1 1077944384 999 13115 0 0 73 69 5 2 20 0 15 0 406949924 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822948346416 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 829780 KiB

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

[startup+2347.33 s]
# the end of solver process 31001 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.43 s, system=3.65848 s

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

[startup+2347.3 s]
/proc/loadavg: 1.96 1.71 1.56 3/227 31565
/proc/meminfo: memFree=26502412/32770624 swapFree=66998520/67108860
[pid=31001] ppid=30998 vsize=10846964 memory=829780 CPUtime=2400.03 cores=0,2,4,6
/proc/31001/stat : 31001 (java) S 30998 31001 10805 0 -1 1077944320 213301 13115 0 0 239635 361 5 2 20 0 15 0 406949908 11107291136 207445 33554432000 4194304 4196468 140736583644592 140736583627136 139823526538999 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
/proc/31001/statm: 2711741 207445 3623 1 0 2673805 0
[pid=31001/tid=31054] ppid=30998 vsize=10846964 memory=829780 CPUtime=2320.57 cores=0,2,4,6
/proc/31001/task/31054/stat : 31054 (java) R 30998 31001 10805 0 -1 4202560 66281 13115 0 0 232000 50 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823498375520 139823096218522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31055] ppid=30998 vsize=10846964 memory=829780 CPUtime=12.4 cores=0,2,4,6
/proc/31001/task/31055/stat : 31055 (java) S 30998 31001 10805 0 -1 1077944384 10727 13115 0 0 1173 60 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823530781712 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31056] ppid=30998 vsize=10846964 memory=829780 CPUtime=12.41 cores=0,2,4,6
/proc/31001/task/31056/stat : 31056 (java) S 30998 31001 10805 0 -1 1077944384 17950 13115 0 0 1177 57 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823419055248 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31057] ppid=30998 vsize=10846964 memory=829780 CPUtime=12.36 cores=0,2,4,6
/proc/31001/task/31057/stat : 31057 (java) S 30998 31001 10805 0 -1 1077944384 11547 13115 0 0 1172 57 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823418002192 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31058] ppid=30998 vsize=10846964 memory=829780 CPUtime=12.4 cores=0,2,4,6
/proc/31001/task/31058/stat : 31058 (java) S 30998 31001 10805 0 -1 1077944384 16129 13115 0 0 1178 55 5 2 20 0 15 0 406949918 11107291136 207445 33554432000 4194304 4196468 140736583644592 139823416949648 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31059] ppid=30998 vsize=10846964 memory=829780 CPUtime=10.83 cores=0,2,4,6
/proc/31001/task/31059/stat : 31059 (java) S 30998 31001 10805 0 -1 1077944384 14554 13115 0 0 1018 58 5 2 20 0 15 0 406949920 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822986115312 139823526550146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31060] ppid=30998 vsize=10846964 memory=829780 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31060/stat : 31060 (java) S 30998 31001 10805 0 -1 1077944384 37 13115 0 0 0 0 5 2 20 0 15 0 406949920 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822985061600 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31061] ppid=30998 vsize=10846964 memory=829780 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31061/stat : 31061 (java) S 30998 31001 10805 0 -1 1077944384 2 13115 0 0 0 0 5 2 20 0 15 0 406949920 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822391878400 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31062] ppid=30998 vsize=10846964 memory=829780 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31062/stat : 31062 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822084478928 139823526557595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31063] ppid=30998 vsize=10846964 memory=6791534058613427641 CPUtime=6.54 cores=0,2,4,6
/proc/31001/task/31063/stat : 31063 (java) S 30998 31001 10805 0 -1 1077944384 23623 13115 0 0 642 5 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822951504624 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31064] ppid=30998 vsize=10846964 memory=3624 CPUtime=6.84 cores=0,2,4,6
/proc/31001/task/31064/stat : 31064 (java) S 30998 31001 10805 0 -1 1077944384 21540 13115 0 0 671 6 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822950452080 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31065] ppid=30998 vsize=10846964 memory=1428 CPUtime=4.71 cores=0,2,4,6
/proc/31001/task/31065/stat : 31065 (java) S 30998 31001 10805 0 -1 1077944384 27696 13115 0 0 456 8 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822949399024 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31066] ppid=30998 vsize=10846964 memory=4148 CPUtime=0.07 cores=0,2,4,6
/proc/31001/task/31066/stat : 31066 (java) S 30998 31001 10805 0 -1 1077944384 3 13115 0 0 0 0 5 2 20 0 15 0 406949923 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822050921312 139823526549205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
[pid=31001/tid=31067] ppid=30998 vsize=10846964 memory=829780 CPUtime=1.49 cores=0,2,4,6
/proc/31001/task/31067/stat : 31067 (java) S 30998 31001 10805 0 -1 1077944384 999 13115 0 0 73 69 5 2 20 0 15 0 406949924 11107291136 207445 33554432000 4194304 4196468 140736583644592 139822948346416 139823526550146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140736583645941 140736583648453 140736583648453 140736583651279 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 829780 KiB

Child status: 143
Real time (s): 2347.33
CPU time (s): 2400.09
CPU user time (s): 2396.43
CPU system time (s): 3.65848
CPU usage (%): 102.248
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 829780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.43
system time used= 3.65848
maximum resident set size= 834000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227278
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 294752
involuntary context switches= 8792


# summary of solver processes directly reported to runsolver:
#   pid: 31001
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2396.43
#   total CPU system time (s): 3.65848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4398 second user time and 21.6773 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-12 18:46:10
IDJOB=4392123
IDBENCH=115968
IDSOLVER=2837
FILE ID=node127/4392123-1568306810
RUNJOBID= node127-1568305960-30576
PBS_JOBID= 21701110
Free space on /tmp= 58788 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-15.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392123-1568306810/watcher-4392123-1568306810 -o /tmp/evaluation-result-4392123-1568306810/solver-4392123-1568306810 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30576 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1360339658 HOME/instance-4392123-1568306810.xml

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

MD5SUM BENCH= 194a9771da43b175c5c48a6f0c769610
RANDOM SEED=1360339658

node127.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.55
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.55
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.55
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.55
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:        27704752 kB
MemAvailable:   31122100 kB
Buffers:          104984 kB
Cached:          3571804 kB
SwapCached:         6780 kB
Active:          2785904 kB
Inactive:        1643484 kB
Active(anon):     747132 kB
Inactive(anon):    47232 kB
Active(file):    2038772 kB
Inactive(file):  1596252 kB
Unevictable:      110612 kB
Mlocked:          110612 kB
SwapTotal:      67108860 kB
SwapFree:       66998520 kB
Dirty:             35452 kB
Writeback:             0 kB
AnonPages:        858284 kB
Mapped:            56532 kB
Shmem:             32692 kB
Slab:             226276 kB
SReclaimable:     196320 kB
SUnreclaim:        29956 kB
KernelStack:        3744 kB
PageTables:         6812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2035252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 58752 MiB
End job on node127 at 2019-09-12 19:25:18