Trace number 4396596

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)138 2400.05 2352.73

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-19.xml
MD5SUMa6469c0d47f71dcca9bcaaa451655f38
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size33
Distribution of domain sizes[{"size":30,"count":30},{"size":33,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.78/0.55	c Concrete v3.12.2.1568380929293 running
10.54/4.27	o 364
10.54/4.29	o 338
10.87/4.31	o 335
10.87/4.32	o 328
10.87/4.32	o 327
10.87/4.34	o 326
10.87/4.36	o 324
10.87/4.37	o 306
10.87/4.37	o 305
11.22/4.40	o 262
11.22/4.43	o 244
12.18/4.72	o 238
12.18/4.72	o 228
12.18/4.73	o 226
12.18/4.76	o 225
14.39/5.69	o 224
17.47/7.30	o 219
18.36/7.96	o 218
19.12/8.41	o 217
19.12/8.41	o 210
19.29/8.51	o 209
19.29/8.51	o 208
19.29/8.52	o 205
19.29/8.53	o 202
20.18/9.18	o 198
20.49/9.37	o 189
20.49/9.39	o 187
23.22/11.17	o 180
23.35/11.21	o 178
23.50/11.35	o 177
56.76/42.98	o 175
56.87/43.10	o 174
58.18/44.39	o 168
58.28/44.40	o 165
58.28/44.43	o 164
63.19/49.23	o 163
63.19/49.24	o 162
65.16/51.17	o 160
65.16/51.18	o 159
65.25/51.23	o 158
121.68/106.06	o 155
129.85/113.85	o 154
129.85/113.86	o 152
134.22/117.91	o 150
134.44/118.13	o 147
151.64/134.61	o 145
151.64/134.62	o 144
151.64/134.62	o 143
151.64/134.62	o 142
151.64/134.65	o 140
151.64/134.66	o 138
2400.02/2352.70	Exception in thread "main" java.util.concurrent.TimeoutException
2400.02/2352.70		at concrete.MAC.mac(MAC.scala:192)
2400.02/2352.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2352.70		at scala.util.Try$.apply(Try.scala:212)
2400.02/2352.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2352.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2352.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2352.70		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2352.70		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2352.70		at concrete.MAC.nextSolution(MAC.scala:369)
2400.02/2352.70		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2352.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2352.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2352.70		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2352.70		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2352.70		at scala.util.Success.map(Try.scala:264)
2400.02/2352.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2352.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2352.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2352.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2352.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2352.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2352.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2352.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2352.70		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2352.70		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2352.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2352.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2352.70		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2352.70		at scala.App.main(App.scala:75)
2400.02/2352.70		at scala.App.main$(App.scala:73)
2400.02/2352.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2352.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2352.71	v <instantiation
2400.02/2352.71	v         cost = '138'>
2400.02/2352.71	v       <list>
2400.02/2352.71	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29]
2400.02/2352.71	v       </list>
2400.02/2352.71	v       <values>
2400.02/2352.71	v         24 27 28 29 9 8 4 7 15 16 22 26 23 20 18 14 19 13 10 6 2 3 1 0 5 12 11 17 21 25 2 2 2 17 2 12 6 9 4 4 3 1 4 2 4 6 5 2 9 4 3 3 2 4 12 2 3 6 2 1
2400.02/2352.71	v       </values>
2400.02/2352.71	v     </instantiation>
2400.02/2352.71	s SATISFIABLE

Verifier Data

OK	138

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396596-1568405335/watcher-4396596-1568405335 -o /tmp/evaluation-result-4396596-1568405335/solver-4396596-1568405335 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568393448-7558 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=637304589 HOME/instance-4396596-1568405335.xml 

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

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


[startup+0.109458 s]*
/proc/loadavg: 1.04 1.27 1.34 3/219 11063
/proc/meminfo: memFree=30475748/32770624 swapFree=66946440/67108860
[pid=11006] ppid=11003 vsize=10153664 memory=21964 CPUtime=0.1 cores=0,2,4,6
/proc/11006/stat : 11006 (java) S 11003 11006 6494 0 -1 1077944320 4727 12995 0 0 2 0 5 3 20 0 8 0 416475429 10397351936 5491 33554432000 4194304 4196468 140720673305488 140720673288032 140040044760823 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
/proc/11006/statm: 2538416 5491 2064 1 0 2526854 0
[pid=11006/tid=11059] ppid=11003 vsize=10186436 memory=7892391828772250251 CPUtime=0.09 cores=0,2,4,6
/proc/11006/task/11059/stat : 11059 (java) R 11003 11006 6494 0 -1 1077944384 2511 12995 0 0 1 0 5 3 20 0 9 0 416475438 10430910464 6003 33554432000 4194304 4196468 140720673305488 140040016602256 140040044771029 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11060] ppid=11003 vsize=10186436 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11060/stat : 11060 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 9 0 416475438 10430910464 6003 33554432000 4194304 4196468 140720673305488 140040049002896 140040044771029 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11061] ppid=11003 vsize=10251972 memory=140454466745984 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11061/stat : 11061 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 9 0 416475438 10498019328 6003 33554432000 4194304 4196468 140720673305488 140039963822352 140040044771029 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11062] ppid=11003 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11062/stat : 11062 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 9 0 416475438 10604093440 6003 33554432000 4194304 4196468 140720673305488 140039962770064 140040044771029 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11063] ppid=11003 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11063/stat : 11063 (java) S 11003 11006 6494 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 9 0 416475438 10604093440 6003 33554432000 4194304 4196468 140720673305488 140039961717264 140040044771029 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11064] ppid=11003 vsize=10355564 memory=140454466745984 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11064/stat : 11064 (java) S 11003 11006 6494 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 9 0 416475440 10604097536 6060 33554432000 4194304 4196468 140720673305488 140039571327600 140040044771970 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11065] ppid=11003 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11065/stat : 11065 (java) S 11003 11006 6494 0 -1 1077944384 13 12995 0 0 0 0 5 3 20 0 9 0 416475440 10604093440 6060 33554432000 4194304 4196468 140720673305488 140039489053984 140040044771029 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11066] ppid=11003 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11066/stat : 11066 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 9 0 416475441 10604093440 6060 33554432000 4194304 4196468 140720673305488 140038885074608 140040044771029 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 21964 KiB

