Trace number 4396164

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)34 2520.11 2481.53

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-12.xml
MD5SUMd0005c97ad61d9cead696518787f869e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark14.8846
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints146
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":60},{"size":9,"count":60}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":60},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":30}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":60},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":30}]
Number of extensional constraints86
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":86},{"type":"sum","count":60}]
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.79/0.55	c Concrete v3.12.2.1568380929293 running
8.88/3.80	o 26
9.22/3.81	o 28
9.22/3.82	o 29
14.32/6.73	o 30
17.62/9.70	o 31
24.94/16.86	o 32
42.29/33.92	o 33
42.29/33.96	o 34
2520.08/2481.50	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2481.50		at concrete.MAC.mac(MAC.scala:192)
2520.08/2481.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2481.50		at scala.util.Try$.apply(Try.scala:212)
2520.08/2481.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2481.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2481.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2481.50		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2481.50		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2481.50		at concrete.MAC.nextSolution(MAC.scala:369)
2520.08/2481.50		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2481.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2481.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2481.50		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2481.51		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.08/2481.51		at scala.util.Success.map(Try.scala:264)
2520.08/2481.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2481.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2481.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2481.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2481.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2481.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2481.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2481.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2481.51		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2481.51		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2481.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2481.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2481.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2481.51		at scala.App.main(App.scala:75)
2520.08/2481.51		at scala.App.main$(App.scala:73)
2520.08/2481.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2481.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2481.51	v <instantiation
2520.08/2481.51	v         cost = '34'>
2520.08/2481.51	v       <list>
2520.08/2481.51	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[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[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[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[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] 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[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[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[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[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]
2520.08/2481.51	v       </list>
2520.08/2481.51	v       <values>
2520.08/2481.51	v         1 1 0 1 1 0 1 0 1 1 0 1 1 1 0 1 0 1 1 0 1 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 1 0 1 1 3 3 4 2 3 4 2 4 2 3 4 2 3 3 5 3 5 3 2 5 3 5 3 2 4 4 5 2 5 4 4 5 2 5 4 4 2 3 5 3 5 2 3 5 3 5 3 3 2 4 3 2 4 2 4 3 2 4 3 3
2520.08/2481.51	v       </values>
2520.08/2481.51	v     </instantiation>
2520.08/2481.51	s SATISFIABLE

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396164-1568393490/watcher-4396164-1568393490 -o /tmp/evaluation-result-4396164-1568393490/solver-4396164-1568393490 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568393449-28713 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1163816776 HOME/instance-4396164-1568393490.xml 

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

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

solver pid=28738, runsolver pid=28733

[startup+0.100037 s]*
/proc/loadavg: 1.04 1.13 1.50 3/203 28849
/proc/meminfo: memFree=31446292/32770624 swapFree=67000308/67108860
[pid=28738] ppid=28733 vsize=9972712 memory=16648 CPUtime=0.09 cores=1,3,5,7
/proc/28738/stat : 28738 (java) S 28733 28738 26068 0 -1 1077944320 4415 13138 0 0 1 0 5 3 20 0 6 0 415263081 10212057088 4162 33554432000 4194304 4196468 140734292683856 140734292666400 140224650444535 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
/proc/28738/statm: 2493178 4162 1933 1 0 2481616 0
[pid=28738/tid=28843] ppid=28733 vsize=9972712 memory=-6517102902069810590 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28843/stat : 28843 (java) R 28733 28738 26068 0 -1 4202560 2208 13138 0 0 0 0 5 3 20 0 6 0 415263091 10212057088 4162 33554432000 4194304 4196468 140734292683856 140224622281296 140224636127061 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28848] ppid=28733 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28848/stat : 28848 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 6 0 415263092 10212057088 4162 33554432000 4194304 4196468 140734292683856 140224654687120 140224650454741 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28849] ppid=28733 vsize=9972712 memory=140259366532736 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28849/stat : 28849 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 6 0 415263092 10212057088 4162 33554432000 4194304 4196468 140734292683856 140224223849232 140224650454741 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28850] ppid=28733 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28850/stat : 28850 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 6 0 415263092 10212057088 4162 33554432000 4194304 4196468 140734292683856 140224222796944 140224650454741 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28851] ppid=28733 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28851/stat : 28851 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 6 0 415263092 10212057088 4162 33554432000 4194304 4196468 140734292683856 140224221744144 140224650454741 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16648 KiB

[startup+0.21273 s]*
/proc/loadavg: 1.04 1.13 1.50 4/227 28873
/proc/meminfo: memFree=31396092/32770624 swapFree=67000308/67108860
[pid=28738] ppid=28733 vsize=10819664 memory=41152 CPUtime=0.26 cores=1,3,5,7
/proc/28738/stat : 28738 (java) S 28733 28738 26068 0 -1 1077944320 7218 13138 0 0 17 1 5 3 20 0 15 0 415263081 11079335936 10288 33554432000 4194304 4196468 140734292683856 140734292666400 140224650444535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
/proc/28738/statm: 2704916 10288 3168 1 0 2667149 0
[pid=28738/tid=28843] ppid=28733 vsize=10819664 memory=-5504934085814682416 CPUtime=0.19 cores=1,3,5,7
/proc/28738/task/28843/stat : 28843 (java) R 28733 28738 26068 0 -1 4202560 3696 13138 0 0 11 0 5 3 20 0 15 0 415263091 11079335936 10288 33554432000 4194304 4196468 140734292683856 140224622229600 140224650458417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28848] ppid=28733 vsize=10819664 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28848/stat : 28848 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263092 11079335936 10288 33554432000 4194304 4196468 140734292683856 140224654687120 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28849] ppid=28733 vsize=10819664 memory=140259366532736 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28849/stat : 28849 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263092 11079335936 10288 33554432000 4194304 4196468 140734292683856 140224223849232 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28850] ppid=28733 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28850/stat : 28850 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263092 11079335936 10288 33554432000 4194304 4196468 140734292683856 140224222796944 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28851] ppid=28733 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28851/stat : 28851 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263092 11079335936 10288 33554432000 4194304 4196468 140734292683856 140224221744144 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28856] ppid=28733 vsize=10819664 memory=140259366532736 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28856/stat : 28856 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263093 11079335936 10288 33554432000 4194304 4196468 140734292683856 140223922313328 140224650455682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28857] ppid=28733 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28857/stat : 28857 (java) S 28733 28738 26068 0 -1 1077944384 13 13138 0 0 0 0 5 3 20 0 15 0 415263093 11079335936 10288 33554432000 4194304 4196468 140734292683856 140223837102880 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28859] ppid=28733 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28859/stat : 28859 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263094 11079335936 10288 33554432000 4194304 4196468 140734292683856 140223702885488 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28862] ppid=28733 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28862/stat : 28862 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11079335936 10288 33554432000 4194304 4196468 140734292683856 140223194159184 140224650463131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28863] ppid=28733 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28738/task/28863/stat : 28863 (java) S 28733 28738 26068 0 -1 1077944384 462 13138 0 0 1 0 5 3 20 0 15 0 415263096 11079335936 10288 33554432000 4194304 4196468 140734292683856 140223921261168 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28864] ppid=28733 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28738/task/28864/stat : 28864 (java) S 28733 28738 26068 0 -1 1077944384 182 13138 0 0 1 0 5 3 20 0 15 0 415263096 11079335936 10288 33554432000 4194304 4196468 140734292683856 140223920208368 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28865] ppid=28733 vsize=10819664 memory=140259366532736 CPUtime=0.11 cores=1,3,5,7
/proc/28738/task/28865/stat : 28865 (java) S 28733 28738 26068 0 -1 1077944384 638 13138 0 0 3 0 5 3 20 0 15 0 415263096 11079335936 10288 33554432000 4194304 4196468 140734292683856 140223919156080 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28866] ppid=28733 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28866/stat : 28866 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11079335936 10288 33554432000 4194304 4196468 140734292683856 140223160601568 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28867] ppid=28733 vsize=10819664 memory=140259366532736 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28867/stat : 28867 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263097 11079335936 10288 33554432000 4194304 4196468 140734292683856 140223918102960 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41152 KiB

