Trace number 4302342

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.9.2SAT (TO)142 252.13 235.736

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-30-30-00_c18.xml
MD5SUMb8130450ecaa214ac0617b692471aec1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark252.058
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":30},{"size":32,"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

1.00/0.75	c Concrete v3.9.2.1532736233296 running
8.38/4.13	o 271
8.38/4.15	o 263
8.38/4.17	o 261
8.67/4.20	o 247
8.96/4.34	o 238
8.96/4.35	o 233
8.96/4.36	o 229
8.96/4.36	o 226
8.96/4.37	o 224
8.96/4.38	o 189
8.96/4.39	o 185
9.29/4.40	o 184
10.89/5.17	o 183
10.89/5.18	o 181
11.07/5.22	o 180
17.49/10.07	o 179
17.84/10.38	o 177
26.25/18.27	o 176
26.25/18.28	o 175
26.37/18.30	o 173
26.37/18.36	o 172
26.73/18.60	o 171
26.73/18.61	o 170
37.10/28.34	o 169
37.74/28.90	o 168
56.96/46.91	o 164
56.96/46.92	o 163
61.72/51.48	o 162
63.16/52.77	o 160
91.52/79.99	o 154
95.02/83.23	o 152
97.41/85.57	o 148
101.60/89.56	o 147
178.86/163.24	o 146
190.36/174.60	o 142
252.08/235.70	Exception in thread "main" java.util.concurrent.TimeoutException
252.08/235.70		at concrete.MAC.mac(MAC.scala:188)
252.08/235.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.08/235.70		at scala.util.Try$.apply(Try.scala:209)
252.08/235.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/235.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/235.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/235.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/235.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.08/235.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/235.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/235.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/235.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/235.70		at concrete.MAC.oneRun(MAC.scala:253)
252.08/235.70		at concrete.MAC.nextSolution(MAC.scala:272)
252.08/235.70		at concrete.MAC.nextSolution(MAC.scala:355)
252.08/235.70		at concrete.Solver.hasNext(Solver.scala:166)
252.08/235.70		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.08/235.70		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.08/235.70		at concrete.Solver.foreach(Solver.scala:68)
252.08/235.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.08/235.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/235.70		at scala.util.Success.map(Try.scala:209)
252.08/235.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.08/235.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.08/235.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.08/235.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.08/235.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.08/235.70		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/235.70		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/235.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/235.70		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/235.70		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/235.70		at scala.App.main(App.scala:76)
252.08/235.70		at scala.App.main$(App.scala:74)
252.08/235.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.08/235.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/235.71	v <instantiation cost="142">
252.08/235.71	v       <list>
252.08/235.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]
252.08/235.71	v       </list>
252.08/235.71	v       <values>
252.08/235.71	v         6 4 10 11 16 18 19 27 29 28 25 23 24 26 22 21 20 13 14 17 15 12 9 3 8 7 5 2 0 1 5 4 1 17 5 5 8 12 3 2 4 1 5 3 2 1 8 12 4 4 4 4 4 4 1 4 2 2 7 4
252.08/235.71	v       </values>
252.08/235.71	v     </instantiation>
252.08/235.71	s SATISFIABLE

Verifier Data

OK	142

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302342-1532898480/watcher-4302342-1532898480 -o /tmp/evaluation-result-4302342-1532898480/solver-4302342-1532898480 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=2026011399 HOME/instance-4302342-1532898480.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21744, runsolver pid=21741

[startup+0.100116 s]*
/proc/loadavg: 1.46 1.71 1.75 3/206 21801
/proc/meminfo: memFree=24132608/32770624 swapFree=67108860/67108860
[pid=21744] ppid=21741 vsize=10005480 memory=17228 CPUtime=0.1 cores=0,2,4,6
/proc/21744/stat : 21744 (java) S 21741 21744 12183 0 -1 1077944320 4442 12954 0 0 1 1 5 3 20 0 6 0 107411238 10245611520 4307 33554432000 4194304 4196468 140728043599680 140728043582224 139762902154999 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
/proc/21744/statm: 2501370 4307 1935 1 0 2489808 0
[pid=21744/tid=21797] ppid=21741 vsize=10005480 memory=4279135704047189902 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21797/stat : 21797 (java) R 21741 21744 12183 0 -1 4202560 2266 12954 0 0 0 0 5 3 20 0 6 0 107411247 10245611520 4307 33554432000 4194304 4196468 140728043599680 139762873991760 139762883532982 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21798] ppid=21741 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21798/stat : 21798 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 6 0 107411248 10245611520 4307 33554432000 4194304 4196468 140728043599680 139762906397840 139762902165205 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21799] ppid=21741 vsize=10005480 memory=140432785962624 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21799/stat : 21799 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 6 0 107411248 10245611520 4307 33554432000 4194304 4196468 140728043599680 139762800323600 139762902165205 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21800] ppid=21741 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21800/stat : 21800 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 6 0 107411248 10245611520 4307 33554432000 4194304 4196468 140728043599680 139762441235344 139762902165205 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21801] ppid=21741 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21801/stat : 21801 (java) S 21741 21744 12183 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 6 0 107411248 10245611520 4307 33554432000 4194304 4196468 140728043599680 139762440182544 139762902165205 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17228 KiB

