Trace number 4302757

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)1386 252.102 237.747

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had14_c18.xml
MD5SUM1b212baf1dbc84cffd3dcab4dc49ff1b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1372
Best CPU time to get the best result obtained on this benchmark252.091
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints92
Number of domains2
Minimum domain size10
Maximum domain size14
Distribution of domain sizes[{"size":10,"count":91},{"size":14,"count":14}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":14,"count":14}]
Minimum constraint arity3
Maximum constraint arity14
Distribution of constraint arities[{"arity":3,"count":91},{"arity":14,"count":1}]
Number of extensional constraints91
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":91},{"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.75	c Concrete v3.9.2.1532736233296 running
8.65/4.08	o 1482
9.00/4.12	o 1466
10.31/4.52	o 1464
10.93/4.77	o 1462
11.87/5.09	o 1459
13.16/5.60	o 1449
13.36/5.61	o 1447
15.79/7.58	o 1444
20.72/11.34	o 1442
20.72/11.36	o 1430
20.72/11.37	o 1428
24.30/14.52	o 1418
24.30/14.52	o 1416
24.30/14.53	o 1412
24.30/14.58	o 1409
53.28/42.23	o 1403
53.28/42.27	o 1397
57.96/46.56	o 1396
57.96/46.58	o 1390
58.16/46.73	o 1388
132.10/119.81	o 1386
252.05/237.72	Exception in thread "main" java.util.concurrent.TimeoutException
252.05/237.72		at concrete.MAC.mac(MAC.scala:188)
252.05/237.72		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.05/237.72		at scala.util.Try$.apply(Try.scala:209)
252.05/237.72		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/237.72		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/237.72		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/237.72		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/237.72		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.05/237.72		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/237.72		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/237.72		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/237.72		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/237.72		at concrete.MAC.oneRun(MAC.scala:253)
252.05/237.72		at concrete.MAC.nextSolution(MAC.scala:272)
252.05/237.72		at concrete.MAC.nextSolution(MAC.scala:355)
252.05/237.72		at concrete.Solver.hasNext(Solver.scala:166)
252.05/237.72		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.05/237.72		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.05/237.72		at concrete.Solver.foreach(Solver.scala:68)
252.05/237.72		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.05/237.72		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/237.72		at scala.util.Success.map(Try.scala:209)
252.05/237.72		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.05/237.72		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.05/237.72		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.05/237.72		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.05/237.72		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.05/237.72		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/237.72		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/237.72		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/237.72		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/237.72		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/237.72		at scala.App.main(App.scala:76)
252.05/237.72		at scala.App.main$(App.scala:74)
252.05/237.72		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.05/237.72		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/237.73	v <instantiation cost="1386">
252.05/237.73	v       <list>
252.05/237.73	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[9][10] d[9][11] d[9][12] d[9][13] d[10][11] d[10][12] d[10][13] d[11][12] d[11][13] d[12][13]
252.05/237.73	v       </list>
252.05/237.73	v       <values>
252.05/237.73	v         3 0 4 5 6 13 11 10 8 1 9 2 12 7 6 5 5 3 4 6 3 9 3 4 2 3 3 8 5 6 5 6 4 5 3 1 4 1 6 4 3 3 7 6 5 7 7 6 7 4 8 8 5 7 5 9 5 4 1 5 8 7 6 8 9 4 4 1 6 5 5 5 6 6 6 5 5 9 2 7 7 6 6 3 5 4 7 3 6 5 2 4 2 4 1 7 6 9 2 6 5 5 5 4 7
252.05/237.73	v       </values>
252.05/237.73	v     </instantiation>
252.05/237.73	s SATISFIABLE

Verifier Data

OK	1386

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302757-1532896438/watcher-4302757-1532896438 -o /tmp/evaluation-result-4302757-1532896438/solver-4302757-1532896438 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=275269776 -superng HOME/instance-4302757-1532896438.xml 

running on 4 cores: 1,3,5,7

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=1119, runsolver pid=1116

[startup+0.100061 s]*
/proc/loadavg: 1.62 1.65 1.78 4/211 1189
/proc/meminfo: memFree=27409324/32770624 swapFree=67108744/67108860
[pid=1119] ppid=1116 vsize=10005480 memory=16288 CPUtime=0.09 cores=1,3,5,7
/proc/1119/stat : 1119 (java) S 1116 1119 19273 0 -1 1077944320 4246 13298 0 0 1 0 5 3 20 0 6 0 107207041 10245611520 4072 33554432000 4194304 4196468 140729905027328 140729905009872 139792248598263 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
/proc/1119/statm: 2501370 4072 1920 1 0 2489808 0
[pid=1119/tid=1185] ppid=1116 vsize=10005480 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1185/stat : 1185 (java) R 1116 1119 19273 0 -1 4202560 2175 13298 0 0 0 0 5 3 20 0 6 0 107207050 10245611520 4204 33554432000 4194304 4196468 140729905027328 139792220435024 139792232678750 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1186] ppid=1116 vsize=10005480 memory=5792869726567804975 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1186/stat : 1186 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 107207051 10245611520 4204 33554432000 4194304 4196468 140729905027328 139792252840208 139792248608469 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1187] ppid=1116 vsize=10005480 memory=140659964520064 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1187/stat : 1187 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 107207051 10245611520 4204 33554432000 4194304 4196468 140729905027328 139792134105488 139792248608469 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1188] ppid=1116 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1188/stat : 1188 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 107207051 10245611520 4204 33554432000 4194304 4196468 140729905027328 139792133052944 139792248608469 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1189] ppid=1116 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1189/stat : 1189 (java) S 1116 1119 19273 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 6 0 107207051 10245611520 4204 33554432000 4194304 4196468 140729905027328 139792132000400 139792248608469 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16288 KiB