[startup+0.310546 s]*
/proc/loadavg: 1.04 1.13 1.50 4/227 28873
/proc/meminfo: memFree=31370648/32770624 swapFree=67000308/67108860
[pid=28738] ppid=28733 vsize=10820148 memory=49956 CPUtime=0.4 cores=1,3,5,7
/proc/28738/stat : 28738 (java) S 28733 28738 26068 0 -1 1077944320 10758 13138 0 0 29 3 5 3 20 0 15 0 415263081 11079831552 12489 33554432000 4194304 4196468 140734292683856 140734292666400 140224650444535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
/proc/28738/statm: 2705037 12489 3299 1 0 2667149 0
[pid=28738/tid=28843] ppid=28733 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/28738/task/28843/stat : 28843 (java) R 28733 28738 26068 0 -1 4202560 7207 13138 0 0 19 2 5 3 20 0 15 0 415263091 11079831552 12489 33554432000 4194304 4196468 140734292683856 140224622244448 140224636690480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28848] ppid=28733 vsize=10820148 memory=8025788835569559914 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28848/stat : 28848 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263092 11079831552 12489 33554432000 4194304 4196468 140734292683856 140224654687120 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28849] ppid=28733 vsize=10820148 memory=5787233549803348032 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28849/stat : 28849 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263092 11079831552 12489 33554432000 4194304 4196468 140734292683856 140224223849232 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28850] ppid=28733 vsize=10820148 memory=7649539652041920194 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28850/stat : 28850 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263092 11079831552 12489 33554432000 4194304 4196468 140734292683856 140224222796944 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28851] ppid=28733 vsize=10820148 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28851/stat : 28851 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263092 11079831552 12489 33554432000 4194304 4196468 140734292683856 140224221744144 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28856] ppid=28733 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28856/stat : 28856 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263093 11079831552 12489 33554432000 4194304 4196468 140734292683856 140223922313328 140224650455682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28857] ppid=28733 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28857/stat : 28857 (java) S 28733 28738 26068 0 -1 1077944384 13 13138 0 0 0 0 5 3 20 0 15 0 415263093 11079831552 12489 33554432000 4194304 4196468 140734292683856 140223837102880 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28859] ppid=28733 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28859/stat : 28859 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263094 11079831552 12489 33554432000 4194304 4196468 140734292683856 140223702885488 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28862] ppid=28733 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28862/stat : 28862 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11079831552 12489 33554432000 4194304 4196468 140734292683856 140223194159184 140224650463131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28863] ppid=28733 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28738/task/28863/stat : 28863 (java) S 28733 28738 26068 0 -1 1077944384 462 13138 0 0 1 0 5 3 20 0 15 0 415263096 11079831552 12489 33554432000 4194304 4196468 140734292683856 140223921261168 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28864] ppid=28733 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28738/task/28864/stat : 28864 (java) S 28733 28738 26068 0 -1 1077944384 192 13138 0 0 2 0 5 3 20 0 15 0 415263096 11079831552 12489 33554432000 4194304 4196468 140734292683856 140223920208368 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28865] ppid=28733 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/28738/task/28865/stat : 28865 (java) S 28733 28738 26068 0 -1 1077944384 657 13138 0 0 5 0 5 3 20 0 15 0 415263096 11079831552 12489 33554432000 4194304 4196468 140734292683856 140223919156080 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28866] ppid=28733 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28866/stat : 28866 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11079831552 12489 33554432000 4194304 4196468 140734292683856 140223160601568 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28867] ppid=28733 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28867/stat : 28867 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263097 11079831552 12489 33554432000 4194304 4196468 140734292683856 140223918102960 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49956 KiB