[startup+0.210325 s]*
/proc/loadavg: 1.04 1.27 1.34 4/228 11072
/proc/meminfo: memFree=30461520/32770624 swapFree=66946440/67108860
[pid=11006] ppid=11003 vsize=10819664 memory=38812 CPUtime=0.26 cores=0,2,4,6
/proc/11006/stat : 11006 (java) S 11003 11006 6494 0 -1 1077944320 7040 12995 0 0 17 1 5 3 20 0 15 0 416475429 11079335936 9703 33554432000 4194304 4196468 140720673305488 140720673288032 140040044760823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
/proc/11006/statm: 2704916 9703 3162 1 0 2667149 0
[pid=11006/tid=11059] ppid=11003 vsize=10819664 memory=7822038051842263955 CPUtime=0.2 cores=0,2,4,6
/proc/11006/task/11059/stat : 11059 (java) R 11003 11006 6494 0 -1 4202560 3527 12995 0 0 11 1 5 3 20 0 15 0 416475438 11079335936 9703 33554432000 4194304 4196468 140720673305488 140040016576064 140040028841310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11060] ppid=11003 vsize=10819664 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11060/stat : 11060 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475438 11079335936 9703 33554432000 4194304 4196468 140720673305488 140040049002896 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11061] ppid=11003 vsize=10819664 memory=140454466745984 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11061/stat : 11061 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475438 11079335936 9703 33554432000 4194304 4196468 140720673305488 140039963822352 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11062] ppid=11003 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11062/stat : 11062 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475438 11079335936 9703 33554432000 4194304 4196468 140720673305488 140039962770064 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11063] ppid=11003 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11063/stat : 11063 (java) S 11003 11006 6494 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416475438 11079335936 9703 33554432000 4194304 4196468 140720673305488 140039961717264 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11064] ppid=11003 vsize=10819664 memory=140454466745984 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11064/stat : 11064 (java) S 11003 11006 6494 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416475440 11079335936 9703 33554432000 4194304 4196468 140720673305488 140039571327600 140040044771970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11065] ppid=11003 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11065/stat : 11065 (java) S 11003 11006 6494 0 -1 1077944384 13 12995 0 0 0 0 5 3 20 0 15 0 416475440 11079335936 9703 33554432000 4194304 4196468 140720673305488 140039489053984 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11066] ppid=11003 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11066/stat : 11066 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475441 11079335936 9703 33554432000 4194304 4196468 140720673305488 140038885074544 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11067] ppid=11003 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11067/stat : 11067 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475443 11079335936 9703 33554432000 4194304 4196468 140720673305488 140038577674832 140040044779419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11068] ppid=11003 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11006/task/11068/stat : 11068 (java) S 11003 11006 6494 0 -1 1077944384 474 12995 0 0 1 0 5 3 20 0 15 0 416475443 11079335936 9703 33554432000 4194304 4196468 140720673305488 140039570274416 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11069] ppid=11003 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11069/stat : 11069 (java) S 11003 11006 6494 0 -1 1077944384 185 12995 0 0 0 0 5 3 20 0 15 0 416475443 11079335936 9703 33554432000 4194304 4196468 140720673305488 140039569221616 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11070] ppid=11003 vsize=10819664 memory=140454466745984 CPUtime=0.11 cores=0,2,4,6
/proc/11006/task/11070/stat : 11070 (java) R 11003 11006 6494 0 -1 4202560 625 12995 0 0 3 0 5 3 20 0 15 0 416475443 11079335936 9703 33554432000 4194304 4196468 140720673305488 140039568169328 140040044782170 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11071] ppid=11003 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11071/stat : 11071 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475444 11079335936 9703 33554432000 4194304 4196468 140720673305488 140038544116192 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11072] ppid=11003 vsize=10819664 memory=140454466745984 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11072/stat : 11072 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475444 11079335936 9703 33554432000 4194304 4196468 140720673305488 140039567117232 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38812 KiB

