Trace number 4401084

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)40 2520.04 2474.24

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.71/0.60	c Concrete v3.12.2.1568631193530 running
8.86/3.85	o 22
8.86/3.89	o 24
9.13/3.93	o 26
9.13/3.94	o 28
9.13/3.97	o 29
10.09/4.28	o 32
11.89/5.10	o 33
12.08/5.19	o 34
24.17/16.22	o 35
61.19/53.11	o 36
378.90/366.76	o 37
787.48/769.39	o 38
787.60/769.48	o 39
1740.84/1707.99	o 40
2520.00/2474.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2474.21		at concrete.MAC.mac(MAC.scala:192)
2520.00/2474.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2474.21		at scala.util.Try$.apply(Try.scala:212)
2520.00/2474.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2474.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2474.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2474.21		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2474.21		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2474.21		at concrete.MAC.nextSolution(MAC.scala:369)
2520.00/2474.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2474.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2474.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2474.21		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2474.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2474.21		at scala.util.Success.map(Try.scala:264)
2520.00/2474.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2474.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2474.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2474.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2474.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2474.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2474.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2474.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2474.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2474.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2474.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2474.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2474.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2474.21		at scala.App.main(App.scala:75)
2520.00/2474.21		at scala.App.main$(App.scala:73)
2520.00/2474.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2474.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2474.22	v <instantiation
2520.00/2474.22	v         cost = '40'>
2520.00/2474.22	v       <list>
2520.00/2474.22	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[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[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[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[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] 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[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[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[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[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]
2520.00/2474.22	v       </list>
2520.00/2474.22	v       <values>
2520.00/2474.22	v         1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 1 3 3 4 3 3 4 3 3 4 3 3 4 3 3 3 3 4 3 3 4 3 3 4 3 3 4 3 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 3 3 4 3 3 4 3 3 4 3 3 4 3 3 3 3 4 3 3 4 3 3 4 3 3 4 3 3
2520.00/2474.22	v       </values>
2520.00/2474.22	v     </instantiation>
2520.00/2474.22	s SATISFIABLE

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401084-1568673331/watcher-4401084-1568673331 -o /tmp/evaluation-result-4401084-1568673331/solver-4401084-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1030 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401084-1568673331.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=1056, runsolver pid=1051

[startup+0.100109 s]*
/proc/loadavg: 0.31 1.36 2.55 3/221 1133
/proc/meminfo: memFree=30316480/32770624 swapFree=66998728/67108860
[pid=1056] ppid=1051 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/1056/stat : 1056 (bash) S 1051 1056 998 0 -1 4202496 891 5687 1 1 0 0 0 1 20 0 1 0 443598813 115974144 404 33554432000 4194304 5098028 140736758961648 140736758955656 140360193936384 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 1 0 0 7196144 7232144 12615680 140736758965268 140736758965393 140736758965393 140736758968302 0
/proc/1056/statm: 28314 404 320 221 0 119 0
[pid=1113] ppid=1056 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/1113/stat : 1113 (bash) S 1056 1056 998 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443598817 115974144 178 33554432000 4194304 5098028 140736758961648 140736758954328 140360193761916 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12615680 140736758965268 140736758965393 140736758965393 140736758968302 0
/proc/1113/statm: 28314 178 94 221 0 119 0
[pid=1116] ppid=1113 vsize=10526580 memory=22652 CPUtime=0.05 cores=1,3,5,7
/proc/1116/stat : 1116 (java) S 1113 1056 998 0 -1 1077944320 4654 0 0 0 4 1 0 0 20 0 13 0 443598817 10779217920 5663 33554432000 4194304 4196468 140736128176016 140736128158560 140224110624503 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
/proc/1116/statm: 2631645 5663 2414 1 0 2594186 0
[pid=1116/tid=1119] ppid=1113 vsize=10593144 memory=-8672958532971446211 CPUtime=0.04 cores=1,3,5,7
/proc/1116/task/1119/stat : 1119 (java) D 1113 1056 998 0 -1 1077944384 3016 0 0 0 3 1 0 0 20 0 14 0 443598818 10847379456 5922 33554432000 4194304 4196468 140736128176016 140224114861888 140224110648381 0 4 0 16800975 18446744072101613092 0 0 -1 1 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1116/tid=1120] ppid=1113 vsize=10593144 memory=664964232733811010 CPUtime=0 cores=1,3,5,7
/proc/1116/task/1120/stat : 1120 (java) S 1113 1056 998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443598819 10847379456 5922 33554432000 4194304 4196468 140736128176016 140224047315600 140224110634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1116/tid=1121] ppid=1113 vsize=10593144 memory=140351648360064 CPUtime=0 cores=1,3,5,7
/proc/1116/task/1121/stat : 1121 (java) S 1113 1056 998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443598819 10847379456 5922 33554432000 4194304 4196468 140736128176016 140224046262800 140224110634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1116/tid=1122] ppid=1113 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1116/task/1122/stat : 1122 (java) S 1113 1056 998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443598819 10847379456 5922 33554432000 4194304 4196468 140736128176016 140224045210000 140224110634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1116/tid=1125] ppid=1113 vsize=10593144 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1116/task/1125/stat : 1125 (java) S 1113 1056 998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443598819 10847379456 5922 33554432000 4194304 4196468 140736128176016 140224044157200 140224110634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1116/tid=1129] ppid=1113 vsize=10593144 memory=140351648360064 CPUtime=0 cores=1,3,5,7
/proc/1116/task/1129/stat : 1129 (java) S 1113 1056 998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443598820 10847379456 5922 33554432000 4194304 4196468 140736128176016 140223601990512 140224110635650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1116/tid=1130] ppid=1113 vsize=10593144 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1116/task/1130/stat : 1130 (java) S 1113 1056 998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 443598821 10847379456 5922 33554432000 4194304 4196468 140736128176016 140223600936480 140224110634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1116/tid=1132] ppid=1113 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1116/task/1132/stat : 1132 (java) S 1113 1056 998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 443598821 10847379456 5922 33554432000 4194304 4196468 140736128176016 140223599883632 140224110634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1116/tid=1135] ppid=1113 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1116/task/1135/stat : 1135 (java) S 1113 1056 998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 443598824 10847379456 5922 33554432000 4194304 4196468 140736128176016 140223598831952 140224110643099 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1116/tid=1137] ppid=1113 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1116/task/1137/stat : 1137 (java) S 1113 1056 998 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 14 0 443598824 10847379456 5922 33554432000 4194304 4196468 140736128176016 140223597779312 140224110635650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1116/tid=1138] ppid=1113 vsize=10593144 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1116/task/1138/stat : 1138 (java) S 1113 1056 998 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 443598824 10847379456 5922 33554432000 4194304 4196468 140736128176016 140223596726512 140224110635650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1116/tid=1141] ppid=1113 vsize=10593144 memory=140351648360064 CPUtime=0 cores=1,3,5,7
/proc/1116/task/1141/stat : 1141 (java) S 1113 1056 998 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 14 0 443598824 10847379456 5922 33554432000 4194304 4196468 140736128176016 140223595673712 140224110635650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1116/tid=1142] ppid=1113 vsize=10593144 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1116/task/1142/stat : 1142 (java) S 1113 1056 998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 443598824 10847379456 5922 33554432000 4194304 4196468 140736128176016 140223594621152 140224110634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8843264 140736128181388 140736128181402 140736128181402 140736128184271 0
[pid=1117] ppid=1113 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/1117/stat : 1117 (awk) S 1113 1056 998 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443598817 116211712 242 33554432000 4194304 4609284 140734654394224 140734654393400 140333211450368 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 10194944 140734654395580 140734654395610 140734654395610 140734654398447 0
/proc/1117/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10866580 KiB
Current children cumulated memory: 25948 KiB