[startup+0.700753 s]
/proc/loadavg: 1.04 1.13 1.50 3/227 28873
/proc/meminfo: memFree=31340976/32770624 swapFree=67000308/67108860
[pid=28738] ppid=28733 vsize=10824360 memory=84000 CPUtime=1.14 cores=1,3,5,7
/proc/28738/stat : 28738 (java) S 28733 28738 26068 0 -1 1077944320 15206 13138 0 0 102 4 5 3 20 0 15 0 415263081 11084144640 21000 33554432000 4194304 4196468 140734292683856 140734292666400 140224650444535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
/proc/28738/statm: 2706090 21000 3510 1 0 2668173 0
[pid=28738/tid=28843] ppid=28733 vsize=10824360 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/28738/task/28843/stat : 28843 (java) R 28733 28738 26068 0 -1 4202560 10414 13138 0 0 56 3 5 3 20 0 15 0 415263091 11084144640 21000 33554432000 4194304 4196468 140734292683856 140224622274080 140224256799636 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28848] ppid=28733 vsize=10824360 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28848/stat : 28848 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263092 11084144640 21000 33554432000 4194304 4196468 140734292683856 140224654687120 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28849] ppid=28733 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28849/stat : 28849 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263092 11084144640 21000 33554432000 4194304 4196468 140734292683856 140224223849232 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28850] ppid=28733 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28850/stat : 28850 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263092 11084144640 21000 33554432000 4194304 4196468 140734292683856 140224222796944 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28851] ppid=28733 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28851/stat : 28851 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263092 11084144640 21000 33554432000 4194304 4196468 140734292683856 140224221744144 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28856] ppid=28733 vsize=10824360 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28856/stat : 28856 (java) S 28733 28738 26068 0 -1 1077944384 5 13138 0 0 0 0 5 3 20 0 15 0 415263093 11084144640 21000 33554432000 4194304 4196468 140734292683856 140223922313328 140224650455682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28857] ppid=28733 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28857/stat : 28857 (java) S 28733 28738 26068 0 -1 1077944384 13 13138 0 0 0 0 5 3 20 0 15 0 415263093 11084144640 21000 33554432000 4194304 4196468 140734292683856 140223837102880 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28859] ppid=28733 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28859/stat : 28859 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263094 11084144640 21000 33554432000 4194304 4196468 140734292683856 140223702885488 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28862] ppid=28733 vsize=10824360 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28862/stat : 28862 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11084144640 21000 33554432000 4194304 4196468 140734292683856 140223194159184 140224650463131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28863] ppid=28733 vsize=10824360 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/28738/task/28863/stat : 28863 (java) R 28733 28738 26068 0 -1 4202560 1003 13138 0 0 14 0 5 3 20 0 15 0 415263096 11084144640 21000 33554432000 4194304 4196468 140734292683856 140223921261168 140224642734001 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28864] ppid=28733 vsize=10824360 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/28738/task/28864/stat : 28864 (java) S 28733 28738 26068 0 -1 1077944384 660 13138 0 0 13 0 5 3 20 0 15 0 415263096 11084144640 21000 33554432000 4194304 4196468 140734292683856 140223920208368 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28865] ppid=28733 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/28738/task/28865/stat : 28865 (java) S 28733 28738 26068 0 -1 1077944384 886 13138 0 0 17 0 5 3 20 0 15 0 415263096 11084144640 21000 33554432000 4194304 4196468 140734292683856 140223919156080 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28866] ppid=28733 vsize=10824360 memory=140259203516400 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28866/stat : 28866 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11084144640 21000 33554432000 4194304 4196468 140734292683856 140223160601568 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28867] ppid=28733 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28867/stat : 28867 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263097 11084144640 21000 33554432000 4194304 4196468 140734292683856 140223918102960 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 84000 KiB

