Trace number 4304728

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.2-SuperNGSAT (TO)113 2520.08 2492.93

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 benchmark2520.06
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

0.99/0.74	c Concrete v3.9.2.1532736233296 running
7.77/3.86	o 224
7.77/3.88	o 217
8.02/3.90	o 216
8.02/3.91	o 215
8.02/3.91	o 211
8.02/3.98	o 210
9.61/4.50	o 204
9.96/4.51	o 190
10.09/5.06	o 189
10.09/5.06	o 184
10.09/5.10	o 182
10.51/5.23	o 178
10.51/5.24	o 174
10.80/5.35	o 167
11.03/5.40	o 166
14.49/8.05	o 161
14.49/8.06	o 155
27.63/19.75	o 153
105.04/95.82	o 152
105.04/95.85	o 150
116.81/106.84	o 147
116.91/106.96	o 146
121.67/111.60	o 144
224.88/213.28	o 143
225.49/213.87	o 141
230.16/218.45	o 140
231.98/220.26	o 139
332.97/319.61	o 136
332.97/319.62	o 134
332.97/319.62	o 132
332.97/319.63	o 131
333.28/319.96	o 127
333.58/320.25	o 126
594.57/577.28	o 125
594.68/577.32	o 123
631.71/613.89	o 118
631.82/613.90	o 117
631.82/613.96	o 116
686.95/668.67	o 115
686.95/668.67	o 113
2520.05/2492.90	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2492.90		at concrete.MAC.mac(MAC.scala:188)
2520.05/2492.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2492.90		at scala.util.Try$.apply(Try.scala:209)
2520.05/2492.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2492.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2492.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2492.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2492.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2492.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2492.90		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2492.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2492.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2492.90		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2492.90		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2492.90		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2492.90		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2492.90		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2492.90		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2492.90		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2492.90		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2492.90		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2492.90		at scala.util.Success.map(Try.scala:209)
2520.05/2492.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2492.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2492.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2492.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2492.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2492.90		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2492.90		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2492.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2492.90		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2492.90		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2492.90		at scala.App.main(App.scala:76)
2520.05/2492.90		at scala.App.main$(App.scala:74)
2520.05/2492.90		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2492.90		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2492.91	v <instantiation cost="113">
2520.05/2492.91	v       <list>
2520.05/2492.91	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]
2520.05/2492.91	v       </list>
2520.05/2492.91	v       <values>
2520.05/2492.91	v         18 17 19 10 5 1 0 2 3 4 6 7 8 11 14 12 9 13 15 16 22 24 23 21 20 1 1 9 8 4 7 2 1 2 4 5 1 8 4 4 4 6 5 5 8 12 3 2 4 3
2520.05/2492.91	v       </values>
2520.05/2492.91	v     </instantiation>
2520.05/2492.91	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 (9524 MiB free)
  memory of node 1: 16384 MiB (5199 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304728-1534146574/watcher-4304728-1534146574 -o /tmp/evaluation-result-4304728-1534146574/solver-4304728-1534146574 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534139122-2605 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1706868912 -superng HOME/instance-4304728-1534146574.xml 

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

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


[startup+0.100069 s]*
/proc/loadavg: 1.70 1.41 1.39 3/206 3799
/proc/meminfo: memFree=15069072/32770624 swapFree=67108404/67108860
[pid=3742] ppid=3739 vsize=10005480 memory=17072 CPUtime=0.1 cores=0,2,4,6
/proc/3742/stat : 3742 (java) S 3739 3742 1786 0 -1 1077944320 4402 12895 0 0 1 1 5 3 20 0 6 0 232220595 10245611520 4268 33554432000 4194304 4196468 140732083613296 140732083595840 140440455606007 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
/proc/3742/statm: 2501370 4268 1934 1 0 2489808 0
[pid=3742/tid=3795] ppid=3739 vsize=10005480 memory=-8530506832973971397 CPUtime=0.09 cores=0,2,4,6
/proc/3742/task/3795/stat : 3795 (java) R 3739 3742 1786 0 -1 4202560 2251 12895 0 0 1 0 5 3 20 0 6 0 232220604 10245611520 4268 33554432000 4194304 4196468 140732083613296 140440427442768 140440440728944 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3796] ppid=3739 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3796/stat : 3796 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 6 0 232220605 10245611520 4268 33554432000 4194304 4196468 140732083613296 140440459848080 140440455616213 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3797] ppid=3739 vsize=10005480 memory=139796593034880 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3797/stat : 3797 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 6 0 232220605 10245611520 4268 33554432000 4194304 4196468 140732083613296 140439995603216 140440455616213 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3798] ppid=3739 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3798/stat : 3798 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 6 0 232220605 10245611520 4268 33554432000 4194304 4196468 140732083613296 140439994550928 140440455616213 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3799] ppid=3739 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3799/stat : 3799 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 6 0 232220605 10245611520 4268 33554432000 4194304 4196468 140732083613296 140439993498128 140440455616213 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17072 KiB