[startup+0.211055 s]*
/proc/loadavg: 0.31 1.36 2.55 3/227 1191
/proc/meminfo: memFree=30308260/32770624 swapFree=66998728/67108860
[pid=1056] ppid=1051 vsize=10819712 memory=31940 CPUtime=0.18 cores=1,3,5,7
/proc/1056/stat : 1056 (java) S 1051 1056 998 0 -1 1077944320 6355 13290 1 2 9 1 5 3 20 0 15 0 443598813 11079385088 7985 33554432000 4194304 4196468 140735355326896 140735355309440 140355575000823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
/proc/1056/statm: 2704928 7985 3048 1 0 2667149 0
[pid=1056/tid=1164] ppid=1051 vsize=10819712 memory=8389772277269004345 CPUtime=0.15 cores=1,3,5,7
/proc/1056/task/1164/stat : 1164 (java) R 1051 1056 998 0 -1 4202560 3424 13290 0 2 7 0 5 3 20 0 15 0 443598826 11079385088 8248 33554432000 4194304 4196468 140735355326896 140355546823616 140355557438978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1166] ppid=1051 vsize=10819712 memory=4294967641 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1166/stat : 1166 (java) S 1051 1056 998 0 -1 1077944384 1 13290 0 2 0 0 5 3 20 0 15 0 443598827 11079385088 8248 33554432000 4194304 4196468 140735355326896 140355579243664 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1167] ppid=1051 vsize=10819712 memory=3617718549162288800 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1167/stat : 1167 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598827 11079385088 8248 33554432000 4194304 4196468 140735355326896 140355506723856 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1168] ppid=1051 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1168/stat : 1168 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598827 11079385088 8248 33554432000 4194304 4196468 140735355326896 140355146722192 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1169] ppid=1051 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1169/stat : 1169 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598827 11079385088 8248 33554432000 4194304 4196468 140735355326896 140355145669392 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1175] ppid=1051 vsize=10819712 memory=140351648360064 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1175/stat : 1175 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598828 11079385088 8248 33554432000 4194304 4196468 140735355326896 140354899663216 140355575011970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1176] ppid=1051 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1176/stat : 1176 (java) S 1051 1056 998 0 -1 1077944384 33 13290 0 2 0 0 5 3 20 0 15 0 443598829 11079385088 8248 33554432000 4194304 4196468 140735355326896 140354898609184 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1179] ppid=1051 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1179/stat : 1179 (java) S 1051 1056 998 0 -1 1077944384 1 13290 0 2 0 0 5 3 20 0 15 0 443598829 11079385088 8248 33554432000 4194304 4196468 140735355326896 140354430952304 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1180] ppid=1051 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1180/stat : 1180 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11079385088 8248 33554432000 4194304 4196468 140735355326896 140354123552592 140355575019419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1182] ppid=1051 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1182/stat : 1182 (java) R 1051 1056 998 0 -1 1077944384 423 13290 0 2 0 0 5 3 20 0 15 0 443598832 11079385088 8314 33554432000 4194304 4196468 140735355326896 140354865052528 140355575011970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1184] ppid=1051 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1184/stat : 1184 (java) R 1051 1056 998 0 -1 4202560 17 13290 0 2 0 0 5 3 20 0 15 0 443598832 11079385088 8314 33554432000 4194304 4196468 140735355326896 140354863999728 140355567717975 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1185] ppid=1051 vsize=10819712 memory=140351648360064 CPUtime=0.09 cores=1,3,5,7
/proc/1056/task/1185/stat : 1185 (java) R 1051 1056 998 0 -1 4202560 535 13290 0 2 1 0 5 3 20 0 15 0 443598832 11079385088 8314 33554432000 4194304 4196468 140735355326896 140354862946928 140355553971797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1188] ppid=1051 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1188/stat : 1188 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11079385088 8314 33554432000 4194304 4196468 140735355326896 140354089994976 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1191] ppid=1051 vsize=10819712 memory=140351648360064 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1191/stat : 1191 (java) S 1051 1056 998 0 -1 1077944384 1 13290 0 2 0 0 5 3 20 0 15 0 443598832 11079385088 8314 33554432000 4194304 4196468 140735355326896 140354861894320 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 31940 KiB