[startup+0.21019 s]*
/proc/loadavg: 1.46 1.71 1.75 3/215 21810
/proc/meminfo: memFree=24107448/32770624 swapFree=67108860/67108860
[pid=21744] ppid=21741 vsize=10982696 memory=44188 CPUtime=0.27 cores=0,2,4,6
/proc/21744/stat : 21744 (java) S 21741 21744 12183 0 -1 1077944320 8429 12954 0 0 17 2 5 3 20 0 15 0 107411238 11246280704 11047 33554432000 4194304 4196468 140728043599680 140728043582224 139762902154999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
/proc/21744/statm: 2745674 11047 2938 1 0 2708109 0
[pid=21744/tid=21797] ppid=21741 vsize=10982696 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/21744/task/21797/stat : 21797 (java) R 21741 21744 12183 0 -1 4202560 4974 12954 0 0 10 1 5 3 20 0 15 0 107411247 11246280704 11047 33554432000 4194304 4196468 140728043599680 139762873933104 139762883719502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21798] ppid=21741 vsize=10982696 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21798/stat : 21798 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411248 11246280704 11047 33554432000 4194304 4196468 140728043599680 139762906397840 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21799] ppid=21741 vsize=10982696 memory=140432785962624 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21799/stat : 21799 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411248 11246280704 11047 33554432000 4194304 4196468 140728043599680 139762800323600 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21800] ppid=21741 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21800/stat : 21800 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411248 11246280704 11047 33554432000 4194304 4196468 140728043599680 139762441235344 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21801] ppid=21741 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21801/stat : 21801 (java) S 21741 21744 12183 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 107411248 11246280704 11047 33554432000 4194304 4196468 140728043599680 139762440182544 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21802] ppid=21741 vsize=10982696 memory=140432785962624 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21802/stat : 21802 (java) S 21741 21744 12183 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 107411249 11246280704 11047 33554432000 4194304 4196468 140728043599680 139761871210864 139762902166146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21803] ppid=21741 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21803/stat : 21803 (java) S 21741 21744 12183 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 107411249 11246280704 11047 33554432000 4194304 4196468 140728043599680 139761792574496 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21804] ppid=21741 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21804/stat : 21804 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411250 11246280704 11047 33554432000 4194304 4196468 140728043599680 139761591247728 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21805] ppid=21741 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21805/stat : 21805 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411252 11246280704 11047 33554432000 4194304 4196468 140728043599680 139761283848016 139762902173595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21806] ppid=21741 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21744/task/21806/stat : 21806 (java) S 21741 21744 12183 0 -1 1077944384 427 12954 0 0 1 0 5 3 20 0 15 0 107411252 11246280704 11047 33554432000 4194304 4196468 140728043599680 139761870158704 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21807] ppid=21741 vsize=10982696 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21744/task/21807/stat : 21807 (java) S 21741 21744 12183 0 -1 1077944384 191 12954 0 0 1 0 5 3 20 0 15 0 107411252 11246280704 11047 33554432000 4194304 4196468 140728043599680 139761869105904 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21808] ppid=21741 vsize=10982696 memory=140432785962624 CPUtime=0.11 cores=0,2,4,6
/proc/21744/task/21808/stat : 21808 (java) S 21741 21744 12183 0 -1 1077944384 619 12954 0 0 3 0 5 3 20 0 15 0 107411252 11246280704 11047 33554432000 4194304 4196468 140728043599680 139761868053104 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21809] ppid=21741 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21809/stat : 21809 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411253 11246280704 11047 33554432000 4194304 4196468 140728043599680 139760853052128 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21810] ppid=21741 vsize=10982696 memory=140432785962624 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21810/stat : 21810 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411253 11246280704 11047 33554432000 4194304 4196468 140728043599680 139761867000496 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44188 KiB