[startup+0.209864 s]*
/proc/loadavg: 1.70 1.41 1.39 3/215 3808
/proc/meminfo: memFree=15044796/32770624 swapFree=67108404/67108860
[pid=3742] ppid=3739 vsize=10982696 memory=44640 CPUtime=0.26 cores=0,2,4,6
/proc/3742/stat : 3742 (java) S 3739 3742 1786 0 -1 1077944320 8547 12895 0 0 16 2 5 3 20 0 15 0 232220595 11246280704 11160 33554432000 4194304 4196468 140732083613296 140732083595840 140440455606007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
/proc/3742/statm: 2745674 11160 2939 1 0 2708109 0
[pid=3742/tid=3795] ppid=3739 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/3742/task/3795/stat : 3795 (java) R 3739 3742 1786 0 -1 4202560 5090 12895 0 0 10 1 5 3 20 0 15 0 232220604 11246280704 11160 33554432000 4194304 4196468 140732083613296 140440427403664 140440437170960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3796] ppid=3739 vsize=10982696 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3796/stat : 3796 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220605 11246280704 11160 33554432000 4194304 4196468 140732083613296 140440459848080 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3797] ppid=3739 vsize=10982696 memory=139796593045896 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3797/stat : 3797 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220605 11246280704 11160 33554432000 4194304 4196468 140732083613296 140439995603216 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3798] ppid=3739 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3798/stat : 3798 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220605 11246280704 11160 33554432000 4194304 4196468 140732083613296 140439994550928 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3799] ppid=3739 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3799/stat : 3799 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220605 11246280704 11160 33554432000 4194304 4196468 140732083613296 140439993498128 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3800] ppid=3739 vsize=10982696 memory=139796593034880 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3800/stat : 3800 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220606 11246280704 11160 33554432000 4194304 4196468 140732083613296 140439492549232 140440455617154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3801] ppid=3739 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3801/stat : 3801 (java) S 3739 3742 1786 0 -1 1077944384 13 12895 0 0 0 0 5 3 20 0 15 0 232220607 11246280704 11160 33554432000 4194304 4196468 140732083613296 140439323665696 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3802] ppid=3739 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3802/stat : 3802 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220607 11246280704 11160 33554432000 4194304 4196468 140732083613296 140439122339440 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3803] ppid=3739 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3803/stat : 3803 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220609 11246280704 11160 33554432000 4194304 4196468 140732083613296 140438814939728 140440455624603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3804] ppid=3739 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3742/task/3804/stat : 3804 (java) S 3739 3742 1786 0 -1 1077944384 428 12895 0 0 1 0 5 3 20 0 15 0 232220609 11246280704 11160 33554432000 4194304 4196468 140732083613296 140439491496048 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3805] ppid=3739 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3805/stat : 3805 (java) S 3739 3742 1786 0 -1 1077944384 188 12895 0 0 0 0 5 3 20 0 15 0 232220609 11246280704 11160 33554432000 4194304 4196468 140732083613296 140439490443248 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3806] ppid=3739 vsize=10982696 memory=139796593034880 CPUtime=0.11 cores=0,2,4,6
/proc/3742/task/3806/stat : 3806 (java) S 3739 3742 1786 0 -1 1077944384 622 12895 0 0 3 0 5 3 20 0 15 0 232220610 11246280704 11160 33554432000 4194304 4196468 140732083613296 140439489390960 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3807] ppid=3739 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3807/stat : 3807 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220610 11246280704 11160 33554432000 4194304 4196468 140732083613296 140438384142816 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3808] ppid=3739 vsize=10982696 memory=139796593034880 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3808/stat : 3808 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220610 11246280704 11160 33554432000 4194304 4196468 140732083613296 140439488338864 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44640 KiB