[startup+0.310462 s]*
/proc/loadavg: 1.04 1.27 1.34 4/228 11072
/proc/meminfo: memFree=30448140/32770624 swapFree=66946440/67108860
[pid=11006] ppid=11003 vsize=10820148 memory=49940 CPUtime=0.4 cores=0,2,4,6
/proc/11006/stat : 11006 (java) S 11003 11006 6494 0 -1 1077944320 10749 12995 0 0 29 3 5 3 20 0 15 0 416475429 11079831552 12485 33554432000 4194304 4196468 140720673305488 140720673288032 140040044760823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
/proc/11006/statm: 2705037 12485 3294 1 0 2667149 0
[pid=11006/tid=11059] ppid=11003 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/11006/task/11059/stat : 11059 (java) R 11003 11006 6494 0 -1 4202560 7201 12995 0 0 19 2 5 3 20 0 15 0 416475438 11079831552 12485 33554432000 4194304 4196468 140720673305488 140040016572336 140040028841310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11060] ppid=11003 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11060/stat : 11060 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475438 11079831552 12485 33554432000 4194304 4196468 140720673305488 140040049002896 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11061] ppid=11003 vsize=10820148 memory=-6733704525061579059 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11061/stat : 11061 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475438 11079831552 12485 33554432000 4194304 4196468 140720673305488 140039963822352 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11062] ppid=11003 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11062/stat : 11062 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475438 11079831552 12485 33554432000 4194304 4196468 140720673305488 140039962770064 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11063] ppid=11003 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11063/stat : 11063 (java) S 11003 11006 6494 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416475438 11079831552 12485 33554432000 4194304 4196468 140720673305488 140039961717264 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11064] ppid=11003 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11064/stat : 11064 (java) S 11003 11006 6494 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416475440 11079831552 12485 33554432000 4194304 4196468 140720673305488 140039571327600 140040044771970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11065] ppid=11003 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11065/stat : 11065 (java) S 11003 11006 6494 0 -1 1077944384 13 12995 0 0 0 0 5 3 20 0 15 0 416475440 11079831552 12485 33554432000 4194304 4196468 140720673305488 140039489053984 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11066] ppid=11003 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11066/stat : 11066 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475441 11079831552 12485 33554432000 4194304 4196468 140720673305488 140038885074544 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11067] ppid=11003 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11067/stat : 11067 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475443 11079831552 12485 33554432000 4194304 4196468 140720673305488 140038577674832 140040044779419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11068] ppid=11003 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11006/task/11068/stat : 11068 (java) S 11003 11006 6494 0 -1 1077944384 475 12995 0 0 2 0 5 3 20 0 15 0 416475443 11079831552 12485 33554432000 4194304 4196468 140720673305488 140039570274416 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11069] ppid=11003 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11006/task/11069/stat : 11069 (java) S 11003 11006 6494 0 -1 1077944384 194 12995 0 0 1 0 5 3 20 0 15 0 416475443 11079831552 12485 33554432000 4194304 4196468 140720673305488 140039569221616 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11070] ppid=11003 vsize=10820148 memory=140454466745984 CPUtime=0.13 cores=0,2,4,6
/proc/11006/task/11070/stat : 11070 (java) S 11003 11006 6494 0 -1 1077944384 648 12995 0 0 5 0 5 3 20 0 15 0 416475443 11079831552 12485 33554432000 4194304 4196468 140720673305488 140039568169328 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11071] ppid=11003 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11071/stat : 11071 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475444 11079831552 12485 33554432000 4194304 4196468 140720673305488 140038544116192 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11072] ppid=11003 vsize=10820148 memory=140454466745984 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11072/stat : 11072 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475444 11079831552 12485 33554432000 4194304 4196468 140720673305488 140039567117232 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49940 KiB

[startup+0.700757 s]
/proc/loadavg: 1.04 1.27 1.34 3/227 11072
/proc/meminfo: memFree=30434880/32770624 swapFree=66946440/67108860
[pid=11006] ppid=11003 vsize=10824360 memory=83744 CPUtime=1.12 cores=0,2,4,6
/proc/11006/stat : 11006 (java) S 11003 11006 6494 0 -1 1077944320 15158 12995 0 0 98 6 5 3 20 0 15 0 416475429 11084144640 20936 33554432000 4194304 4196468 140720673305488 140720673288032 140040044760823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
/proc/11006/statm: 2706090 20936 3501 1 0 2668173 0
[pid=11006/tid=11059] ppid=11003 vsize=10824360 memory=2120 CPUtime=0.67 cores=0,2,4,6
/proc/11006/task/11059/stat : 11059 (java) R 11003 11006 6494 0 -1 4202560 10405 12995 0 0 55 4 5 3 20 0 15 0 416475438 11084144640 20936 33554432000 4194304 4196468 140720673305488 140040016580768 140040028841310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11060] ppid=11003 vsize=10824360 memory=500 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11060/stat : 11060 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475438 11084144640 20936 33554432000 4194304 4196468 140720673305488 140040049002896 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11061] ppid=11003 vsize=10824360 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11061/stat : 11061 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475438 11084144640 20936 33554432000 4194304 4196468 140720673305488 140039963822352 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11062] ppid=11003 vsize=10824360 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11062/stat : 11062 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475438 11084144640 20936 33554432000 4194304 4196468 140720673305488 140039962770064 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11063] ppid=11003 vsize=10824360 memory=1672 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11063/stat : 11063 (java) S 11003 11006 6494 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416475438 11084144640 20936 33554432000 4194304 4196468 140720673305488 140039961717264 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11064] ppid=11003 vsize=10824360 memory=7379241883359864663 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11064/stat : 11064 (java) S 11003 11006 6494 0 -1 1077944384 5 12995 0 0 0 0 5 3 20 0 15 0 416475440 11084144640 20936 33554432000 4194304 4196468 140720673305488 140039571327600 140040044771970 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11065] ppid=11003 vsize=10824360 memory=7525062362447040853 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11065/stat : 11065 (java) S 11003 11006 6494 0 -1 1077944384 13 12995 0 0 0 0 5 3 20 0 15 0 416475440 11084144640 20936 33554432000 4194304 4196468 140720673305488 140039489053984 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11066] ppid=11003 vsize=10824360 memory=7019257425709197167 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11066/stat : 11066 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475441 11084144640 20936 33554432000 4194304 4196468 140720673305488 140038885074544 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11067] ppid=11003 vsize=10824360 memory=8514726395715218844 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11067/stat : 11067 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475443 11084144640 20936 33554432000 4194304 4196468 140720673305488 140038577674832 140040044779419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11068] ppid=11003 vsize=10824360 memory=8175850200296204875 CPUtime=0.2 cores=0,2,4,6
/proc/11006/task/11068/stat : 11068 (java) R 11003 11006 6494 0 -1 4202560 913 12995 0 0 12 0 5 3 20 0 15 0 416475443 11084144640 20936 33554432000 4194304 4196468 140720673305488 140039570274416 140040023977553 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11069] ppid=11003 vsize=10824360 memory=6944656591801717918 CPUtime=0.2 cores=0,2,4,6
/proc/11006/task/11069/stat : 11069 (java) S 11003 11006 6494 0 -1 1077944384 720 12995 0 0 12 0 5 3 20 0 15 0 416475443 11084144640 20936 33554432000 4194304 4196468 140720673305488 140039569221616 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11070] ppid=11003 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/11006/task/11070/stat : 11070 (java) S 11003 11006 6494 0 -1 1077944384 883 12995 0 0 17 0 5 3 20 0 15 0 416475443 11084144640 20936 33554432000 4194304 4196468 140720673305488 140039568169328 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11071] ppid=11003 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11071/stat : 11071 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475444 11084144640 20936 33554432000 4194304 4196468 140720673305488 140038544116192 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11072] ppid=11003 vsize=10824360 memory=3612 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11072/stat : 11072 (java) S 11003 11006 6494 0 -1 1077944384 1 12995 0 0 0 0 5 3 20 0 15 0 416475444 11084144640 20936 33554432000 4194304 4196468 140720673305488 140039567117232 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83744 KiB