[startup+0.310405 s]*
/proc/loadavg: 0.31 1.36 2.55 4/227 1191
/proc/meminfo: memFree=30275412/32770624 swapFree=66998728/67108860
[pid=1056] ppid=1051 vsize=10820196 memory=45760 CPUtime=0.34 cores=1,3,5,7
/proc/1056/stat : 1056 (java) S 1051 1056 998 0 -1 1077944320 10116 13290 1 2 24 2 5 3 20 0 15 0 443598813 11079880704 11440 33554432000 4194304 4196468 140735355326896 140735355309440 140355575000823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
/proc/1056/statm: 2705049 11440 3332 1 0 2667149 0
[pid=1056/tid=1164] ppid=1051 vsize=10820196 memory=1398720917958146503 CPUtime=0.24 cores=1,3,5,7
/proc/1056/task/1164/stat : 1164 (java) R 1051 1056 998 0 -1 4202560 6592 13290 0 2 15 1 5 3 20 0 15 0 443598826 11079880704 11440 33554432000 4194304 4196468 140735355326896 140355546830384 140355559081310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1166] ppid=1051 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1166/stat : 1166 (java) S 1051 1056 998 0 -1 1077944384 1 13290 0 2 0 0 5 3 20 0 15 0 443598827 11079880704 11440 33554432000 4194304 4196468 140735355326896 140355579243664 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1167] ppid=1051 vsize=10820196 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1167/stat : 1167 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598827 11079880704 11440 33554432000 4194304 4196468 140735355326896 140355506723856 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1168] ppid=1051 vsize=10820196 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1168/stat : 1168 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598827 11079880704 11440 33554432000 4194304 4196468 140735355326896 140355146722192 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1169] ppid=1051 vsize=10820196 memory=24360 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1169/stat : 1169 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598827 11079880704 11440 33554432000 4194304 4196468 140735355326896 140355145669392 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1175] ppid=1051 vsize=10820196 memory=12024 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1175/stat : 1175 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598828 11079880704 11440 33554432000 4194304 4196468 140735355326896 140354899663216 140355575011970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1176] ppid=1051 vsize=10820196 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1176/stat : 1176 (java) S 1051 1056 998 0 -1 1077944384 33 13290 0 2 0 0 5 3 20 0 15 0 443598829 11079880704 11440 33554432000 4194304 4196468 140735355326896 140354898609184 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1179] ppid=1051 vsize=10820196 memory=496 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1179/stat : 1179 (java) S 1051 1056 998 0 -1 1077944384 1 13290 0 2 0 0 5 3 20 0 15 0 443598829 11079880704 11440 33554432000 4194304 4196468 140735355326896 140354430952304 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1180] ppid=1051 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1180/stat : 1180 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11079880704 11440 33554432000 4194304 4196468 140735355326896 140354123552592 140355575019419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1182] ppid=1051 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/1056/task/1182/stat : 1182 (java) S 1051 1056 998 0 -1 1077944384 469 13290 0 2 2 0 5 3 20 0 15 0 443598832 11079880704 11440 33554432000 4194304 4196468 140735355326896 140354865052528 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1184] ppid=1051 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1056/task/1184/stat : 1184 (java) S 1051 1056 998 0 -1 1077944384 200 13290 0 2 1 0 5 3 20 0 15 0 443598832 11079880704 11440 33554432000 4194304 4196468 140735355326896 140354863999728 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1185] ppid=1051 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1056/task/1185/stat : 1185 (java) S 1051 1056 998 0 -1 1077944384 600 13290 0 2 4 0 5 3 20 0 15 0 443598832 11079880704 11440 33554432000 4194304 4196468 140735355326896 140354862946928 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1188] ppid=1051 vsize=10820196 memory=140351545371311 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1188/stat : 1188 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11079880704 11440 33554432000 4194304 4196468 140735355326896 140354089994976 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1191] ppid=1051 vsize=10820196 memory=140351648362272 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1191/stat : 1191 (java) S 1051 1056 998 0 -1 1077944384 1 13290 0 2 0 0 5 3 20 0 15 0 443598832 11079880704 11440 33554432000 4194304 4196468 140735355326896 140354861894320 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45760 KiB