[startup+0.210782 s]*
/proc/loadavg: 1.62 1.65 1.78 3/220 1198
/proc/meminfo: memFree=27385232/32770624 swapFree=67108744/67108860
[pid=1119] ppid=1116 vsize=10982744 memory=41576 CPUtime=0.25 cores=1,3,5,7
/proc/1119/stat : 1119 (java) S 1116 1119 19273 0 -1 1077944320 7075 13298 0 0 16 1 5 3 20 0 15 0 107207041 11246329856 10394 33554432000 4194304 4196468 140729905027328 140729905009872 139792248598263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
/proc/1119/statm: 2745686 10394 2957 1 0 2708109 0
[pid=1119/tid=1185] ppid=1116 vsize=10982744 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/1119/task/1185/stat : 1185 (java) R 1116 1119 19273 0 -1 4202560 3693 13298 0 0 10 0 5 3 20 0 15 0 107207050 11246329856 10394 33554432000 4194304 4196468 140729905027328 139792220415376 139792228873984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1186] ppid=1116 vsize=10982744 memory=4294967660 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1186/stat : 1186 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207051 11246329856 10394 33554432000 4194304 4196468 140729905027328 139792252840208 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1187] ppid=1116 vsize=10982744 memory=4123522815015790240 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1187/stat : 1187 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207051 11246329856 10460 33554432000 4194304 4196468 140729905027328 139792134105488 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1188] ppid=1116 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1188/stat : 1188 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207051 11246329856 10460 33554432000 4194304 4196468 140729905027328 139792133052944 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1189] ppid=1116 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1189/stat : 1189 (java) S 1116 1119 19273 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 107207051 11246329856 10460 33554432000 4194304 4196468 140729905027328 139792132000400 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1190] ppid=1116 vsize=10982744 memory=140659964520064 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1190/stat : 1190 (java) S 1116 1119 19273 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 107207052 11246329856 10460 33554432000 4194304 4196468 140729905027328 139791741417968 139792248609410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1191] ppid=1116 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1191/stat : 1191 (java) S 1116 1119 19273 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 107207053 11246329856 10460 33554432000 4194304 4196468 140729905027328 139791052039584 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1192] ppid=1116 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1192/stat : 1192 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207053 11246329856 10460 33554432000 4194304 4196468 140729905027328 139790850713072 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1193] ppid=1116 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1193/stat : 1193 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11246329856 10460 33554432000 4194304 4196468 140729905027328 139790543313616 139792248616859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1194] ppid=1116 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1119/task/1194/stat : 1194 (java) S 1116 1119 19273 0 -1 1077944384 416 13298 0 0 1 0 5 3 20 0 15 0 107207056 11246329856 10460 33554432000 4194304 4196468 140729905027328 139791740364784 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1195] ppid=1116 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1119/task/1195/stat : 1195 (java) S 1116 1119 19273 0 -1 1077944384 190 13298 0 0 1 0 5 3 20 0 15 0 107207056 11246329856 10460 33554432000 4194304 4196468 140729905027328 139791739312240 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1196] ppid=1116 vsize=10982744 memory=140659964520064 CPUtime=0.11 cores=1,3,5,7
/proc/1119/task/1196/stat : 1196 (java) S 1116 1119 19273 0 -1 1077944384 611 13298 0 0 3 0 5 3 20 0 15 0 107207056 11246329856 10460 33554432000 4194304 4196468 140729905027328 139791738259696 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1197] ppid=1116 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1197/stat : 1197 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11246329856 10460 33554432000 4194304 4196468 140729905027328 139790112516704 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1198] ppid=1116 vsize=10982744 memory=140659964520064 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1198/stat : 1198 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207056 11246329856 10460 33554432000 4194304 4196468 140729905027328 139791737207600 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41576 KiB

[startup+0.31032 s]*
/proc/loadavg: 1.62 1.65 1.78 3/220 1198
/proc/meminfo: memFree=27373852/32770624 swapFree=67108744/67108860
[pid=1119] ppid=1116 vsize=10983192 memory=53184 CPUtime=0.38 cores=1,3,5,7
/proc/1119/stat : 1119 (java) S 1116 1119 19273 0 -1 1077944320 9846 13298 0 0 28 2 5 3 20 0 15 0 107207041 11246788608 13296 33554432000 4194304 4196468 140729905027328 140729905009872 139792248598263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
/proc/1119/statm: 2745798 13296 3076 1 0 2708109 0
[pid=1119/tid=1185] ppid=1116 vsize=10983192 memory=167774768 CPUtime=0.28 cores=1,3,5,7
/proc/1119/task/1185/stat : 1185 (java) R 1116 1119 19273 0 -1 4202560 6856 13298 0 0 19 1 5 3 20 0 15 0 107207050 11246788608 13756 33554432000 4194304 4196468 140729905027328 139792220410272 139792228874023 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1186] ppid=1116 vsize=10983192 memory=140664138464463 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1186/stat : 1186 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207051 11246788608 13756 33554432000 4194304 4196468 140729905027328 139792252840208 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1187] ppid=1116 vsize=10983192 memory=140659964520064 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1187/stat : 1187 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207051 11246788608 13756 33554432000 4194304 4196468 140729905027328 139792134105488 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1188] ppid=1116 vsize=10983192 memory=2209 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1188/stat : 1188 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207051 11246788608 13756 33554432000 4194304 4196468 140729905027328 139792133052944 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1189] ppid=1116 vsize=10983192 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1189/stat : 1189 (java) S 1116 1119 19273 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 107207051 11246788608 13756 33554432000 4194304 4196468 140729905027328 139792132000400 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1190] ppid=1116 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1190/stat : 1190 (java) S 1116 1119 19273 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 107207052 11246788608 13756 33554432000 4194304 4196468 140729905027328 139791741417968 139792248609410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1191] ppid=1116 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1191/stat : 1191 (java) S 1116 1119 19273 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 107207053 11246788608 13756 33554432000 4194304 4196468 140729905027328 139791052039584 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1192] ppid=1116 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1192/stat : 1192 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207053 11246788608 13756 33554432000 4194304 4196468 140729905027328 139790850713072 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1193] ppid=1116 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1193/stat : 1193 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11246788608 13756 33554432000 4194304 4196468 140729905027328 139790543313616 139792248616859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1194] ppid=1116 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1119/task/1194/stat : 1194 (java) S 1116 1119 19273 0 -1 1077944384 416 13298 0 0 1 0 5 3 20 0 15 0 107207056 11246788608 13756 33554432000 4194304 4196468 140729905027328 139791740364784 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1195] ppid=1116 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1119/task/1195/stat : 1195 (java) S 1116 1119 19273 0 -1 1077944384 191 13298 0 0 1 0 5 3 20 0 15 0 107207056 11246788608 13756 33554432000 4194304 4196468 140729905027328 139791739312240 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1196] ppid=1116 vsize=10983192 memory=140659964520064 CPUtime=0.12 cores=1,3,5,7
/proc/1119/task/1196/stat : 1196 (java) S 1116 1119 19273 0 -1 1077944384 621 13298 0 0 4 0 5 3 20 0 15 0 107207056 11246788608 13822 33554432000 4194304 4196468 140729905027328 139791738259696 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1197] ppid=1116 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1197/stat : 1197 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11246788608 13822 33554432000 4194304 4196468 140729905027328 139790112516704 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1198] ppid=1116 vsize=10983192 memory=140659964520064 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1198/stat : 1198 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207056 11246788608 13822 33554432000 4194304 4196468 140729905027328 139791737207600 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53184 KiB