[startup+1.50066 s]
/proc/loadavg: 1.04 1.27 1.34 3/227 11072
/proc/meminfo: memFree=30392508/32770624 swapFree=66946440/67108860
[pid=11006] ppid=11003 vsize=10834676 memory=172428 CPUtime=2.5 cores=0,2,4,6
/proc/11006/stat : 11006 (java) S 11003 11006 6494 0 -1 1077944320 21972 12995 0 0 233 9 5 3 20 0 15 0 416475429 11094708224 43107 33554432000 4194304 4196468 140720673305488 140720673288032 140040044760823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
/proc/11006/statm: 2708669 43107 3578 1 0 2670733 0
[pid=11006/tid=11059] ppid=11003 vsize=10834676 memory=56 CPUtime=1.44 cores=0,2,4,6
/proc/11006/task/11059/stat : 11059 (java) R 11003 11006 6494 0 -1 4202560 15318 12995 0 0 130 6 5 3 20 0 15 0 416475438 11094708224 43107 33554432000 4194304 4196468 140720673305488 140040016556176 140040044772758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11060] ppid=11003 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11006/task/11060/stat : 11060 (java) S 11003 11006 6494 0 -1 1077944384 348 12995 0 0 1 0 5 3 20 0 15 0 416475438 11094708224 43107 33554432000 4194304 4196468 140720673305488 140040049002896 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11061] ppid=11003 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11061/stat : 11061 (java) S 11003 11006 6494 0 -1 1077944384 62 12995 0 0 0 0 5 3 20 0 15 0 416475438 11094708224 43107 33554432000 4194304 4196468 140720673305488 140039963822352 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11062] ppid=11003 vsize=10834676 memory=16642998275760 CPUtime=0.09 cores=0,2,4,6
/proc/11006/task/11062/stat : 11062 (java) S 11003 11006 6494 0 -1 1077944384 22 12995 0 0 1 0 5 3 20 0 15 0 416475438 11094708224 43107 33554432000 4194304 4196468 140720673305488 140039962770064 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11063] ppid=11003 vsize=10834676 memory=7681421201142647344 CPUtime=0.09 cores=0,2,4,6
/proc/11006/task/11063/stat : 11063 (java) S 11003 11006 6494 0 -1 1077944384 75 12995 0 0 1 0 5 3 20 0 15 0 416475438 11094708224 43107 33554432000 4194304 4196468 140720673305488 140039961717264 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11064] ppid=11003 vsize=10834676 memory=-5587106306044206369 CPUtime=0.09 cores=0,2,4,6
/proc/11006/task/11064/stat : 11064 (java) S 11003 11006 6494 0 -1 1077944384 131 12995 0 0 1 0 5 3 20 0 15 0 416475440 11094708224 43107 33554432000 4194304 4196468 140720673305488 140039571327600 140040044771970 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11065] ppid=11003 vsize=10834676 memory=7681407974647166620 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11065/stat : 11065 (java) S 11003 11006 6494 0 -1 1077944384 13 12995 0 0 0 0 5 3 20 0 15 0 416475440 11094708224 43107 33554432000 4194304 4196468 140720673305488 140039489054048 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11066] ppid=11003 vsize=10834676 memory=3472328296227736225 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11066/stat : 11066 (java) S 11003 11006 6494 0 -1 1077944384 2 12995 0 0 0 0 5 3 20 0 15 0 416475441 11094708224 43107 33554432000 4194304 4196468 140720673305488 140038885074560 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11067] ppid=11003 vsize=10834676 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11067/stat : 11067 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475443 11094708224 43107 33554432000 4194304 4196468 140720673305488 140038577674832 140040044779419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11068] ppid=11003 vsize=10834676 memory=-3258418265892434876 CPUtime=0.34 cores=0,2,4,6
/proc/11006/task/11068/stat : 11068 (java) S 11003 11006 6494 0 -1 1077944384 1021 12995 0 0 26 0 5 3 20 0 15 0 416475443 11094708224 43107 33554432000 4194304 4196468 140720673305488 140039570274416 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11069] ppid=11003 vsize=10834676 memory=6944652177228980320 CPUtime=0.37 cores=0,2,4,6
/proc/11006/task/11069/stat : 11069 (java) S 11003 11006 6494 0 -1 1077944384 1135 12995 0 0 29 0 5 3 20 0 15 0 416475443 11094708224 43107 33554432000 4194304 4196468 140720673305488 140039569221616 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11070] ppid=11003 vsize=10834676 memory=-7595718147998060693 CPUtime=0.48 cores=0,2,4,6
/proc/11006/task/11070/stat : 11070 (java) R 11003 11006 6494 0 -1 4202560 1633 12995 0 0 40 0 5 3 20 0 15 0 416475443 11094708224 43107 33554432000 4194304 4196468 140720673305488 140039568169328 140040037857659 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0

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