[startup+0.70511 s]
/proc/loadavg: 0.31 1.36 2.55 3/227 1191
/proc/meminfo: memFree=30246864/32770624 swapFree=66998728/67108860
[pid=1056] ppid=1051 vsize=10822316 memory=78180 CPUtime=1.04 cores=1,3,5,7
/proc/1056/stat : 1056 (java) S 1051 1056 998 0 -1 1077944320 14865 13290 1 2 92 4 5 3 20 0 15 0 443598813 11082051584 19545 33554432000 4194304 4196468 140735355326896 140735355309440 140355575000823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
/proc/1056/statm: 2705579 19545 3500 1 0 2667661 0
[pid=1056/tid=1164] ppid=1051 vsize=10822316 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/1056/task/1164/stat : 1164 (java) D 1051 1056 998 0 -1 4202560 10390 13290 0 2 51 3 5 3 20 0 15 0 443598826 11082051584 19545 33554432000 4194304 4196468 140735355326896 140355546826080 140355575022749 0 4 0 16800975 18446744071580419588 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1166] ppid=1051 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1166/stat : 1166 (java) S 1051 1056 998 0 -1 1077944384 1 13290 0 2 0 0 5 3 20 0 15 0 443598827 11082051584 19545 33554432000 4194304 4196468 140735355326896 140355579243664 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1167] ppid=1051 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1167/stat : 1167 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598827 11082051584 19545 33554432000 4194304 4196468 140735355326896 140355506723856 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1168] ppid=1051 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1168/stat : 1168 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598827 11082051584 19545 33554432000 4194304 4196468 140735355326896 140355146722192 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1169] ppid=1051 vsize=10822316 memory=656 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1169/stat : 1169 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598827 11082051584 19545 33554432000 4194304 4196468 140735355326896 140355145669392 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1175] ppid=1051 vsize=10822316 memory=4036 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1175/stat : 1175 (java) S 1051 1056 998 0 -1 1077944384 5 13290 0 2 0 0 5 3 20 0 15 0 443598828 11082051584 19545 33554432000 4194304 4196468 140735355326896 140354899663216 140355575011970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1176] ppid=1051 vsize=10822316 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1176/stat : 1176 (java) S 1051 1056 998 0 -1 1077944384 33 13290 0 2 0 0 5 3 20 0 15 0 443598829 11082051584 19545 33554432000 4194304 4196468 140735355326896 140354898609184 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1179] ppid=1051 vsize=10822316 memory=6296683621261857119 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1179/stat : 1179 (java) S 1051 1056 998 0 -1 1077944384 1 13290 0 2 0 0 5 3 20 0 15 0 443598829 11082051584 19545 33554432000 4194304 4196468 140735355326896 140354430952304 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1180] ppid=1051 vsize=10822316 memory=7739276948478062183 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1180/stat : 1180 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11082051584 19545 33554432000 4194304 4196468 140735355326896 140354123552592 140355575019419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1182] ppid=1051 vsize=10822316 memory=5787213827147130983 CPUtime=0.21 cores=1,3,5,7
/proc/1056/task/1182/stat : 1182 (java) S 1051 1056 998 0 -1 1077944384 901 13290 0 2 13 0 5 3 20 0 15 0 443598832 11082051584 19545 33554432000 4194304 4196468 140735355326896 140354865052528 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1184] ppid=1051 vsize=10822316 memory=-5874771483550381248 CPUtime=0.18 cores=1,3,5,7
/proc/1056/task/1184/stat : 1184 (java) S 1051 1056 998 0 -1 1077944384 597 13290 0 2 10 0 5 3 20 0 15 0 443598832 11082051584 19545 33554432000 4194304 4196468 140735355326896 140354863999728 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1185] ppid=1051 vsize=10822316 memory=-8529969244802432963 CPUtime=0.24 cores=1,3,5,7
/proc/1056/task/1185/stat : 1185 (java) S 1051 1056 998 0 -1 1077944384 715 13290 0 2 16 0 5 3 20 0 15 0 443598832 11082051584 19545 33554432000 4194304 4196468 140735355326896 140354862946928 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1188] ppid=1051 vsize=10822316 memory=6944656592455360569 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1188/stat : 1188 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11082051584 19545 33554432000 4194304 4196468 140735355326896 140354089994976 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1191] ppid=1051 vsize=10822316 memory=7016714190785702558 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1191/stat : 1191 (java) S 1051 1056 998 0 -1 1077944384 1 13290 0 2 0 0 5 3 20 0 15 0 443598832 11082051584 19545 33554432000 4194304 4196468 140735355326896 140354861894320 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 78180 KiB