[startup+0.700852 s]
/proc/loadavg: 1.62 1.65 1.78 3/220 1198
/proc/meminfo: memFree=27362812/32770624 swapFree=67108744/67108860
[pid=1119] ppid=1116 vsize=10983192 memory=88092 CPUtime=0.99 cores=1,3,5,7
/proc/1119/stat : 1119 (java) S 1116 1119 19273 0 -1 1077944320 16749 13298 0 0 88 3 5 3 20 0 15 0 107207041 11246788608 22023 33554432000 4194304 4196468 140729905027328 140729905009872 139792248598263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
/proc/1119/statm: 2745798 22023 3238 1 0 2708109 0
[pid=1119/tid=1185] ppid=1116 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/1119/task/1185/stat : 1185 (java) R 1116 1119 19273 0 -1 4202560 12252 13298 0 0 56 2 5 3 20 0 15 0 107207050 11246788608 22023 33554432000 4194304 4196468 140729905027328 139792220426144 139792232678750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1186] ppid=1116 vsize=10983192 memory=281319687080768 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1186/stat : 1186 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207051 11246788608 22023 33554432000 4194304 4196468 140729905027328 139792252840208 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1187] ppid=1116 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1187/stat : 1187 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207051 11246788608 22023 33554432000 4194304 4196468 140729905027328 139792134105488 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1188] ppid=1116 vsize=10983192 memory=281319687087680 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1188/stat : 1188 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207051 11246788608 22023 33554432000 4194304 4196468 140729905027328 139792133052944 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1189] ppid=1116 vsize=10983192 memory=281319686878720 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1189/stat : 1189 (java) S 1116 1119 19273 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 107207051 11246788608 22023 33554432000 4194304 4196468 140729905027328 139792132000400 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1190] ppid=1116 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1190/stat : 1190 (java) S 1116 1119 19273 0 -1 1077944384 5 13298 0 0 0 0 5 3 20 0 15 0 107207052 11246788608 22023 33554432000 4194304 4196468 140729905027328 139791741417968 139792248609410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1191] ppid=1116 vsize=10983192 memory=140659964518897 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1191/stat : 1191 (java) S 1116 1119 19273 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 107207053 11246788608 22023 33554432000 4194304 4196468 140729905027328 139791052039584 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1192] ppid=1116 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1192/stat : 1192 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207053 11246788608 22023 33554432000 4194304 4196468 140729905027328 139790850713072 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1193] ppid=1116 vsize=10983192 memory=2572349867777 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1193/stat : 1193 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11246788608 22023 33554432000 4194304 4196468 140729905027328 139790543313616 139792248616859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1194] ppid=1116 vsize=10983192 memory=206042965 CPUtime=0.15 cores=1,3,5,7
/proc/1119/task/1194/stat : 1194 (java) S 1116 1119 19273 0 -1 1077944384 791 13298 0 0 7 0 5 3 20 0 15 0 107207056 11246788608 22023 33554432000 4194304 4196468 140729905027328 139791740364784 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1195] ppid=1116 vsize=10983192 memory=6599912616557851778 CPUtime=0.18 cores=1,3,5,7
/proc/1119/task/1195/stat : 1195 (java) S 1116 1119 19273 0 -1 1077944384 768 13298 0 0 10 0 5 3 20 0 15 0 107207056 11246788608 22023 33554432000 4194304 4196468 140729905027328 139791739312240 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1196] ppid=1116 vsize=10983192 memory=7518588407632650329 CPUtime=0.21 cores=1,3,5,7
/proc/1119/task/1196/stat : 1196 (java) S 1116 1119 19273 0 -1 1077944384 714 13298 0 0 13 0 5 3 20 0 15 0 107207056 11246788608 22023 33554432000 4194304 4196468 140729905027328 139791738259696 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1197] ppid=1116 vsize=10983192 memory=7380106142448642415 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1197/stat : 1197 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11246788608 22023 33554432000 4194304 4196468 140729905027328 139790112516704 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1198] ppid=1116 vsize=10983192 memory=2867664571609120 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1198/stat : 1198 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207056 11246788608 22023 33554432000 4194304 4196468 140729905027328 139791737207600 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88092 KiB