[startup+0.31049 s]*
/proc/loadavg: 1.46 1.71 1.75 3/215 21810
/proc/meminfo: memFree=24098144/32770624 swapFree=67108860/67108860
[pid=21744] ppid=21741 vsize=10983192 memory=55540 CPUtime=0.38 cores=0,2,4,6
/proc/21744/stat : 21744 (java) S 21741 21744 12183 0 -1 1077944320 10436 12954 0 0 28 2 5 3 20 0 15 0 107411238 11246788608 13885 33554432000 4194304 4196468 140728043599680 140728043582224 139762902154999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
/proc/21744/statm: 2745798 13885 3070 1 0 2708109 0
[pid=21744/tid=21797] ppid=21741 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21744/task/21797/stat : 21797 (java) R 21741 21744 12183 0 -1 4202560 6983 12954 0 0 19 2 5 3 20 0 15 0 107411247 11246788608 13885 33554432000 4194304 4196468 140728043599680 139762873967008 139762886235486 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21798] ppid=21741 vsize=10983192 memory=7012755875661107280 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21798/stat : 21798 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411248 11246788608 13885 33554432000 4194304 4196468 140728043599680 139762906397840 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21799] ppid=21741 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21799/stat : 21799 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411248 11246788608 13885 33554432000 4194304 4196468 140728043599680 139762800323600 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21800] ppid=21741 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21800/stat : 21800 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411248 11246788608 13885 33554432000 4194304 4196468 140728043599680 139762441235344 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21801] ppid=21741 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21801/stat : 21801 (java) S 21741 21744 12183 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 107411248 11246788608 13885 33554432000 4194304 4196468 140728043599680 139762440182544 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21802] ppid=21741 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21802/stat : 21802 (java) S 21741 21744 12183 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 107411249 11246788608 13885 33554432000 4194304 4196468 140728043599680 139761871210864 139762902166146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21803] ppid=21741 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21803/stat : 21803 (java) S 21741 21744 12183 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 107411249 11246788608 13885 33554432000 4194304 4196468 140728043599680 139761792574496 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21804] ppid=21741 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21804/stat : 21804 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411250 11246788608 13885 33554432000 4194304 4196468 140728043599680 139761591247728 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21805] ppid=21741 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21805/stat : 21805 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411252 11246788608 13885 33554432000 4194304 4196468 140728043599680 139761283848016 139762902173595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21806] ppid=21741 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21744/task/21806/stat : 21806 (java) S 21741 21744 12183 0 -1 1077944384 427 12954 0 0 1 0 5 3 20 0 15 0 107411252 11246788608 13885 33554432000 4194304 4196468 140728043599680 139761870158704 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21807] ppid=21741 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21744/task/21807/stat : 21807 (java) S 21741 21744 12183 0 -1 1077944384 192 12954 0 0 1 0 5 3 20 0 15 0 107411252 11246788608 13885 33554432000 4194304 4196468 140728043599680 139761869105904 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21808] ppid=21741 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/21744/task/21808/stat : 21808 (java) S 21741 21744 12183 0 -1 1077944384 624 12954 0 0 5 0 5 3 20 0 15 0 107411252 11246788608 13885 33554432000 4194304 4196468 140728043599680 139761868053104 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21809] ppid=21741 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21809/stat : 21809 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411253 11246788608 13885 33554432000 4194304 4196468 140728043599680 139760853052128 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21810] ppid=21741 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21810/stat : 21810 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411253 11246788608 13885 33554432000 4194304 4196468 140728043599680 139761867000496 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55540 KiB

[startup+0.700769 s]
/proc/loadavg: 1.46 1.71 1.75 3/215 21810
/proc/meminfo: memFree=24087128/32770624 swapFree=67108860/67108860
[pid=21744] ppid=21741 vsize=10983192 memory=88576 CPUtime=1 cores=0,2,4,6
/proc/21744/stat : 21744 (java) S 21741 21744 12183 0 -1 1077944320 16796 12954 0 0 88 4 5 3 20 0 15 0 107411238 11246788608 22144 33554432000 4194304 4196468 140728043599680 140728043582224 139762902154999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
/proc/21744/statm: 2745798 22144 3239 1 0 2708109 0
[pid=21744/tid=21797] ppid=21741 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/21744/task/21797/stat : 21797 (java) R 21741 21744 12183 0 -1 4202560 12422 12954 0 0 56 3 5 3 20 0 15 0 107411247 11246788608 22144 33554432000 4194304 4196468 140728043599680 139762873977936 139762883718515 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21798] ppid=21741 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21798/stat : 21798 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411248 11246788608 22144 33554432000 4194304 4196468 140728043599680 139762906397840 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21799] ppid=21741 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21799/stat : 21799 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411248 11246788608 22144 33554432000 4194304 4196468 140728043599680 139762800323600 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21800] ppid=21741 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21800/stat : 21800 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411248 11246788608 22144 33554432000 4194304 4196468 140728043599680 139762441235344 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21801] ppid=21741 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21801/stat : 21801 (java) S 21741 21744 12183 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 107411248 11246788608 22144 33554432000 4194304 4196468 140728043599680 139762440182544 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21802] ppid=21741 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21802/stat : 21802 (java) S 21741 21744 12183 0 -1 1077944384 5 12954 0 0 0 0 5 3 20 0 15 0 107411249 11246788608 22144 33554432000 4194304 4196468 140728043599680 139761871210864 139762902166146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21803] ppid=21741 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21803/stat : 21803 (java) S 21741 21744 12183 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 107411249 11246788608 22144 33554432000 4194304 4196468 140728043599680 139761792574496 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21804] ppid=21741 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21804/stat : 21804 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411250 11246788608 22144 33554432000 4194304 4196468 140728043599680 139761591247728 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21805] ppid=21741 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21805/stat : 21805 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411252 11246788608 22144 33554432000 4194304 4196468 140728043599680 139761283848016 139762902173595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21806] ppid=21741 vsize=10983192 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/21744/task/21806/stat : 21806 (java) S 21741 21744 12183 0 -1 1077944384 667 12954 0 0 7 0 5 3 20 0 15 0 107411252 11246788608 22144 33554432000 4194304 4196468 140728043599680 139761870158704 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21807] ppid=21741 vsize=10983192 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/21744/task/21807/stat : 21807 (java) S 21741 21744 12183 0 -1 1077944384 789 12954 0 0 9 0 5 3 20 0 15 0 107411252 11246788608 22144 33554432000 4194304 4196468 140728043599680 139761869105904 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21808] ppid=21741 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/21744/task/21808/stat : 21808 (java) S 21741 21744 12183 0 -1 1077944384 697 12954 0 0 13 0 5 3 20 0 15 0 107411252 11246788608 22144 33554432000 4194304 4196468 140728043599680 139761868053104 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21809] ppid=21741 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21809/stat : 21809 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411253 11246788608 22144 33554432000 4194304 4196468 140728043599680 139760853052128 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21810] ppid=21741 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21810/stat : 21810 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411253 11246788608 22144 33554432000 4194304 4196468 140728043599680 139761867000496 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88576 KiB