[startup+0.310417 s]*
/proc/loadavg: 1.70 1.41 1.39 3/215 3808
/proc/meminfo: memFree=15036112/32770624 swapFree=67108404/67108860
[pid=3742] ppid=3739 vsize=10983192 memory=55972 CPUtime=0.39 cores=0,2,4,6
/proc/3742/stat : 3742 (java) S 3739 3742 1786 0 -1 1077944320 10571 12895 0 0 28 3 5 3 20 0 15 0 232220595 11246788608 13993 33554432000 4194304 4196468 140732083613296 140732083595840 140440455606007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
/proc/3742/statm: 2745798 13993 3071 1 0 2708109 0
[pid=3742/tid=3795] ppid=3739 vsize=10983192 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/3742/task/3795/stat : 3795 (java) R 3739 3742 1786 0 -1 4202560 7115 12895 0 0 19 2 5 3 20 0 15 0 232220604 11246788608 13993 33554432000 4194304 4196468 140732083613296 140440427417792 140440455627933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3796] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3796/stat : 3796 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220605 11246788608 13993 33554432000 4194304 4196468 140732083613296 140440459848080 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3797] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3797/stat : 3797 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220605 11246788608 13993 33554432000 4194304 4196468 140732083613296 140439995603216 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3798] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3798/stat : 3798 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220605 11246788608 13993 33554432000 4194304 4196468 140732083613296 140439994550928 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3799] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3799/stat : 3799 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220605 11246788608 13993 33554432000 4194304 4196468 140732083613296 140439993498128 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3800] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3800/stat : 3800 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220606 11246788608 13993 33554432000 4194304 4196468 140732083613296 140439492549232 140440455617154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3801] ppid=3739 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3801/stat : 3801 (java) S 3739 3742 1786 0 -1 1077944384 13 12895 0 0 0 0 5 3 20 0 15 0 232220607 11246788608 13993 33554432000 4194304 4196468 140732083613296 140439323665696 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3802] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3802/stat : 3802 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220607 11246788608 13993 33554432000 4194304 4196468 140732083613296 140439122339440 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3803] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3803/stat : 3803 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220609 11246788608 13993 33554432000 4194304 4196468 140732083613296 140438814939728 140440455624603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3804] ppid=3739 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3742/task/3804/stat : 3804 (java) S 3739 3742 1786 0 -1 1077944384 428 12895 0 0 1 0 5 3 20 0 15 0 232220609 11246788608 13993 33554432000 4194304 4196468 140732083613296 140439491496048 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3805] ppid=3739 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/3742/task/3805/stat : 3805 (java) S 3739 3742 1786 0 -1 1077944384 189 12895 0 0 1 0 5 3 20 0 15 0 232220609 11246788608 13993 33554432000 4194304 4196468 140732083613296 140439490443248 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3806] ppid=3739 vsize=10983192 memory=139796593034880 CPUtime=0.13 cores=0,2,4,6
/proc/3742/task/3806/stat : 3806 (java) R 3739 3742 1786 0 -1 4202560 627 12895 0 0 5 0 5 3 20 0 15 0 232220610 11246788608 13993 33554432000 4194304 4196468 140732083613296 140439489390960 140440434175167 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3807] ppid=3739 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3807/stat : 3807 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220610 11246788608 13993 33554432000 4194304 4196468 140732083613296 140438384142816 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3808] ppid=3739 vsize=10983192 memory=139796593034880 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3808/stat : 3808 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220610 11246788608 13993 33554432000 4194304 4196468 140732083613296 140439488338864 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55972 KiB

[startup+0.700711 s]
/proc/loadavg: 1.70 1.41 1.39 3/215 3808
/proc/meminfo: memFree=15024576/32770624 swapFree=67108404/67108860
[pid=3742] ppid=3739 vsize=10983192 memory=88884 CPUtime=0.99 cores=0,2,4,6
/proc/3742/stat : 3742 (java) S 3739 3742 1786 0 -1 1077944320 16842 12895 0 0 86 5 5 3 20 0 15 0 232220595 11246788608 22221 33554432000 4194304 4196468 140732083613296 140732083595840 140440455606007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
/proc/3742/statm: 2745798 22221 3243 1 0 2708109 0
[pid=3742/tid=3795] ppid=3739 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/3742/task/3795/stat : 3795 (java) R 3739 3742 1786 0 -1 4202560 12415 12895 0 0 56 3 5 3 20 0 15 0 232220604 11246788608 22221 33554432000 4194304 4196468 140732083613296 140440427426832 140440439686494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3796] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3796/stat : 3796 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220605 11246788608 22221 33554432000 4194304 4196468 140732083613296 140440459848080 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3797] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3797/stat : 3797 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220605 11246788608 22221 33554432000 4194304 4196468 140732083613296 140439995603216 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3798] ppid=3739 vsize=10983192 memory=6154820267226784105 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3798/stat : 3798 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220605 11246788608 22221 33554432000 4194304 4196468 140732083613296 140439994550928 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3799] ppid=3739 vsize=10983192 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3799/stat : 3799 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220605 11246788608 22221 33554432000 4194304 4196468 140732083613296 140439993498128 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3800] ppid=3739 vsize=10983192 memory=-8820979915922421270 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3800/stat : 3800 (java) S 3739 3742 1786 0 -1 1077944384 5 12895 0 0 0 0 5 3 20 0 15 0 232220606 11246788608 22221 33554432000 4194304 4196468 140732083613296 140439492549232 140440455617154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3801] ppid=3739 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3801/stat : 3801 (java) S 3739 3742 1786 0 -1 1077944384 13 12895 0 0 0 0 5 3 20 0 15 0 232220607 11246788608 22221 33554432000 4194304 4196468 140732083613296 140439323665696 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3802] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3802/stat : 3802 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220607 11246788608 22221 33554432000 4194304 4196468 140732083613296 140439122339440 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3803] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3803/stat : 3803 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220609 11246788608 22221 33554432000 4194304 4196468 140732083613296 140438814939728 140440455624603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3804] ppid=3739 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/3742/task/3804/stat : 3804 (java) S 3739 3742 1786 0 -1 1077944384 670 12895 0 0 6 0 5 3 20 0 15 0 232220609 11246788608 22221 33554432000 4194304 4196468 140732083613296 140439491496048 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3805] ppid=3739 vsize=10983192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/3742/task/3805/stat : 3805 (java) S 3739 3742 1786 0 -1 1077944384 847 12895 0 0 10 0 5 3 20 0 15 0 232220609 11246788608 22221 33554432000 4194304 4196468 140732083613296 140439490443248 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3806] ppid=3739 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/3742/task/3806/stat : 3806 (java) S 3739 3742 1786 0 -1 1077944384 691 12895 0 0 13 0 5 3 20 0 15 0 232220610 11246788608 22221 33554432000 4194304 4196468 140732083613296 140439489390960 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3807] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3807/stat : 3807 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220610 11246788608 22221 33554432000 4194304 4196468 140732083613296 140438384142816 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3808] ppid=3739 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3808/stat : 3808 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220610 11246788608 22221 33554432000 4194304 4196468 140732083613296 140439488338864 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88884 KiB