[startup+1.50073 s]
/proc/loadavg: 1.62 1.65 1.78 3/220 1198
/proc/meminfo: memFree=27318528/32770624 swapFree=67108744/67108860
[pid=1119] ppid=1116 vsize=10998092 memory=179968 CPUtime=2.3 cores=1,3,5,7
/proc/1119/stat : 1119 (java) S 1116 1119 19273 0 -1 1077944320 24002 13298 0 0 214 8 5 3 20 0 15 0 107207041 11262046208 44992 33554432000 4194304 4196468 140729905027328 140729905009872 139792248598263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
/proc/1119/statm: 2749523 44992 3476 1 0 2711181 0
[pid=1119/tid=1185] ppid=1116 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/1119/task/1185/stat : 1185 (java) R 1116 1119 19273 0 -1 4202560 17793 13298 0 0 130 4 5 3 20 0 15 0 107207050 11262046208 44992 33554432000 4194304 4196468 140729905027328 139792220430176 139792228173690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1186] ppid=1116 vsize=10998092 memory=281319687087680 CPUtime=0.09 cores=1,3,5,7
/proc/1119/task/1186/stat : 1186 (java) S 1116 1119 19273 0 -1 1077944384 20 13298 0 0 1 0 5 3 20 0 15 0 107207051 11262046208 44992 33554432000 4194304 4196468 140729905027328 139792252840208 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1187] ppid=1116 vsize=10998092 memory=281319686878720 CPUtime=0.09 cores=1,3,5,7
/proc/1119/task/1187/stat : 1187 (java) S 1116 1119 19273 0 -1 1077944384 19 13298 0 0 1 0 5 3 20 0 15 0 107207051 11262046208 44992 33554432000 4194304 4196468 140729905027328 139792134105488 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1188] ppid=1116 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1119/task/1188/stat : 1188 (java) S 1116 1119 19273 0 -1 1077944384 66 13298 0 0 1 0 5 3 20 0 15 0 107207051 11262046208 44992 33554432000 4194304 4196468 140729905027328 139792133052944 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1189] ppid=1116 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1119/task/1189/stat : 1189 (java) S 1116 1119 19273 0 -1 1077944384 221 13298 0 0 1 0 5 3 20 0 15 0 107207051 11262046208 44992 33554432000 4194304 4196468 140729905027328 139792132000400 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1190] ppid=1116 vsize=10998092 memory=4294967717 CPUtime=0.09 cores=1,3,5,7
/proc/1119/task/1190/stat : 1190 (java) S 1116 1119 19273 0 -1 1077944384 73 13298 0 0 1 0 5 3 20 0 15 0 107207052 11262046208 44992 33554432000 4194304 4196468 140729905027328 139791741417968 139792248609410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1191] ppid=1116 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1191/stat : 1191 (java) S 1116 1119 19273 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 107207053 11262046208 44992 33554432000 4194304 4196468 140729905027328 139791052039648 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1192] ppid=1116 vsize=10998092 memory=6944656592455360608 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1192/stat : 1192 (java) S 1116 1119 19273 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 107207053 11262046208 44992 33554432000 4194304 4196468 140729905027328 139790850713088 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1193] ppid=1116 vsize=10998092 memory=-7101718590825193272 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1193/stat : 1193 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11262046208 44992 33554432000 4194304 4196468 140729905027328 139790543313616 139792248616859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1194] ppid=1116 vsize=10998092 memory=-7101718590825193272 CPUtime=0.28 cores=1,3,5,7
/proc/1119/task/1194/stat : 1194 (java) S 1116 1119 19273 0 -1 1077944384 1307 13298 0 0 20 0 5 3 20 0 15 0 107207056 11262046208 44992 33554432000 4194304 4196468 140729905027328 139791740364784 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1195] ppid=1116 vsize=10998092 memory=6944656592455359580 CPUtime=0.29 cores=1,3,5,7
/proc/1119/task/1195/stat : 1195 (java) S 1116 1119 19273 0 -1 1077944384 921 13298 0 0 21 0 5 3 20 0 15 0 107207056 11262046208 44992 33554432000 4194304 4196468 140729905027328 139791739312240 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1196] ppid=1116 vsize=10998092 memory=7896318971486248851 CPUtime=0.42 cores=1,3,5,7
/proc/1119/task/1196/stat : 1196 (java) R 1116 1119 19273 0 -1 4202560 1367 13298 0 0 34 0 5 3 20 0 15 0 107207056 11262046208 44992 33554432000 4194304 4196468 140729905027328 139791738259696 139792227736736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1197] ppid=1116 vsize=10998092 memory=116 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1197/stat : 1197 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11262046208 44992 33554432000 4194304 4196468 140729905027328 139790112516704 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1198] ppid=1116 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1198/stat : 1198 (java) S 1116 1119 19273 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 107207056 11262046208 44992 33554432000 4194304 4196468 140729905027328 139791737207600 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10998092 KiB

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

