Trace number 4311656

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
OscaR - Conflict Ordering with restarts 2018-08-17OPT8 163.029 160.4

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16d_c18.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark14.5398
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"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.66/0.57	c version: 2018-08-17
0.66/0.57	c seed: 362840052
0.66/0.57	c timeout: 2520
0.66/0.57	c memlimit: 11000
0.66/0.57	c nbcore: 1
0.66/0.59	c Parsing instance...
1.72/1.11	c Parsing done, starting search...
1.72/1.14	o 22
1.72/1.15	o 20
1.72/1.17	o 18
1.72/1.18	o 17
1.72/1.19	o 16
1.72/1.20	o 15
1.72/1.20	o 14
1.95/1.20	o 12
1.95/1.23	o 11
2.26/1.33	o 10
3.92/2.00	o 8
162.93/160.38	s OPTIMUM FOUND
162.93/160.38	v <instantiation>
162.93/160.38	v 	<list>
162.93/160.38	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] x[14] x[15] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13]
162.93/160.38	v 	</list>
162.93/160.38	v 	<values>
162.93/160.38	v 		11 8 13 10 14 15 2 12 0 4 6 1 5 7 9 3 0 1 1 0 1 0 0 0 0 0 1 2 0 0 1 0 0 0 1 0 0 
162.93/160.38	v 	</values>
162.93/160.38	v </instantiation>

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311656-1534551046/watcher-4311656-1534551046 -o /tmp/evaluation-result-4311656-1534551046/solver-4311656-1534551046 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534541038-25261 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 362840052 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311656-1534551046.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
Current StackSize limit: 8192 KiB

solver pid=26403, runsolver pid=26400

[startup+0.10006 s]*
/proc/loadavg: 1.78 1.66 1.62 3/215 26418
/proc/meminfo: memFree=24037080/32770624 swapFree=67108196/67108860
[pid=26403] ppid=26400 vsize=14082736 memory=30584 CPUtime=0.12 cores=0,2,4,6
/proc/26403/stat : 26403 (java) S 26400 26403 25230 0 -1 1077944320 6566 0 0 0 10 2 0 0 20 0 15 0 272667775 14420721664 7646 33554432000 4194304 4196468 140721684385840 140721684368384 140159987818231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
/proc/26403/statm: 3520684 7646 3150 1 0 3482761 0
[pid=26403/tid=26405] ppid=26400 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=0,2,4,6
/proc/26403/task/26405/stat : 26405 (java) R 26400 26403 25230 0 -1 4202560 4592 0 0 0 8 1 0 0 20 0 15 0 272667775 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159992009512 140159987840157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26406] ppid=26400 vsize=14082736 memory=5793855661370608057 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26406/stat : 26406 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159950924560 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26407] ppid=26400 vsize=14082736 memory=140410360714880 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26407/stat : 26407 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159582661520 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26408] ppid=26400 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26408/stat : 26408 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159581608976 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26409] ppid=26400 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26409/stat : 26409 (java) S 26400 26403 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272667776 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159580556432 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26410] ppid=26400 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26410/stat : 26410 (java) S 26400 26403 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272667777 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159461976048 140159987829378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26411] ppid=26400 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26411/stat : 26411 (java) S 26400 26403 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272667778 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159460922272 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26412] ppid=26400 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26412/stat : 26412 (java) S 26400 26403 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272667778 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159459869680 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26413] ppid=26400 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26413/stat : 26413 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667780 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159458818256 140159987836827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26414] ppid=26400 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26414/stat : 26414 (java) S 26400 26403 25230 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 272667780 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159457765872 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26415] ppid=26400 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26415/stat : 26415 (java) R 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667780 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159456713328 140159987829378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26416] ppid=26400 vsize=14082736 memory=140410360714880 CPUtime=0.01 cores=0,2,4,6
/proc/26403/task/26416/stat : 26416 (java) R 26400 26403 25230 0 -1 4202560 289 0 0 0 1 0 0 0 20 0 15 0 272667780 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159455660784 140159987839578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26417] ppid=26400 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26417/stat : 26417 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667781 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159454608480 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26418] ppid=26400 vsize=14082736 memory=140410360714880 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26418/stat : 26418 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667781 14420721664 7646 33554432000 4194304 4196468 140721684385840 140159453554992 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30584 KiB