[startup+1.50068 s]
/proc/loadavg: 0.31 1.36 2.55 3/227 1191
/proc/meminfo: memFree=30170852/32770624 swapFree=66998728/67108860
[pid=1056] ppid=1051 vsize=10834680 memory=168128 CPUtime=2.36 cores=1,3,5,7
/proc/1056/stat : 1056 (java) S 1051 1056 998 0 -1 1077944320 22031 13290 1 2 219 9 5 3 20 0 15 0 443598813 11094712320 42032 33554432000 4194304 4196468 140735355326896 140735355309440 140355575000823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
/proc/1056/statm: 2708670 42032 3575 1 0 2670733 0
[pid=1056/tid=1164] ppid=1051 vsize=10834680 memory=164320 CPUtime=1.39 cores=1,3,5,7
/proc/1056/task/1164/stat : 1164 (java) R 1051 1056 998 0 -1 4202560 15672 13290 0 2 125 6 5 3 20 0 15 0 443598826 11094712320 42032 33554432000 4194304 4196468 140735355326896 140355546824832 140355560695894 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1166] ppid=1051 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1056/task/1166/stat : 1166 (java) S 1051 1056 998 0 -1 1077944384 60 13290 0 2 1 0 5 3 20 0 15 0 443598827 11094712320 42032 33554432000 4194304 4196468 140735355326896 140355579243664 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1167] ppid=1051 vsize=10834680 memory=3580 CPUtime=0.08 cores=1,3,5,7

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