/proc/1119/task/1185/stat : 1185 (java) R 1116 1119 19273 0 -1 4202560 55150 13298 0 0 16132 19 5 3 20 0 15 0 107207050 11345952768 180226 33554432000 4194304 4196468 140729905027328 139792220433600 139791821686840 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1186] ppid=1116 vsize=11080032 memory=720904 CPUtime=0.39 cores=1,3,5,7
/proc/1119/task/1186/stat : 1186 (java) S 1116 1119 19273 0 -1 1077944384 1856 13298 0 0 26 5 5 3 20 0 15 0 107207051 11345952768 180226 33554432000 4194304 4196468 140729905027328 139792252840208 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1187] ppid=1116 vsize=11080032 memory=720904 CPUtime=0.4 cores=1,3,5,7
/proc/1119/task/1187/stat : 1187 (java) S 1116 1119 19273 0 -1 1077944384 2152 13298 0 0 28 4 5 3 20 0 15 0 107207051 11345952768 180226 33554432000 4194304 4196468 140729905027328 139792134105488 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1188] ppid=1116 vsize=11080032 memory=720904 CPUtime=0.4 cores=1,3,5,7
/proc/1119/task/1188/stat : 1188 (java) S 1116 1119 19273 0 -1 1077944384 3237 13298 0 0 28 4 5 3 20 0 15 0 107207051 11345952768 180226 33554432000 4194304 4196468 140729905027328 139792133052944 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1189] ppid=1116 vsize=11080032 memory=720904 CPUtime=0.39 cores=1,3,5,7
/proc/1119/task/1189/stat : 1189 (java) S 1116 1119 19273 0 -1 1077944384 2755 13298 0 0 28 3 5 3 20 0 15 0 107207051 11345952768 180226 33554432000 4194304 4196468 140729905027328 139792132000400 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1190] ppid=1116 vsize=11080032 memory=720904 CPUtime=0.31 cores=1,3,5,7
/proc/1119/task/1190/stat : 1190 (java) S 1116 1119 19273 0 -1 1077944384 2931 13298 0 0 22 1 5 3 20 0 15 0 107207052 11345952768 180226 33554432000 4194304 4196468 140729905027328 139791741417968 139792248609410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1191] ppid=1116 vsize=11080032 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1191/stat : 1191 (java) S 1116 1119 19273 0 -1 1077944384 14 13298 0 0 0 0 5 3 20 0 15 0 107207053 11345952768 180226 33554432000 4194304 4196468 140729905027328 139791052039712 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1192] ppid=1116 vsize=11080032 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1192/stat : 1192 (java) S 1116 1119 19273 0 -1 1077944384 6 13298 0 0 0 0 5 3 20 0 15 0 107207053 11345952768 180226 33554432000 4194304 4196468 140729905027328 139790850713088 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1193] ppid=1116 vsize=11080032 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1193/stat : 1193 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11345952768 180226 33554432000 4194304 4196468 140729905027328 139790543313616 139792248616859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1194] ppid=1116 vsize=11080032 memory=4096 CPUtime=5.22 cores=1,3,5,7
/proc/1119/task/1194/stat : 1194 (java) S 1116 1119 19273 0 -1 1077944384 21109 13298 0 0 510 4 5 3 20 0 15 0 107207056 11345952768 180226 33554432000 4194304 4196468 140729905027328 139791740364784 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1195] ppid=1116 vsize=11080032 memory=720904 CPUtime=4.91 cores=1,3,5,7
/proc/1119/task/1195/stat : 1195 (java) S 1116 1119 19273 0 -1 1077944384 19331 13298 0 0 480 3 5 3 20 0 15 0 107207056 11345952768 180226 33554432000 4194304 4196468 140729905027328 139791739312240 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1196] ppid=1116 vsize=11080032 memory=30696 CPUtime=2.12 cores=1,3,5,7
/proc/1119/task/1196/stat : 1196 (java) S 1116 1119 19273 0 -1 1077944384 20509 13298 0 0 200 4 5 3 20 0 15 0 107207056 11345952768 180226 33554432000 4194304 4196468 140729905027328 139791738259696 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1197] ppid=1116 vsize=11080032 memory=720904 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1197/stat : 1197 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11345952768 180226 33554432000 4194304 4196468 140729905027328 139790112516704 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1198] ppid=1116 vsize=11080032 memory=720904 CPUtime=0.16 cores=1,3,5,7
/proc/1119/task/1198/stat : 1198 (java) S 1116 1119 19273 0 -1 1077944384 729 13298 0 0 4 4 5 3 20 0 15 0 107207056 11345952768 180226 33554432000 4194304 4196468 140729905027328 139791737207600 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
Current children cumulated CPU time: 175.27 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 720904 KiB