[startup+0.215925 s]*
/proc/loadavg: 1.78 1.66 1.62 5/215 26418
/proc/meminfo: memFree=24020448/32770624 swapFree=67108196/67108860
[pid=26403] ppid=26400 vsize=14082736 memory=47232 CPUtime=0.3 cores=0,2,4,6
/proc/26403/stat : 26403 (java) S 26400 26403 25230 0 -1 1077944320 10414 0 0 0 27 3 0 0 20 0 15 0 272667775 14420721664 11808 33554432000 4194304 4196468 140721684385840 140721684368384 140159987818231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
/proc/26403/statm: 3520684 11808 3367 1 0 3482761 0
[pid=26403/tid=26405] ppid=26400 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/26403/task/26405/stat : 26405 (java) S 26400 26403 25230 0 -1 1077944384 8082 0 0 0 18 2 0 0 20 0 15 0 272667775 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159992045280 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26406] ppid=26400 vsize=14082736 memory=4211974136565505418 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26406/stat : 26406 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159950924560 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26407] ppid=26400 vsize=14082736 memory=140410360714880 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26407/stat : 26407 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159582661520 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26408] ppid=26400 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26408/stat : 26408 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159581608976 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26409] ppid=26400 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26409/stat : 26409 (java) S 26400 26403 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272667776 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159580556432 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26410] ppid=26400 vsize=14082736 memory=140410360714880 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26410/stat : 26410 (java) S 26400 26403 25230 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 272667777 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159461976048 140159987829378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26411] ppid=26400 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26411/stat : 26411 (java) S 26400 26403 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272667778 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159460922272 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26412] ppid=26400 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26412/stat : 26412 (java) S 26400 26403 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272667778 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159459869680 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26413] ppid=26400 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26413/stat : 26413 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667780 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159458818256 140159987836827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26414] ppid=26400 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26403/task/26414/stat : 26414 (java) R 26400 26403 25230 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 272667780 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159457765872 140159987829378 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26415] ppid=26400 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26403/task/26415/stat : 26415 (java) S 26400 26403 25230 0 -1 1077944384 227 0 0 0 1 0 0 0 20 0 15 0 272667780 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159456713328 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26416] ppid=26400 vsize=14082736 memory=140410360714880 CPUtime=0.06 cores=0,2,4,6
/proc/26403/task/26416/stat : 26416 (java) S 26400 26403 25230 0 -1 1077944384 341 0 0 0 6 0 0 0 20 0 15 0 272667780 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159455660912 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26417] ppid=26400 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26417/stat : 26417 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667781 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159454608480 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26418] ppid=26400 vsize=14082736 memory=140410360714880 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26418/stat : 26418 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667781 14420721664 11808 33554432000 4194304 4196468 140721684385840 140159453554992 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47232 KiB

[startup+0.310228 s]*
/proc/loadavg: 1.78 1.66 1.62 3/215 26418
/proc/meminfo: memFree=24016788/32770624 swapFree=67108196/67108860
[pid=26403] ppid=26400 vsize=14082736 memory=50784 CPUtime=0.43 cores=0,2,4,6
/proc/26403/stat : 26403 (java) S 26400 26403 25230 0 -1 1077944320 10796 0 0 0 40 3 0 0 20 0 15 0 272667775 14420721664 12696 33554432000 4194304 4196468 140721684385840 140721684368384 140159987818231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
/proc/26403/statm: 3520684 12696 3409 1 0 3482761 0
[pid=26403/tid=26405] ppid=26400 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/26403/task/26405/stat : 26405 (java) R 26400 26403 25230 0 -1 4202560 8424 0 0 0 26 3 0 0 20 0 15 0 272667775 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159992026064 140159971898718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26406] ppid=26400 vsize=14082736 memory=4211974136565505418 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26406/stat : 26406 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159950924560 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26407] ppid=26400 vsize=14082736 memory=140410360717231 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26407/stat : 26407 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159582661520 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26408] ppid=26400 vsize=14082736 memory=140410198559902 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26408/stat : 26408 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159581608976 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26409] ppid=26400 vsize=14082736 memory=140410198543823 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26409/stat : 26409 (java) S 26400 26403 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272667776 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159580556432 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26410] ppid=26400 vsize=14082736 memory=140410360740137 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26410/stat : 26410 (java) S 26400 26403 25230 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 272667777 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159461976048 140159987829378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26411] ppid=26400 vsize=14082736 memory=140410198553039 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26411/stat : 26411 (java) S 26400 26403 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272667778 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159460922272 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26412] ppid=26400 vsize=14082736 memory=280820397096848 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26412/stat : 26412 (java) S 26400 26403 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272667778 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159459869680 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26413] ppid=26400 vsize=14082736 memory=280820397094512 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26413/stat : 26413 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667780 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159458818256 140159987836827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26414] ppid=26400 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26403/task/26414/stat : 26414 (java) S 26400 26403 25230 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 15 0 272667780 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159457765872 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26415] ppid=26400 vsize=14082736 memory=2240 CPUtime=0.02 cores=0,2,4,6
/proc/26403/task/26415/stat : 26415 (java) S 26400 26403 25230 0 -1 1077944384 229 0 0 0 2 0 0 0 20 0 15 0 272667780 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159456713328 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26416] ppid=26400 vsize=14082736 memory=140410360714880 CPUtime=0.08 cores=0,2,4,6
/proc/26403/task/26416/stat : 26416 (java) R 26400 26403 25230 0 -1 4202560 362 0 0 0 8 0 0 0 20 0 15 0 272667780 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159455660784 140159987839578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26417] ppid=26400 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26417/stat : 26417 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667781 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159454608480 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26418] ppid=26400 vsize=14082736 memory=140410360714880 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26418/stat : 26418 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667781 14420721664 12696 33554432000 4194304 4196468 140721684385840 140159453554992 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50784 KiB