[startup+1.50072 s]
/proc/loadavg: 1.46 1.71 1.75 3/215 21810
/proc/meminfo: memFree=24036648/32770624 swapFree=67108860/67108860
[pid=21744] ppid=21741 vsize=10998092 memory=181480 CPUtime=2.34 cores=0,2,4,6
/proc/21744/stat : 21744 (java) S 21741 21744 12183 0 -1 1077944320 24882 12954 0 0 215 11 5 3 20 0 15 0 107411238 11262046208 45370 33554432000 4194304 4196468 140728043599680 140728043582224 139762902154999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
/proc/21744/statm: 2749523 45370 3475 1 0 2711181 0
[pid=21744/tid=21797] ppid=21741 vsize=10998092 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/21744/task/21797/stat : 21797 (java) R 21741 21744 12183 0 -1 4202560 18077 12954 0 0 125 8 5 3 20 0 15 0 107411247 11262046208 45370 33554432000 4194304 4196468 140728043599680 139762873984480 139762886235486 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21798] ppid=21741 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21744/task/21798/stat : 21798 (java) S 21741 21744 12183 0 -1 1077944384 14 12954 0 0 1 0 5 3 20 0 15 0 107411248 11262046208 45370 33554432000 4194304 4196468 140728043599680 139762906397840 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21799] ppid=21741 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21744/task/21799/stat : 21799 (java) S 21741 21744 12183 0 -1 1077944384 201 12954 0 0 1 0 5 3 20 0 15 0 107411248 11262046208 45370 33554432000 4194304 4196468 140728043599680 139762800323600 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21800] ppid=21741 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21744/task/21800/stat : 21800 (java) S 21741 21744 12183 0 -1 1077944384 24 12954 0 0 1 0 5 3 20 0 15 0 107411248 11262046208 45370 33554432000 4194304 4196468 140728043599680 139762441235344 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21801] ppid=21741 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21744/task/21801/stat : 21801 (java) S 21741 21744 12183 0 -1 1077944384 69 12954 0 0 1 0 5 3 20 0 15 0 107411248 11262046208 45370 33554432000 4194304 4196468 140728043599680 139762440182544 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21802] ppid=21741 vsize=10998092 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/21744/task/21802/stat : 21802 (java) S 21741 21744 12183 0 -1 1077944384 469 12954 0 0 1 0 5 3 20 0 15 0 107411249 11262046208 45370 33554432000 4194304 4196468 140728043599680 139761871210864 139762902166146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21803] ppid=21741 vsize=10998092 memory=280865359866112 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21803/stat : 21803 (java) S 21741 21744 12183 0 -1 1077944384 14 12954 0 0 0 0 5 3 20 0 15 0 107411249 11262046208 45370 33554432000 4194304 4196468 140728043599680 139761792574560 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21804] ppid=21741 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21804/stat : 21804 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411250 11262046208 45370 33554432000 4194304 4196468 140728043599680 139761591247728 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21805] ppid=21741 vsize=10998092 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21805/stat : 21805 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411252 11262046208 45370 33554432000 4194304 4196468 140728043599680 139761283848016 139762902173595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21806] ppid=21741 vsize=10998092 memory=1232 CPUtime=0.31 cores=0,2,4,6
/proc/21744/task/21806/stat : 21806 (java) S 21741 21744 12183 0 -1 1077944384 1126 12954 0 0 23 0 5 3 20 0 15 0 107411252 11262046208 45370 33554432000 4194304 4196468 140728043599680 139761870158704 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21807] ppid=21741 vsize=10998092 memory=8560 CPUtime=0.35 cores=0,2,4,6
/proc/21744/task/21807/stat : 21807 (java) S 21741 21744 12183 0 -1 1077944384 1395 12954 0 0 27 0 5 3 20 0 15 0 107411252 11262046208 45370 33554432000 4194304 4196468 140728043599680 139761869105904 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21808] ppid=21741 vsize=10998092 memory=1712 CPUtime=0.4 cores=0,2,4,6
/proc/21744/task/21808/stat : 21808 (java) S 21741 21744 12183 0 -1 1077944384 1297 12954 0 0 32 0 5 3 20 0 15 0 107411252 11262046208 45370 33554432000 4194304 4196468 140728043599680 139761868053104 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21809] ppid=21741 vsize=10998092 memory=5412 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21809/stat : 21809 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411253 11262046208 45370 33554432000 4194304 4196468 140728043599680 139760853052128 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21810] ppid=21741 vsize=10998092 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21810/stat : 21810 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411253 11262046208 45370 33554432000 4194304 4196468 140728043599680 139761867000496 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 10998092 KiB

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