[startup+222.301 s]
/proc/loadavg: 1.94 1.79 1.80 3/219 1330
/proc/meminfo: memFree=24271948/32770624 swapFree=67108744/67108860
[pid=1119] ppid=1116 vsize=11080032 memory=719956 CPUtime=236.27 cores=1,3,5,7
/proc/1119/stat : 1119 (java) S 1116 1119 19273 0 -1 1077944320 134471 13298 0 0 23561 58 5 3 20 0 15 0 107207041 11345952768 179989 33554432000 4194304 4196468 140729905027328 140729905009872 139792248598263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
/proc/1119/statm: 2770008 179989 3531 1 0 2731661 0
[pid=1119/tid=1185] ppid=1116 vsize=11080032 memory=719920 CPUtime=221.17 cores=1,3,5,7
/proc/1119/task/1185/stat : 1185 (java) R 1116 1119 19273 0 -1 4202560 55853 13298 0 0 22089 20 5 3 20 0 15 0 107207050 11345952768 179989 33554432000 4194304 4196468 140729905027328 139792220431680 139791820332455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1186] ppid=1116 vsize=11080032 memory=719920 CPUtime=0.59 cores=1,3,5,7
/proc/1119/task/1186/stat : 1186 (java) S 1116 1119 19273 0 -1 1077944384 1914 13298 0 0 46 5 5 3 20 0 15 0 107207051 11345952768 179989 33554432000 4194304 4196468 140729905027328 139792252840208 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1187] ppid=1116 vsize=11080032 memory=719920 CPUtime=0.6 cores=1,3,5,7
/proc/1119/task/1187/stat : 1187 (java) S 1116 1119 19273 0 -1 1077944384 2195 13298 0 0 47 5 5 3 20 0 15 0 107207051 11345952768 179989 33554432000 4194304 4196468 140729905027328 139792134105488 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1188] ppid=1116 vsize=11080032 memory=140659843399865 CPUtime=0.59 cores=1,3,5,7
/proc/1119/task/1188/stat : 1188 (java) S 1116 1119 19273 0 -1 1077944384 3264 13298 0 0 46 5 5 3 20 0 15 0 107207051 11345952768 179989 33554432000 4194304 4196468 140729905027328 139792133052944 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1189] ppid=1116 vsize=11080032 memory=719956 CPUtime=0.59 cores=1,3,5,7
/proc/1119/task/1189/stat : 1189 (java) S 1116 1119 19273 0 -1 1077944384 3264 13298 0 0 46 5 5 3 20 0 15 0 107207051 11345952768 179989 33554432000 4194304 4196468 140729905027328 139792132000400 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1190] ppid=1116 vsize=11080032 memory=719956 CPUtime=0.48 cores=1,3,5,7
/proc/1119/task/1190/stat : 1190 (java) S 1116 1119 19273 0 -1 1077944384 3166 13298 0 0 38 2 5 3 20 0 15 0 107207052 11345952768 179989 33554432000 4194304 4196468 140729905027328 139791741417968 139792248609410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1191] ppid=1116 vsize=11080032 memory=719920 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1191/stat : 1191 (java) S 1116 1119 19273 0 -1 1077944384 14 13298 0 0 0 0 5 3 20 0 15 0 107207053 11345952768 179989 33554432000 4194304 4196468 140729905027328 139791052039712 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1192] ppid=1116 vsize=11080032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1192/stat : 1192 (java) S 1116 1119 19273 0 -1 1077944384 6 13298 0 0 0 0 5 3 20 0 15 0 107207053 11345952768 179989 33554432000 4194304 4196468 140729905027328 139790850713088 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1193] ppid=1116 vsize=11080032 memory=719920 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1193/stat : 1193 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11345952768 179989 33554432000 4194304 4196468 140729905027328 139790543313616 139792248616859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1194] ppid=1116 vsize=11080032 memory=719920 CPUtime=5.4 cores=1,3,5,7
/proc/1119/task/1194/stat : 1194 (java) S 1116 1119 19273 0 -1 1077944384 21630 13298 0 0 528 4 5 3 20 0 15 0 107207056 11345952768 179989 33554432000 4194304 4196468 140729905027328 139791740364784 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1195] ppid=1116 vsize=11080032 memory=719956 CPUtime=5.08 cores=1,3,5,7
/proc/1119/task/1195/stat : 1195 (java) S 1116 1119 19273 0 -1 1077944384 19418 13298 0 0 497 3 5 3 20 0 15 0 107207056 11345952768 179989 33554432000 4194304 4196468 140729905027328 139791739312240 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1196] ppid=1116 vsize=11080032 memory=4108 CPUtime=2.19 cores=1,3,5,7
/proc/1119/task/1196/stat : 1196 (java) S 1116 1119 19273 0 -1 1077944384 20809 13298 0 0 207 4 5 3 20 0 15 0 107207056 11345952768 179989 33554432000 4194304 4196468 140729905027328 139791738259696 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1197] ppid=1116 vsize=11080032 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1197/stat : 1197 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11345952768 179989 33554432000 4194304 4196468 140729905027328 139790112516704 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1198] ppid=1116 vsize=11080032 memory=30696 CPUtime=0.19 cores=1,3,5,7
/proc/1119/task/1198/stat : 1198 (java) S 1116 1119 19273 0 -1 1077944384 739 13298 0 0 6 5 5 3 20 0 15 0 107207056 11345952768 179989 33554432000 4194304 4196468 140729905027328 139791737207600 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
Current children cumulated CPU time: 236.27 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 719956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.707 s]
/proc/loadavg: 2.11 1.83 1.82 3/219 1330
/proc/meminfo: memFree=24088028/32770624 swapFree=67108744/67108860
[pid=1119] ppid=1116 vsize=11080032 memory=719996 CPUtime=252.05 cores=1,3,5,7
/proc/1119/stat : 1119 (java) S 1116 1119 19273 0 -1 1077944320 138161 13298 0 0 25137 60 5 3 20 0 15 0 107207041 11345952768 179999 33554432000 4194304 4196468 140729905027328 140729905009872 139792248598263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
/proc/1119/statm: 2770008 179999 3531 1 0 2731661 0
[pid=1119/tid=1185] ppid=1116 vsize=11080032 memory=719996 CPUtime=236.44 cores=1,3,5,7
/proc/1119/task/1185/stat : 1185 (java) R 1116 1119 19273 0 -1 4202560 56052 13298 0 0 23616 20 5 3 20 0 15 0 107207050 11345952768 179999 33554432000 4194304 4196468 140729905027328 139792220432344 139791819398279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1186] ppid=1116 vsize=11080032 memory=719996 CPUtime=0.65 cores=1,3,5,7
/proc/1119/task/1186/stat : 1186 (java) S 1116 1119 19273 0 -1 1077944384 1956 13298 0 0 52 5 5 3 20 0 15 0 107207051 11345952768 179999 33554432000 4194304 4196468 140729905027328 139792252840208 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1187] ppid=1116 vsize=11080032 memory=719996 CPUtime=0.66 cores=1,3,5,7
/proc/1119/task/1187/stat : 1187 (java) S 1116 1119 19273 0 -1 1077944384 2253 13298 0 0 53 5 5 3 20 0 15 0 107207051 11345952768 179999 33554432000 4194304 4196468 140729905027328 139792134105488 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1188] ppid=1116 vsize=11080032 memory=719956 CPUtime=0.67 cores=1,3,5,7
/proc/1119/task/1188/stat : 1188 (java) S 1116 1119 19273 0 -1 1077944384 3283 13298 0 0 53 6 5 3 20 0 15 0 107207051 11345952768 179999 33554432000 4194304 4196468 140729905027328 139792133052944 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1189] ppid=1116 vsize=11080032 memory=1292 CPUtime=0.65 cores=1,3,5,7
/proc/1119/task/1189/stat : 1189 (java) S 1116 1119 19273 0 -1 1077944384 4417 13298 0 0 52 5 5 3 20 0 15 0 107207051 11345952768 179999 33554432000 4194304 4196468 140729905027328 139792132000400 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1190] ppid=1116 vsize=11080032 memory=719996 CPUtime=0.53 cores=1,3,5,7
/proc/1119/task/1190/stat : 1190 (java) S 1116 1119 19273 0 -1 1077944384 3182 13298 0 0 43 2 5 3 20 0 15 0 107207052 11345952768 179999 33554432000 4194304 4196468 140729905027328 139791741417968 139792248609410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1191] ppid=1116 vsize=11080032 memory=719996 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1191/stat : 1191 (java) S 1116 1119 19273 0 -1 1077944384 14 13298 0 0 0 0 5 3 20 0 15 0 107207053 11345952768 179999 33554432000 4194304 4196468 140729905027328 139791052039712 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1192] ppid=1116 vsize=11080032 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1192/stat : 1192 (java) S 1116 1119 19273 0 -1 1077944384 6 13298 0 0 0 0 5 3 20 0 15 0 107207053 11345952768 179999 33554432000 4194304 4196468 140729905027328 139790850713088 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1193] ppid=1116 vsize=11080032 memory=2396 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1193/stat : 1193 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11345952768 179999 33554432000 4194304 4196468 140729905027328 139790543313616 139792248616859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1194] ppid=1116 vsize=11080032 memory=1292 CPUtime=5.45 cores=1,3,5,7
/proc/1119/task/1194/stat : 1194 (java) S 1116 1119 19273 0 -1 1077944384 22088 13298 0 0 533 4 5 3 20 0 15 0 107207056 11345952768 179999 33554432000 4194304 4196468 140729905027328 139791740364784 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1195] ppid=1116 vsize=11080032 memory=719996 CPUtime=5.21 cores=1,3,5,7
/proc/1119/task/1195/stat : 1195 (java) S 1116 1119 19273 0 -1 1077944384 21119 13298 0 0 510 3 5 3 20 0 15 0 107207056 11345952768 179999 33554432000 4194304 4196468 140729905027328 139791739312240 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1196] ppid=1116 vsize=11080032 memory=719996 CPUtime=2.21 cores=1,3,5,7
/proc/1119/task/1196/stat : 1196 (java) S 1116 1119 19273 0 -1 1077944384 20853 13298 0 0 209 4 5 3 20 0 15 0 107207056 11345952768 179999 33554432000 4194304 4196468 140729905027328 139791738259696 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1197] ppid=1116 vsize=11080032 memory=719988 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1197/stat : 1197 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11345952768 179999 33554432000 4194304 4196468 140729905027328 139790112516704 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1198] ppid=1116 vsize=11080032 memory=719988 CPUtime=0.2 cores=1,3,5,7
/proc/1119/task/1198/stat : 1198 (java) S 1116 1119 19273 0 -1 1077944384 739 13298 0 0 6 6 5 3 20 0 15 0 107207056 11345952768 179999 33554432000 4194304 4196468 140729905027328 139791737207600 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 719996 KiB

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