[startup+1.50073 s]
/proc/loadavg: 1.04 1.13 1.50 3/227 28873
/proc/meminfo: memFree=31256436/32770624 swapFree=67000308/67108860
[pid=28738] ppid=28733 vsize=10834676 memory=171880 CPUtime=2.46 cores=1,3,5,7
/proc/28738/stat : 28738 (java) S 28733 28738 26068 0 -1 1077944320 21946 13138 0 0 229 9 5 3 20 0 15 0 415263081 11094708224 42970 33554432000 4194304 4196468 140734292683856 140734292666400 140224650444535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
/proc/28738/statm: 2708669 42970 3578 1 0 2670733 0
[pid=28738/tid=28843] ppid=28733 vsize=10834676 memory=18 CPUtime=1.43 cores=1,3,5,7
/proc/28738/task/28843/stat : 28843 (java) R 28733 28738 26068 0 -1 4202560 15325 13138 0 0 130 5 5 3 20 0 15 0 415263091 11094708224 42970 33554432000 4194304 4196468 140734292683856 140224622238816 140224650456470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28848] ppid=28733 vsize=10834676 memory=28 CPUtime=0.09 cores=1,3,5,7
/proc/28738/task/28848/stat : 28848 (java) S 28733 28738 26068 0 -1 1077944384 26 13138 0 0 1 0 5 3 20 0 15 0 415263092 11094708224 42970 33554432000 4194304 4196468 140734292683856 140224654687120 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28849] ppid=28733 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28849/stat : 28849 (java) S 28733 28738 26068 0 -1 1077944384 64 13138 0 0 0 0 5 3 20 0 15 0 415263092 11094708224 42970 33554432000 4194304 4196468 140734292683856 140224223849232 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28850] ppid=28733 vsize=10834676 memory=97868 CPUtime=0.09 cores=1,3,5,7
/proc/28738/task/28850/stat : 28850 (java) S 28733 28738 26068 0 -1 1077944384 67 13138 0 0 1 0 5 3 20 0 15 0 415263092 11094708224 42970 33554432000 4194304 4196468 140734292683856 140224222796944 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28851] ppid=28733 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28738/task/28851/stat : 28851 (java) S 28733 28738 26068 0 -1 1077944384 376 13138 0 0 1 0 5 3 20 0 15 0 415263092 11094708224 42970 33554432000 4194304 4196468 140734292683856 140224221744144 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28856] ppid=28733 vsize=10834676 memory=6944652177228980320 CPUtime=0.09 cores=1,3,5,7
/proc/28738/task/28856/stat : 28856 (java) S 28733 28738 26068 0 -1 1077944384 144 13138 0 0 1 0 5 3 20 0 15 0 415263093 11094708224 42970 33554432000 4194304 4196468 140734292683856 140223922313328 140224650455682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28857] ppid=28733 vsize=10834676 memory=280518407536032 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28857/stat : 28857 (java) S 28733 28738 26068 0 -1 1077944384 13 13138 0 0 0 0 5 3 20 0 15 0 415263093 11094708224 42970 33554432000 4194304 4196468 140734292683856 140223837102944 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28859] ppid=28733 vsize=10834676 memory=280518407699472 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28859/stat : 28859 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263094 11094708224 42970 33554432000 4194304 4196468 140734292683856 140223702885504 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28862] ppid=28733 vsize=10834676 memory=3472464157384955760 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28862/stat : 28862 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11094708224 42970 33554432000 4194304 4196468 140734292683856 140223194159184 140224650463131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28863] ppid=28733 vsize=10834676 memory=6655300316396806240 CPUtime=0.34 cores=1,3,5,7
/proc/28738/task/28863/stat : 28863 (java) S 28733 28738 26068 0 -1 1077944384 1142 13138 0 0 26 0 5 3 20 0 15 0 415263096 11094708224 42970 33554432000 4194304 4196468 140734292683856 140223921261168 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28864] ppid=28733 vsize=10834676 memory=6944652177228980320 CPUtime=0.31 cores=1,3,5,7
/proc/28738/task/28864/stat : 28864 (java) S 28733 28738 26068 0 -1 1077944384 841 13138 0 0 23 0 5 3 20 0 15 0 415263096 11094708224 42970 33554432000 4194304 4196468 140734292683856 140223920208368 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28865] ppid=28733 vsize=10834676 memory=6944652177228980320 CPUtime=0.5 cores=1,3,5,7
/proc/28738/task/28865/stat : 28865 (java) S 28733 28738 26068 0 -1 1077944384 1728 13138 0 0 42 0 5 3 20 0 15 0 415263096 11094708224 42970 33554432000 4194304 4196468 140734292683856 140223919156080 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28866] ppid=28733 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28866/stat : 28866 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11094708224 42970 33554432000 4194304 4196468 140734292683856 140223160601568 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28867] ppid=28733 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28867/stat : 28867 (java) S 28733 28738 26068 0 -1 1077944384 1 13138 0 0 0 0 5 3 20 0 15 0 415263097 11094708224 42970 33554432000 4194304 4196468 140734292683856 140223918102960 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834676 KiB

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