/proc/21744/task/21797/stat : 21797 (java) R 21741 21744 12183 0 -1 4202560 56587 12954 0 0 16106 19 5 3 20 0 15 0 107411247 11345952768 164442 33554432000 4194304 4196468 140728043599680 139762873989584 139762486265260 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21798] ppid=21741 vsize=11080032 memory=657768 CPUtime=0.48 cores=0,2,4,6
/proc/21744/task/21798/stat : 21798 (java) S 21741 21744 12183 0 -1 1077944384 2398 12954 0 0 36 4 5 3 20 0 15 0 107411248 11345952768 164442 33554432000 4194304 4196468 140728043599680 139762906397840 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21799] ppid=21741 vsize=11080032 memory=657768 CPUtime=0.48 cores=0,2,4,6
/proc/21744/task/21799/stat : 21799 (java) S 21741 21744 12183 0 -1 1077944384 2521 12954 0 0 36 4 5 3 20 0 15 0 107411248 11345952768 164442 33554432000 4194304 4196468 140728043599680 139762800323600 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21800] ppid=21741 vsize=11080032 memory=657768 CPUtime=0.48 cores=0,2,4,6
/proc/21744/task/21800/stat : 21800 (java) S 21741 21744 12183 0 -1 1077944384 2148 12954 0 0 36 4 5 3 20 0 15 0 107411248 11345952768 164442 33554432000 4194304 4196468 140728043599680 139762441235344 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21801] ppid=21741 vsize=11080032 memory=657768 CPUtime=0.48 cores=0,2,4,6
/proc/21744/task/21801/stat : 21801 (java) S 21741 21744 12183 0 -1 1077944384 1770 12954 0 0 36 4 5 3 20 0 15 0 107411248 11345952768 164442 33554432000 4194304 4196468 140728043599680 139762440182544 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21802] ppid=21741 vsize=11080032 memory=8 CPUtime=0.46 cores=0,2,4,6
/proc/21744/task/21802/stat : 21802 (java) S 21741 21744 12183 0 -1 1077944384 2622 12954 0 0 36 2 5 3 20 0 15 0 107411249 11345952768 164442 33554432000 4194304 4196468 140728043599680 139761871210864 139762902166146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21803] ppid=21741 vsize=11080032 memory=657768 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21803/stat : 21803 (java) S 21741 21744 12183 0 -1 1077944384 15 12954 0 0 0 0 5 3 20 0 15 0 107411249 11345952768 164442 33554432000 4194304 4196468 140728043599680 139761792574624 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21804] ppid=21741 vsize=11080032 memory=657768 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21804/stat : 21804 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411250 11345952768 164442 33554432000 4194304 4196468 140728043599680 139761591247744 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21805] ppid=21741 vsize=11080032 memory=657768 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21805/stat : 21805 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411252 11345952768 164442 33554432000 4194304 4196468 140728043599680 139761283848016 139762902173595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21806] ppid=21741 vsize=11080032 memory=657768 CPUtime=6.08 cores=0,2,4,6
/proc/21744/task/21806/stat : 21806 (java) S 21741 21744 12183 0 -1 1077944384 21931 12954 0 0 596 4 5 3 20 0 15 0 107411252 11345952768 164442 33554432000 4194304 4196468 140728043599680 139761870158704 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21807] ppid=21741 vsize=11080032 memory=657768 CPUtime=5.6 cores=0,2,4,6
/proc/21744/task/21807/stat : 21807 (java) S 21741 21744 12183 0 -1 1077944384 15446 12954 0 0 549 3 5 3 20 0 15 0 107411252 11345952768 164442 33554432000 4194304 4196468 140728043599680 139761869105904 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21808] ppid=21741 vsize=11080032 memory=4140 CPUtime=3.01 cores=0,2,4,6
/proc/21744/task/21808/stat : 21808 (java) S 21741 21744 12183 0 -1 1077944384 16075 12954 0 0 289 4 5 3 20 0 15 0 107411252 11345952768 164442 33554432000 4194304 4196468 140728043599680 139761868053104 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21809] ppid=21741 vsize=11080032 memory=657768 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21809/stat : 21809 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411253 11345952768 164442 33554432000 4194304 4196468 140728043599680 139760853052128 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21810] ppid=21741 vsize=11080032 memory=657768 CPUtime=0.16 cores=0,2,4,6
/proc/21744/task/21810/stat : 21810 (java) S 21741 21744 12183 0 -1 1077944384 187 12954 0 0 4 4 5 3 20 0 15 0 107411253 11345952768 164442 33554432000 4194304 4196468 140728043599680 139761867000496 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
Current children cumulated CPU time: 177.95 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 657768 KiB