[startup+1.50096 s]
/proc/loadavg: 1.70 1.41 1.39 5/215 3808
/proc/meminfo: memFree=14979176/32770624 swapFree=67108404/67108860
[pid=3742] ppid=3739 vsize=10998092 memory=178380 CPUtime=2.35 cores=0,2,4,6
/proc/3742/stat : 3742 (java) S 3739 3742 1786 0 -1 1077944320 24449 12895 0 0 217 10 5 3 20 0 15 0 232220595 11262046208 44595 33554432000 4194304 4196468 140732083613296 140732083595840 140440455606007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
/proc/3742/statm: 2749523 44595 3467 1 0 2711181 0
[pid=3742/tid=3795] ppid=3739 vsize=10998092 memory=8978309881829228949 CPUtime=1.44 cores=0,2,4,6
/proc/3742/task/3795/stat : 3795 (java) R 3739 3742 1786 0 -1 4202560 17964 12895 0 0 130 6 5 3 20 0 15 0 232220604 11262046208 44595 33554432000 4194304 4196468 140732083613296 140440427405728 140440013802916 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3796] ppid=3739 vsize=10998092 memory=-7240599211820661557 CPUtime=0.09 cores=0,2,4,6
/proc/3742/task/3796/stat : 3796 (java) S 3739 3742 1786 0 -1 1077944384 24 12895 0 0 1 0 5 3 20 0 15 0 232220605 11262046208 44595 33554432000 4194304 4196468 140732083613296 140440459848080 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3797] ppid=3739 vsize=10998092 memory=-4266093328297028758 CPUtime=0.09 cores=0,2,4,6
/proc/3742/task/3797/stat : 3797 (java) S 3739 3742 1786 0 -1 1077944384 17 12895 0 0 1 0 5 3 20 0 15 0 232220605 11262046208 44595 33554432000 4194304 4196468 140732083613296 140439995603216 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3798] ppid=3739 vsize=10998092 memory=6531514223131901027 CPUtime=0.09 cores=0,2,4,6
/proc/3742/task/3798/stat : 3798 (java) S 3739 3742 1786 0 -1 1077944384 65 12895 0 0 1 0 5 3 20 0 15 0 232220605 11262046208 44595 33554432000 4194304 4196468 140732083613296 140439994550928 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3799] ppid=3739 vsize=10998092 memory=120904 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3799/stat : 3799 (java) S 3739 3742 1786 0 -1 1077944384 185 12895 0 0 0 0 5 3 20 0 15 0 232220605 11262046208 44595 33554432000 4194304 4196468 140732083613296 140439993498128 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3800] ppid=3739 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3742/task/3800/stat : 3800 (java) S 3739 3742 1786 0 -1 1077944384 48 12895 0 0 1 0 5 3 20 0 15 0 232220606 11262046208 44595 33554432000 4194304 4196468 140732083613296 140439492549232 140440455617154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3801] ppid=3739 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3801/stat : 3801 (java) S 3739 3742 1786 0 -1 1077944384 14 12895 0 0 0 0 5 3 20 0 15 0 232220607 11262046208 44595 33554432000 4194304 4196468 140732083613296 140439323665760 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3802] ppid=3739 vsize=10998092 memory=279592975794848 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3802/stat : 3802 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220607 11262046208 44595 33554432000 4194304 4196468 140732083613296 140439122339440 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3803] ppid=3739 vsize=10998092 memory=279592976209600 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3803/stat : 3803 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220609 11262046208 44595 33554432000 4194304 4196468 140732083613296 140438814939728 140440455624603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3804] ppid=3739 vsize=10998092 memory=139796487907136 CPUtime=0.3 cores=0,2,4,6
/proc/3742/task/3804/stat : 3804 (java) S 3739 3742 1786 0 -1 1077944384 1295 12895 0 0 22 0 5 3 20 0 15 0 232220609 11262046208 44595 33554432000 4194304 4196468 140732083613296 140439491496048 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3805] ppid=3739 vsize=10998092 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/3742/task/3805/stat : 3805 (java) S 3739 3742 1786 0 -1 1077944384 1328 12895 0 0 26 0 5 3 20 0 15 0 232220609 11262046208 44595 33554432000 4194304 4196468 140732083613296 140439490443248 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3806] ppid=3739 vsize=10998092 memory=1156 CPUtime=0.39 cores=0,2,4,6
/proc/3742/task/3806/stat : 3806 (java) S 3739 3742 1786 0 -1 1077944384 1310 12895 0 0 31 0 5 3 20 0 15 0 232220610 11262046208 44595 33554432000 4194304 4196468 140732083613296 140439489390960 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3807] ppid=3739 vsize=10998092 memory=15212 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3807/stat : 3807 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220610 11262046208 44595 33554432000 4194304 4196468 140732083613296 140438384142816 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3808] ppid=3739 vsize=10998092 memory=4044 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3808/stat : 3808 (java) S 3739 3742 1786 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 232220610 11262046208 44595 33554432000 4194304 4196468 140732083613296 140439488338864 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 10998092 KiB

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

