Trace number 4302341

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)113 252.123 236.535

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-25-30-00_c18.xml
MD5SUMfffb7bc75ae44a730e23d85d48ed452e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark252.104
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size32
Distribution of domain sizes[{"size":25,"count":25},{"size":32,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"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.74	c Concrete v3.9.2.1532736233296 running
7.69/3.87	o 272
7.69/3.89	o 271
7.96/3.91	o 267
7.96/3.92	o 248
7.96/3.93	o 245
7.96/3.98	o 243
7.96/3.98	o 240
8.33/4.04	o 239
8.33/4.07	o 238
8.66/4.16	o 228
8.66/4.17	o 226
8.66/4.17	o 194
8.66/4.18	o 192
8.66/4.18	o 191
8.66/4.19	o 189
8.97/4.24	o 187
9.60/4.47	o 186
9.87/4.51	o 181
10.04/4.64	o 178
10.04/4.65	o 177
10.04/4.65	o 176
10.04/4.66	o 163
10.04/4.67	o 162
10.23/4.70	o 161
10.23/4.77	o 160
10.23/4.77	o 158
10.23/4.77	o 155
10.23/4.78	o 153
10.23/4.79	o 152
14.28/8.10	o 151
14.39/8.11	o 148
14.39/8.12	o 147
14.65/8.31	o 143
14.65/8.35	o 142
14.65/8.36	o 136
25.01/17.58	o 134
25.28/17.71	o 126
25.28/17.71	o 122
25.28/17.72	o 120
25.28/17.74	o 119
25.28/17.75	o 115
141.62/128.27	o 114
141.74/128.31	o 113
252.06/236.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.06/236.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.06/236.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.06/236.50		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.06/236.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.06/236.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.06/236.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.06/236.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.06/236.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.06/236.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/236.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/236.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/236.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/236.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/236.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/236.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/236.50		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.06/236.50		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.06/236.50		at scala.Option.map(Option.scala:146)
252.06/236.50		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.06/236.50		at concrete.MAC.mac(MAC.scala:203)
252.06/236.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.06/236.50		at scala.util.Try$.apply(Try.scala:209)
252.06/236.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/236.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/236.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/236.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/236.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.06/236.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/236.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/236.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/236.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/236.50		at concrete.MAC.oneRun(MAC.scala:253)
252.06/236.50		at concrete.MAC.nextSolution(MAC.scala:272)
252.06/236.50		at concrete.MAC.nextSolution(MAC.scala:355)
252.06/236.51		at concrete.Solver.hasNext(Solver.scala:166)
252.06/236.51		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.06/236.51		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.06/236.51		at concrete.Solver.foreach(Solver.scala:68)
252.06/236.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.06/236.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/236.51		at scala.util.Success.map(Try.scala:209)
252.06/236.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.06/236.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.06/236.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.06/236.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.06/236.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.06/236.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/236.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/236.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/236.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/236.51		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/236.51		at scala.App.main(App.scala:76)
252.06/236.51		at scala.App.main$(App.scala:74)
252.06/236.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.06/236.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/236.51	v <instantiation cost="113">
252.06/236.51	v       <list>
252.06/236.51	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] 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]
252.06/236.51	v       </list>
252.06/236.51	v       <values>
252.06/236.51	v         0 2 3 4 6 7 8 11 14 12 9 13 15 16 22 24 23 21 20 18 17 19 10 5 1 2 1 2 4 5 1 8 4 4 4 6 5 5 8 12 3 2 4 3 1 1 9 8 4 7
252.06/236.51	v       </values>
252.06/236.51	v     </instantiation>
252.06/236.51	s SATISFIABLE

Verifier Data

OK	113

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302341-1532898397/watcher-4302341-1532898397 -o /tmp/evaluation-result-4302341-1532898397/solver-4302341-1532898397 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14549 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=915220405 HOME/instance-4302341-1532898397.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=22797, runsolver pid=22794