[startup+222.301 s]
/proc/loadavg: 1.39 1.50 1.66 3/216 21952
/proc/meminfo: memFree=21139464/32770624 swapFree=67108860/67108860
[pid=21744] ppid=21741 vsize=11080032 memory=659864 CPUtime=238.56 cores=0,2,4,6
/proc/21744/stat : 21744 (java) S 21741 21744 12183 0 -1 1077944320 127810 12954 0 0 23791 57 5 3 20 0 15 0 107411238 11345952768 164966 33554432000 4194304 4196468 140728043599680 140728043582224 139762902154999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
/proc/21744/statm: 2770008 164966 3524 1 0 2731661 0
[pid=21744/tid=21797] ppid=21741 vsize=11080032 memory=657784 CPUtime=220.8 cores=0,2,4,6
/proc/21744/task/21797/stat : 21797 (java) R 21741 21744 12183 0 -1 4202560 58297 12954 0 0 22053 19 5 3 20 0 15 0 107411247 11345952768 164966 33554432000 4194304 4196468 140728043599680 139762873987488 139762484411104 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21798] ppid=21741 vsize=11080032 memory=657784 CPUtime=0.7 cores=0,2,4,6
/proc/21744/task/21798/stat : 21798 (java) S 21741 21744 12183 0 -1 1077944384 2486 12954 0 0 57 5 5 3 20 0 15 0 107411248 11345952768 164966 33554432000 4194304 4196468 140728043599680 139762906397840 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21799] ppid=21741 vsize=11080032 memory=657784 CPUtime=0.7 cores=0,2,4,6
/proc/21744/task/21799/stat : 21799 (java) S 21741 21744 12183 0 -1 1077944384 2539 12954 0 0 57 5 5 3 20 0 15 0 107411248 11345952768 164966 33554432000 4194304 4196468 140728043599680 139762800323600 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21800] ppid=21741 vsize=11080032 memory=657784 CPUtime=0.7 cores=0,2,4,6
/proc/21744/task/21800/stat : 21800 (java) S 21741 21744 12183 0 -1 1077944384 2179 12954 0 0 57 5 5 3 20 0 15 0 107411248 11345952768 164966 33554432000 4194304 4196468 140728043599680 139762441235344 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21801] ppid=21741 vsize=11080032 memory=659864 CPUtime=0.7 cores=0,2,4,6
/proc/21744/task/21801/stat : 21801 (java) S 21741 21744 12183 0 -1 1077944384 2307 12954 0 0 57 5 5 3 20 0 15 0 107411248 11345952768 164966 33554432000 4194304 4196468 140728043599680 139762440182544 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21802] ppid=21741 vsize=11080032 memory=659864 CPUtime=0.67 cores=0,2,4,6
/proc/21744/task/21802/stat : 21802 (java) S 21741 21744 12183 0 -1 1077944384 2933 12954 0 0 56 3 5 3 20 0 15 0 107411249 11345952768 164966 33554432000 4194304 4196468 140728043599680 139761871210864 139762902166146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21803] ppid=21741 vsize=11080032 memory=659864 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21803/stat : 21803 (java) S 21741 21744 12183 0 -1 1077944384 15 12954 0 0 0 0 5 3 20 0 15 0 107411249 11345952768 164966 33554432000 4194304 4196468 140728043599680 139761792574624 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21804] ppid=21741 vsize=11080032 memory=659864 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21804/stat : 21804 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411250 11345952768 164966 33554432000 4194304 4196468 140728043599680 139761591247744 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21805] ppid=21741 vsize=11080032 memory=659864 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21805/stat : 21805 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411252 11345952768 164966 33554432000 4194304 4196468 140728043599680 139761283848016 139762902173595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21806] ppid=21741 vsize=11080032 memory=659864 CPUtime=6.08 cores=0,2,4,6
/proc/21744/task/21806/stat : 21806 (java) S 21741 21744 12183 0 -1 1077944384 21939 12954 0 0 596 4 5 3 20 0 15 0 107411252 11345952768 164966 33554432000 4194304 4196468 140728043599680 139761870158704 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21807] ppid=21741 vsize=11080032 memory=4140 CPUtime=5.6 cores=0,2,4,6
/proc/21744/task/21807/stat : 21807 (java) S 21741 21744 12183 0 -1 1077944384 15447 12954 0 0 549 3 5 3 20 0 15 0 107411252 11345952768 164966 33554432000 4194304 4196468 140728043599680 139761869105904 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21808] ppid=21741 vsize=11080032 memory=659864 CPUtime=3.02 cores=0,2,4,6
/proc/21744/task/21808/stat : 21808 (java) S 21741 21744 12183 0 -1 1077944384 17262 12954 0 0 290 4 5 3 20 0 15 0 107411252 11345952768 164966 33554432000 4194304 4196468 140728043599680 139761868053104 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21809] ppid=21741 vsize=11080032 memory=659864 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21809/stat : 21809 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411253 11345952768 164966 33554432000 4194304 4196468 140728043599680 139760853052128 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21810] ppid=21741 vsize=11080032 memory=659864 CPUtime=0.19 cores=0,2,4,6
/proc/21744/task/21810/stat : 21810 (java) S 21741 21744 12183 0 -1 1077944384 209 12954 0 0 6 5 5 3 20 0 15 0 107411253 11345952768 164966 33554432000 4194304 4196468 140728043599680 139761867000496 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
Current children cumulated CPU time: 238.56 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 659864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.701 s]
/proc/loadavg: 1.38 1.50 1.66 3/216 21952
/proc/meminfo: memFree=21135500/32770624 swapFree=67108860/67108860
[pid=21744] ppid=21741 vsize=11080032 memory=659920 CPUtime=252.08 cores=0,2,4,6
/proc/21744/stat : 21744 (java) S 21741 21744 12183 0 -1 1077944320 129296 12954 0 0 25142 58 5 3 20 0 15 0 107411238 11345952768 164980 33554432000 4194304 4196468 140728043599680 140728043582224 139762902154999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
/proc/21744/statm: 2770008 164980 3524 1 0 2731661 0
[pid=21744/tid=21797] ppid=21741 vsize=11080032 memory=659920 CPUtime=234.11 cores=0,2,4,6
/proc/21744/task/21797/stat : 21797 (java) R 21741 21744 12183 0 -1 4202560 58559 12954 0 0 23384 19 5 3 20 0 15 0 107411247 11345952768 164980 33554432000 4194304 4196468 140728043599680 139762873984496 139762484405043 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21798] ppid=21741 vsize=11080032 memory=2340 CPUtime=0.74 cores=0,2,4,6
/proc/21744/task/21798/stat : 21798 (java) S 21741 21744 12183 0 -1 1077944384 3562 12954 0 0 61 5 5 3 20 0 15 0 107411248 11345952768 164980 33554432000 4194304 4196468 140728043599680 139762906397840 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21799] ppid=21741 vsize=11080032 memory=659920 CPUtime=0.75 cores=0,2,4,6
/proc/21744/task/21799/stat : 21799 (java) S 21741 21744 12183 0 -1 1077944384 2574 12954 0 0 62 5 5 3 20 0 15 0 107411248 11345952768 164980 33554432000 4194304 4196468 140728043599680 139762800323600 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21800] ppid=21741 vsize=11080032 memory=659920 CPUtime=0.74 cores=0,2,4,6
/proc/21744/task/21800/stat : 21800 (java) S 21741 21744 12183 0 -1 1077944384 2185 12954 0 0 61 5 5 3 20 0 15 0 107411248 11345952768 164980 33554432000 4194304 4196468 140728043599680 139762441235344 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21801] ppid=21741 vsize=11080032 memory=659920 CPUtime=0.73 cores=0,2,4,6
/proc/21744/task/21801/stat : 21801 (java) S 21741 21744 12183 0 -1 1077944384 2370 12954 0 0 60 5 5 3 20 0 15 0 107411248 11345952768 164980 33554432000 4194304 4196468 140728043599680 139762440182544 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21802] ppid=21741 vsize=11080032 memory=659864 CPUtime=0.71 cores=0,2,4,6
/proc/21744/task/21802/stat : 21802 (java) S 21741 21744 12183 0 -1 1077944384 2977 12954 0 0 60 3 5 3 20 0 15 0 107411249 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761871210864 139762902166146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21803] ppid=21741 vsize=11080032 memory=657784 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21803/stat : 21803 (java) S 21741 21744 12183 0 -1 1077944384 15 12954 0 0 0 0 5 3 20 0 15 0 107411249 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761792574624 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21804] ppid=21741 vsize=11080032 memory=659920 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21804/stat : 21804 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411250 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761591247744 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21805] ppid=21741 vsize=11080032 memory=659864 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21805/stat : 21805 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411252 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761283848016 139762902173595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21806] ppid=21741 vsize=11080032 memory=659920 CPUtime=6.08 cores=0,2,4,6
/proc/21744/task/21806/stat : 21806 (java) S 21741 21744 12183 0 -1 1077944384 21939 12954 0 0 596 4 5 3 20 0 15 0 107411252 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761870158704 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21807] ppid=21741 vsize=11080032 memory=659920 CPUtime=5.6 cores=0,2,4,6
/proc/21744/task/21807/stat : 21807 (java) S 21741 21744 12183 0 -1 1077944384 15447 12954 0 0 549 3 5 3 20 0 15 0 107411252 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761869105904 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21808] ppid=21741 vsize=11080032 memory=659920 CPUtime=3.02 cores=0,2,4,6
/proc/21744/task/21808/stat : 21808 (java) S 21741 21744 12183 0 -1 1077944384 17262 12954 0 0 290 4 5 3 20 0 15 0 107411252 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761868053104 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21809] ppid=21741 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21809/stat : 21809 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411253 11345952768 164980 33554432000 4194304 4196468 140728043599680 139760853052128 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21810] ppid=21741 vsize=11080032 memory=6944656592455360604 CPUtime=0.2 cores=0,2,4,6
/proc/21744/task/21810/stat : 21810 (java) S 21741 21744 12183 0 -1 1077944384 209 12954 0 0 7 5 5 3 20 0 15 0 107411253 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761867000496 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 659920 KiB

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