/proc/11006/task/11059/stat : 11059 (java) S 11003 11006 6494 0 -1 1077944384 64604 12995 0 0 223892 46 5 3 20 0 15 0 416475438 11111518208 187485 33554432000 4194304 4196468 140720673305488 140040016596160 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11060] ppid=11003 vsize=10851092 memory=749940 CPUtime=10.19 cores=0,2,4,6
/proc/11006/task/11060/stat : 11060 (java) R 11003 11006 6494 0 -1 4202560 17470 12995 0 0 965 46 5 3 20 0 15 0 416475438 11111518208 187485 33554432000 4194304 4196468 140720673305488 140040049002896 140040044772758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11061] ppid=11003 vsize=10851092 memory=749940 CPUtime=10.17 cores=0,2,4,6
/proc/11006/task/11061/stat : 11061 (java) R 11003 11006 6494 0 -1 1077944384 13135 12995 0 0 961 48 5 3 20 0 15 0 416475438 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039963822352 140040044771029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11062] ppid=11003 vsize=10851092 memory=749940 CPUtime=10.12 cores=0,2,4,6
/proc/11006/task/11062/stat : 11062 (java) R 11003 11006 6494 0 -1 4202560 10384 12995 0 0 954 50 5 3 20 0 15 0 416475438 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039962770064 140040044772758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11063] ppid=11003 vsize=10851092 memory=749940 CPUtime=10.12 cores=0,2,4,6
/proc/11006/task/11063/stat : 11063 (java) R 11003 11006 6494 0 -1 4202560 9430 12995 0 0 958 46 5 3 20 0 15 0 416475438 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039961717264 140040044772758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11064] ppid=11003 vsize=10851092 memory=749940 CPUtime=9.92 cores=0,2,4,6
/proc/11006/task/11064/stat : 11064 (java) S 11003 11006 6494 0 -1 1077944384 12684 12995 0 0 934 50 5 3 20 0 15 0 416475440 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039571326112 140040044771029 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11065] ppid=11003 vsize=10851092 memory=749940 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11065/stat : 11065 (java) S 11003 11006 6494 0 -1 1077944384 14 12995 0 0 0 0 5 3 20 0 15 0 416475440 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039489054112 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11066] ppid=11003 vsize=10851092 memory=749940 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11066/stat : 11066 (java) S 11003 11006 6494 0 -1 1077944384 7 12995 0 0 0 0 5 3 20 0 15 0 416475441 11111518208 187485 33554432000 4194304 4196468 140720673305488 140038885074560 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11067] ppid=11003 vsize=10851092 memory=749940 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11067/stat : 11067 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475443 11111518208 187485 33554432000 4194304 4196468 140720673305488 140038577674832 140040044779419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11068] ppid=11003 vsize=10851092 memory=749940 CPUtime=5.98 cores=0,2,4,6
/proc/11006/task/11068/stat : 11068 (java) S 11003 11006 6494 0 -1 1077944384 25568 12995 0 0 583 7 5 3 20 0 15 0 416475443 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039570274416 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11069] ppid=11003 vsize=10851092 memory=749940 CPUtime=6.34 cores=0,2,4,6
/proc/11006/task/11069/stat : 11069 (java) S 11003 11006 6494 0 -1 1077944384 26153 12995 0 0 620 6 5 3 20 0 15 0 416475443 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039569221616 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11070] ppid=11003 vsize=10851092 memory=749940 CPUtime=5.25 cores=0,2,4,6
/proc/11006/task/11070/stat : 11070 (java) S 11003 11006 6494 0 -1 1077944384 31287 12995 0 0 509 8 5 3 20 0 15 0 416475443 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039568169328 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11071] ppid=11003 vsize=10851092 memory=749940 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11071/stat : 11071 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475444 11111518208 187485 33554432000 4194304 4196468 140720673305488 140038544116192 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11072] ppid=11003 vsize=10851092 memory=3612 CPUtime=1.36 cores=0,2,4,6
/proc/11006/task/11072/stat : 11072 (java) S 11003 11006 6494 0 -1 1077944384 1472 12995 0 0 60 68 5 3 20 0 15 0 416475444 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039567117232 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
Current children cumulated CPU time: 2308.29 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 749940 KiB