[startup+0.100061 s]*
/proc/loadavg: 1.71 1.68 1.71 3/206 22854
/proc/meminfo: memFree=26955124/32770624 swapFree=67108436/67108860
[pid=22797] ppid=22794 vsize=10005480 memory=17080 CPUtime=0.09 cores=0,2,4,6
/proc/22797/stat : 22797 (java) S 22794 22797 9814 0 -1 1077944320 4423 12837 0 0 1 1 4 3 20 0 6 0 107402883 10245611520 4270 33554432000 4194304 4196468 140724382078912 140724382061456 139773127519991 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
/proc/22797/statm: 2501370 4270 1935 1 0 2489808 0
[pid=22797/tid=22850] ppid=22794 vsize=10005480 memory=4279135703913364878 CPUtime=0.08 cores=0,2,4,6
/proc/22797/task/22850/stat : 22850 (java) R 22794 22797 9814 0 -1 4202560 2254 12837 0 0 1 0 4 3 20 0 6 0 107402891 10245611520 4270 33554432000 4194304 4196468 140724382078912 139773099356752 139773111600478 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22851] ppid=22794 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22851/stat : 22851 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 6 0 107402892 10245611520 4270 33554432000 4194304 4196468 140724382078912 139773131762192 139773127530197 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22852] ppid=22794 vsize=10005480 memory=140586899338880 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22852/stat : 22852 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 6 0 107402892 10245611520 4270 33554432000 4194304 4196468 140724382078912 139773002410640 139773127530197 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22853] ppid=22794 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22853/stat : 22853 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 6 0 107402892 10245611520 4336 33554432000 4194304 4196468 140724382078912 139773001357584 139773127530197 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22854] ppid=22794 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22854/stat : 22854 (java) S 22794 22797 9814 0 -1 1077944384 2 12837 0 0 0 0 4 3 20 0 6 0 107402892 10245611520 4336 33554432000 4194304 4196468 140724382078912 139772665059728 139773127530197 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210204 s]*
/proc/loadavg: 1.71 1.68 1.71 3/215 22863
/proc/meminfo: memFree=26932956/32770624 swapFree=67108436/67108860
[pid=22797] ppid=22794 vsize=10982744 memory=45648 CPUtime=0.26 cores=0,2,4,6
/proc/22797/stat : 22797 (java) S 22794 22797 9814 0 -1 1077944320 8095 12837 0 0 17 2 4 3 20 0 15 0 107402883 11246329856 11412 33554432000 4194304 4196468 140724382078912 140724382061456 139773127519991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
/proc/22797/statm: 2745686 11412 2950 1 0 2708109 0
[pid=22797/tid=22850] ppid=22794 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/22797/task/22850/stat : 22850 (java) R 22794 22797 9814 0 -1 4202560 4705 12837 0 0 11 1 4 3 20 0 15 0 107402891 11246329856 11412 33554432000 4194304 4196468 140724382078912 139773099343344 139773127541917 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22851] ppid=22794 vsize=10982744 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22851/stat : 22851 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402892 11246329856 11412 33554432000 4194304 4196468 140724382078912 139773131762192 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22852] ppid=22794 vsize=10982744 memory=140586899360181 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22852/stat : 22852 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402892 11246329856 11412 33554432000 4194304 4196468 140724382078912 139773002410640 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22853] ppid=22794 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22853/stat : 22853 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402892 11246329856 11412 33554432000 4194304 4196468 140724382078912 139773001357584 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22854] ppid=22794 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22854/stat : 22854 (java) S 22794 22797 9814 0 -1 1077944384 2 12837 0 0 0 0 4 3 20 0 15 0 107402892 11246329856 11412 33554432000 4194304 4196468 140724382078912 139772665059728 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22855] ppid=22794 vsize=10982744 memory=140586899338880 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22855/stat : 22855 (java) S 22794 22797 9814 0 -1 1077944384 2 12837 0 0 0 0 4 3 20 0 15 0 107402894 11246329856 11412 33554432000 4194304 4196468 140724382078912 139772620618480 139773127531138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22856] ppid=22794 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22856/stat : 22856 (java) S 22794 22797 9814 0 -1 1077944384 13 12837 0 0 0 0 4 3 20 0 15 0 107402894 11246329856 11412 33554432000 4194304 4196468 140724382078912 139771926013600 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22857] ppid=22794 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22857/stat : 22857 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402894 11246329856 11412 33554432000 4194304 4196468 140724382078912 139771724686576 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22858] ppid=22794 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22858/stat : 22858 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11246329856 11412 33554432000 4194304 4196468 140724382078912 139771417287120 139773127538587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22859] ppid=22794 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22797/task/22859/stat : 22859 (java) S 22794 22797 9814 0 -1 1077944384 488 12837 0 0 1 0 4 3 20 0 15 0 107402897 11246329856 11412 33554432000 4194304 4196468 140724382078912 139772619565296 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22860] ppid=22794 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22860/stat : 22860 (java) S 22794 22797 9814 0 -1 1077944384 126 12837 0 0 0 0 4 3 20 0 15 0 107402897 11246329856 11412 33554432000 4194304 4196468 140724382078912 139772618512752 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22861] ppid=22794 vsize=10982744 memory=140586899338880 CPUtime=0.1 cores=0,2,4,6
/proc/22797/task/22861/stat : 22861 (java) R 22794 22797 9814 0 -1 4202560 608 12837 0 0 3 0 4 3 20 0 15 0 107402897 11246329856 11412 33554432000 4194304 4196468 140724382078912 139772617459696 139773106054338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22862] ppid=22794 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22862/stat : 22862 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11246329856 11412 33554432000 4194304 4196468 140724382078912 139770986490208 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22863] ppid=22794 vsize=10982744 memory=140586899338880 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22863/stat : 22863 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402898 11246329856 11412 33554432000 4194304 4196468 140724382078912 139772616408112 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45648 KiB