/proc/3742/task/3795/stat : 3795 (java) R 3739 3742 1786 0 -1 4202560 79178 12895 0 0 237160 27 5 3 20 0 15 0 232220604 11345952768 153900 33554432000 4194304 4196468 140732083613296 140440427441424 140440023742464 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3796] ppid=3739 vsize=11080032 memory=615600 CPUtime=4.15 cores=0,2,4,6
/proc/3742/task/3796/stat : 3796 (java) S 3739 3742 1786 0 -1 1077944384 4651 12895 0 0 384 23 5 3 20 0 15 0 232220605 11345952768 153900 33554432000 4194304 4196468 140732083613296 140440459848080 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3797] ppid=3739 vsize=11080032 memory=615600 CPUtime=4.17 cores=0,2,4,6
/proc/3742/task/3797/stat : 3797 (java) S 3739 3742 1786 0 -1 1077944384 9264 12895 0 0 388 21 5 3 20 0 15 0 232220605 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439995603216 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3798] ppid=3739 vsize=11080032 memory=615600 CPUtime=4.14 cores=0,2,4,6
/proc/3742/task/3798/stat : 3798 (java) S 3739 3742 1786 0 -1 1077944384 8949 12895 0 0 382 24 5 3 20 0 15 0 232220605 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439994550928 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3799] ppid=3739 vsize=11080032 memory=615600 CPUtime=4.15 cores=0,2,4,6
/proc/3742/task/3799/stat : 3799 (java) S 3739 3742 1786 0 -1 1077944384 6148 12895 0 0 383 24 5 3 20 0 15 0 232220605 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439993498128 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3800] ppid=3739 vsize=11080032 memory=615600 CPUtime=4.25 cores=0,2,4,6
/proc/3742/task/3800/stat : 3800 (java) S 3739 3742 1786 0 -1 1077944384 7073 12895 0 0 397 20 5 3 20 0 15 0 232220606 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439492549232 140440455617154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3801] ppid=3739 vsize=11080032 memory=2260 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3801/stat : 3801 (java) S 3739 3742 1786 0 -1 1077944384 15 12895 0 0 0 0 5 3 20 0 15 0 232220607 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439323665824 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3802] ppid=3739 vsize=11080032 memory=615600 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3802/stat : 3802 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220607 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439122339456 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3803] ppid=3739 vsize=11080032 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3803/stat : 3803 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220609 11345952768 153900 33554432000 4194304 4196468 140732083613296 140438814939728 140440455624603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3804] ppid=3739 vsize=11080032 memory=4044 CPUtime=6.15 cores=0,2,4,6
/proc/3742/task/3804/stat : 3804 (java) S 3739 3742 1786 0 -1 1077944384 27079 12895 0 0 602 5 5 3 20 0 15 0 232220609 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439491496048 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3805] ppid=3739 vsize=11080032 memory=63164 CPUtime=6.2 cores=0,2,4,6
/proc/3742/task/3805/stat : 3805 (java) S 3739 3742 1786 0 -1 1077944384 26936 12895 0 0 607 5 5 3 20 0 15 0 232220609 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439490443248 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 54 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3806] ppid=3739 vsize=11080032 memory=2148 CPUtime=3.19 cores=0,2,4,6
/proc/3742/task/3806/stat : 3806 (java) S 3739 3742 1786 0 -1 1077944384 28854 12895 0 0 306 5 5 3 20 0 15 0 232220610 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439489390960 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3807] ppid=3739 vsize=11080032 memory=615600 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3807/stat : 3807 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220610 11345952768 153900 33554432000 4194304 4196468 140732083613296 140438384142816 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3808] ppid=3739 vsize=11080032 memory=3684 CPUtime=1.16 cores=0,2,4,6
/proc/3742/task/3808/stat : 3808 (java) S 3739 3742 1786 0 -1 1077944384 750 12895 0 0 57 51 5 3 20 0 15 0 232220610 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439488338864 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
Current children cumulated CPU time: 2408.89 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 615600 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.33 1.38 3/215 4041
/proc/meminfo: memFree=15720028/32770624 swapFree=67108404/67108860
[pid=3742] ppid=3739 vsize=11080032 memory=615600 CPUtime=2469.17 cores=0,2,4,6
/proc/3742/stat : 3742 (java) S 3739 3742 1786 0 -1 1077944320 201859 12895 0 0 246728 181 5 3 20 0 15 0 232220595 11345952768 153900 33554432000 4194304 4196468 140732083613296 140732083595840 140440455606007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
/proc/3742/statm: 2770008 153900 3525 1 0 2731661 0
[pid=3742/tid=3795] ppid=3739 vsize=11080032 memory=615600 CPUtime=2431.72 cores=0,2,4,6
/proc/3742/task/3795/stat : 3795 (java) R 3739 3742 1786 0 -1 4202560 79481 12895 0 0 243137 27 5 3 20 0 15 0 232220604 11345952768 153900 33554432000 4194304 4196468 140732083613296 140440427441424 140440026042403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3796] ppid=3739 vsize=11080032 memory=615600 CPUtime=4.24 cores=0,2,4,6
/proc/3742/task/3796/stat : 3796 (java) S 3739 3742 1786 0 -1 1077944384 5001 12895 0 0 393 23 5 3 20 0 15 0 232220605 11345952768 153900 33554432000 4194304 4196468 140732083613296 140440459848080 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3797] ppid=3739 vsize=11080032 memory=615600 CPUtime=4.26 cores=0,2,4,6
/proc/3742/task/3797/stat : 3797 (java) S 3739 3742 1786 0 -1 1077944384 9277 12895 0 0 397 21 5 3 20 0 15 0 232220605 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439995603216 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3798] ppid=3739 vsize=11080032 memory=279592976080192 CPUtime=4.24 cores=0,2,4,6
/proc/3742/task/3798/stat : 3798 (java) S 3739 3742 1786 0 -1 1077944384 8992 12895 0 0 391 25 5 3 20 0 15 0 232220605 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439994550928 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3799] ppid=3739 vsize=11080032 memory=615600 CPUtime=4.25 cores=0,2,4,6
/proc/3742/task/3799/stat : 3799 (java) S 3739 3742 1786 0 -1 1077944384 6157 12895 0 0 392 25 5 3 20 0 15 0 232220605 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439993498128 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3800] ppid=3739 vsize=11080032 memory=615600 CPUtime=4.35 cores=0,2,4,6
/proc/3742/task/3800/stat : 3800 (java) S 3739 3742 1786 0 -1 1077944384 7107 12895 0 0 407 20 5 3 20 0 15 0 232220606 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439492549232 140440455617154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3801] ppid=3739 vsize=11080032 memory=615600 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3801/stat : 3801 (java) S 3739 3742 1786 0 -1 1077944384 15 12895 0 0 0 0 5 3 20 0 15 0 232220607 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439323665824 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3802] ppid=3739 vsize=11080032 memory=615600 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3802/stat : 3802 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220607 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439122339456 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3803] ppid=3739 vsize=11080032 memory=615600 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3803/stat : 3803 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220609 11345952768 153900 33554432000 4194304 4196468 140732083613296 140438814939728 140440455624603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3804] ppid=3739 vsize=11080032 memory=615600 CPUtime=6.15 cores=0,2,4,6
/proc/3742/task/3804/stat : 3804 (java) S 3739 3742 1786 0 -1 1077944384 27081 12895 0 0 602 5 5 3 20 0 15 0 232220609 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439491496048 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3805] ppid=3739 vsize=11080032 memory=615600 CPUtime=6.2 cores=0,2,4,6
/proc/3742/task/3805/stat : 3805 (java) S 3739 3742 1786 0 -1 1077944384 26938 12895 0 0 607 5 5 3 20 0 15 0 232220609 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439490443248 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 54 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3806] ppid=3739 vsize=11080032 memory=615600 CPUtime=3.19 cores=0,2,4,6
/proc/3742/task/3806/stat : 3806 (java) S 3739 3742 1786 0 -1 1077944384 28856 12895 0 0 306 5 5 3 20 0 15 0 232220610 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439489390960 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3807] ppid=3739 vsize=11080032 memory=2260 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3807/stat : 3807 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220610 11345952768 153900 33554432000 4194304 4196468 140732083613296 140438384142816 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3808] ppid=3739 vsize=11080032 memory=812 CPUtime=1.18 cores=0,2,4,6
/proc/3742/task/3808/stat : 3808 (java) S 3739 3742 1786 0 -1 1077944384 756 12895 0 0 58 52 5 3 20 0 15 0 232220610 11345952768 153900 33554432000 4194304 4196468 140732083613296 140439488338864 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
Current children cumulated CPU time: 2469.17 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 615600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.9 s]
/proc/loadavg: 1.15 1.29 1.37 3/215 4042
/proc/meminfo: memFree=15720388/32770624 swapFree=67108404/67108860
[pid=3742] ppid=3739 vsize=11080032 memory=615604 CPUtime=2520.05 cores=0,2,4,6
/proc/3742/stat : 3742 (java) S 3739 3742 1786 0 -1 1077944320 203273 12895 0 0 251813 184 5 3 20 0 15 0 232220595 11345952768 153901 33554432000 4194304 4196468 140732083613296 140732083595840 140440455606007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
/proc/3742/statm: 2770008 153901 3525 1 0 2731661 0
[pid=3742/tid=3795] ppid=3739 vsize=11080032 memory=615604 CPUtime=2482.11 cores=0,2,4,6
/proc/3742/task/3795/stat : 3795 (java) R 3739 3742 1786 0 -1 4202560 80067 12895 0 0 248176 27 5 3 20 0 15 0 232220604 11345952768 153901 33554432000 4194304 4196468 140732083613296 140440427441296 140440026040992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3796] ppid=3739 vsize=11080032 memory=615604 CPUtime=4.33 cores=0,2,4,6
/proc/3742/task/3796/stat : 3796 (java) S 3739 3742 1786 0 -1 1077944384 5028 12895 0 0 401 24 5 3 20 0 15 0 232220605 11345952768 153901 33554432000 4194304 4196468 140732083613296 140440459848080 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3797] ppid=3739 vsize=11080032 memory=615604 CPUtime=4.35 cores=0,2,4,6
/proc/3742/task/3797/stat : 3797 (java) S 3739 3742 1786 0 -1 1077944384 9290 12895 0 0 405 22 5 3 20 0 15 0 232220605 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439995603216 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3798] ppid=3739 vsize=11080032 memory=615604 CPUtime=4.32 cores=0,2,4,6
/proc/3742/task/3798/stat : 3798 (java) S 3739 3742 1786 0 -1 1077944384 9060 12895 0 0 399 25 5 3 20 0 15 0 232220605 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439994550928 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3799] ppid=3739 vsize=11080032 memory=615604 CPUtime=4.33 cores=0,2,4,6
/proc/3742/task/3799/stat : 3799 (java) S 3739 3742 1786 0 -1 1077944384 6196 12895 0 0 400 25 5 3 20 0 15 0 232220605 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439993498128 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3800] ppid=3739 vsize=11080032 memory=615604 CPUtime=4.44 cores=0,2,4,6
/proc/3742/task/3800/stat : 3800 (java) S 3739 3742 1786 0 -1 1077944384 7169 12895 0 0 415 21 5 3 20 0 15 0 232220606 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439492549232 140440455617154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3801] ppid=3739 vsize=11080032 memory=615604 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3801/stat : 3801 (java) S 3739 3742 1786 0 -1 1077944384 15 12895 0 0 0 0 5 3 20 0 15 0 232220607 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439323665824 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3802] ppid=3739 vsize=11080032 memory=615604 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3802/stat : 3802 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220607 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439122339456 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3803] ppid=3739 vsize=11080032 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3803/stat : 3803 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220609 11345952768 153901 33554432000 4194304 4196468 140732083613296 140438814939728 140440455624603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3804] ppid=3739 vsize=11080032 memory=288230596050944315 CPUtime=6.17 cores=0,2,4,6
/proc/3742/task/3804/stat : 3804 (java) S 3739 3742 1786 0 -1 1077944384 27174 12895 0 0 604 5 5 3 20 0 15 0 232220609 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439491496048 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3805] ppid=3739 vsize=11080032 memory=615604 CPUtime=6.2 cores=0,2,4,6
/proc/3742/task/3805/stat : 3805 (java) S 3739 3742 1786 0 -1 1077944384 26938 12895 0 0 607 5 5 3 20 0 15 0 232220609 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439490443248 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 54 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3806] ppid=3739 vsize=11080032 memory=615604 CPUtime=3.2 cores=0,2,4,6
/proc/3742/task/3806/stat : 3806 (java) S 3739 3742 1786 0 -1 1077944384 29369 12895 0 0 307 5 5 3 20 0 15 0 232220610 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439489390960 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 55 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3807] ppid=3739 vsize=11080032 memory=615604 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3807/stat : 3807 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220610 11345952768 153901 33554432000 4194304 4196468 140732083613296 140438384142816 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3808] ppid=3739 vsize=11080032 memory=615604 CPUtime=1.21 cores=0,2,4,6
/proc/3742/task/3808/stat : 3808 (java) S 3739 3742 1786 0 -1 1077944384 769 12895 0 0 60 53 5 3 20 0 15 0 232220610 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439488338864 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 615604 KiB

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