[startup+235.736 s]
# the end of solver process 21744 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.494 s, system=0.635552 s

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

[startup+235.701 s]
/proc/loadavg: 1.38 1.50 1.66 3/216 21952
/proc/meminfo: memFree=21135500/32770624 swapFree=67108860/67108860
[pid=21744] ppid=21741 vsize=11080032 memory=659920 CPUtime=252.08 cores=0,2,4,6
/proc/21744/stat : 21744 (java) S 21741 21744 12183 0 -1 1077944320 129296 12954 0 0 25142 58 5 3 20 0 15 0 107411238 11345952768 164980 33554432000 4194304 4196468 140728043599680 140728043582224 139762902154999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
/proc/21744/statm: 2770008 164980 3524 1 0 2731661 0
[pid=21744/tid=21797] ppid=21741 vsize=11080032 memory=659920 CPUtime=234.11 cores=0,2,4,6
/proc/21744/task/21797/stat : 21797 (java) R 21741 21744 12183 0 -1 4202560 58559 12954 0 0 23384 19 5 3 20 0 15 0 107411247 11345952768 164980 33554432000 4194304 4196468 140728043599680 139762873984496 139762484405043 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21798] ppid=21741 vsize=11080032 memory=2340 CPUtime=0.74 cores=0,2,4,6
/proc/21744/task/21798/stat : 21798 (java) S 21741 21744 12183 0 -1 1077944384 3562 12954 0 0 61 5 5 3 20 0 15 0 107411248 11345952768 164980 33554432000 4194304 4196468 140728043599680 139762906397840 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21799] ppid=21741 vsize=11080032 memory=659920 CPUtime=0.75 cores=0,2,4,6
/proc/21744/task/21799/stat : 21799 (java) S 21741 21744 12183 0 -1 1077944384 2574 12954 0 0 62 5 5 3 20 0 15 0 107411248 11345952768 164980 33554432000 4194304 4196468 140728043599680 139762800323600 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21800] ppid=21741 vsize=11080032 memory=659920 CPUtime=0.74 cores=0,2,4,6
/proc/21744/task/21800/stat : 21800 (java) S 21741 21744 12183 0 -1 1077944384 2185 12954 0 0 61 5 5 3 20 0 15 0 107411248 11345952768 164980 33554432000 4194304 4196468 140728043599680 139762441235344 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21801] ppid=21741 vsize=11080032 memory=659920 CPUtime=0.73 cores=0,2,4,6
/proc/21744/task/21801/stat : 21801 (java) S 21741 21744 12183 0 -1 1077944384 2370 12954 0 0 60 5 5 3 20 0 15 0 107411248 11345952768 164980 33554432000 4194304 4196468 140728043599680 139762440182544 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21802] ppid=21741 vsize=11080032 memory=659864 CPUtime=0.71 cores=0,2,4,6
/proc/21744/task/21802/stat : 21802 (java) S 21741 21744 12183 0 -1 1077944384 2977 12954 0 0 60 3 5 3 20 0 15 0 107411249 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761871210864 139762902166146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21803] ppid=21741 vsize=11080032 memory=657784 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21803/stat : 21803 (java) S 21741 21744 12183 0 -1 1077944384 15 12954 0 0 0 0 5 3 20 0 15 0 107411249 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761792574624 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21804] ppid=21741 vsize=11080032 memory=659920 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21804/stat : 21804 (java) S 21741 21744 12183 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 107411250 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761591247744 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21805] ppid=21741 vsize=11080032 memory=659864 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21805/stat : 21805 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411252 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761283848016 139762902173595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21806] ppid=21741 vsize=11080032 memory=659920 CPUtime=6.08 cores=0,2,4,6
/proc/21744/task/21806/stat : 21806 (java) S 21741 21744 12183 0 -1 1077944384 21939 12954 0 0 596 4 5 3 20 0 15 0 107411252 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761870158704 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21807] ppid=21741 vsize=11080032 memory=659920 CPUtime=5.6 cores=0,2,4,6
/proc/21744/task/21807/stat : 21807 (java) S 21741 21744 12183 0 -1 1077944384 15447 12954 0 0 549 3 5 3 20 0 15 0 107411252 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761869105904 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21808] ppid=21741 vsize=11080032 memory=659920 CPUtime=3.02 cores=0,2,4,6
/proc/21744/task/21808/stat : 21808 (java) S 21741 21744 12183 0 -1 1077944384 17262 12954 0 0 290 4 5 3 20 0 15 0 107411252 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761868053104 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21809] ppid=21741 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21744/task/21809/stat : 21809 (java) S 21741 21744 12183 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 107411253 11345952768 164980 33554432000 4194304 4196468 140728043599680 139760853052128 139762902165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
[pid=21744/tid=21810] ppid=21741 vsize=11080032 memory=6944656592455360604 CPUtime=0.2 cores=0,2,4,6
/proc/21744/task/21810/stat : 21810 (java) S 21741 21744 12183 0 -1 1077944384 209 12954 0 0 7 5 5 3 20 0 15 0 107411253 11345952768 164980 33554432000 4194304 4196468 140728043599680 139761867000496 139762902166146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12042240 140728043604593 140728043607393 140728043607393 140728043610063 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 659920 KiB