[startup+0.310391 s]*
/proc/loadavg: 1.71 1.68 1.71 3/215 22863
/proc/meminfo: memFree=26921772/32770624 swapFree=67108436/67108860
[pid=22797] ppid=22794 vsize=10983192 memory=56356 CPUtime=0.38 cores=0,2,4,6
/proc/22797/stat : 22797 (java) S 22794 22797 9814 0 -1 1077944320 10640 12837 0 0 29 2 4 3 20 0 15 0 107402883 11246788608 14089 33554432000 4194304 4196468 140724382078912 140724382061456 139773127519991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
/proc/22797/statm: 2745798 14089 3069 1 0 2708109 0
[pid=22797/tid=22850] ppid=22794 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/22797/task/22850/stat : 22850 (java) R 22794 22797 9814 0 -1 4202560 7191 12837 0 0 20 1 4 3 20 0 15 0 107402891 11246788608 14089 33554432000 4194304 4196468 140724382078912 139773099332000 139773111600478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22851] ppid=22794 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22851/stat : 22851 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402892 11246788608 14089 33554432000 4194304 4196468 140724382078912 139773131762192 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22852] ppid=22794 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22852/stat : 22852 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402892 11246788608 14089 33554432000 4194304 4196468 140724382078912 139773002410640 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22853] ppid=22794 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22853/stat : 22853 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402892 11246788608 14089 33554432000 4194304 4196468 140724382078912 139773001357584 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22854] ppid=22794 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22854/stat : 22854 (java) S 22794 22797 9814 0 -1 1077944384 2 12837 0 0 0 0 4 3 20 0 15 0 107402892 11246788608 14089 33554432000 4194304 4196468 140724382078912 139772665059728 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22855] ppid=22794 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22855/stat : 22855 (java) S 22794 22797 9814 0 -1 1077944384 2 12837 0 0 0 0 4 3 20 0 15 0 107402894 11246788608 14089 33554432000 4194304 4196468 140724382078912 139772620618480 139773127531138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22856] ppid=22794 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22856/stat : 22856 (java) S 22794 22797 9814 0 -1 1077944384 13 12837 0 0 0 0 4 3 20 0 15 0 107402894 11246788608 14089 33554432000 4194304 4196468 140724382078912 139771926013600 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22857] ppid=22794 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22857/stat : 22857 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402894 11246788608 14089 33554432000 4194304 4196468 140724382078912 139771724686576 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22858] ppid=22794 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22858/stat : 22858 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11246788608 14089 33554432000 4194304 4196468 140724382078912 139771417287120 139773127538587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22859] ppid=22794 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22797/task/22859/stat : 22859 (java) S 22794 22797 9814 0 -1 1077944384 489 12837 0 0 2 0 4 3 20 0 15 0 107402897 11246788608 14089 33554432000 4194304 4196468 140724382078912 139772619565296 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22860] ppid=22794 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22797/task/22860/stat : 22860 (java) S 22794 22797 9814 0 -1 1077944384 126 12837 0 0 1 0 4 3 20 0 15 0 107402897 11246788608 14089 33554432000 4194304 4196468 140724382078912 139772618512752 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22861] ppid=22794 vsize=10983192 memory=140586899338880 CPUtime=0.11 cores=0,2,4,6
/proc/22797/task/22861/stat : 22861 (java) S 22794 22797 9814 0 -1 1077944384 614 12837 0 0 4 0 4 3 20 0 15 0 107402897 11246788608 14089 33554432000 4194304 4196468 140724382078912 139772617459696 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22862] ppid=22794 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22862/stat : 22862 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11246788608 14089 33554432000 4194304 4196468 140724382078912 139770986490208 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22863] ppid=22794 vsize=10983192 memory=140586899338880 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22863/stat : 22863 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402898 11246788608 14089 33554432000 4194304 4196468 140724382078912 139772616408112 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56356 KiB

[startup+0.700806 s]
/proc/loadavg: 1.71 1.68 1.71 3/215 22863
/proc/meminfo: memFree=26911228/32770624 swapFree=67108436/67108860
[pid=22797] ppid=22794 vsize=10983192 memory=88900 CPUtime=1 cores=0,2,4,6
/proc/22797/stat : 22797 (java) S 22794 22797 9814 0 -1 1077944320 16766 12837 0 0 88 5 4 3 20 0 15 0 107402883 11246788608 22225 33554432000 4194304 4196468 140724382078912 140724382061456 139773127519991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
/proc/22797/statm: 2745798 22225 3246 1 0 2708109 0
[pid=22797/tid=22850] ppid=22794 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/22797/task/22850/stat : 22850 (java) R 22794 22797 9814 0 -1 4202560 12254 12837 0 0 56 3 4 3 20 0 15 0 107402891 11246788608 22225 33554432000 4194304 4196468 140724382078912 139773099340816 139773110706829 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22851] ppid=22794 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22851/stat : 22851 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402892 11246788608 22225 33554432000 4194304 4196468 140724382078912 139773131762192 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22852] ppid=22794 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22852/stat : 22852 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402892 11246788608 22225 33554432000 4194304 4196468 140724382078912 139773002410640 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22853] ppid=22794 vsize=10983192 memory=140586761990960 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22853/stat : 22853 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402892 11246788608 22225 33554432000 4194304 4196468 140724382078912 139773001357584 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22854] ppid=22794 vsize=10983192 memory=140587164500569 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22854/stat : 22854 (java) S 22794 22797 9814 0 -1 1077944384 2 12837 0 0 0 0 4 3 20 0 15 0 107402892 11246788608 22225 33554432000 4194304 4196468 140724382078912 139772665059728 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22855] ppid=22794 vsize=10983192 memory=1388 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22855/stat : 22855 (java) S 22794 22797 9814 0 -1 1077944384 5 12837 0 0 0 0 4 3 20 0 15 0 107402894 11246788608 22225 33554432000 4194304 4196468 140724382078912 139772620618480 139773127531138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22856] ppid=22794 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22856/stat : 22856 (java) S 22794 22797 9814 0 -1 1077944384 13 12837 0 0 0 0 4 3 20 0 15 0 107402894 11246788608 22225 33554432000 4194304 4196468 140724382078912 139771926013600 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22857] ppid=22794 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22857/stat : 22857 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402894 11246788608 22225 33554432000 4194304 4196468 140724382078912 139771724686576 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22858] ppid=22794 vsize=10983192 memory=17496 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22858/stat : 22858 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11246788608 22225 33554432000 4194304 4196468 140724382078912 139771417287120 139773127538587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22859] ppid=22794 vsize=10983192 memory=16148 CPUtime=0.17 cores=0,2,4,6
/proc/22797/task/22859/stat : 22859 (java) S 22794 22797 9814 0 -1 1077944384 1073 12837 0 0 10 0 4 3 20 0 15 0 107402897 11246788608 22225 33554432000 4194304 4196468 140724382078912 139772619565296 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22860] ppid=22794 vsize=10983192 memory=4004 CPUtime=0.14 cores=0,2,4,6
/proc/22797/task/22860/stat : 22860 (java) S 22794 22797 9814 0 -1 1077944384 543 12837 0 0 7 0 4 3 20 0 15 0 107402897 11246788608 22225 33554432000 4194304 4196468 140724382078912 139772618512752 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22861] ppid=22794 vsize=10983192 memory=636 CPUtime=0.2 cores=0,2,4,6
/proc/22797/task/22861/stat : 22861 (java) S 22794 22797 9814 0 -1 1077944384 672 12837 0 0 13 0 4 3 20 0 15 0 107402897 11246788608 22225 33554432000 4194304 4196468 140724382078912 139772617459696 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22862] ppid=22794 vsize=10983192 memory=1780 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22862/stat : 22862 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11246788608 22225 33554432000 4194304 4196468 140724382078912 139770986490208 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22863] ppid=22794 vsize=10983192 memory=1236 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22863/stat : 22863 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402898 11246788608 22225 33554432000 4194304 4196468 140724382078912 139772616408112 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88900 KiB