/proc/1056/task/1164/stat : 1164 (java) R 1051 1056 998 0 -1 4202560 69299 13290 0 2 235451 50 5 3 20 0 15 0 443598826 11109412864 232938 33554432000 4194304 4196468 140735355326896 140355546836032 140355193469726 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1166] ppid=1051 vsize=10849036 memory=1660 CPUtime=12.74 cores=1,3,5,7
/proc/1056/task/1166/stat : 1166 (java) S 1051 1056 998 0 -1 1077944384 12133 13290 0 2 1206 60 5 3 20 0 15 0 443598827 11109412864 232938 33554432000 4194304 4196468 140735355326896 140355579243664 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1167] ppid=1051 vsize=10849036 memory=4096 CPUtime=12.73 cores=1,3,5,7
/proc/1056/task/1167/stat : 1167 (java) S 1051 1056 998 0 -1 1077944384 9868 13290 0 2 1208 57 5 3 20 0 15 0 443598827 11109412864 232938 33554432000 4194304 4196468 140735355326896 140355506723856 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1168] ppid=1051 vsize=10849036 memory=1980 CPUtime=12.67 cores=1,3,5,7
/proc/1056/task/1168/stat : 1168 (java) S 1051 1056 998 0 -1 1077944384 11083 13290 0 2 1200 59 5 3 20 0 15 0 443598827 11109412864 232938 33554432000 4194304 4196468 140735355326896 140355146722192 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1169] ppid=1051 vsize=10849036 memory=2428 CPUtime=12.7 cores=1,3,5,7
/proc/1056/task/1169/stat : 1169 (java) S 1051 1056 998 0 -1 1077944384 15246 13290 0 2 1205 57 5 3 20 0 15 0 443598827 11109412864 232938 33554432000 4194304 4196468 140735355326896 140355145669392 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1175] ppid=1051 vsize=10849036 memory=931752 CPUtime=11.27 cores=1,3,5,7
/proc/1056/task/1175/stat : 1175 (java) S 1051 1056 998 0 -1 1077944384 14116 13290 0 2 1055 64 5 3 20 0 15 0 443598828 11109412864 232938 33554432000 4194304 4196468 140735355326896 140354899663216 140355575011970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1176] ppid=1051 vsize=10849036 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1176/stat : 1176 (java) S 1051 1056 998 0 -1 1077944384 38 13290 0 2 0 0 5 3 20 0 15 0 443598829 11109412864 232938 33554432000 4194304 4196468 140735355326896 140354898609312 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1179] ppid=1051 vsize=10849036 memory=496 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1179/stat : 1179 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598829 11109412864 232938 33554432000 4194304 4196468 140735355326896 140354430952320 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1180] ppid=1051 vsize=10849036 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1180/stat : 1180 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11109412864 232938 33554432000 4194304 4196468 140735355326896 140354123552592 140355575019419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1182] ppid=1051 vsize=10849036 memory=2308 CPUtime=3.21 cores=1,3,5,7
/proc/1056/task/1182/stat : 1182 (java) S 1051 1056 998 0 -1 1077944384 17056 13290 0 2 310 3 5 3 20 0 15 0 443598832 11109412864 232938 33554432000 4194304 4196468 140735355326896 140354865052528 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1184] ppid=1051 vsize=10849036 memory=1408 CPUtime=3.31 cores=1,3,5,7
/proc/1056/task/1184/stat : 1184 (java) S 1051 1056 998 0 -1 1077944384 17162 13290 0 2 322 1 5 3 20 0 15 0 443598832 11109412864 232938 33554432000 4194304 4196468 140735355326896 140354863999728 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1185] ppid=1051 vsize=10849036 memory=3216 CPUtime=1.89 cores=1,3,5,7
/proc/1056/task/1185/stat : 1185 (java) S 1051 1056 998 0 -1 1077944384 15689 13290 0 2 177 4 5 3 20 0 15 0 443598832 11109412864 232938 33554432000 4194304 4196468 140735355326896 140354862946928 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1188] ppid=1051 vsize=10849036 memory=931752 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1188/stat : 1188 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11109412864 232938 33554432000 4194304 4196468 140735355326896 140354089994976 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1191] ppid=1051 vsize=10849036 memory=1412 CPUtime=1.54 cores=1,3,5,7
/proc/1056/task/1191/stat : 1191 (java) S 1051 1056 998 0 -1 1077944384 799 13290 0 2 67 79 5 3 20 0 15 0 443598832 11109412864 232938 33554432000 4194304 4196468 140735355326896 140354861894320 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
Current children cumulated CPU time: 2426.53 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 931752 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.42 1.49 3/227 1593
/proc/meminfo: memFree=28436016/32770624 swapFree=66998732/67108860
[pid=1056] ppid=1051 vsize=10849036 memory=933800 CPUtime=2487.54 cores=1,3,5,7
/proc/1056/stat : 1056 (java) S 1051 1056 998 0 -1 1077944320 186420 13290 1 2 248369 377 5 3 20 0 15 0 443598813 11109412864 233450 33554432000 4194304 4196468 140735355326896 140735355309440 140355575000823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
/proc/1056/statm: 2712259 233450 3624 1 0 2674317 0
[pid=1056/tid=1164] ppid=1051 vsize=10849036 memory=290763896594366775 CPUtime=2414.4 cores=1,3,5,7
/proc/1056/task/1164/stat : 1164 (java) R 1051 1056 998 0 -1 4202560 70101 13290 0 2 241382 50 5 3 20 0 15 0 443598826 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355546837072 140355192391620 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1166] ppid=1051 vsize=10849036 memory=15819993166120542 CPUtime=13.08 cores=1,3,5,7
/proc/1056/task/1166/stat : 1166 (java) S 1051 1056 998 0 -1 1077944384 12460 13290 0 2 1239 61 5 3 20 0 15 0 443598827 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355579243664 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1167] ppid=1051 vsize=10849036 memory=4036 CPUtime=13.08 cores=1,3,5,7
/proc/1056/task/1167/stat : 1167 (java) S 1051 1056 998 0 -1 1077944384 9944 13290 0 2 1241 59 5 3 20 0 15 0 443598827 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355506723856 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1168] ppid=1051 vsize=10849036 memory=2832 CPUtime=13.01 cores=1,3,5,7
/proc/1056/task/1168/stat : 1168 (java) S 1051 1056 998 0 -1 1077944384 11318 13290 0 2 1232 61 5 3 20 0 15 0 443598827 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355146722192 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1169] ppid=1051 vsize=10849036 memory=1552 CPUtime=13.05 cores=1,3,5,7
/proc/1056/task/1169/stat : 1169 (java) S 1051 1056 998 0 -1 1077944384 15287 13290 0 2 1238 59 5 3 20 0 15 0 443598827 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355145669392 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1175] ppid=1051 vsize=10849036 memory=1204 CPUtime=11.55 cores=1,3,5,7
/proc/1056/task/1175/stat : 1175 (java) S 1051 1056 998 0 -1 1077944384 14335 13290 0 2 1081 66 5 3 20 0 15 0 443598828 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354899663216 140355575011970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1176] ppid=1051 vsize=10849036 memory=1072 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1176/stat : 1176 (java) S 1051 1056 998 0 -1 1077944384 38 13290 0 2 0 0 5 3 20 0 15 0 443598829 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354898609312 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1179] ppid=1051 vsize=10849036 memory=5856 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1179/stat : 1179 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598829 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354430952320 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1180] ppid=1051 vsize=10849036 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1180/stat : 1180 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354123552592 140355575019419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1182] ppid=1051 vsize=10849036 memory=0 CPUtime=3.21 cores=1,3,5,7
/proc/1056/task/1182/stat : 1182 (java) S 1051 1056 998 0 -1 1077944384 17058 13290 0 2 310 3 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354865052528 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1184] ppid=1051 vsize=10849036 memory=0 CPUtime=3.31 cores=1,3,5,7
/proc/1056/task/1184/stat : 1184 (java) S 1051 1056 998 0 -1 1077944384 17164 13290 0 2 322 1 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354863999728 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1185] ppid=1051 vsize=10849036 memory=0 CPUtime=1.89 cores=1,3,5,7
/proc/1056/task/1185/stat : 1185 (java) S 1051 1056 998 0 -1 1077944384 15691 13290 0 2 177 4 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354862946928 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1188] ppid=1051 vsize=10849036 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1188/stat : 1188 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354089994976 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1191] ppid=1051 vsize=10849036 memory=1660 CPUtime=1.57 cores=1,3,5,7
/proc/1056/task/1191/stat : 1191 (java) S 1051 1056 998 0 -1 1077944384 807 13290 0 2 69 80 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354861894320 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
Current children cumulated CPU time: 2487.54 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 933800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.21 s]
/proc/loadavg: 1.34 1.41 1.48 3/227 1596
/proc/meminfo: memFree=28434500/32770624 swapFree=66998732/67108860
[pid=1056] ppid=1051 vsize=10849036 memory=933800 CPUtime=2520 cores=1,3,5,7
/proc/1056/stat : 1056 (java) S 1051 1056 998 0 -1 1077944320 187864 13290 1 2 251611 381 5 3 20 0 15 0 443598813 11109412864 233450 33554432000 4194304 4196468 140735355326896 140735355309440 140355575000823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
/proc/1056/statm: 2712259 233450 3624 1 0 2674317 0
[pid=1056/tid=1164] ppid=1051 vsize=10849036 memory=933800 CPUtime=2445.94 cores=1,3,5,7
/proc/1056/task/1164/stat : 1164 (java) R 1051 1056 998 0 -1 4202560 70665 13290 0 2 244535 51 5 3 20 0 15 0 443598826 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355546837072 140355192392120 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1166] ppid=1051 vsize=10849036 memory=933800 CPUtime=13.27 cores=1,3,5,7
/proc/1056/task/1166/stat : 1166 (java) S 1051 1056 998 0 -1 1077944384 12556 13290 0 2 1257 62 5 3 20 0 15 0 443598827 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355579243664 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1167] ppid=1051 vsize=10849036 memory=933800 CPUtime=13.26 cores=1,3,5,7
/proc/1056/task/1167/stat : 1167 (java) S 1051 1056 998 0 -1 1077944384 10177 13290 0 2 1259 59 5 3 20 0 15 0 443598827 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355506723856 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1168] ppid=1051 vsize=10849036 memory=933800 CPUtime=13.19 cores=1,3,5,7
/proc/1056/task/1168/stat : 1168 (java) S 1051 1056 998 0 -1 1077944384 11575 13290 0 2 1249 62 5 3 20 0 15 0 443598827 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355146722192 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1169] ppid=1051 vsize=10849036 memory=933800 CPUtime=13.23 cores=1,3,5,7
/proc/1056/task/1169/stat : 1169 (java) S 1051 1056 998 0 -1 1077944384 15356 13290 0 2 1256 59 5 3 20 0 15 0 443598827 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355145669392 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1175] ppid=1051 vsize=10849036 memory=3296 CPUtime=11.71 cores=1,3,5,7
/proc/1056/task/1175/stat : 1175 (java) S 1051 1056 998 0 -1 1077944384 14539 13290 0 2 1097 66 5 3 20 0 15 0 443598828 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354899663216 140355575011970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1176] ppid=1051 vsize=10849036 memory=933800 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1176/stat : 1176 (java) S 1051 1056 998 0 -1 1077944384 38 13290 0 2 0 0 5 3 20 0 15 0 443598829 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354898609312 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1179] ppid=1051 vsize=10849036 memory=933800 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1179/stat : 1179 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598829 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354430952320 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1180] ppid=1051 vsize=10849036 memory=6709342898666 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1180/stat : 1180 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354123552592 140355575019419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1182] ppid=1051 vsize=10849036 memory=280702487557696 CPUtime=3.21 cores=1,3,5,7
/proc/1056/task/1182/stat : 1182 (java) S 1051 1056 998 0 -1 1077944384 17060 13290 0 2 310 3 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354865052528 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1184] ppid=1051 vsize=10849036 memory=933800 CPUtime=3.31 cores=1,3,5,7
/proc/1056/task/1184/stat : 1184 (java) S 1051 1056 998 0 -1 1077944384 17166 13290 0 2 322 1 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354863999728 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1185] ppid=1051 vsize=10849036 memory=933800 CPUtime=1.89 cores=1,3,5,7
/proc/1056/task/1185/stat : 1185 (java) S 1051 1056 998 0 -1 1077944384 15693 13290 0 2 177 4 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354862946928 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1188] ppid=1051 vsize=10849036 memory=933800 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1188/stat : 1188 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354089994976 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1191] ppid=1051 vsize=10849036 memory=933800 CPUtime=1.59 cores=1,3,5,7
/proc/1056/task/1191/stat : 1191 (java) S 1051 1056 998 0 -1 1077944384 822 13290 0 2 70 81 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354861894320 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 933800 KiB

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