[startup+2322.3 s]
/proc/loadavg: 1.47 1.44 1.43 3/227 11416
/proc/meminfo: memFree=26020988/32770624 swapFree=66946500/67108860
[pid=11006] ppid=11003 vsize=10851092 memory=749940 CPUtime=2369.18 cores=0,2,4,6
/proc/11006/stat : 11006 (java) S 11003 11006 6494 0 -1 1077944320 215973 12995 0 0 236582 328 5 3 20 0 15 0 416475429 11111518208 187485 33554432000 4194304 4196468 140720673305488 140720673288032 140040044760823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
/proc/11006/statm: 2712773 187485 3634 1 0 2674829 0
[pid=11006/tid=11059] ppid=11003 vsize=10851092 memory=749940 CPUtime=2298.83 cores=0,2,4,6
/proc/11006/task/11059/stat : 11059 (java) R 11003 11006 6494 0 -1 4202560 65349 12995 0 0 229829 46 5 3 20 0 15 0 416475438 11111518208 187485 33554432000 4194304 4196468 140720673305488 140040016596288 140039651984704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11060] ppid=11003 vsize=10851092 memory=749940 CPUtime=10.49 cores=0,2,4,6
/proc/11006/task/11060/stat : 11060 (java) S 11003 11006 6494 0 -1 1077944384 17568 12995 0 0 994 47 5 3 20 0 15 0 416475438 11111518208 187485 33554432000 4194304 4196468 140720673305488 140040049002896 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11061] ppid=11003 vsize=10851092 memory=749940 CPUtime=10.46 cores=0,2,4,6
/proc/11006/task/11061/stat : 11061 (java) S 11003 11006 6494 0 -1 1077944384 13362 12995 0 0 989 49 5 3 20 0 15 0 416475438 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039963822352 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11062] ppid=11003 vsize=10851092 memory=749940 CPUtime=10.42 cores=0,2,4,6
/proc/11006/task/11062/stat : 11062 (java) S 11003 11006 6494 0 -1 1077944384 10440 12995 0 0 982 52 5 3 20 0 15 0 416475438 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039962770064 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11063] ppid=11003 vsize=10851092 memory=749940 CPUtime=10.42 cores=0,2,4,6
/proc/11006/task/11063/stat : 11063 (java) S 11003 11006 6494 0 -1 1077944384 9621 12995 0 0 987 47 5 3 20 0 15 0 416475438 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039961717264 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11064] ppid=11003 vsize=10851092 memory=749940 CPUtime=10.2 cores=0,2,4,6
/proc/11006/task/11064/stat : 11064 (java) S 11003 11006 6494 0 -1 1077944384 12897 12995 0 0 961 51 5 3 20 0 15 0 416475440 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039571327600 140040044771970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11065] ppid=11003 vsize=10851092 memory=749940 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11065/stat : 11065 (java) S 11003 11006 6494 0 -1 1077944384 14 12995 0 0 0 0 5 3 20 0 15 0 416475440 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039489054112 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11066] ppid=11003 vsize=10851092 memory=749940 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11066/stat : 11066 (java) S 11003 11006 6494 0 -1 1077944384 7 12995 0 0 0 0 5 3 20 0 15 0 416475441 11111518208 187485 33554432000 4194304 4196468 140720673305488 140038885074560 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11067] ppid=11003 vsize=10851092 memory=749940 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11067/stat : 11067 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475443 11111518208 187485 33554432000 4194304 4196468 140720673305488 140038577674832 140040044779419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11068] ppid=11003 vsize=10851092 memory=749940 CPUtime=5.98 cores=0,2,4,6
/proc/11006/task/11068/stat : 11068 (java) S 11003 11006 6494 0 -1 1077944384 25570 12995 0 0 583 7 5 3 20 0 15 0 416475443 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039570274416 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11069] ppid=11003 vsize=10851092 memory=749940 CPUtime=6.34 cores=0,2,4,6
/proc/11006/task/11069/stat : 11069 (java) S 11003 11006 6494 0 -1 1077944384 26155 12995 0 0 620 6 5 3 20 0 15 0 416475443 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039569221616 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11070] ppid=11003 vsize=10851092 memory=3612 CPUtime=5.25 cores=0,2,4,6
/proc/11006/task/11070/stat : 11070 (java) S 11003 11006 6494 0 -1 1077944384 31289 12995 0 0 509 8 5 3 20 0 15 0 416475443 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039568169328 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11071] ppid=11003 vsize=10851092 memory=749940 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11071/stat : 11071 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475444 11111518208 187485 33554432000 4194304 4196468 140720673305488 140038544116192 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11072] ppid=11003 vsize=10851092 memory=749940 CPUtime=1.4 cores=0,2,4,6
/proc/11006/task/11072/stat : 11072 (java) S 11003 11006 6494 0 -1 1077944384 1489 12995 0 0 62 70 5 3 20 0 15 0 416475444 11111518208 187485 33554432000 4194304 4196468 140720673305488 140039567117232 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
Current children cumulated CPU time: 2369.18 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 749940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352.7 s]
/proc/loadavg: 1.33 1.41 1.42 3/227 11418
/proc/meminfo: memFree=26018916/32770624 swapFree=66946500/67108860
[pid=11006] ppid=11003 vsize=10851092 memory=751988 CPUtime=2400.02 cores=0,2,4,6
/proc/11006/stat : 11006 (java) S 11003 11006 6494 0 -1 1077944320 216211 12995 0 0 239661 333 5 3 20 0 15 0 416475429 11111518208 187997 33554432000 4194304 4196468 140720673305488 140720673288032 140040044760823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
/proc/11006/statm: 2712773 187997 3634 1 0 2674829 0
[pid=11006/tid=11059] ppid=11003 vsize=10851092 memory=751988 CPUtime=2328.91 cores=0,2,4,6
/proc/11006/task/11059/stat : 11059 (java) R 11003 11006 6494 0 -1 4202560 65545 12995 0 0 232836 47 5 3 20 0 15 0 416475438 11111518208 187997 33554432000 4194304 4196468 140720673305488 140040016593040 140039644110738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11060] ppid=11003 vsize=10851092 memory=751988 CPUtime=10.64 cores=0,2,4,6
/proc/11006/task/11060/stat : 11060 (java) S 11003 11006 6494 0 -1 1077944384 17572 12995 0 0 1008 48 5 3 20 0 15 0 416475438 11111518208 187997 33554432000 4194304 4196468 140720673305488 140040049002896 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11061] ppid=11003 vsize=10851092 memory=751988 CPUtime=10.62 cores=0,2,4,6
/proc/11006/task/11061/stat : 11061 (java) S 11003 11006 6494 0 -1 1077944384 13383 12995 0 0 1004 50 5 3 20 0 15 0 416475438 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039963822352 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11062] ppid=11003 vsize=10851092 memory=751988 CPUtime=10.57 cores=0,2,4,6
/proc/11006/task/11062/stat : 11062 (java) S 11003 11006 6494 0 -1 1077944384 10444 12995 0 0 997 52 5 3 20 0 15 0 416475438 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039962770064 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11063] ppid=11003 vsize=10851092 memory=751988 CPUtime=10.56 cores=0,2,4,6
/proc/11006/task/11063/stat : 11063 (java) S 11003 11006 6494 0 -1 1077944384 9623 12995 0 0 1000 48 5 3 20 0 15 0 416475438 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039961717264 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11064] ppid=11003 vsize=10851092 memory=751988 CPUtime=10.35 cores=0,2,4,6
/proc/11006/task/11064/stat : 11064 (java) S 11003 11006 6494 0 -1 1077944384 12906 12995 0 0 975 52 5 3 20 0 15 0 416475440 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039571327600 140040044771970 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11065] ppid=11003 vsize=10851092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11065/stat : 11065 (java) S 11003 11006 6494 0 -1 1077944384 14 12995 0 0 0 0 5 3 20 0 15 0 416475440 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039489054112 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11066] ppid=11003 vsize=10851092 memory=751988 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11066/stat : 11066 (java) S 11003 11006 6494 0 -1 1077944384 7 12995 0 0 0 0 5 3 20 0 15 0 416475441 11111518208 187997 33554432000 4194304 4196468 140720673305488 140038885074560 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11067] ppid=11003 vsize=10851092 memory=751988 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11067/stat : 11067 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475443 11111518208 187997 33554432000 4194304 4196468 140720673305488 140038577674832 140040044779419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11068] ppid=11003 vsize=10851092 memory=751988 CPUtime=5.98 cores=0,2,4,6
/proc/11006/task/11068/stat : 11068 (java) S 11003 11006 6494 0 -1 1077944384 25570 12995 0 0 583 7 5 3 20 0 15 0 416475443 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039570274416 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11069] ppid=11003 vsize=10851092 memory=751988 CPUtime=6.34 cores=0,2,4,6
/proc/11006/task/11069/stat : 11069 (java) S 11003 11006 6494 0 -1 1077944384 26155 12995 0 0 620 6 5 3 20 0 15 0 416475443 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039569221616 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11070] ppid=11003 vsize=10851092 memory=3612 CPUtime=5.25 cores=0,2,4,6
/proc/11006/task/11070/stat : 11070 (java) S 11003 11006 6494 0 -1 1077944384 31289 12995 0 0 509 8 5 3 20 0 15 0 416475443 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039568169328 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11071] ppid=11003 vsize=10851092 memory=21108 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11071/stat : 11071 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475444 11111518208 187997 33554432000 4194304 4196468 140720673305488 140038544116192 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11072] ppid=11003 vsize=10851092 memory=751988 CPUtime=1.41 cores=0,2,4,6
/proc/11006/task/11072/stat : 11072 (java) S 11003 11006 6494 0 -1 1077944384 1491 12995 0 0 62 71 5 3 20 0 15 0 416475444 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039567117232 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 751988 KiB

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