[startup+2492.93 s]
# the end of solver process 3742 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.19 s, system=1.88777 s

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

[startup+2492.9 s]
/proc/loadavg: 1.15 1.29 1.37 3/215 4042
/proc/meminfo: memFree=15720388/32770624 swapFree=67108404/67108860
[pid=3742] ppid=3739 vsize=11080032 memory=615604 CPUtime=2520.05 cores=0,2,4,6
/proc/3742/stat : 3742 (java) S 3739 3742 1786 0 -1 1077944320 203273 12895 0 0 251813 184 5 3 20 0 15 0 232220595 11345952768 153901 33554432000 4194304 4196468 140732083613296 140732083595840 140440455606007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
/proc/3742/statm: 2770008 153901 3525 1 0 2731661 0
[pid=3742/tid=3795] ppid=3739 vsize=11080032 memory=615604 CPUtime=2482.11 cores=0,2,4,6
/proc/3742/task/3795/stat : 3795 (java) R 3739 3742 1786 0 -1 4202560 80067 12895 0 0 248176 27 5 3 20 0 15 0 232220604 11345952768 153901 33554432000 4194304 4196468 140732083613296 140440427441296 140440026040992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3796] ppid=3739 vsize=11080032 memory=615604 CPUtime=4.33 cores=0,2,4,6
/proc/3742/task/3796/stat : 3796 (java) S 3739 3742 1786 0 -1 1077944384 5028 12895 0 0 401 24 5 3 20 0 15 0 232220605 11345952768 153901 33554432000 4194304 4196468 140732083613296 140440459848080 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3797] ppid=3739 vsize=11080032 memory=615604 CPUtime=4.35 cores=0,2,4,6
/proc/3742/task/3797/stat : 3797 (java) S 3739 3742 1786 0 -1 1077944384 9290 12895 0 0 405 22 5 3 20 0 15 0 232220605 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439995603216 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3798] ppid=3739 vsize=11080032 memory=615604 CPUtime=4.32 cores=0,2,4,6
/proc/3742/task/3798/stat : 3798 (java) S 3739 3742 1786 0 -1 1077944384 9060 12895 0 0 399 25 5 3 20 0 15 0 232220605 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439994550928 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3799] ppid=3739 vsize=11080032 memory=615604 CPUtime=4.33 cores=0,2,4,6
/proc/3742/task/3799/stat : 3799 (java) S 3739 3742 1786 0 -1 1077944384 6196 12895 0 0 400 25 5 3 20 0 15 0 232220605 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439993498128 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3800] ppid=3739 vsize=11080032 memory=615604 CPUtime=4.44 cores=0,2,4,6
/proc/3742/task/3800/stat : 3800 (java) S 3739 3742 1786 0 -1 1077944384 7169 12895 0 0 415 21 5 3 20 0 15 0 232220606 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439492549232 140440455617154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3801] ppid=3739 vsize=11080032 memory=615604 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3801/stat : 3801 (java) S 3739 3742 1786 0 -1 1077944384 15 12895 0 0 0 0 5 3 20 0 15 0 232220607 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439323665824 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3802] ppid=3739 vsize=11080032 memory=615604 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3802/stat : 3802 (java) S 3739 3742 1786 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 232220607 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439122339456 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3803] ppid=3739 vsize=11080032 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3803/stat : 3803 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220609 11345952768 153901 33554432000 4194304 4196468 140732083613296 140438814939728 140440455624603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3804] ppid=3739 vsize=11080032 memory=288230596050944315 CPUtime=6.17 cores=0,2,4,6
/proc/3742/task/3804/stat : 3804 (java) S 3739 3742 1786 0 -1 1077944384 27174 12895 0 0 604 5 5 3 20 0 15 0 232220609 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439491496048 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3805] ppid=3739 vsize=11080032 memory=615604 CPUtime=6.2 cores=0,2,4,6
/proc/3742/task/3805/stat : 3805 (java) S 3739 3742 1786 0 -1 1077944384 26938 12895 0 0 607 5 5 3 20 0 15 0 232220609 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439490443248 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 54 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3806] ppid=3739 vsize=11080032 memory=615604 CPUtime=3.2 cores=0,2,4,6
/proc/3742/task/3806/stat : 3806 (java) S 3739 3742 1786 0 -1 1077944384 29369 12895 0 0 307 5 5 3 20 0 15 0 232220610 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439489390960 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 55 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3807] ppid=3739 vsize=11080032 memory=615604 CPUtime=0.08 cores=0,2,4,6
/proc/3742/task/3807/stat : 3807 (java) S 3739 3742 1786 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 232220610 11345952768 153901 33554432000 4194304 4196468 140732083613296 140438384142816 140440455616213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
[pid=3742/tid=3808] ppid=3739 vsize=11080032 memory=615604 CPUtime=1.21 cores=0,2,4,6
/proc/3742/task/3808/stat : 3808 (java) S 3739 3742 1786 0 -1 1077944384 769 12895 0 0 60 53 5 3 20 0 15 0 232220610 11345952768 153901 33554432000 4194304 4196468 140732083613296 140439488338864 140440455617154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 32165888 140732083616355 140732083619164 140732083619164 140732083621839 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 615604 KiB