[startup+237.747 s]
# the end of solver process 1119 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.449 s, system=0.653247 s

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

[startup+237.707 s]
/proc/loadavg: 2.11 1.83 1.82 3/219 1330
/proc/meminfo: memFree=24088028/32770624 swapFree=67108744/67108860
[pid=1119] ppid=1116 vsize=11080032 memory=719996 CPUtime=252.05 cores=1,3,5,7
/proc/1119/stat : 1119 (java) S 1116 1119 19273 0 -1 1077944320 138161 13298 0 0 25137 60 5 3 20 0 15 0 107207041 11345952768 179999 33554432000 4194304 4196468 140729905027328 140729905009872 139792248598263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
/proc/1119/statm: 2770008 179999 3531 1 0 2731661 0
[pid=1119/tid=1185] ppid=1116 vsize=11080032 memory=719996 CPUtime=236.44 cores=1,3,5,7
/proc/1119/task/1185/stat : 1185 (java) R 1116 1119 19273 0 -1 4202560 56052 13298 0 0 23616 20 5 3 20 0 15 0 107207050 11345952768 179999 33554432000 4194304 4196468 140729905027328 139792220432344 139791819398279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1186] ppid=1116 vsize=11080032 memory=719996 CPUtime=0.65 cores=1,3,5,7
/proc/1119/task/1186/stat : 1186 (java) S 1116 1119 19273 0 -1 1077944384 1956 13298 0 0 52 5 5 3 20 0 15 0 107207051 11345952768 179999 33554432000 4194304 4196468 140729905027328 139792252840208 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1187] ppid=1116 vsize=11080032 memory=719996 CPUtime=0.66 cores=1,3,5,7
/proc/1119/task/1187/stat : 1187 (java) S 1116 1119 19273 0 -1 1077944384 2253 13298 0 0 53 5 5 3 20 0 15 0 107207051 11345952768 179999 33554432000 4194304 4196468 140729905027328 139792134105488 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1188] ppid=1116 vsize=11080032 memory=719956 CPUtime=0.67 cores=1,3,5,7
/proc/1119/task/1188/stat : 1188 (java) S 1116 1119 19273 0 -1 1077944384 3283 13298 0 0 53 6 5 3 20 0 15 0 107207051 11345952768 179999 33554432000 4194304 4196468 140729905027328 139792133052944 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1189] ppid=1116 vsize=11080032 memory=1292 CPUtime=0.65 cores=1,3,5,7
/proc/1119/task/1189/stat : 1189 (java) S 1116 1119 19273 0 -1 1077944384 4417 13298 0 0 52 5 5 3 20 0 15 0 107207051 11345952768 179999 33554432000 4194304 4196468 140729905027328 139792132000400 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1190] ppid=1116 vsize=11080032 memory=719996 CPUtime=0.53 cores=1,3,5,7
/proc/1119/task/1190/stat : 1190 (java) S 1116 1119 19273 0 -1 1077944384 3182 13298 0 0 43 2 5 3 20 0 15 0 107207052 11345952768 179999 33554432000 4194304 4196468 140729905027328 139791741417968 139792248609410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1191] ppid=1116 vsize=11080032 memory=719996 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1191/stat : 1191 (java) S 1116 1119 19273 0 -1 1077944384 14 13298 0 0 0 0 5 3 20 0 15 0 107207053 11345952768 179999 33554432000 4194304 4196468 140729905027328 139791052039712 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1192] ppid=1116 vsize=11080032 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1192/stat : 1192 (java) S 1116 1119 19273 0 -1 1077944384 6 13298 0 0 0 0 5 3 20 0 15 0 107207053 11345952768 179999 33554432000 4194304 4196468 140729905027328 139790850713088 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1193] ppid=1116 vsize=11080032 memory=2396 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1193/stat : 1193 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11345952768 179999 33554432000 4194304 4196468 140729905027328 139790543313616 139792248616859 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1194] ppid=1116 vsize=11080032 memory=1292 CPUtime=5.45 cores=1,3,5,7
/proc/1119/task/1194/stat : 1194 (java) S 1116 1119 19273 0 -1 1077944384 22088 13298 0 0 533 4 5 3 20 0 15 0 107207056 11345952768 179999 33554432000 4194304 4196468 140729905027328 139791740364784 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1195] ppid=1116 vsize=11080032 memory=719996 CPUtime=5.21 cores=1,3,5,7
/proc/1119/task/1195/stat : 1195 (java) S 1116 1119 19273 0 -1 1077944384 21119 13298 0 0 510 3 5 3 20 0 15 0 107207056 11345952768 179999 33554432000 4194304 4196468 140729905027328 139791739312240 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1196] ppid=1116 vsize=11080032 memory=719996 CPUtime=2.21 cores=1,3,5,7
/proc/1119/task/1196/stat : 1196 (java) S 1116 1119 19273 0 -1 1077944384 20853 13298 0 0 209 4 5 3 20 0 15 0 107207056 11345952768 179999 33554432000 4194304 4196468 140729905027328 139791738259696 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1197] ppid=1116 vsize=11080032 memory=719988 CPUtime=0.08 cores=1,3,5,7
/proc/1119/task/1197/stat : 1197 (java) S 1116 1119 19273 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 107207056 11345952768 179999 33554432000 4194304 4196468 140729905027328 139790112516704 139792248608469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
[pid=1119/tid=1198] ppid=1116 vsize=11080032 memory=719988 CPUtime=0.2 cores=1,3,5,7
/proc/1119/task/1198/stat : 1198 (java) S 1116 1119 19273 0 -1 1077944384 739 13298 0 0 6 6 5 3 20 0 15 0 107207056 11345952768 179999 33554432000 4194304 4196468 140729905027328 139791737207600 139792248609410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12165120 140729905031785 140729905034593 140729905034593 140729905037263 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 719996 KiB