[startup+2352.73 s]
# the end of solver process 11006 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.68 s, system=3.37808 s

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

[startup+2352.7 s]
/proc/loadavg: 1.33 1.41 1.42 3/227 11418
/proc/meminfo: memFree=26018916/32770624 swapFree=66946500/67108860
[pid=11006] ppid=11003 vsize=10851092 memory=751988 CPUtime=2400.02 cores=0,2,4,6
/proc/11006/stat : 11006 (java) S 11003 11006 6494 0 -1 1077944320 216211 12995 0 0 239661 333 5 3 20 0 15 0 416475429 11111518208 187997 33554432000 4194304 4196468 140720673305488 140720673288032 140040044760823 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
/proc/11006/statm: 2712773 187997 3634 1 0 2674829 0
[pid=11006/tid=11059] ppid=11003 vsize=10851092 memory=751988 CPUtime=2328.91 cores=0,2,4,6
/proc/11006/task/11059/stat : 11059 (java) R 11003 11006 6494 0 -1 4202560 65545 12995 0 0 232836 47 5 3 20 0 15 0 416475438 11111518208 187997 33554432000 4194304 4196468 140720673305488 140040016593040 140039644110738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11060] ppid=11003 vsize=10851092 memory=751988 CPUtime=10.64 cores=0,2,4,6
/proc/11006/task/11060/stat : 11060 (java) S 11003 11006 6494 0 -1 1077944384 17572 12995 0 0 1008 48 5 3 20 0 15 0 416475438 11111518208 187997 33554432000 4194304 4196468 140720673305488 140040049002896 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11061] ppid=11003 vsize=10851092 memory=751988 CPUtime=10.62 cores=0,2,4,6
/proc/11006/task/11061/stat : 11061 (java) S 11003 11006 6494 0 -1 1077944384 13383 12995 0 0 1004 50 5 3 20 0 15 0 416475438 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039963822352 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11062] ppid=11003 vsize=10851092 memory=751988 CPUtime=10.57 cores=0,2,4,6
/proc/11006/task/11062/stat : 11062 (java) S 11003 11006 6494 0 -1 1077944384 10444 12995 0 0 997 52 5 3 20 0 15 0 416475438 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039962770064 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11063] ppid=11003 vsize=10851092 memory=751988 CPUtime=10.56 cores=0,2,4,6
/proc/11006/task/11063/stat : 11063 (java) S 11003 11006 6494 0 -1 1077944384 9623 12995 0 0 1000 48 5 3 20 0 15 0 416475438 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039961717264 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11064] ppid=11003 vsize=10851092 memory=751988 CPUtime=10.35 cores=0,2,4,6
/proc/11006/task/11064/stat : 11064 (java) S 11003 11006 6494 0 -1 1077944384 12906 12995 0 0 975 52 5 3 20 0 15 0 416475440 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039571327600 140040044771970 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11065] ppid=11003 vsize=10851092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11065/stat : 11065 (java) S 11003 11006 6494 0 -1 1077944384 14 12995 0 0 0 0 5 3 20 0 15 0 416475440 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039489054112 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11066] ppid=11003 vsize=10851092 memory=751988 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11066/stat : 11066 (java) S 11003 11006 6494 0 -1 1077944384 7 12995 0 0 0 0 5 3 20 0 15 0 416475441 11111518208 187997 33554432000 4194304 4196468 140720673305488 140038885074560 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11067] ppid=11003 vsize=10851092 memory=751988 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11067/stat : 11067 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475443 11111518208 187997 33554432000 4194304 4196468 140720673305488 140038577674832 140040044779419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11068] ppid=11003 vsize=10851092 memory=751988 CPUtime=5.98 cores=0,2,4,6
/proc/11006/task/11068/stat : 11068 (java) S 11003 11006 6494 0 -1 1077944384 25570 12995 0 0 583 7 5 3 20 0 15 0 416475443 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039570274416 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11069] ppid=11003 vsize=10851092 memory=751988 CPUtime=6.34 cores=0,2,4,6
/proc/11006/task/11069/stat : 11069 (java) S 11003 11006 6494 0 -1 1077944384 26155 12995 0 0 620 6 5 3 20 0 15 0 416475443 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039569221616 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11070] ppid=11003 vsize=10851092 memory=3612 CPUtime=5.25 cores=0,2,4,6
/proc/11006/task/11070/stat : 11070 (java) S 11003 11006 6494 0 -1 1077944384 31289 12995 0 0 509 8 5 3 20 0 15 0 416475443 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039568169328 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11071] ppid=11003 vsize=10851092 memory=21108 CPUtime=0.08 cores=0,2,4,6
/proc/11006/task/11071/stat : 11071 (java) S 11003 11006 6494 0 -1 1077944384 3 12995 0 0 0 0 5 3 20 0 15 0 416475444 11111518208 187997 33554432000 4194304 4196468 140720673305488 140038544116192 140040044771029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
[pid=11006/tid=11072] ppid=11003 vsize=10851092 memory=751988 CPUtime=1.41 cores=0,2,4,6
/proc/11006/task/11072/stat : 11072 (java) S 11003 11006 6494 0 -1 1077944384 1491 12995 0 0 62 71 5 3 20 0 15 0 416475444 11111518208 187997 33554432000 4194304 4196468 140720673305488 140039567117232 140040044771970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12935168 140720673311472 140720673313989 140720673313989 140720673316815 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 751988 KiB