[startup+1.5008 s]
/proc/loadavg: 1.73 1.68 1.71 4/215 22863
/proc/meminfo: memFree=26865820/32770624 swapFree=67108436/67108860
[pid=22797] ppid=22794 vsize=10998092 memory=180752 CPUtime=2.36 cores=0,2,4,6
/proc/22797/stat : 22797 (java) S 22794 22797 9814 0 -1 1077944320 24915 12837 0 0 219 10 4 3 20 0 15 0 107402883 11262046208 45188 33554432000 4194304 4196468 140724382078912 140724382061456 139773127519991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
/proc/22797/statm: 2749523 45188 3467 1 0 2711181 0
[pid=22797/tid=22850] ppid=22794 vsize=10998092 memory=65408 CPUtime=1.42 cores=0,2,4,6
/proc/22797/task/22850/stat : 22850 (java) R 22794 22797 9814 0 -1 4202560 17990 12837 0 0 130 5 4 3 20 0 15 0 107402891 11262046208 45188 33554432000 4194304 4196468 140724382078912 139773099351456 139773127541917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22851] ppid=22794 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/22797/task/22851/stat : 22851 (java) S 22794 22797 9814 0 -1 1077944384 50 12837 0 0 1 0 4 3 20 0 15 0 107402892 11262046208 45188 33554432000 4194304 4196468 140724382078912 139773131762192 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22852] ppid=22794 vsize=10998092 memory=281173524013216 CPUtime=0.08 cores=0,2,4,6
/proc/22797/task/22852/stat : 22852 (java) S 22794 22797 9814 0 -1 1077944384 179 12837 0 0 1 0 4 3 20 0 15 0 107402892 11262046208 45188 33554432000 4194304 4196468 140724382078912 139773002410640 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22853] ppid=22794 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22797/task/22853/stat : 22853 (java) S 22794 22797 9814 0 -1 1077944384 26 12837 0 0 1 0 4 3 20 0 15 0 107402892 11262046208 45188 33554432000 4194304 4196468 140724382078912 139773001357584 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22854] ppid=22794 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22854/stat : 22854 (java) S 22794 22797 9814 0 -1 1077944384 32 12837 0 0 0 0 4 3 20 0 15 0 107402892 11262046208 45188 33554432000 4194304 4196468 140724382078912 139772665059728 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22855] ppid=22794 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22797/task/22855/stat : 22855 (java) S 22794 22797 9814 0 -1 1077944384 169 12837 0 0 1 0 4 3 20 0 15 0 107402894 11262046208 45188 33554432000 4194304 4196468 140724382078912 139772620618480 139773127531138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22856] ppid=22794 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22856/stat : 22856 (java) S 22794 22797 9814 0 -1 1077944384 14 12837 0 0 0 0 4 3 20 0 15 0 107402894 11262046208 45188 33554432000 4194304 4196468 140724382078912 139771926013664 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22857] ppid=22794 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22857/stat : 22857 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402894 11262046208 45188 33554432000 4194304 4196468 140724382078912 139771724686592 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22858] ppid=22794 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22858/stat : 22858 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11262046208 45188 33554432000 4194304 4196468 140724382078912 139771417287120 139773127538587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22859] ppid=22794 vsize=10998092 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/22797/task/22859/stat : 22859 (java) S 22794 22797 9814 0 -1 1077944384 1677 12837 0 0 27 0 4 3 20 0 15 0 107402897 11262046208 45188 33554432000 4194304 4196468 140724382078912 139772619565296 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22860] ppid=22794 vsize=10998092 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/22797/task/22860/stat : 22860 (java) S 22794 22797 9814 0 -1 1077944384 1159 12837 0 0 22 0 4 3 20 0 15 0 107402897 11262046208 45188 33554432000 4194304 4196468 140724382078912 139772618512752 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22861] ppid=22794 vsize=10998092 memory=6791534058613427641 CPUtime=0.39 cores=0,2,4,6
/proc/22797/task/22861/stat : 22861 (java) S 22794 22797 9814 0 -1 1077944384 1418 12837 0 0 32 0 4 3 20 0 15 0 107402897 11262046208 45188 33554432000 4194304 4196468 140724382078912 139772617459696 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22862] ppid=22794 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22862/stat : 22862 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11262046208 45188 33554432000 4194304 4196468 140724382078912 139770986490208 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22863] ppid=22794 vsize=10998092 memory=281173524257664 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22863/stat : 22863 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402898 11262046208 45188 33554432000 4194304 4196468 140724382078912 139772616408112 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10998092 KiB

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