[startup+0.700652 s]
/proc/loadavg: 1.78 1.66 1.62 3/215 26418
/proc/meminfo: memFree=23995952/32770624 swapFree=67108196/67108860
[pid=26403] ppid=26400 vsize=14084804 memory=88844 CPUtime=0.97 cores=0,2,4,6
/proc/26403/stat : 26403 (java) S 26400 26403 25230 0 -1 1077944320 17562 0 0 0 92 5 0 0 20 0 15 0 272667775 14422839296 22211 33554432000 4194304 4196468 140721684385840 140721684368384 140159987818231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
/proc/26403/statm: 3521201 22211 3497 1 0 3483273 0
[pid=26403/tid=26405] ppid=26400 vsize=14084804 memory=752 CPUtime=0.66 cores=0,2,4,6
/proc/26403/task/26405/stat : 26405 (java) R 26400 26403 25230 0 -1 4202560 14855 0 0 0 62 4 0 0 20 0 15 0 272667775 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159992030816 140159970107569 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26406] ppid=26400 vsize=14084804 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26406/stat : 26406 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159950924560 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26407] ppid=26400 vsize=14084804 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26407/stat : 26407 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159582661520 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26408] ppid=26400 vsize=14084804 memory=7302135314614015845 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26408/stat : 26408 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159581608976 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26409] ppid=26400 vsize=14084804 memory=7378396380443208548 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26409/stat : 26409 (java) S 26400 26403 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272667776 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159580556432 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26410] ppid=26400 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26410/stat : 26410 (java) S 26400 26403 25230 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 272667777 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159461976048 140159987829378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26411] ppid=26400 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26411/stat : 26411 (java) S 26400 26403 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272667778 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159460922272 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26412] ppid=26400 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26412/stat : 26412 (java) S 26400 26403 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272667778 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159459869680 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26413] ppid=26400 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26413/stat : 26413 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667780 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159458818256 140159987836827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26414] ppid=26400 vsize=14084804 memory=232 CPUtime=0.07 cores=0,2,4,6
/proc/26403/task/26414/stat : 26414 (java) S 26400 26403 25230 0 -1 1077944384 548 0 0 0 7 0 0 0 20 0 15 0 272667780 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159457765872 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26415] ppid=26400 vsize=14084804 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/26403/task/26415/stat : 26415 (java) S 26400 26403 25230 0 -1 1077944384 360 0 0 0 7 0 0 0 20 0 15 0 272667780 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159456713328 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26416] ppid=26400 vsize=14084804 memory=714 CPUtime=0.15 cores=0,2,4,6
/proc/26403/task/26416/stat : 26416 (java) R 26400 26403 25230 0 -1 4202560 416 0 0 0 15 0 0 0 20 0 15 0 272667780 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159455660784 140159966747840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26417] ppid=26400 vsize=14084804 memory=280820397280752 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26417/stat : 26417 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667781 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159454608480 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26418] ppid=26400 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26418/stat : 26418 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667781 14422839296 22211 33554432000 4194304 4196468 140721684385840 140159453554992 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88844 KiB