/proc/28738/task/28843/stat : 28843 (java) R 28733 28738 26068 0 -1 4202560 57629 13138 0 0 236000 40 5 3 20 0 15 0 415263091 11109408768 176325 33554432000 4194304 4196468 140734292683856 140224622280592 140224269734880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28848] ppid=28733 vsize=10849032 memory=705300 CPUtime=10.05 cores=1,3,5,7
/proc/28738/task/28848/stat : 28848 (java) S 28733 28738 26068 0 -1 1077944384 5870 13138 0 0 947 50 5 3 20 0 15 0 415263092 11109408768 176325 33554432000 4194304 4196468 140734292683856 140224654687120 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28849] ppid=28733 vsize=10849032 memory=705300 CPUtime=10.06 cores=1,3,5,7
/proc/28738/task/28849/stat : 28849 (java) S 28733 28738 26068 0 -1 1077944384 6999 13138 0 0 951 47 5 3 20 0 15 0 415263092 11109408768 176325 33554432000 4194304 4196468 140734292683856 140224223849232 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28850] ppid=28733 vsize=10849032 memory=705300 CPUtime=10 cores=1,3,5,7
/proc/28738/task/28850/stat : 28850 (java) S 28733 28738 26068 0 -1 1077944384 7795 13138 0 0 942 50 5 3 20 0 15 0 415263092 11109408768 176325 33554432000 4194304 4196468 140734292683856 140224222796944 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28851] ppid=28733 vsize=10849032 memory=0 CPUtime=10.06 cores=1,3,5,7
/proc/28738/task/28851/stat : 28851 (java) S 28733 28738 26068 0 -1 1077944384 10220 13138 0 0 955 43 5 3 20 0 15 0 415263092 11109408768 176325 33554432000 4194304 4196468 140734292683856 140224221744144 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28856] ppid=28733 vsize=10849032 memory=35984 CPUtime=9.11 cores=1,3,5,7
/proc/28738/task/28856/stat : 28856 (java) S 28733 28738 26068 0 -1 1077944384 10934 13138 0 0 856 47 5 3 20 0 15 0 415263093 11109408768 176325 33554432000 4194304 4196468 140734292683856 140223922313328 140224650455682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28857] ppid=28733 vsize=10849032 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28857/stat : 28857 (java) S 28733 28738 26068 0 -1 1077944384 16 13138 0 0 0 0 5 3 20 0 15 0 415263093 11109408768 176325 33554432000 4194304 4196468 140734292683856 140223837103008 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28859] ppid=28733 vsize=10849032 memory=1240 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28859/stat : 28859 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263094 11109408768 176325 33554432000 4194304 4196468 140734292683856 140223702885504 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28862] ppid=28733 vsize=10849032 memory=580 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28862/stat : 28862 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11109408768 176325 33554432000 4194304 4196468 140734292683856 140223194159184 140224650463131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28863] ppid=28733 vsize=10849032 memory=3616 CPUtime=3.64 cores=1,3,5,7
/proc/28738/task/28863/stat : 28863 (java) S 28733 28738 26068 0 -1 1077944384 27730 13138 0 0 353 3 5 3 20 0 15 0 415263096 11109408768 176325 33554432000 4194304 4196468 140734292683856 140223921261168 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28864] ppid=28733 vsize=10849032 memory=35984 CPUtime=3.45 cores=1,3,5,7
/proc/28738/task/28864/stat : 28864 (java) S 28733 28738 26068 0 -1 1077944384 18393 13138 0 0 335 2 5 3 20 0 15 0 415263096 11109408768 176325 33554432000 4194304 4196468 140734292683856 140223920208368 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28865] ppid=28733 vsize=10849032 memory=705300 CPUtime=1.96 cores=1,3,5,7
/proc/28738/task/28865/stat : 28865 (java) S 28733 28738 26068 0 -1 1077944384 17374 13138 0 0 184 4 5 3 20 0 15 0 415263096 11109408768 176325 33554432000 4194304 4196468 140734292683856 140223919156080 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28866] ppid=28733 vsize=10849032 memory=964 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28866/stat : 28866 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11109408768 176325 33554432000 4194304 4196468 140734292683856 140223160601568 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28867] ppid=28733 vsize=10849032 memory=705300 CPUtime=1.39 cores=1,3,5,7
/proc/28738/task/28867/stat : 28867 (java) S 28733 28738 26068 0 -1 1077944384 930 13138 0 0 59 72 5 3 20 0 15 0 415263097 11109408768 176325 33554432000 4194304 4196468 140734292683856 140223918102960 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
Current children cumulated CPU time: 2419.58 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 705300 KiB