[startup+2474.24 s]
# the end of solver process 1056 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.18 s, system=3.86293 s

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

[startup+2474.21 s]
/proc/loadavg: 1.34 1.41 1.48 3/227 1596
/proc/meminfo: memFree=28434500/32770624 swapFree=66998732/67108860
[pid=1056] ppid=1051 vsize=10849036 memory=933800 CPUtime=2520 cores=1,3,5,7
/proc/1056/stat : 1056 (java) S 1051 1056 998 0 -1 1077944320 187864 13290 1 2 251611 381 5 3 20 0 15 0 443598813 11109412864 233450 33554432000 4194304 4196468 140735355326896 140735355309440 140355575000823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
/proc/1056/statm: 2712259 233450 3624 1 0 2674317 0
[pid=1056/tid=1164] ppid=1051 vsize=10849036 memory=933800 CPUtime=2445.94 cores=1,3,5,7
/proc/1056/task/1164/stat : 1164 (java) R 1051 1056 998 0 -1 4202560 70665 13290 0 2 244535 51 5 3 20 0 15 0 443598826 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355546837072 140355192392120 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1166] ppid=1051 vsize=10849036 memory=933800 CPUtime=13.27 cores=1,3,5,7
/proc/1056/task/1166/stat : 1166 (java) S 1051 1056 998 0 -1 1077944384 12556 13290 0 2 1257 62 5 3 20 0 15 0 443598827 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355579243664 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1167] ppid=1051 vsize=10849036 memory=933800 CPUtime=13.26 cores=1,3,5,7
/proc/1056/task/1167/stat : 1167 (java) S 1051 1056 998 0 -1 1077944384 10177 13290 0 2 1259 59 5 3 20 0 15 0 443598827 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355506723856 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1168] ppid=1051 vsize=10849036 memory=933800 CPUtime=13.19 cores=1,3,5,7
/proc/1056/task/1168/stat : 1168 (java) S 1051 1056 998 0 -1 1077944384 11575 13290 0 2 1249 62 5 3 20 0 15 0 443598827 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355146722192 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1169] ppid=1051 vsize=10849036 memory=933800 CPUtime=13.23 cores=1,3,5,7
/proc/1056/task/1169/stat : 1169 (java) S 1051 1056 998 0 -1 1077944384 15356 13290 0 2 1256 59 5 3 20 0 15 0 443598827 11109412864 233450 33554432000 4194304 4196468 140735355326896 140355145669392 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1175] ppid=1051 vsize=10849036 memory=3296 CPUtime=11.71 cores=1,3,5,7
/proc/1056/task/1175/stat : 1175 (java) S 1051 1056 998 0 -1 1077944384 14539 13290 0 2 1097 66 5 3 20 0 15 0 443598828 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354899663216 140355575011970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1176] ppid=1051 vsize=10849036 memory=933800 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1176/stat : 1176 (java) S 1051 1056 998 0 -1 1077944384 38 13290 0 2 0 0 5 3 20 0 15 0 443598829 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354898609312 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1179] ppid=1051 vsize=10849036 memory=933800 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1179/stat : 1179 (java) S 1051 1056 998 0 -1 1077944384 2 13290 0 2 0 0 5 3 20 0 15 0 443598829 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354430952320 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1180] ppid=1051 vsize=10849036 memory=6709342898666 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1180/stat : 1180 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354123552592 140355575019419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1182] ppid=1051 vsize=10849036 memory=280702487557696 CPUtime=3.21 cores=1,3,5,7
/proc/1056/task/1182/stat : 1182 (java) S 1051 1056 998 0 -1 1077944384 17060 13290 0 2 310 3 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354865052528 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1184] ppid=1051 vsize=10849036 memory=933800 CPUtime=3.31 cores=1,3,5,7
/proc/1056/task/1184/stat : 1184 (java) S 1051 1056 998 0 -1 1077944384 17166 13290 0 2 322 1 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354863999728 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1185] ppid=1051 vsize=10849036 memory=933800 CPUtime=1.89 cores=1,3,5,7
/proc/1056/task/1185/stat : 1185 (java) S 1051 1056 998 0 -1 1077944384 15693 13290 0 2 177 4 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354862946928 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1188] ppid=1051 vsize=10849036 memory=933800 CPUtime=0.08 cores=1,3,5,7
/proc/1056/task/1188/stat : 1188 (java) S 1051 1056 998 0 -1 1077944384 3 13290 0 2 0 0 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354089994976 140355575011029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
[pid=1056/tid=1191] ppid=1051 vsize=10849036 memory=933800 CPUtime=1.59 cores=1,3,5,7
/proc/1056/task/1191/stat : 1191 (java) S 1051 1056 998 0 -1 1077944384 822 13290 0 2 70 81 5 3 20 0 15 0 443598832 11109412864 233450 33554432000 4194304 4196468 140735355326896 140354861894320 140355575011970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16392192 140735355333359 140735355335877 140735355335877 140735355338703 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 933800 KiB