[startup+1.50072 s]
/proc/loadavg: 1.78 1.66 1.62 3/215 26418
/proc/meminfo: memFree=23959980/32770624 swapFree=67108196/67108860
[pid=26403] ppid=26400 vsize=14090948 memory=146864 CPUtime=2.86 cores=0,2,4,6
/proc/26403/stat : 26403 (java) S 26400 26403 25230 0 -1 1077944320 27046 0 0 0 277 9 0 0 20 0 15 0 272667775 14429130752 36716 33554432000 4194304 4196468 140721684385840 140721684368384 140159987818231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
/proc/26403/statm: 3522737 36716 3551 1 0 3484809 0
[pid=26403/tid=26405] ppid=26400 vsize=14090948 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/26403/task/26405/stat : 26405 (java) R 26400 26403 25230 0 -1 4202560 19913 0 0 0 139 7 0 0 20 0 15 0 272667775 14429130752 36716 33554432000 4194304 4196468 140721684385840 140159992053544 140159628901911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26406] ppid=26400 vsize=14090948 memory=-3535359994705172579 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26406/stat : 26406 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14429130752 36716 33554432000 4194304 4196468 140721684385840 140159950924560 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26407] ppid=26400 vsize=14090948 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26407/stat : 26407 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14429130752 36716 33554432000 4194304 4196468 140721684385840 140159582661520 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26408] ppid=26400 vsize=14090948 memory=-6294447370555253858 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26408/stat : 26408 (java) S 26400 26403 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272667776 14429130752 36716 33554432000 4194304 4196468 140721684385840 140159581608976 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26409] ppid=26400 vsize=14090948 memory=-6441413357968170793 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26409/stat : 26409 (java) S 26400 26403 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272667776 14429130752 36716 33554432000 4194304 4196468 140721684385840 140159580556432 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26410] ppid=26400 vsize=14090948 memory=9049598191101706413 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26410/stat : 26410 (java) S 26400 26403 25230 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 272667777 14429130752 36716 33554432000 4194304 4196468 140721684385840 140159461976048 140159987829378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0

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

[pid=26403/tid=26417] ppid=26400 vsize=14090948 memory=752 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26417/stat : 26417 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667781 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159454608480 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26418] ppid=26400 vsize=14090948 memory=1124 CPUtime=0.05 cores=0,2,4,6
/proc/26403/task/26418/stat : 26418 (java) S 26400 26403 25230 0 -1 1077944384 841 0 0 0 3 2 0 0 20 0 15 0 272667781 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159453554992 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
Current children cumulated CPU time: 161.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 168436 KiB