[startup+2442.3 s]
/proc/loadavg: 1.84 1.83 1.65 3/227 29505
/proc/meminfo: memFree=27932476/32770624 swapFree=67000324/67108860
[pid=28738] ppid=28733 vsize=10849032 memory=707348 CPUtime=2480.37 cores=1,3,5,7
/proc/28738/stat : 28738 (java) S 28733 28738 26068 0 -1 1077944320 167293 13138 0 0 247719 310 5 3 20 0 15 0 415263081 11109408768 176837 33554432000 4194304 4196468 140734292683856 140734292666400 140224650444535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
/proc/28738/statm: 2712258 176837 3627 1 0 2674317 0
[pid=28738/tid=28843] ppid=28733 vsize=10849032 memory=707348 CPUtime=2419.91 cores=1,3,5,7
/proc/28738/task/28843/stat : 28843 (java) R 28733 28738 26068 0 -1 4202560 58104 13138 0 0 241943 40 5 3 20 0 15 0 415263091 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224622280624 140224271039394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28848] ppid=28733 vsize=10849032 memory=707348 CPUtime=10.32 cores=1,3,5,7
/proc/28738/task/28848/stat : 28848 (java) S 28733 28738 26068 0 -1 1077944384 6121 13138 0 0 973 51 5 3 20 0 15 0 415263092 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224654687120 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28849] ppid=28733 vsize=10849032 memory=707348 CPUtime=10.32 cores=1,3,5,7
/proc/28738/task/28849/stat : 28849 (java) S 28733 28738 26068 0 -1 1077944384 7029 13138 0 0 977 47 5 3 20 0 15 0 415263092 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224223849232 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28850] ppid=28733 vsize=10849032 memory=707348 CPUtime=10.28 cores=1,3,5,7
/proc/28738/task/28850/stat : 28850 (java) S 28733 28738 26068 0 -1 1077944384 7830 13138 0 0 968 52 5 3 20 0 15 0 415263092 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224222796944 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28851] ppid=28733 vsize=10849032 memory=707348 CPUtime=10.33 cores=1,3,5,7
/proc/28738/task/28851/stat : 28851 (java) S 28733 28738 26068 0 -1 1077944384 10261 13138 0 0 981 44 5 3 20 0 15 0 415263092 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224221744144 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28856] ppid=28733 vsize=10849032 memory=707348 CPUtime=9.34 cores=1,3,5,7
/proc/28738/task/28856/stat : 28856 (java) S 28733 28738 26068 0 -1 1077944384 10953 13138 0 0 878 48 5 3 20 0 15 0 415263093 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223922313328 140224650455682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28857] ppid=28733 vsize=10849032 memory=772 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28857/stat : 28857 (java) S 28733 28738 26068 0 -1 1077944384 16 13138 0 0 0 0 5 3 20 0 15 0 415263093 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223837103008 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28859] ppid=28733 vsize=10849032 memory=707348 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28859/stat : 28859 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263094 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223702885504 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28862] ppid=28733 vsize=10849032 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28862/stat : 28862 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223194159184 140224650463131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28863] ppid=28733 vsize=10849032 memory=707348 CPUtime=3.64 cores=1,3,5,7
/proc/28738/task/28863/stat : 28863 (java) S 28733 28738 26068 0 -1 1077944384 27730 13138 0 0 353 3 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223921261168 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28864] ppid=28733 vsize=10849032 memory=1224 CPUtime=3.45 cores=1,3,5,7
/proc/28738/task/28864/stat : 28864 (java) S 28733 28738 26068 0 -1 1077944384 18393 13138 0 0 335 2 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223920208368 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28865] ppid=28733 vsize=10849032 memory=707348 CPUtime=1.97 cores=1,3,5,7
/proc/28738/task/28865/stat : 28865 (java) S 28733 28738 26068 0 -1 1077944384 17704 13138 0 0 185 4 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223919156080 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28866] ppid=28733 vsize=10849032 memory=707348 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28866/stat : 28866 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223160601568 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28867] ppid=28733 vsize=10849032 memory=1332 CPUtime=1.41 cores=1,3,5,7
/proc/28738/task/28867/stat : 28867 (java) S 28733 28738 26068 0 -1 1077944384 933 13138 0 0 60 73 5 3 20 0 15 0 415263097 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223918102960 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
Current children cumulated CPU time: 2480.37 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 707348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.5 s]
/proc/loadavg: 1.73 1.81 1.65 3/228 29510
/proc/meminfo: memFree=27932508/32770624 swapFree=67000324/67108860
[pid=28738] ppid=28733 vsize=10849032 memory=707348 CPUtime=2520.08 cores=1,3,5,7
/proc/28738/stat : 28738 (java) S 28733 28738 26068 0 -1 1077944320 168297 13138 0 0 251686 314 5 3 20 0 15 0 415263081 11109408768 176837 33554432000 4194304 4196468 140734292683856 140734292666400 140224650444535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
/proc/28738/statm: 2712258 176837 3627 1 0 2674317 0
[pid=28738/tid=28843] ppid=28733 vsize=10849032 memory=1556 CPUtime=2458.75 cores=1,3,5,7
/proc/28738/task/28843/stat : 28843 (java) R 28733 28738 26068 0 -1 4202560 58601 13138 0 0 245826 41 5 3 20 0 15 0 415263091 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224622280656 140224269097124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28848] ppid=28733 vsize=10849032 memory=0 CPUtime=10.49 cores=1,3,5,7
/proc/28738/task/28848/stat : 28848 (java) S 28733 28738 26068 0 -1 1077944384 6295 13138 0 0 989 52 5 3 20 0 15 0 415263092 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224654687120 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28849] ppid=28733 vsize=10849032 memory=707348 CPUtime=10.5 cores=1,3,5,7
/proc/28738/task/28849/stat : 28849 (java) S 28733 28738 26068 0 -1 1077944384 7074 13138 0 0 994 48 5 3 20 0 15 0 415263092 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224223849232 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28850] ppid=28733 vsize=10849032 memory=707348 CPUtime=10.45 cores=1,3,5,7
/proc/28738/task/28850/stat : 28850 (java) S 28733 28738 26068 0 -1 1077944384 7879 13138 0 0 985 52 5 3 20 0 15 0 415263092 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224222796944 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28851] ppid=28733 vsize=10849032 memory=707348 CPUtime=10.51 cores=1,3,5,7
/proc/28738/task/28851/stat : 28851 (java) S 28733 28738 26068 0 -1 1077944384 10284 13138 0 0 998 45 5 3 20 0 15 0 415263092 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224221744144 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28856] ppid=28733 vsize=10849032 memory=707348 CPUtime=9.49 cores=1,3,5,7
/proc/28738/task/28856/stat : 28856 (java) S 28733 28738 26068 0 -1 1077944384 11146 13138 0 0 892 49 5 3 20 0 15 0 415263093 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223922313328 140224650455682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28857] ppid=28733 vsize=10849032 memory=707348 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28857/stat : 28857 (java) S 28733 28738 26068 0 -1 1077944384 16 13138 0 0 0 0 5 3 20 0 15 0 415263093 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223837103008 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28859] ppid=28733 vsize=10849032 memory=707348 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28859/stat : 28859 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263094 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223702885504 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28862] ppid=28733 vsize=10849032 memory=707348 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28862/stat : 28862 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223194159184 140224650463131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28863] ppid=28733 vsize=10849032 memory=707348 CPUtime=3.64 cores=1,3,5,7
/proc/28738/task/28863/stat : 28863 (java) S 28733 28738 26068 0 -1 1077944384 27732 13138 0 0 353 3 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223921261168 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28864] ppid=28733 vsize=10849032 memory=707348 CPUtime=3.45 cores=1,3,5,7
/proc/28738/task/28864/stat : 28864 (java) S 28733 28738 26068 0 -1 1077944384 18395 13138 0 0 335 2 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223920208368 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28865] ppid=28733 vsize=10849032 memory=707348 CPUtime=1.97 cores=1,3,5,7
/proc/28738/task/28865/stat : 28865 (java) S 28733 28738 26068 0 -1 1077944384 17706 13138 0 0 185 4 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223919156080 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28866] ppid=28733 vsize=10849032 memory=707348 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28866/stat : 28866 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223160601568 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28867] ppid=28733 vsize=10849032 memory=707348 CPUtime=1.44 cores=1,3,5,7
/proc/28738/task/28867/stat : 28867 (java) S 28733 28738 26068 0 -1 1077944384 950 13138 0 0 61 75 5 3 20 0 15 0 415263097 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223918102960 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 707348 KiB

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