/proc/22797/task/22850/stat : 22850 (java) R 22794 22797 9814 0 -1 4202560 46478 12837 0 0 16111 17 4 3 20 0 15 0 107402891 11345952768 158812 33554432000 4194304 4196468 140724382078912 139773099350960 139772694684741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22851] ppid=22794 vsize=11080032 memory=635248 CPUtime=0.44 cores=0,2,4,6
/proc/22797/task/22851/stat : 22851 (java) S 22794 22797 9814 0 -1 1077944384 3441 12837 0 0 33 4 4 3 20 0 15 0 107402892 11345952768 158812 33554432000 4194304 4196468 140724382078912 139773131762192 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22852] ppid=22794 vsize=11080032 memory=635248 CPUtime=0.44 cores=0,2,4,6
/proc/22797/task/22852/stat : 22852 (java) S 22794 22797 9814 0 -1 1077944384 3070 12837 0 0 35 2 4 3 20 0 15 0 107402892 11345952768 158812 33554432000 4194304 4196468 140724382078912 139773002410640 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22853] ppid=22794 vsize=11080032 memory=635248 CPUtime=0.44 cores=0,2,4,6
/proc/22797/task/22853/stat : 22853 (java) S 22794 22797 9814 0 -1 1077944384 2935 12837 0 0 34 3 4 3 20 0 15 0 107402892 11345952768 158812 33554432000 4194304 4196468 140724382078912 139773001357584 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22854] ppid=22794 vsize=11080032 memory=36 CPUtime=0.43 cores=0,2,4,6
/proc/22797/task/22854/stat : 22854 (java) S 22794 22797 9814 0 -1 1077944384 520 12837 0 0 33 3 4 3 20 0 15 0 107402892 11345952768 158812 33554432000 4194304 4196468 140724382078912 139772665059728 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22855] ppid=22794 vsize=11080032 memory=635248 CPUtime=0.43 cores=0,2,4,6
/proc/22797/task/22855/stat : 22855 (java) S 22794 22797 9814 0 -1 1077944384 3691 12837 0 0 33 3 4 3 20 0 15 0 107402894 11345952768 158812 33554432000 4194304 4196468 140724382078912 139772620618480 139773127531138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22856] ppid=22794 vsize=11080032 memory=635248 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22856/stat : 22856 (java) S 22794 22797 9814 0 -1 1077944384 14 12837 0 0 0 0 4 3 20 0 15 0 107402894 11345952768 158812 33554432000 4194304 4196468 140724382078912 139771926013728 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22857] ppid=22794 vsize=11080032 memory=635248 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22857/stat : 22857 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402894 11345952768 158812 33554432000 4194304 4196468 140724382078912 139771724686592 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22858] ppid=22794 vsize=11080032 memory=635248 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22858/stat : 22858 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11345952768 158812 33554432000 4194304 4196468 140724382078912 139771417287120 139773127538587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22859] ppid=22794 vsize=11080032 memory=635248 CPUtime=5.56 cores=0,2,4,6
/proc/22797/task/22859/stat : 22859 (java) S 22794 22797 9814 0 -1 1077944384 20578 12837 0 0 544 5 4 3 20 0 15 0 107402897 11345952768 158812 33554432000 4194304 4196468 140724382078912 139772619565296 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22860] ppid=22794 vsize=11080032 memory=6791534058613427641 CPUtime=5.42 cores=0,2,4,6
/proc/22797/task/22860/stat : 22860 (java) S 22794 22797 9814 0 -1 1077944384 16727 12837 0 0 530 5 4 3 20 0 15 0 107402897 11345952768 158812 33554432000 4194304 4196468 140724382078912 139772618512752 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22861] ppid=22794 vsize=11080032 memory=2592 CPUtime=2.94 cores=0,2,4,6
/proc/22797/task/22861/stat : 22861 (java) S 22794 22797 9814 0 -1 1077944384 19398 12837 0 0 282 5 4 3 20 0 15 0 107402897 11345952768 158812 33554432000 4194304 4196468 140724382078912 139772617459696 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22862] ppid=22794 vsize=11080032 memory=635248 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22862/stat : 22862 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11345952768 158812 33554432000 4194304 4196468 140724382078912 139770986490208 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22863] ppid=22794 vsize=11080032 memory=4140 CPUtime=0.15 cores=0,2,4,6
/proc/22797/task/22863/stat : 22863 (java) S 22794 22797 9814 0 -1 1077944384 173 12837 0 0 4 4 4 3 20 0 15 0 107402898 11345952768 158812 33554432000 4194304 4196468 140724382078912 139772616408112 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
Current children cumulated CPU time: 177.1 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 635248 KiB