[startup+159.201 s]
/proc/loadavg: 1.33 1.51 1.57 3/215 26420
/proc/meminfo: memFree=23886960/32770624 swapFree=67108196/67108860
[pid=26403] ppid=26400 vsize=14090948 memory=168436 CPUtime=161.82 cores=0,2,4,6
/proc/26403/stat : 26403 (java) S 26400 26403 25230 0 -1 1077944320 44042 0 0 0 16159 23 0 0 20 0 15 0 272667775 14429130752 42109 33554432000 4194304 4196468 140721684385840 140721684368384 140159987818231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
/proc/26403/statm: 3522737 42109 3583 1 0 3484809 0
[pid=26403/tid=26405] ppid=26400 vsize=14090948 memory=3760 CPUtime=158.15 cores=0,2,4,6
/proc/26403/task/26405/stat : 26405 (java) R 26400 26403 25230 0 -1 4202560 23968 0 0 0 15806 9 0 0 20 0 15 0 272667775 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159992056496 140159629085678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26406] ppid=26400 vsize=14090948 memory=6612 CPUtime=0.25 cores=0,2,4,6
/proc/26403/task/26406/stat : 26406 (java) S 26400 26403 25230 0 -1 1077944384 1458 0 0 0 23 2 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159950924560 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26407] ppid=26400 vsize=14090948 memory=6791534058613427641 CPUtime=0.24 cores=0,2,4,6
/proc/26403/task/26407/stat : 26407 (java) S 26400 26403 25230 0 -1 1077944384 1616 0 0 0 22 2 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159582661520 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26408] ppid=26400 vsize=14090948 memory=4312 CPUtime=0.26 cores=0,2,4,6
/proc/26403/task/26408/stat : 26408 (java) S 26400 26403 25230 0 -1 1077944384 2237 0 0 0 24 2 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159581608976 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26409] ppid=26400 vsize=14090948 memory=4028 CPUtime=0.26 cores=0,2,4,6
/proc/26403/task/26409/stat : 26409 (java) S 26400 26403 25230 0 -1 1077944384 959 0 0 0 23 3 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159580556432 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26410] ppid=26400 vsize=14090948 memory=15916 CPUtime=0.29 cores=0,2,4,6
/proc/26403/task/26410/stat : 26410 (java) S 26400 26403 25230 0 -1 1077944384 1682 0 0 0 27 2 0 0 20 0 15 0 272667777 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159461976048 140159987829378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26411] ppid=26400 vsize=14090948 memory=504 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26411/stat : 26411 (java) S 26400 26403 25230 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 272667778 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159460922336 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26412] ppid=26400 vsize=14090948 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26412/stat : 26412 (java) S 26400 26403 25230 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272667778 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159459869696 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26413] ppid=26400 vsize=14090948 memory=168436 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26413/stat : 26413 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159458818256 140159987836827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26414] ppid=26400 vsize=14090948 memory=6791534058613427641 CPUtime=0.9 cores=0,2,4,6
/proc/26403/task/26414/stat : 26414 (java) S 26400 26403 25230 0 -1 1077944384 2570 0 0 0 90 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159457765872 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26415] ppid=26400 vsize=14090948 memory=168436 CPUtime=0.87 cores=0,2,4,6
/proc/26403/task/26415/stat : 26415 (java) S 26400 26403 25230 0 -1 1077944384 4140 0 0 0 87 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159456713328 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26416] ppid=26400 vsize=14090948 memory=920 CPUtime=0.45 cores=0,2,4,6
/proc/26403/task/26416/stat : 26416 (java) S 26400 26403 25230 0 -1 1077944384 3149 0 0 0 45 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159455660784 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26417] ppid=26400 vsize=14090948 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26417/stat : 26417 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667781 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159454608480 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26418] ppid=26400 vsize=14090948 memory=2588 CPUtime=0.05 cores=0,2,4,6
/proc/26403/task/26418/stat : 26418 (java) S 26400 26403 25230 0 -1 1077944384 841 0 0 0 3 2 0 0 20 0 15 0 272667781 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159453554992 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 168436 KiB