Child status: 143
Real time (s): 237.747
CPU time (s): 252.102
CPU user time (s): 251.449
CPU system time (s): 0.653247
CPU usage (%): 106.038
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 798428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.449
system time used= 0.653247
maximum resident set size= 799456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22029
involuntary context switches= 545


# summary of solver processes directly reported to runsolver:
#   pid: 1119
#   total CPU time (s): 252.102
#   total CPU user time (s): 251.449
#   total CPU system time (s): 0.653247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.9764 second user time and 1.67264 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 22:33:58
IDJOB=4302757
IDBENCH=141253
IDSOLVER=2777
FILE ID=node134/4302757-1532896438
RUNJOBID= node134-1532893331-28701
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had14_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302757-1532896438/watcher-4302757-1532896438 -o /tmp/evaluation-result-4302757-1532896438/solver-4302757-1532896438 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=275269776 -superng HOME/instance-4302757-1532896438.xml

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

MD5SUM BENCH= 1b212baf1dbc84cffd3dcab4dc49ff1b
RANDOM SEED=275269776

node134.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.68
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.68
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.68
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.68
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:        27415860 kB
MemAvailable:   31062300 kB
Buffers:          209184 kB
Cached:          3707448 kB
SwapCached:            0 kB
Active:          2612584 kB
Inactive:        2266240 kB
Active(anon):     911496 kB
Inactive(anon):    78480 kB
Active(file):    1701088 kB
Inactive(file):  2187760 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26524 kB
Writeback:             0 kB
AnonPages:        973648 kB
Mapped:            57940 kB
Shmem:             25132 kB
Slab:             175620 kB
SReclaimable:     146856 kB
SUnreclaim:        28764 kB
KernelStack:        3872 kB
PageTables:         7156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2224344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    751616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60840 MiB
End job on node134 at 2018-07-29 22:37:56