Child status: 143
Real time (s): 2474.24
CPU time (s): 2520.04
CPU user time (s): 2516.18
CPU system time (s): 3.86293
CPU usage (%): 101.851
Max. virtual memory (cumulated for all children) (KiB): 10866580
Max. memory (cumulated for all children) (KiB): 933800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.18
system time used= 3.86293
maximum resident set size= 938020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202226
page faults= 3
swaps= 0
block input operations= 1528
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 300035
involuntary context switches= 6751


# summary of solver processes directly reported to runsolver:
#   pid: 1056
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.18
#   total CPU system time (s): 3.86293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0449 second user time and 23.8665 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 00:34:52
IDJOB=4401084
IDBENCH=115960
IDSOLVER=2857
FILE ID=node123/4401084-1568673331
RUNJOBID= node123-1568673292-1030
PBS_JOBID= 21703787
Free space on /tmp= 59184 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401084-1568673331/watcher-4401084-1568673331 -o /tmp/evaluation-result-4401084-1568673331/solver-4401084-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1030 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401084-1568673331.xml

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

MD5SUM BENCH= ff3476fab8d1f67b2009ab5045109208
RANDOM SEED=1889038206

node123.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.49
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.49
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.49
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.49
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:        30344268 kB
MemAvailable:   31895032 kB
Buffers:          105116 kB
Cached:          1744672 kB
SwapCached:         7612 kB
Active:          1237124 kB
Inactive:         623864 kB
Active(anon):      11588 kB
Inactive(anon):    48364 kB
Active(file):    1225536 kB
Inactive(file):   575500 kB
Unevictable:      107844 kB
Mlocked:          107844 kB
SwapTotal:      67108860 kB
SwapFree:       66998728 kB
Dirty:             64248 kB
Writeback:             0 kB
AnonPages:        112680 kB
Mapped:            47068 kB
Shmem:             39780 kB
Slab:             160636 kB
SReclaimable:     131124 kB
SUnreclaim:        29512 kB
KernelStack:        3392 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59116 MiB
End job on node123 at 2019-09-17 01:16:15