Child status: 143
Real time (s): 235.736
CPU time (s): 252.13
CPU user time (s): 251.494
CPU system time (s): 0.635552
CPU usage (%): 106.954
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 679592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.494
system time used= 0.635552
maximum resident set size= 679592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30353
involuntary context switches= 768


# summary of solver processes directly reported to runsolver:
#   pid: 21744
#   total CPU time (s): 252.13
#   total CPU user time (s): 251.494
#   total CPU system time (s): 0.635552

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.40527 second user time and 2.29868 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 23:08:00
IDJOB=4302342
IDBENCH=141626
IDSOLVER=2776
FILE ID=node107/4302342-1532898480
RUNJOBID= node107-1532892903-13712
PBS_JOBID= 21022519
Free space on /tmp= 60800 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-30-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302342-1532898480/watcher-4302342-1532898480 -o /tmp/evaluation-result-4302342-1532898480/solver-4302342-1532898480 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=2026011399 HOME/instance-4302342-1532898480.xml

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=2026011399

node107.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.40
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.40
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.40
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.40
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:        24139928 kB
MemAvailable:   31386720 kB
Buffers:          249060 kB
Cached:          7260988 kB
SwapCached:            0 kB
Active:          4402768 kB
Inactive:        3735616 kB
Active(anon):     580080 kB
Inactive(anon):    76484 kB
Active(file):    3822688 kB
Inactive(file):  3659132 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26264 kB
Writeback:             0 kB
AnonPages:        578204 kB
Mapped:            58156 kB
Shmem:             25228 kB
Slab:             189756 kB
SReclaimable:     161616 kB
SUnreclaim:        28140 kB
KernelStack:        3808 kB
PageTables:         6476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1797408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60776 MiB
End job on node107 at 2018-07-29 23:11:56