[startup+222.301 s]
/proc/loadavg: 1.51 1.59 1.67 3/216 23005
/proc/meminfo: memFree=26965496/32770624 swapFree=67108436/67108860
[pid=22797] ppid=22794 vsize=11080032 memory=635352 CPUtime=237.73 cores=0,2,4,6
/proc/22797/stat : 22797 (java) S 22794 22797 9814 0 -1 1077944320 122810 12837 0 0 23707 59 4 3 20 0 15 0 107402883 11345952768 158838 33554432000 4194304 4196468 140724382078912 140724382061456 139773127519991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
/proc/22797/statm: 2770008 158838 3524 1 0 2731661 0
[pid=22797/tid=22850] ppid=22794 vsize=11080032 memory=635352 CPUtime=220.86 cores=0,2,4,6
/proc/22797/task/22850/stat : 22850 (java) R 22794 22797 9814 0 -1 4202560 47688 12837 0 0 22061 18 4 3 20 0 15 0 107402891 11345952768 158838 33554432000 4194304 4196468 140724382078912 139773099349328 139772693166452 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22851] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.65 cores=0,2,4,6
/proc/22797/task/22851/stat : 22851 (java) S 22794 22797 9814 0 -1 1077944384 3609 12837 0 0 52 6 4 3 20 0 15 0 107402892 11345952768 158838 33554432000 4194304 4196468 140724382078912 139773131762192 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22852] ppid=22794 vsize=11080032 memory=635248 CPUtime=0.65 cores=0,2,4,6
/proc/22797/task/22852/stat : 22852 (java) S 22794 22797 9814 0 -1 1077944384 3633 12837 0 0 54 4 4 3 20 0 15 0 107402892 11345952768 158838 33554432000 4194304 4196468 140724382078912 139773002410640 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22853] ppid=22794 vsize=11080032 memory=36 CPUtime=0.65 cores=0,2,4,6
/proc/22797/task/22853/stat : 22853 (java) S 22794 22797 9814 0 -1 1077944384 4045 12837 0 0 54 4 4 3 20 0 15 0 107402892 11345952768 158838 33554432000 4194304 4196468 140724382078912 139773001357584 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22854] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.64 cores=0,2,4,6
/proc/22797/task/22854/stat : 22854 (java) S 22794 22797 9814 0 -1 1077944384 576 12837 0 0 53 4 4 3 20 0 15 0 107402892 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772665059728 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22855] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.64 cores=0,2,4,6
/proc/22797/task/22855/stat : 22855 (java) S 22794 22797 9814 0 -1 1077944384 4046 12837 0 0 53 4 4 3 20 0 15 0 107402894 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772620618480 139773127531138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22856] ppid=22794 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22856/stat : 22856 (java) S 22794 22797 9814 0 -1 1077944384 14 12837 0 0 0 0 4 3 20 0 15 0 107402894 11345952768 158838 33554432000 4194304 4196468 140724382078912 139771926013728 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22857] ppid=22794 vsize=11080032 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22857/stat : 22857 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402894 11345952768 158838 33554432000 4194304 4196468 140724382078912 139771724686592 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22858] ppid=22794 vsize=11080032 memory=288230596050944315 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22858/stat : 22858 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139771417287120 139773127538587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22859] ppid=22794 vsize=11080032 memory=635352 CPUtime=5.58 cores=0,2,4,6
/proc/22797/task/22859/stat : 22859 (java) S 22794 22797 9814 0 -1 1077944384 20582 12837 0 0 546 5 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772619565296 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22860] ppid=22794 vsize=11080032 memory=1228 CPUtime=5.45 cores=0,2,4,6
/proc/22797/task/22860/stat : 22860 (java) S 22794 22797 9814 0 -1 1077944384 16730 12837 0 0 533 5 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772618512752 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22861] ppid=22794 vsize=11080032 memory=6504 CPUtime=2.96 cores=0,2,4,6
/proc/22797/task/22861/stat : 22861 (java) S 22794 22797 9814 0 -1 1077944384 19494 12837 0 0 284 5 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772617459696 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22862] ppid=22794 vsize=11080032 memory=1576 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22862/stat : 22862 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139770986490208 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22863] ppid=22794 vsize=11080032 memory=281173524031872 CPUtime=0.18 cores=0,2,4,6
/proc/22797/task/22863/stat : 22863 (java) S 22794 22797 9814 0 -1 1077944384 193 12837 0 0 6 5 4 3 20 0 15 0 107402898 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772616408112 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
Current children cumulated CPU time: 237.73 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 635352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+236.501 s]
/proc/loadavg: 1.40 1.56 1.66 3/216 23005
/proc/meminfo: memFree=26966240/32770624 swapFree=67108436/67108860
[pid=22797] ppid=22794 vsize=11080032 memory=635352 CPUtime=252.06 cores=0,2,4,6
/proc/22797/stat : 22797 (java) S 22794 22797 9814 0 -1 1077944320 122907 12837 0 0 25139 60 4 3 20 0 15 0 107402883 11345952768 158838 33554432000 4194304 4196468 140724382078912 140724382061456 139773127519991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
/proc/22797/statm: 2770008 158838 3524 1 0 2731661 0
[pid=22797/tid=22850] ppid=22794 vsize=11080032 memory=2200 CPUtime=234.93 cores=0,2,4,6
/proc/22797/task/22850/stat : 22850 (java) R 22794 22797 9814 0 -1 4202560 47761 12837 0 0 23468 18 4 3 20 0 15 0 107402891 11345952768 158838 33554432000 4194304 4196468 140724382078912 139773099354832 139772691577480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22851] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.7 cores=0,2,4,6
/proc/22797/task/22851/stat : 22851 (java) S 22794 22797 9814 0 -1 1077944384 3610 12837 0 0 57 6 4 3 20 0 15 0 107402892 11345952768 158838 33554432000 4194304 4196468 140724382078912 139773131762192 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22852] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.7 cores=0,2,4,6
/proc/22797/task/22852/stat : 22852 (java) S 22794 22797 9814 0 -1 1077944384 3635 12837 0 0 59 4 4 3 20 0 15 0 107402892 11345952768 158838 33554432000 4194304 4196468 140724382078912 139773002410640 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22853] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.7 cores=0,2,4,6
/proc/22797/task/22853/stat : 22853 (java) S 22794 22797 9814 0 -1 1077944384 4050 12837 0 0 59 4 4 3 20 0 15 0 107402892 11345952768 158838 33554432000 4194304 4196468 140724382078912 139773001357584 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22854] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.69 cores=0,2,4,6
/proc/22797/task/22854/stat : 22854 (java) S 22794 22797 9814 0 -1 1077944384 577 12837 0 0 58 4 4 3 20 0 15 0 107402892 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772665059728 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22855] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.69 cores=0,2,4,6
/proc/22797/task/22855/stat : 22855 (java) S 22794 22797 9814 0 -1 1077944384 4061 12837 0 0 58 4 4 3 20 0 15 0 107402894 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772620618480 139773127531138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22856] ppid=22794 vsize=11080032 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22856/stat : 22856 (java) S 22794 22797 9814 0 -1 1077944384 14 12837 0 0 0 0 4 3 20 0 15 0 107402894 11345952768 158838 33554432000 4194304 4196468 140724382078912 139771926013728 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22857] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22857/stat : 22857 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402894 11345952768 158838 33554432000 4194304 4196468 140724382078912 139771724686592 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22858] ppid=22794 vsize=11080032 memory=635248 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22858/stat : 22858 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139771417287120 139773127538587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22859] ppid=22794 vsize=11080032 memory=635352 CPUtime=5.58 cores=0,2,4,6
/proc/22797/task/22859/stat : 22859 (java) S 22794 22797 9814 0 -1 1077944384 20582 12837 0 0 546 5 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772619565296 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22860] ppid=22794 vsize=11080032 memory=36 CPUtime=5.45 cores=0,2,4,6
/proc/22797/task/22860/stat : 22860 (java) S 22794 22797 9814 0 -1 1077944384 16730 12837 0 0 533 5 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772618512752 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22861] ppid=22794 vsize=11080032 memory=635352 CPUtime=2.96 cores=0,2,4,6
/proc/22797/task/22861/stat : 22861 (java) S 22794 22797 9814 0 -1 1077944384 19494 12837 0 0 284 5 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772617459696 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22862] ppid=22794 vsize=11080032 memory=281173523693808 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22862/stat : 22862 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139770986490208 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22863] ppid=22794 vsize=11080032 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/22797/task/22863/stat : 22863 (java) S 22794 22797 9814 0 -1 1077944384 193 12837 0 0 6 6 4 3 20 0 15 0 107402898 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772616408112 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 635352 KiB

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