[startup+2481.53 s]
# the end of solver process 28738 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.93 s, system=3.1819 s

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

[startup+2481.5 s]
/proc/loadavg: 1.73 1.81 1.65 3/228 29510
/proc/meminfo: memFree=27932508/32770624 swapFree=67000324/67108860
[pid=28738] ppid=28733 vsize=10849032 memory=707348 CPUtime=2520.08 cores=1,3,5,7
/proc/28738/stat : 28738 (java) S 28733 28738 26068 0 -1 1077944320 168297 13138 0 0 251686 314 5 3 20 0 15 0 415263081 11109408768 176837 33554432000 4194304 4196468 140734292683856 140734292666400 140224650444535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
/proc/28738/statm: 2712258 176837 3627 1 0 2674317 0
[pid=28738/tid=28843] ppid=28733 vsize=10849032 memory=1556 CPUtime=2458.75 cores=1,3,5,7
/proc/28738/task/28843/stat : 28843 (java) R 28733 28738 26068 0 -1 4202560 58601 13138 0 0 245826 41 5 3 20 0 15 0 415263091 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224622280656 140224269097124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28848] ppid=28733 vsize=10849032 memory=0 CPUtime=10.49 cores=1,3,5,7
/proc/28738/task/28848/stat : 28848 (java) S 28733 28738 26068 0 -1 1077944384 6295 13138 0 0 989 52 5 3 20 0 15 0 415263092 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224654687120 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28849] ppid=28733 vsize=10849032 memory=707348 CPUtime=10.5 cores=1,3,5,7
/proc/28738/task/28849/stat : 28849 (java) S 28733 28738 26068 0 -1 1077944384 7074 13138 0 0 994 48 5 3 20 0 15 0 415263092 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224223849232 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28850] ppid=28733 vsize=10849032 memory=707348 CPUtime=10.45 cores=1,3,5,7
/proc/28738/task/28850/stat : 28850 (java) S 28733 28738 26068 0 -1 1077944384 7879 13138 0 0 985 52 5 3 20 0 15 0 415263092 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224222796944 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28851] ppid=28733 vsize=10849032 memory=707348 CPUtime=10.51 cores=1,3,5,7
/proc/28738/task/28851/stat : 28851 (java) S 28733 28738 26068 0 -1 1077944384 10284 13138 0 0 998 45 5 3 20 0 15 0 415263092 11109408768 176837 33554432000 4194304 4196468 140734292683856 140224221744144 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28856] ppid=28733 vsize=10849032 memory=707348 CPUtime=9.49 cores=1,3,5,7
/proc/28738/task/28856/stat : 28856 (java) S 28733 28738 26068 0 -1 1077944384 11146 13138 0 0 892 49 5 3 20 0 15 0 415263093 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223922313328 140224650455682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28857] ppid=28733 vsize=10849032 memory=707348 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28857/stat : 28857 (java) S 28733 28738 26068 0 -1 1077944384 16 13138 0 0 0 0 5 3 20 0 15 0 415263093 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223837103008 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28859] ppid=28733 vsize=10849032 memory=707348 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28859/stat : 28859 (java) S 28733 28738 26068 0 -1 1077944384 2 13138 0 0 0 0 5 3 20 0 15 0 415263094 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223702885504 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28862] ppid=28733 vsize=10849032 memory=707348 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28862/stat : 28862 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223194159184 140224650463131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28863] ppid=28733 vsize=10849032 memory=707348 CPUtime=3.64 cores=1,3,5,7
/proc/28738/task/28863/stat : 28863 (java) S 28733 28738 26068 0 -1 1077944384 27732 13138 0 0 353 3 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223921261168 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28864] ppid=28733 vsize=10849032 memory=707348 CPUtime=3.45 cores=1,3,5,7
/proc/28738/task/28864/stat : 28864 (java) S 28733 28738 26068 0 -1 1077944384 18395 13138 0 0 335 2 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223920208368 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28865] ppid=28733 vsize=10849032 memory=707348 CPUtime=1.97 cores=1,3,5,7
/proc/28738/task/28865/stat : 28865 (java) S 28733 28738 26068 0 -1 1077944384 17706 13138 0 0 185 4 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223919156080 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28866] ppid=28733 vsize=10849032 memory=707348 CPUtime=0.08 cores=1,3,5,7
/proc/28738/task/28866/stat : 28866 (java) S 28733 28738 26068 0 -1 1077944384 3 13138 0 0 0 0 5 3 20 0 15 0 415263096 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223160601568 140224650454741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
[pid=28738/tid=28867] ppid=28733 vsize=10849032 memory=707348 CPUtime=1.44 cores=1,3,5,7
/proc/28738/task/28867/stat : 28867 (java) S 28733 28738 26068 0 -1 1077944384 950 13138 0 0 61 75 5 3 20 0 15 0 415263097 11109408768 176837 33554432000 4194304 4196468 140734292683856 140223918102960 140224650455682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17592320 140734292691695 140734292694213 140734292694213 140734292697039 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 707348 KiB