Child status: 143
Real time (s): 2492.93
CPU time (s): 2520.08
CPU user time (s): 2518.19
CPU system time (s): 1.88777
CPU usage (%): 101.089
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 677036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.19
system time used= 1.88777
maximum resident set size= 677036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148311
involuntary context switches= 5623


# summary of solver processes directly reported to runsolver:
#   pid: 3742
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2518.19
#   total CPU system time (s): 1.88777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5178 second user time and 23.6563 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-13 09:49:34
IDJOB=4304728
IDBENCH=141622
IDSOLVER=2781
FILE ID=node148/4304728-1534146574
RUNJOBID= node148-1534139122-2605
PBS_JOBID= 21037022
Free space on /tmp= 33828 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-25-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304728-1534146574/watcher-4304728-1534146574 -o /tmp/evaluation-result-4304728-1534146574/solver-4304728-1534146574 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534139122-2605 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1706868912 -superng HOME/instance-4304728-1534146574.xml

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

MD5SUM BENCH= fffb7bc75ae44a730e23d85d48ed452e
RANDOM SEED=1706868912

node148.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.50
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.50
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.50
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.50
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:        15077528 kB
MemAvailable:   30031460 kB
Buffers:          209288 kB
Cached:         14793584 kB
SwapCached:          352 kB
Active:          9341864 kB
Inactive:        7585268 kB
Active(anon):    1876836 kB
Inactive(anon):    99192 kB
Active(file):    7465028 kB
Inactive(file):  7486076 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26396 kB
Writeback:             0 kB
AnonPages:       1930276 kB
Mapped:            68172 kB
Shmem:             49592 kB
Slab:             459476 kB
SReclaimable:     431288 kB
SUnreclaim:        28188 kB
KernelStack:        3536 kB
PageTables:         9488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2835228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1714176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33804 MiB
End job on node148 at 2018-08-13 10:31:08