[startup+160.001 s]*
/proc/loadavg: 1.33 1.51 1.57 3/215 26420
/proc/meminfo: memFree=23886960/32770624 swapFree=67108196/67108860
[pid=26403] ppid=26400 vsize=14090948 memory=168436 CPUtime=162.64 cores=0,2,4,6
/proc/26403/stat : 26403 (java) S 26400 26403 25230 0 -1 1077944320 44048 0 0 0 16241 23 0 0 20 0 15 0 272667775 14429130752 42109 33554432000 4194304 4196468 140721684385840 140721684368384 140159987818231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
/proc/26403/statm: 3522737 42109 3583 1 0 3484809 0
[pid=26403/tid=26405] ppid=26400 vsize=14090948 memory=6791534058613427641 CPUtime=158.96 cores=0,2,4,6
/proc/26403/task/26405/stat : 26405 (java) R 26400 26403 25230 0 -1 4202560 23974 0 0 0 15887 9 0 0 20 0 15 0 272667775 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159992056496 140159628919728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26406] ppid=26400 vsize=14090948 memory=-7003737579269690708 CPUtime=0.25 cores=0,2,4,6
/proc/26403/task/26406/stat : 26406 (java) S 26400 26403 25230 0 -1 1077944384 1458 0 0 0 23 2 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159950924560 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26407] ppid=26400 vsize=14090948 memory=504 CPUtime=0.25 cores=0,2,4,6
/proc/26403/task/26407/stat : 26407 (java) S 26400 26403 25230 0 -1 1077944384 1616 0 0 0 23 2 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159582661520 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26408] ppid=26400 vsize=14090948 memory=1704 CPUtime=0.26 cores=0,2,4,6
/proc/26403/task/26408/stat : 26408 (java) S 26400 26403 25230 0 -1 1077944384 2237 0 0 0 24 2 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159581608976 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26409] ppid=26400 vsize=14090948 memory=1176 CPUtime=0.26 cores=0,2,4,6
/proc/26403/task/26409/stat : 26409 (java) S 26400 26403 25230 0 -1 1077944384 959 0 0 0 23 3 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159580556432 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26410] ppid=26400 vsize=14090948 memory=932 CPUtime=0.29 cores=0,2,4,6
/proc/26403/task/26410/stat : 26410 (java) S 26400 26403 25230 0 -1 1077944384 1682 0 0 0 27 2 0 0 20 0 15 0 272667777 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159461976048 140159987829378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26411] ppid=26400 vsize=14090948 memory=2056 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26411/stat : 26411 (java) S 26400 26403 25230 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 272667778 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159460922336 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26412] ppid=26400 vsize=14090948 memory=928 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26412/stat : 26412 (java) S 26400 26403 25230 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272667778 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159459869696 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26413] ppid=26400 vsize=14090948 memory=168436 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26413/stat : 26413 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159458818256 140159987836827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26414] ppid=26400 vsize=14090948 memory=168436 CPUtime=0.9 cores=0,2,4,6
/proc/26403/task/26414/stat : 26414 (java) S 26400 26403 25230 0 -1 1077944384 2570 0 0 0 90 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159457765872 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26415] ppid=26400 vsize=14090948 memory=166388 CPUtime=0.87 cores=0,2,4,6
/proc/26403/task/26415/stat : 26415 (java) S 26400 26403 25230 0 -1 1077944384 4140 0 0 0 87 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159456713328 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26416] ppid=26400 vsize=14090948 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/26403/task/26416/stat : 26416 (java) S 26400 26403 25230 0 -1 1077944384 3149 0 0 0 45 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159455660784 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26417] ppid=26400 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26417/stat : 26417 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667781 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159454608480 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26418] ppid=26400 vsize=14090948 memory=11204 CPUtime=0.05 cores=0,2,4,6
/proc/26403/task/26418/stat : 26418 (java) S 26400 26403 25230 0 -1 1077944384 841 0 0 0 3 2 0 0 20 0 15 0 272667781 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159453554992 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
Current children cumulated CPU time: 162.64 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 168436 KiB