[startup+236.535 s]
# the end of solver process 22797 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.464 s, system=0.659088 s

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

[startup+236.501 s]
/proc/loadavg: 1.40 1.56 1.66 3/216 23005
/proc/meminfo: memFree=26966240/32770624 swapFree=67108436/67108860
[pid=22797] ppid=22794 vsize=11080032 memory=635352 CPUtime=252.06 cores=0,2,4,6
/proc/22797/stat : 22797 (java) S 22794 22797 9814 0 -1 1077944320 122907 12837 0 0 25139 60 4 3 20 0 15 0 107402883 11345952768 158838 33554432000 4194304 4196468 140724382078912 140724382061456 139773127519991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
/proc/22797/statm: 2770008 158838 3524 1 0 2731661 0
[pid=22797/tid=22850] ppid=22794 vsize=11080032 memory=2200 CPUtime=234.93 cores=0,2,4,6
/proc/22797/task/22850/stat : 22850 (java) R 22794 22797 9814 0 -1 4202560 47761 12837 0 0 23468 18 4 3 20 0 15 0 107402891 11345952768 158838 33554432000 4194304 4196468 140724382078912 139773099354832 139772691577480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22851] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.7 cores=0,2,4,6
/proc/22797/task/22851/stat : 22851 (java) S 22794 22797 9814 0 -1 1077944384 3610 12837 0 0 57 6 4 3 20 0 15 0 107402892 11345952768 158838 33554432000 4194304 4196468 140724382078912 139773131762192 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22852] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.7 cores=0,2,4,6
/proc/22797/task/22852/stat : 22852 (java) S 22794 22797 9814 0 -1 1077944384 3635 12837 0 0 59 4 4 3 20 0 15 0 107402892 11345952768 158838 33554432000 4194304 4196468 140724382078912 139773002410640 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22853] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.7 cores=0,2,4,6
/proc/22797/task/22853/stat : 22853 (java) S 22794 22797 9814 0 -1 1077944384 4050 12837 0 0 59 4 4 3 20 0 15 0 107402892 11345952768 158838 33554432000 4194304 4196468 140724382078912 139773001357584 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22854] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.69 cores=0,2,4,6
/proc/22797/task/22854/stat : 22854 (java) S 22794 22797 9814 0 -1 1077944384 577 12837 0 0 58 4 4 3 20 0 15 0 107402892 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772665059728 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22855] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.69 cores=0,2,4,6
/proc/22797/task/22855/stat : 22855 (java) S 22794 22797 9814 0 -1 1077944384 4061 12837 0 0 58 4 4 3 20 0 15 0 107402894 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772620618480 139773127531138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22856] ppid=22794 vsize=11080032 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22856/stat : 22856 (java) S 22794 22797 9814 0 -1 1077944384 14 12837 0 0 0 0 4 3 20 0 15 0 107402894 11345952768 158838 33554432000 4194304 4196468 140724382078912 139771926013728 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22857] ppid=22794 vsize=11080032 memory=635352 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22857/stat : 22857 (java) S 22794 22797 9814 0 -1 1077944384 1 12837 0 0 0 0 4 3 20 0 15 0 107402894 11345952768 158838 33554432000 4194304 4196468 140724382078912 139771724686592 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22858] ppid=22794 vsize=11080032 memory=635248 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22858/stat : 22858 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139771417287120 139773127538587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22859] ppid=22794 vsize=11080032 memory=635352 CPUtime=5.58 cores=0,2,4,6
/proc/22797/task/22859/stat : 22859 (java) S 22794 22797 9814 0 -1 1077944384 20582 12837 0 0 546 5 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772619565296 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22860] ppid=22794 vsize=11080032 memory=36 CPUtime=5.45 cores=0,2,4,6
/proc/22797/task/22860/stat : 22860 (java) S 22794 22797 9814 0 -1 1077944384 16730 12837 0 0 533 5 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772618512752 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22861] ppid=22794 vsize=11080032 memory=635352 CPUtime=2.96 cores=0,2,4,6
/proc/22797/task/22861/stat : 22861 (java) S 22794 22797 9814 0 -1 1077944384 19494 12837 0 0 284 5 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772617459696 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22862] ppid=22794 vsize=11080032 memory=281173523693808 CPUtime=0.07 cores=0,2,4,6
/proc/22797/task/22862/stat : 22862 (java) S 22794 22797 9814 0 -1 1077944384 3 12837 0 0 0 0 4 3 20 0 15 0 107402897 11345952768 158838 33554432000 4194304 4196468 140724382078912 139770986490208 139773127530197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
[pid=22797/tid=22863] ppid=22794 vsize=11080032 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/22797/task/22863/stat : 22863 (java) S 22794 22797 9814 0 -1 1077944384 193 12837 0 0 6 6 4 3 20 0 15 0 107402898 11345952768 158838 33554432000 4194304 4196468 140724382078912 139772616408112 139773127531138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20537344 140724382087794 140724382090593 140724382090593 140724382093263 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 635352 KiB