Child status: 143
Real time (s): 2352.73
CPU time (s): 2400.05
CPU user time (s): 2396.68
CPU system time (s): 3.37808
CPU usage (%): 102.012
Max. virtual memory (cumulated for all children) (KiB): 10851996
Max. memory (cumulated for all children) (KiB): 867416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.68
system time used= 3.37808
maximum resident set size= 868968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230208
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 266129
involuntary context switches= 8546


# summary of solver processes directly reported to runsolver:
#   pid: 11006
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2396.68
#   total CPU system time (s): 3.37808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2893 second user time and 22.7995 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-13 22:08:12
IDJOB=4396596
IDBENCH=135868
IDSOLVER=2847
FILE ID=node117/4396596-1568405335
RUNJOBID= node117-1568393448-7558
PBS_JOBID= 21701861
Free space on /tmp= 61148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-19.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396596-1568405335/watcher-4396596-1568405335 -o /tmp/evaluation-result-4396596-1568405335/solver-4396596-1568405335 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568393448-7558 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=637304589 HOME/instance-4396596-1568405335.xml

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

MD5SUM BENCH= a6469c0d47f71dcca9bcaaa451655f38
RANDOM SEED=637304589

node117.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.75
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.75
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.75
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.75
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:        30486592 kB
MemAvailable:   31332444 kB
Buffers:          118556 kB
Cached:           994932 kB
SwapCached:        50020 kB
Active:          1277324 kB
Inactive:         422464 kB
Active(anon):     553280 kB
Inactive(anon):    56152 kB
Active(file):     724044 kB
Inactive(file):   366312 kB
Unevictable:      110284 kB
Mlocked:          110284 kB
SwapTotal:      67108860 kB
SwapFree:       66946440 kB
Dirty:             35640 kB
Writeback:             0 kB
AnonPages:        661736 kB
Mapped:            46204 kB
Shmem:             14380 kB
Slab:             171432 kB
SReclaimable:     142660 kB
SUnreclaim:        28772 kB
KernelStack:        4000 kB
PageTables:        11108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1555988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    571392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61032 MiB
End job on node117 at 2019-09-13 22:47:25