[startup+160.201 s]
/proc/loadavg: 1.33 1.51 1.57 3/215 26420
/proc/meminfo: memFree=23886960/32770624 swapFree=67108196/67108860
[pid=26403] ppid=26400 vsize=14090948 memory=168436 CPUtime=162.83 cores=0,2,4,6
/proc/26403/stat : 26403 (java) S 26400 26403 25230 0 -1 1077944320 44048 0 0 0 16260 23 0 0 20 0 15 0 272667775 14429130752 42109 33554432000 4194304 4196468 140721684385840 140721684368384 140159987818231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
/proc/26403/statm: 3522737 42109 3583 1 0 3484809 0
[pid=26403/tid=26405] ppid=26400 vsize=14090948 memory=6655300316396806240 CPUtime=159.15 cores=0,2,4,6
/proc/26403/task/26405/stat : 26405 (java) R 26400 26403 25230 0 -1 4202560 23974 0 0 0 15906 9 0 0 20 0 15 0 272667775 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159992056496 140721684717297 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26406] ppid=26400 vsize=14090948 memory=6791534058613427641 CPUtime=0.25 cores=0,2,4,6
/proc/26403/task/26406/stat : 26406 (java) S 26400 26403 25230 0 -1 1077944384 1458 0 0 0 23 2 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159950924560 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26407] ppid=26400 vsize=14090948 memory=288230596050944315 CPUtime=0.25 cores=0,2,4,6
/proc/26403/task/26407/stat : 26407 (java) S 26400 26403 25230 0 -1 1077944384 1616 0 0 0 23 2 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159582661520 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26408] ppid=26400 vsize=14090948 memory=4049074930158154835 CPUtime=0.26 cores=0,2,4,6
/proc/26403/task/26408/stat : 26408 (java) S 26400 26403 25230 0 -1 1077944384 2237 0 0 0 24 2 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159581608976 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26409] ppid=26400 vsize=14090948 memory=1568 CPUtime=0.26 cores=0,2,4,6
/proc/26403/task/26409/stat : 26409 (java) S 26400 26403 25230 0 -1 1077944384 959 0 0 0 23 3 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159580556432 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26410] ppid=26400 vsize=14090948 memory=2216 CPUtime=0.29 cores=0,2,4,6
/proc/26403/task/26410/stat : 26410 (java) S 26400 26403 25230 0 -1 1077944384 1682 0 0 0 27 2 0 0 20 0 15 0 272667777 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159461976048 140159987829378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26411] ppid=26400 vsize=14090948 memory=3984 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26411/stat : 26411 (java) S 26400 26403 25230 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 272667778 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159460922336 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26412] ppid=26400 vsize=14090948 memory=2036 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26412/stat : 26412 (java) S 26400 26403 25230 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272667778 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159459869696 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26413] ppid=26400 vsize=14090948 memory=8148 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26413/stat : 26413 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159458818256 140159987836827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26414] ppid=26400 vsize=14090948 memory=6791534058613427641 CPUtime=0.9 cores=0,2,4,6
/proc/26403/task/26414/stat : 26414 (java) S 26400 26403 25230 0 -1 1077944384 2570 0 0 0 90 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159457765872 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26415] ppid=26400 vsize=14090948 memory=6944656592455097440 CPUtime=0.87 cores=0,2,4,6
/proc/26403/task/26415/stat : 26415 (java) S 26400 26403 25230 0 -1 1077944384 4140 0 0 0 87 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159456713328 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26416] ppid=26400 vsize=14090948 memory=6944656592455097440 CPUtime=0.45 cores=0,2,4,6
/proc/26403/task/26416/stat : 26416 (java) S 26400 26403 25230 0 -1 1077944384 3149 0 0 0 45 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159455660784 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26417] ppid=26400 vsize=14090948 memory=7306916055891837009 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26417/stat : 26417 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667781 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159454608480 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26418] ppid=26400 vsize=14090948 memory=288285593140737586 CPUtime=0.05 cores=0,2,4,6
/proc/26403/task/26418/stat : 26418 (java) S 26400 26403 25230 0 -1 1077944384 841 0 0 0 3 2 0 0 20 0 15 0 272667781 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159453554992 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
Current children cumulated CPU time: 162.83 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 168436 KiB