Child status: 143
Real time (s): 236.535
CPU time (s): 252.123
CPU user time (s): 251.464
CPU system time (s): 0.659088
CPU usage (%): 106.59
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 650200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.464
system time used= 0.659088
maximum resident set size= 652032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139956
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= 29759
involuntary context switches= 912


# summary of solver processes directly reported to runsolver:
#   pid: 22797
#   total CPU time (s): 252.123
#   total CPU user time (s): 251.464
#   total CPU system time (s): 0.659088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45777 second user time and 2.2019 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 23:06:37
IDJOB=4302341
IDBENCH=141622
IDSOLVER=2776
FILE ID=node137/4302341-1532898397
RUNJOBID= node137-1532893235-14549
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-25-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-4302341-1532898397/watcher-4302341-1532898397 -o /tmp/evaluation-result-4302341-1532898397/solver-4302341-1532898397 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14549 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=915220405 HOME/instance-4302341-1532898397.xml

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

MD5SUM BENCH= fffb7bc75ae44a730e23d85d48ed452e
RANDOM SEED=915220405

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26963888 kB
MemAvailable:   30779392 kB
Buffers:          222000 kB
Cached:          3829644 kB
SwapCached:           32 kB
Active:          2956540 kB
Inactive:        2302868 kB
Active(anon):    1155916 kB
Inactive(anon):    79972 kB
Active(file):    1800624 kB
Inactive(file):  2222896 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26752 kB
Writeback:             0 kB
AnonPages:       1215564 kB
Mapped:            55852 kB
Shmem:             25052 kB
Slab:             243636 kB
SReclaimable:     215636 kB
SUnreclaim:        28000 kB
KernelStack:        3504 kB
PageTables:         7672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2345956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    954368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 23:10:34