Child status: 143
Real time (s): 2481.53
CPU time (s): 2520.11
CPU user time (s): 2516.93
CPU system time (s): 3.1819
CPU usage (%): 101.555
Max. virtual memory (cumulated for all children) (KiB): 10851852
Max. memory (cumulated for all children) (KiB): 707348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.93
system time used= 3.1819
maximum resident set size= 711560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182290
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 256125
involuntary context switches= 6848


# summary of solver processes directly reported to runsolver:
#   pid: 28738
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.93
#   total CPU system time (s): 3.1819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7133 second user time and 27.5386 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 18:50:49
IDJOB=4396164
IDBENCH=115990
IDSOLVER=2846
FILE ID=node146/4396164-1568393490
RUNJOBID= node146-1568393449-28713
PBS_JOBID= 21701825
Free space on /tmp= 59032 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-12.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396164-1568393490/watcher-4396164-1568393490 -o /tmp/evaluation-result-4396164-1568393490/solver-4396164-1568393490 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568393449-28713 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1163816776 HOME/instance-4396164-1568393490.xml

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

MD5SUM BENCH= d0005c97ad61d9cead696518787f869e
RANDOM SEED=1163816776

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31452340 kB
MemAvailable:   31904844 kB
Buffers:          164132 kB
Cached:           571304 kB
SwapCached:         4892 kB
Active:           419260 kB
Inactive:         321372 kB
Active(anon):      20976 kB
Inactive(anon):    22588 kB
Active(file):     398284 kB
Inactive(file):   298784 kB
Unevictable:      109392 kB
Mlocked:          109392 kB
SwapTotal:      67108860 kB
SwapFree:       67000308 kB
Dirty:             70240 kB
Writeback:             0 kB
AnonPages:        242952 kB
Mapped:            41252 kB
Shmem:             29656 kB
Slab:             171760 kB
SReclaimable:     143284 kB
SUnreclaim:        28476 kB
KernelStack:        3536 kB
PageTables:         5556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     503368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58952 MiB
End job on node146 at 2019-09-13 19:32:12