[startup+160.301 s]
/proc/loadavg: 1.33 1.51 1.57 3/215 26420
/proc/meminfo: memFree=23886960/32770624 swapFree=67108196/67108860
[pid=26403] ppid=26400 vsize=14090948 memory=168436 CPUtime=162.93 cores=0,2,4,6
/proc/26403/stat : 26403 (java) S 26400 26403 25230 0 -1 1077944320 44052 0 0 0 16270 23 0 0 20 0 15 0 272667775 14429130752 42109 33554432000 4194304 4196468 140721684385840 140721684368384 140159987818231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
/proc/26403/statm: 3522737 42109 3583 1 0 3484809 0
[pid=26403/tid=26405] ppid=26400 vsize=14090948 memory=166388 CPUtime=159.25 cores=0,2,4,6
/proc/26403/task/26405/stat : 26405 (java) R 26400 26403 25230 0 -1 4202560 23975 0 0 0 15916 9 0 0 20 0 15 0 272667775 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159992056496 140159629264528 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26406] ppid=26400 vsize=14090948 memory=166388 CPUtime=0.25 cores=0,2,4,6
/proc/26403/task/26406/stat : 26406 (java) S 26400 26403 25230 0 -1 1077944384 1458 0 0 0 23 2 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159950924560 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26407] ppid=26400 vsize=14090948 memory=166388 CPUtime=0.25 cores=0,2,4,6
/proc/26403/task/26407/stat : 26407 (java) S 26400 26403 25230 0 -1 1077944384 1616 0 0 0 23 2 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159582661520 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26408] ppid=26400 vsize=14090948 memory=168436 CPUtime=0.26 cores=0,2,4,6
/proc/26403/task/26408/stat : 26408 (java) S 26400 26403 25230 0 -1 1077944384 2237 0 0 0 24 2 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159581608976 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26409] ppid=26400 vsize=14090948 memory=168436 CPUtime=0.26 cores=0,2,4,6
/proc/26403/task/26409/stat : 26409 (java) S 26400 26403 25230 0 -1 1077944384 962 0 0 0 23 3 0 0 20 0 15 0 272667776 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159580556432 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26410] ppid=26400 vsize=14090948 memory=168436 CPUtime=0.29 cores=0,2,4,6
/proc/26403/task/26410/stat : 26410 (java) S 26400 26403 25230 0 -1 1077944384 1682 0 0 0 27 2 0 0 20 0 15 0 272667777 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159461976048 140159987829378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26411] ppid=26400 vsize=14090948 memory=166388 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26411/stat : 26411 (java) S 26400 26403 25230 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 272667778 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159460922336 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26412] ppid=26400 vsize=14090948 memory=166388 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26412/stat : 26412 (java) S 26400 26403 25230 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272667778 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159459869696 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26413] ppid=26400 vsize=14090948 memory=56 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26413/stat : 26413 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159458818256 140159987836827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26414] ppid=26400 vsize=14090948 memory=280820396851440 CPUtime=0.9 cores=0,2,4,6
/proc/26403/task/26414/stat : 26414 (java) S 26400 26403 25230 0 -1 1077944384 2570 0 0 0 90 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159457765872 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26415] ppid=26400 vsize=14090948 memory=168436 CPUtime=0.87 cores=0,2,4,6
/proc/26403/task/26415/stat : 26415 (java) S 26400 26403 25230 0 -1 1077944384 4140 0 0 0 87 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159456713328 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26416] ppid=26400 vsize=14090948 memory=1404 CPUtime=0.45 cores=0,2,4,6
/proc/26403/task/26416/stat : 26416 (java) S 26400 26403 25230 0 -1 1077944384 3149 0 0 0 45 0 0 0 20 0 15 0 272667780 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159455660784 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26417] ppid=26400 vsize=14090948 memory=166388 CPUtime=0 cores=0,2,4,6
/proc/26403/task/26417/stat : 26417 (java) S 26400 26403 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272667781 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159454608480 140159987828437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
[pid=26403/tid=26418] ppid=26400 vsize=14090948 memory=166388 CPUtime=0.05 cores=0,2,4,6
/proc/26403/task/26418/stat : 26418 (java) S 26400 26403 25230 0 -1 1077944384 841 0 0 0 3 2 0 0 20 0 15 0 272667781 14429130752 42109 33554432000 4194304 4196468 140721684385840 140159453554992 140159987829378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 10665984 140721684390985 140721684391177 140721684391177 140721684393935 0
Current children cumulated CPU time: 162.93 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 168436 KiB

Child status: 0
Real time (s): 160.4
CPU time (s): 163.029
CPU user time (s): 162.789
CPU system time (s): 0.240528
CPU usage (%): 101.639
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 232104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 162.789
system time used= 0.240528
maximum resident set size= 233304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45085
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13685
involuntary context switches= 399


# summary of solver processes directly reported to runsolver:
#   pid: 26403
#   total CPU time (s): 163.029
#   total CPU user time (s): 162.789
#   total CPU system time (s): 0.240528

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.950564 second user time and 1.52883 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-18 02:10:46
IDJOB=4311656
IDBENCH=141256
IDSOLVER=2799
FILE ID=node151/4311656-1534551046
RUNJOBID= node151-1534541038-25261
PBS_JOBID= 21038628
Free space on /tmp= 51372 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16d_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311656-1534551046/watcher-4311656-1534551046 -o /tmp/evaluation-result-4311656-1534551046/solver-4311656-1534551046 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534541038-25261 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 362840052 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311656-1534551046.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=362840052

node151.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.87
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.87
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.87
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.87
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:        24054496 kB
MemAvailable:   31621648 kB
Buffers:          213920 kB
Cached:          7626588 kB
SwapCached:           12 kB
Active:          4387760 kB
Inactive:        3776316 kB
Active(anon):     293316 kB
Inactive(anon):    98628 kB
Active(file):    4094444 kB
Inactive(file):  3677688 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             35676 kB
Writeback:             0 kB
AnonPages:        386004 kB
Mapped:            34072 kB
Shmem:             65908 kB
Slab:             249644 kB
SReclaimable:     221712 kB
SUnreclaim:        27932 kB
KernelStack:        3808 kB
PageTables:         5912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1235984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    313344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51336 MiB
End job on node151 at 2018-08-18 02:13:26