Trace number 4312196

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-17SAT85 250.209 247.363

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-11_c18.xml
MD5SUMd48530cddaac7c3de8b9754209410058
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark75
Best CPU time to get the best result obtained on this benchmark252.13
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 2060964821
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.53/1.07	c Parsing done, starting search...
12.92/11.15	o 120
14.13/12.16	o 116
14.13/12.16	o 115
15.08/13.10	o 113
15.08/13.10	o 112
15.19/13.15	o 105
15.19/13.15	o 103
15.19/13.15	o 99
15.19/13.15	o 98
16.03/13.91	o 94
16.42/14.23	o 93
16.42/14.23	o 92
18.03/15.82	o 89
18.03/15.82	o 88
19.43/17.29	o 87
28.24/26.05	o 85
250.14/247.35	s SATISFIABLE
250.14/247.35	v <instantiation>
250.14/247.35	v 	<list>
250.14/247.35	v 		y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10] x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10]
250.14/247.35	v 	</list>
250.14/247.35	v 	<values>
250.14/247.35	v 		1 5 19 29 31 42 63 69 78 85 4 18 28 30 41 62 68 77 84 14 24 26 37 58 64 73 80 10 12 23 44 50 59 66 2 13 34 40 49 56 11 32 38 47 54 21 27 36 43 6 15 22 9 16 7 0 1 5 19 29 31 42 63 69 78 85 
250.14/247.35	v 	</values>
250.14/247.35	v </instantiation>

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312196-1534569843/watcher-4312196-1534569843 -o /tmp/evaluation-result-4312196-1534569843/solver-4312196-1534569843 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534568853-8989 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2060964821 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312196-1534569843.xml 

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

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

solver pid=9763, runsolver pid=9760

[startup+0.100129 s]*
/proc/loadavg: 1.93 1.74 1.53 3/215 9778
/proc/meminfo: memFree=18627392/32770624 swapFree=67108688/67108860
[pid=9763] ppid=9760 vsize=14082736 memory=30636 CPUtime=0.11 cores=0,2,4,6
/proc/9763/stat : 9763 (java) S 9760 9763 5234 0 -1 1077944320 6566 0 0 0 11 0 0 0 20 0 15 0 274547137 14420721664 7659 33554432000 4194304 4196468 140735553229936 140735553212480 139706267152119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
/proc/9763/statm: 3520684 7659 3160 1 0 3482761 0
[pid=9763/tid=9765] ppid=9760 vsize=14082736 memory=-8537237721660093632 CPUtime=0.09 cores=0,2,4,6
/proc/9763/task/9765/stat : 9765 (java) R 9760 9763 5234 0 -1 4202560 4611 0 0 0 9 0 0 0 20 0 15 0 274547137 14420721664 7659 33554432000 4194304 4196468 140735553229936 139706271356496 139706251232606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9766] ppid=9760 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9766/stat : 9766 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14420721664 7659 33554432000 4194304 4196468 140735553229936 139706228112144 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9767] ppid=9760 vsize=14082736 memory=140028869011072 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9767/stat : 9767 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14420721664 7659 33554432000 4194304 4196468 140735553229936 139705861778320 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9768] ppid=9760 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9768/stat : 9768 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14420721664 7659 33554432000 4194304 4196468 140735553229936 139705860725776 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9769] ppid=9760 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9769/stat : 9769 (java) S 9760 9763 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547138 14420721664 7659 33554432000 4194304 4196468 140735553229936 139705859673232 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9770] ppid=9760 vsize=14082736 memory=140028869011072 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9770/stat : 9770 (java) S 9760 9763 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547140 14420721664 7659 33554432000 4194304 4196468 140735553229936 139705247270896 139706267163266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9771] ppid=9760 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9771/stat : 9771 (java) S 9760 9763 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274547140 14420721664 7659 33554432000 4194304 4196468 140735553229936 139705246217120 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9772] ppid=9760 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9772/stat : 9772 (java) S 9760 9763 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274547140 14420721664 7659 33554432000 4194304 4196468 140735553229936 139705245164528 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9773] ppid=9760 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9773/stat : 9773 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547142 14420721664 7659 33554432000 4194304 4196468 140735553229936 139705244113104 139706267170715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9774] ppid=9760 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9774/stat : 9774 (java) S 9760 9763 5234 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 274547142 14420721664 7659 33554432000 4194304 4196468 140735553229936 139705243060720 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9775] ppid=9760 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9775/stat : 9775 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547142 14420721664 7659 33554432000 4194304 4196468 140735553229936 139705242008176 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9776] ppid=9760 vsize=14082736 memory=140028869011072 CPUtime=0.01 cores=0,2,4,6
/proc/9763/task/9776/stat : 9776 (java) S 9760 9763 5234 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 274547142 14420721664 7659 33554432000 4194304 4196468 140735553229936 139705240955632 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9777] ppid=9760 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9777/stat : 9777 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547143 14420721664 7659 33554432000 4194304 4196468 140735553229936 139705239903328 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9778] ppid=9760 vsize=14082736 memory=140028869011072 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9778/stat : 9778 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547143 14420721664 7659 33554432000 4194304 4196468 140735553229936 139705238849840 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30636 KiB

[startup+0.210392 s]*
/proc/loadavg: 1.93 1.74 1.53 6/215 9778
/proc/meminfo: memFree=18611392/32770624 swapFree=67108688/67108860
[pid=9763] ppid=9760 vsize=14082736 memory=47024 CPUtime=0.29 cores=0,2,4,6
/proc/9763/stat : 9763 (java) S 9760 9763 5234 0 -1 1077944320 10376 0 0 0 28 1 0 0 20 0 15 0 274547137 14420721664 11756 33554432000 4194304 4196468 140735553229936 140735553212480 139706267152119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
/proc/9763/statm: 3520684 11756 3356 1 0 3482761 0
[pid=9763/tid=9765] ppid=9760 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/9763/task/9765/stat : 9765 (java) R 9760 9763 5234 0 -1 4202560 8095 0 0 0 19 1 0 0 20 0 15 0 274547137 14420721664 11756 33554432000 4194304 4196468 140735553229936 139706271379584 139706248558408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9766] ppid=9760 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9766/stat : 9766 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14420721664 11756 33554432000 4194304 4196468 140735553229936 139706228112144 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9767] ppid=9760 vsize=14082736 memory=288370405020722816 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9767/stat : 9767 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14420721664 11756 33554432000 4194304 4196468 140735553229936 139705861778320 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9768] ppid=9760 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9768/stat : 9768 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14420721664 11756 33554432000 4194304 4196468 140735553229936 139705860725776 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9769] ppid=9760 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9769/stat : 9769 (java) S 9760 9763 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547138 14420721664 11756 33554432000 4194304 4196468 140735553229936 139705859673232 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9770] ppid=9760 vsize=14082736 memory=140028869011072 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9770/stat : 9770 (java) S 9760 9763 5234 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274547140 14420721664 11756 33554432000 4194304 4196468 140735553229936 139705247270896 139706267163266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9771] ppid=9760 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9771/stat : 9771 (java) S 9760 9763 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274547140 14420721664 11756 33554432000 4194304 4196468 140735553229936 139705246217120 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9772] ppid=9760 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9772/stat : 9772 (java) S 9760 9763 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274547140 14420721664 11756 33554432000 4194304 4196468 140735553229936 139705245164528 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9773] ppid=9760 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9773/stat : 9773 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547142 14420721664 11756 33554432000 4194304 4196468 140735553229936 139705244113104 139706267170715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9774] ppid=9760 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9763/task/9774/stat : 9774 (java) R 9760 9763 5234 0 -1 4202560 384 0 0 0 1 0 0 0 20 0 15 0 274547142 14420721664 11756 33554432000 4194304 4196468 140735553229936 139705243060720 139706247852416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9775] ppid=9760 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/9763/task/9775/stat : 9775 (java) R 9760 9763 5234 0 -1 4202560 219 0 0 0 1 0 0 0 20 0 15 0 274547142 14420721664 11756 33554432000 4194304 4196468 140735553229936 139705241994960 139706246399040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9776] ppid=9760 vsize=14082736 memory=140028869011072 CPUtime=0.06 cores=0,2,4,6
/proc/9763/task/9776/stat : 9776 (java) R 9760 9763 5234 0 -1 1077944384 323 0 0 0 6 0 0 0 20 0 15 0 274547142 14420721664 11756 33554432000 4194304 4196468 140735553229936 139705240955632 139706267163266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9777] ppid=9760 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9777/stat : 9777 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547143 14420721664 11756 33554432000 4194304 4196468 140735553229936 139705239903328 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9778] ppid=9760 vsize=14082736 memory=140028869011072 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9778/stat : 9778 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547143 14420721664 11756 33554432000 4194304 4196468 140735553229936 139705238849840 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47024 KiB

[startup+0.310472 s]*
/proc/loadavg: 1.93 1.74 1.53 4/215 9778
/proc/meminfo: memFree=18607584/32770624 swapFree=67108688/67108860
[pid=9763] ppid=9760 vsize=14082736 memory=50576 CPUtime=0.44 cores=0,2,4,6
/proc/9763/stat : 9763 (java) S 9760 9763 5234 0 -1 1077944320 10809 0 0 0 42 2 0 0 20 0 15 0 274547137 14420721664 12644 33554432000 4194304 4196468 140735553229936 140735553212480 139706267152119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
/proc/9763/statm: 3520684 12644 3366 1 0 3482761 0
[pid=9763/tid=9765] ppid=9760 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/9763/task/9765/stat : 9765 (java) R 9760 9763 5234 0 -1 4202560 8460 0 0 0 28 1 0 0 20 0 15 0 274547137 14420721664 12695 33554432000 4194304 4196468 140735553229936 139706271338424 139706250338859 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9766] ppid=9760 vsize=14082736 memory=4294979922 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9766/stat : 9766 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14420721664 12695 33554432000 4194304 4196468 140735553229936 139706228112144 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9767] ppid=9760 vsize=14082736 memory=288370405020722816 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9767/stat : 9767 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14420721664 12695 33554432000 4194304 4196468 140735553229936 139705861778320 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9768] ppid=9760 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9768/stat : 9768 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14420721664 12695 33554432000 4194304 4196468 140735553229936 139705860725776 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9769] ppid=9760 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9769/stat : 9769 (java) S 9760 9763 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547138 14420721664 12695 33554432000 4194304 4196468 140735553229936 139705859673232 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9770] ppid=9760 vsize=14082736 memory=140028869011072 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9770/stat : 9770 (java) S 9760 9763 5234 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274547140 14420721664 12695 33554432000 4194304 4196468 140735553229936 139705247270896 139706267163266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9771] ppid=9760 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9771/stat : 9771 (java) S 9760 9763 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274547140 14420721664 12695 33554432000 4194304 4196468 140735553229936 139705246217120 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9772] ppid=9760 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9772/stat : 9772 (java) S 9760 9763 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274547140 14420721664 12695 33554432000 4194304 4196468 140735553229936 139705245164528 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9773] ppid=9760 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9773/stat : 9773 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547142 14420721664 12695 33554432000 4194304 4196468 140735553229936 139705244113104 139706267170715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9774] ppid=9760 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9763/task/9774/stat : 9774 (java) S 9760 9763 5234 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 15 0 274547142 14420721664 12695 33554432000 4194304 4196468 140735553229936 139705243060720 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9775] ppid=9760 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9763/task/9775/stat : 9775 (java) S 9760 9763 5234 0 -1 1077944384 239 0 0 0 2 0 0 0 20 0 15 0 274547142 14420721664 12695 33554432000 4194304 4196468 140735553229936 139705242008176 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9776] ppid=9760 vsize=14082736 memory=140028869011072 CPUtime=0.08 cores=0,2,4,6
/proc/9763/task/9776/stat : 9776 (java) S 9760 9763 5234 0 -1 1077944384 344 0 0 0 8 0 0 0 20 0 15 0 274547142 14420721664 12695 33554432000 4194304 4196468 140735553229936 139705240955632 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9777] ppid=9760 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9777/stat : 9777 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547143 14420721664 12695 33554432000 4194304 4196468 140735553229936 139705239903328 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9778] ppid=9760 vsize=14082736 memory=140028869011072 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9778/stat : 9778 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547143 14420721664 12695 33554432000 4194304 4196468 140735553229936 139705238849840 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50576 KiB

[startup+0.700751 s]
/proc/loadavg: 1.93 1.74 1.53 3/215 9778
/proc/meminfo: memFree=18583000/32770624 swapFree=67108688/67108860
[pid=9763] ppid=9760 vsize=14084804 memory=88900 CPUtime=0.98 cores=0,2,4,6
/proc/9763/stat : 9763 (java) S 9760 9763 5234 0 -1 1077944320 17607 0 0 0 94 4 0 0 20 0 15 0 274547137 14422839296 22225 33554432000 4194304 4196468 140735553229936 140735553212480 139706267152119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
/proc/9763/statm: 3521201 22225 3499 1 0 3483273 0
[pid=9763/tid=9765] ppid=9760 vsize=14084804 memory=181990582139273 CPUtime=0.67 cores=0,2,4,6
/proc/9763/task/9765/stat : 9765 (java) R 9760 9763 5234 0 -1 4202560 14905 0 0 0 64 3 0 0 20 0 15 0 274547137 14422839296 22225 33554432000 4194304 4196468 140735553229936 139706271376224 139706267174045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9766] ppid=9760 vsize=14084804 memory=1479054 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9766/stat : 9766 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14422839296 22225 33554432000 4194304 4196468 140735553229936 139706228112144 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9767] ppid=9760 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9767/stat : 9767 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14422839296 22225 33554432000 4194304 4196468 140735553229936 139705861778320 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9768] ppid=9760 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9768/stat : 9768 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14422839296 22225 33554432000 4194304 4196468 140735553229936 139705860725776 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9769] ppid=9760 vsize=14084804 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9769/stat : 9769 (java) S 9760 9763 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547138 14422839296 22225 33554432000 4194304 4196468 140735553229936 139705859673232 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9770] ppid=9760 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9770/stat : 9770 (java) S 9760 9763 5234 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274547140 14422839296 22225 33554432000 4194304 4196468 140735553229936 139705247270896 139706267163266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9771] ppid=9760 vsize=14084804 memory=-6441413357968170793 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9771/stat : 9771 (java) S 9760 9763 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274547140 14422839296 22225 33554432000 4194304 4196468 140735553229936 139705246217120 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9772] ppid=9760 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9772/stat : 9772 (java) S 9760 9763 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274547140 14422839296 22225 33554432000 4194304 4196468 140735553229936 139705245164528 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9773] ppid=9760 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9773/stat : 9773 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547142 14422839296 22225 33554432000 4194304 4196468 140735553229936 139705244113104 139706267170715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9774] ppid=9760 vsize=14084804 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9763/task/9774/stat : 9774 (java) S 9760 9763 5234 0 -1 1077944384 542 0 0 0 7 0 0 0 20 0 15 0 274547142 14422839296 22225 33554432000 4194304 4196468 140735553229936 139705243060720 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9775] ppid=9760 vsize=14084804 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/9763/task/9775/stat : 9775 (java) S 9760 9763 5234 0 -1 1077944384 371 0 0 0 6 0 0 0 20 0 15 0 274547142 14422839296 22225 33554432000 4194304 4196468 140735553229936 139705242008176 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9776] ppid=9760 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/9763/task/9776/stat : 9776 (java) R 9760 9763 5234 0 -1 4202560 407 0 0 0 15 0 0 0 20 0 15 0 274547142 14422839296 22225 33554432000 4194304 4196468 140735553229936 139705240955632 139706267173466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9777] ppid=9760 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9777/stat : 9777 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547143 14422839296 22225 33554432000 4194304 4196468 140735553229936 139705239903328 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9778] ppid=9760 vsize=14084804 memory=3316 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9778/stat : 9778 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547143 14422839296 22225 33554432000 4194304 4196468 140735553229936 139705238849840 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88900 KiB

[startup+1.50118 s]
/proc/loadavg: 1.93 1.74 1.53 4/215 9778
/proc/meminfo: memFree=18550120/32770624 swapFree=67108688/67108860
[pid=9763] ppid=9760 vsize=14090948 memory=135548 CPUtime=2.67 cores=0,2,4,6
/proc/9763/stat : 9763 (java) S 9760 9763 5234 0 -1 1077944320 23352 0 0 0 261 6 0 0 20 0 15 0 274547137 14429130752 33887 33554432000 4194304 4196468 140735553229936 140735553212480 139706267152119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
/proc/9763/statm: 3522737 33887 3535 1 0 3484809 0
[pid=9763/tid=9765] ppid=9760 vsize=14090948 memory=12852 CPUtime=1.36 cores=0,2,4,6
/proc/9763/task/9765/stat : 9765 (java) R 9760 9763 5234 0 -1 4202560 17802 0 0 0 132 4 0 0 20 0 15 0 274547137 14429130752 33887 33554432000 4194304 4196468 140735553229936 139706271387632 139705907970418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9766] ppid=9760 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9766/stat : 9766 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14429130752 33887 33554432000 4194304 4196468 140735553229936 139706228112144 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9767] ppid=9760 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9767/stat : 9767 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14429130752 33887 33554432000 4194304 4196468 140735553229936 139705861778320 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9768] ppid=9760 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9768/stat : 9768 (java) S 9760 9763 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547138 14429130752 33887 33554432000 4194304 4196468 140735553229936 139705860725776 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9769] ppid=9760 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9769/stat : 9769 (java) S 9760 9763 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547138 14429130752 33887 33554432000 4194304 4196468 140735553229936 139705859673232 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9770] ppid=9760 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6

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

[pid=9763/tid=9777] ppid=9760 vsize=14090948 memory=4732 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9777/stat : 9777 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547143 14429130752 42414 33554432000 4194304 4196468 140735553229936 139705239903328 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9778] ppid=9760 vsize=14090948 memory=8112282956445269571 CPUtime=0.05 cores=0,2,4,6
/proc/9763/task/9778/stat : 9778 (java) S 9760 9763 5234 0 -1 1077944384 1060 0 0 0 2 3 0 0 20 0 15 0 274547143 14429130752 42414 33554432000 4194304 4196468 140735553229936 139705238849840 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
Current children cumulated CPU time: 247.63 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 169656 KiB

[startup+246.401 s]
/proc/loadavg: 1.08 1.43 1.45 3/215 9860
/proc/meminfo: memFree=23088292/32770624 swapFree=67108688/67108860
[pid=9763] ppid=9760 vsize=14090948 memory=171704 CPUtime=249.23 cores=0,2,4,6
/proc/9763/stat : 9763 (java) S 9760 9763 5234 0 -1 1077944320 44836 0 0 0 24898 25 0 0 20 0 15 0 274547137 14429130752 42926 33554432000 4194304 4196468 140735553229936 140735553212480 139706267152119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
/proc/9763/statm: 3522737 42926 3576 1 0 3484809 0
[pid=9763/tid=9765] ppid=9760 vsize=14090948 memory=6884 CPUtime=245.47 cores=0,2,4,6
/proc/9763/task/9765/stat : 9765 (java) R 9760 9763 5234 0 -1 4202560 23855 0 0 0 24541 6 0 0 20 0 15 0 274547137 14429130752 42926 33554432000 4194304 4196468 140735553229936 139706271390192 139705908218108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9766] ppid=9760 vsize=14090948 memory=1224 CPUtime=0.26 cores=0,2,4,6
/proc/9763/task/9766/stat : 9766 (java) S 9760 9763 5234 0 -1 1077944384 1221 0 0 0 24 2 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139706228112144 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9767] ppid=9760 vsize=14090948 memory=2336 CPUtime=0.26 cores=0,2,4,6
/proc/9763/task/9767/stat : 9767 (java) S 9760 9763 5234 0 -1 1077944384 1209 0 0 0 24 2 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705861778320 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9768] ppid=9760 vsize=14090948 memory=1752 CPUtime=0.26 cores=0,2,4,6
/proc/9763/task/9768/stat : 9768 (java) S 9760 9763 5234 0 -1 1077944384 1760 0 0 0 22 4 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705860725776 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9769] ppid=9760 vsize=14090948 memory=868 CPUtime=0.24 cores=0,2,4,6
/proc/9763/task/9769/stat : 9769 (java) S 9760 9763 5234 0 -1 1077944384 2064 0 0 0 21 3 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705859673232 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9770] ppid=9760 vsize=14090948 memory=1808 CPUtime=0.3 cores=0,2,4,6
/proc/9763/task/9770/stat : 9770 (java) S 9760 9763 5234 0 -1 1077944384 1772 0 0 0 28 2 0 0 20 0 15 0 274547140 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705247270896 139706267163266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9771] ppid=9760 vsize=14090948 memory=171704 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9771/stat : 9771 (java) S 9760 9763 5234 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 274547140 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705246217184 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9772] ppid=9760 vsize=14090948 memory=804 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9772/stat : 9772 (java) S 9760 9763 5234 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 274547140 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705245164544 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9773] ppid=9760 vsize=14090948 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9773/stat : 9773 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705244113104 139706267170715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9774] ppid=9760 vsize=14090948 memory=8112282956445269571 CPUtime=0.9 cores=0,2,4,6
/proc/9763/task/9774/stat : 9774 (java) S 9760 9763 5234 0 -1 1077944384 3244 0 0 0 90 0 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705243060720 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9775] ppid=9760 vsize=14090948 memory=748 CPUtime=0.92 cores=0,2,4,6
/proc/9763/task/9775/stat : 9775 (java) S 9760 9763 5234 0 -1 1077944384 2989 0 0 0 90 2 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705242008176 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9776] ppid=9760 vsize=14090948 memory=1220 CPUtime=0.45 cores=0,2,4,6
/proc/9763/task/9776/stat : 9776 (java) S 9760 9763 5234 0 -1 1077944384 4196 0 0 0 45 0 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705240955632 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9777] ppid=9760 vsize=14090948 memory=6692 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9777/stat : 9777 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547143 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705239903328 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9778] ppid=9760 vsize=14090948 memory=8112282956445269571 CPUtime=0.06 cores=0,2,4,6
/proc/9763/task/9778/stat : 9778 (java) S 9760 9763 5234 0 -1 1077944384 1060 0 0 0 2 4 0 0 20 0 15 0 274547143 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705238849840 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
Current children cumulated CPU time: 249.23 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 171704 KiB

[startup+246.801 s]
/proc/loadavg: 1.08 1.43 1.45 3/215 9860
/proc/meminfo: memFree=23088292/32770624 swapFree=67108688/67108860
[pid=9763] ppid=9760 vsize=14090948 memory=171704 CPUtime=249.64 cores=0,2,4,6
/proc/9763/stat : 9763 (java) S 9760 9763 5234 0 -1 1077944320 44837 0 0 0 24939 25 0 0 20 0 15 0 274547137 14429130752 42926 33554432000 4194304 4196468 140735553229936 140735553212480 139706267152119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
/proc/9763/statm: 3522737 42926 3576 1 0 3484809 0
[pid=9763/tid=9765] ppid=9760 vsize=14090948 memory=171704 CPUtime=245.87 cores=0,2,4,6
/proc/9763/task/9765/stat : 9765 (java) R 9760 9763 5234 0 -1 4202560 23856 0 0 0 24581 6 0 0 20 0 15 0 274547137 14429130752 42926 33554432000 4194304 4196468 140735553229936 139706271390352 139705908678950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9766] ppid=9760 vsize=14090948 memory=169656 CPUtime=0.26 cores=0,2,4,6
/proc/9763/task/9766/stat : 9766 (java) S 9760 9763 5234 0 -1 1077944384 1221 0 0 0 24 2 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139706228112144 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9767] ppid=9760 vsize=14090948 memory=7378417258213304401 CPUtime=0.26 cores=0,2,4,6
/proc/9763/task/9767/stat : 9767 (java) S 9760 9763 5234 0 -1 1077944384 1209 0 0 0 24 2 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705861778320 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9768] ppid=9760 vsize=14090948 memory=8112282956445269571 CPUtime=0.26 cores=0,2,4,6
/proc/9763/task/9768/stat : 9768 (java) S 9760 9763 5234 0 -1 1077944384 1760 0 0 0 22 4 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705860725776 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9769] ppid=9760 vsize=14090948 memory=924 CPUtime=0.24 cores=0,2,4,6
/proc/9763/task/9769/stat : 9769 (java) S 9760 9763 5234 0 -1 1077944384 2064 0 0 0 21 3 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705859673232 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9770] ppid=9760 vsize=14090948 memory=1168 CPUtime=0.31 cores=0,2,4,6
/proc/9763/task/9770/stat : 9770 (java) S 9760 9763 5234 0 -1 1077944384 1772 0 0 0 29 2 0 0 20 0 15 0 274547140 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705247270896 139706267163266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9771] ppid=9760 vsize=14090948 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9771/stat : 9771 (java) S 9760 9763 5234 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 274547140 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705246217184 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9772] ppid=9760 vsize=14090948 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9772/stat : 9772 (java) S 9760 9763 5234 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 274547140 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705245164544 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9773] ppid=9760 vsize=14090948 memory=924 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9773/stat : 9773 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705244113104 139706267170715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9774] ppid=9760 vsize=14090948 memory=2192 CPUtime=0.9 cores=0,2,4,6
/proc/9763/task/9774/stat : 9774 (java) S 9760 9763 5234 0 -1 1077944384 3244 0 0 0 90 0 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705243060720 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9775] ppid=9760 vsize=14090948 memory=3852 CPUtime=0.92 cores=0,2,4,6
/proc/9763/task/9775/stat : 9775 (java) S 9760 9763 5234 0 -1 1077944384 2989 0 0 0 90 2 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705242008176 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9776] ppid=9760 vsize=14090948 memory=4104 CPUtime=0.45 cores=0,2,4,6
/proc/9763/task/9776/stat : 9776 (java) S 9760 9763 5234 0 -1 1077944384 4196 0 0 0 45 0 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705240955632 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9777] ppid=9760 vsize=14090948 memory=2584 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9777/stat : 9777 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547143 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705239903328 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9778] ppid=9760 vsize=14090948 memory=2860 CPUtime=0.06 cores=0,2,4,6
/proc/9763/task/9778/stat : 9778 (java) S 9760 9763 5234 0 -1 1077944384 1060 0 0 0 2 4 0 0 20 0 15 0 274547143 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705238849840 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
Current children cumulated CPU time: 249.64 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 171704 KiB

[startup+247.201 s]
/proc/loadavg: 1.08 1.43 1.45 3/215 9861
/proc/meminfo: memFree=23088152/32770624 swapFree=67108688/67108860
[pid=9763] ppid=9760 vsize=14090948 memory=171704 CPUtime=250.04 cores=0,2,4,6
/proc/9763/stat : 9763 (java) S 9760 9763 5234 0 -1 1077944320 44838 0 0 0 24979 25 0 0 20 0 15 0 274547137 14429130752 42926 33554432000 4194304 4196468 140735553229936 140735553212480 139706267152119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
/proc/9763/statm: 3522737 42926 3576 1 0 3484809 0
[pid=9763/tid=9765] ppid=9760 vsize=14090948 memory=8112282956445269571 CPUtime=246.27 cores=0,2,4,6
/proc/9763/task/9765/stat : 9765 (java) R 9760 9763 5234 0 -1 4202560 23857 0 0 0 24621 6 0 0 20 0 15 0 274547137 14429130752 42926 33554432000 4194304 4196468 140735553229936 139706271390352 139705908148701 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9766] ppid=9760 vsize=14090948 memory=-9178176117148050014 CPUtime=0.26 cores=0,2,4,6
/proc/9763/task/9766/stat : 9766 (java) S 9760 9763 5234 0 -1 1077944384 1221 0 0 0 24 2 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139706228112144 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9767] ppid=9760 vsize=14090948 memory=7014751519650370150 CPUtime=0.26 cores=0,2,4,6
/proc/9763/task/9767/stat : 9767 (java) S 9760 9763 5234 0 -1 1077944384 1209 0 0 0 24 2 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705861778320 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9768] ppid=9760 vsize=14090948 memory=7014751519650370150 CPUtime=0.26 cores=0,2,4,6
/proc/9763/task/9768/stat : 9768 (java) S 9760 9763 5234 0 -1 1077944384 1760 0 0 0 22 4 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705860725776 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9769] ppid=9760 vsize=14090948 memory=8112282956445269571 CPUtime=0.24 cores=0,2,4,6
/proc/9763/task/9769/stat : 9769 (java) S 9760 9763 5234 0 -1 1077944384 2064 0 0 0 21 3 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705859673232 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9770] ppid=9760 vsize=14090948 memory=169656 CPUtime=0.31 cores=0,2,4,6
/proc/9763/task/9770/stat : 9770 (java) S 9760 9763 5234 0 -1 1077944384 1772 0 0 0 29 2 0 0 20 0 15 0 274547140 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705247270896 139706267163266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9771] ppid=9760 vsize=14090948 memory=748 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9771/stat : 9771 (java) S 9760 9763 5234 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 274547140 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705246217184 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9772] ppid=9760 vsize=14090948 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9772/stat : 9772 (java) S 9760 9763 5234 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 274547140 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705245164544 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9773] ppid=9760 vsize=14090948 memory=6692 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9773/stat : 9773 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705244113104 139706267170715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9774] ppid=9760 vsize=14090948 memory=171704 CPUtime=0.9 cores=0,2,4,6
/proc/9763/task/9774/stat : 9774 (java) S 9760 9763 5234 0 -1 1077944384 3244 0 0 0 90 0 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705243060720 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9775] ppid=9760 vsize=14090948 memory=3868 CPUtime=0.92 cores=0,2,4,6
/proc/9763/task/9775/stat : 9775 (java) S 9760 9763 5234 0 -1 1077944384 2989 0 0 0 90 2 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705242008176 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9776] ppid=9760 vsize=14090948 memory=6884 CPUtime=0.45 cores=0,2,4,6
/proc/9763/task/9776/stat : 9776 (java) S 9760 9763 5234 0 -1 1077944384 4196 0 0 0 45 0 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705240955632 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9777] ppid=9760 vsize=14090948 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9777/stat : 9777 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547143 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705239903328 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9778] ppid=9760 vsize=14090948 memory=2336 CPUtime=0.06 cores=0,2,4,6
/proc/9763/task/9778/stat : 9778 (java) S 9760 9763 5234 0 -1 1077944384 1060 0 0 0 2 4 0 0 20 0 15 0 274547143 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705238849840 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
Current children cumulated CPU time: 250.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 171704 KiB

[startup+247.301 s]
/proc/loadavg: 1.08 1.43 1.45 3/215 9861
/proc/meminfo: memFree=23088152/32770624 swapFree=67108688/67108860
[pid=9763] ppid=9760 vsize=14090948 memory=171704 CPUtime=250.14 cores=0,2,4,6
/proc/9763/stat : 9763 (java) S 9760 9763 5234 0 -1 1077944320 44839 0 0 0 24989 25 0 0 20 0 15 0 274547137 14429130752 42926 33554432000 4194304 4196468 140735553229936 140735553212480 139706267152119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
/proc/9763/statm: 3522737 42926 3576 1 0 3484809 0
[pid=9763/tid=9765] ppid=9760 vsize=14090948 memory=171704 CPUtime=246.37 cores=0,2,4,6
/proc/9763/task/9765/stat : 9765 (java) R 9760 9763 5234 0 -1 4202560 23858 0 0 0 24631 6 0 0 20 0 15 0 274547137 14429130752 42926 33554432000 4194304 4196468 140735553229936 139706271390224 139705908121826 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9766] ppid=9760 vsize=14090948 memory=169656 CPUtime=0.26 cores=0,2,4,6
/proc/9763/task/9766/stat : 9766 (java) S 9760 9763 5234 0 -1 1077944384 1221 0 0 0 24 2 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139706228112144 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9767] ppid=9760 vsize=14090948 memory=169656 CPUtime=0.26 cores=0,2,4,6
/proc/9763/task/9767/stat : 9767 (java) S 9760 9763 5234 0 -1 1077944384 1209 0 0 0 24 2 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705861778320 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9768] ppid=9760 vsize=14090948 memory=169656 CPUtime=0.26 cores=0,2,4,6
/proc/9763/task/9768/stat : 9768 (java) S 9760 9763 5234 0 -1 1077944384 1760 0 0 0 22 4 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705860725776 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9769] ppid=9760 vsize=14090948 memory=171704 CPUtime=0.24 cores=0,2,4,6
/proc/9763/task/9769/stat : 9769 (java) S 9760 9763 5234 0 -1 1077944384 2064 0 0 0 21 3 0 0 20 0 15 0 274547138 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705859673232 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9770] ppid=9760 vsize=14090948 memory=3868 CPUtime=0.31 cores=0,2,4,6
/proc/9763/task/9770/stat : 9770 (java) S 9760 9763 5234 0 -1 1077944384 1772 0 0 0 29 2 0 0 20 0 15 0 274547140 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705247270896 139706267163266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9771] ppid=9760 vsize=14090948 memory=169656 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9771/stat : 9771 (java) S 9760 9763 5234 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 274547140 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705246217184 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9772] ppid=9760 vsize=14090948 memory=169656 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9772/stat : 9772 (java) S 9760 9763 5234 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 274547140 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705245164544 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9773] ppid=9760 vsize=14090948 memory=169656 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9773/stat : 9773 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705244113104 139706267170715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9774] ppid=9760 vsize=14090948 memory=169656 CPUtime=0.9 cores=0,2,4,6
/proc/9763/task/9774/stat : 9774 (java) S 9760 9763 5234 0 -1 1077944384 3244 0 0 0 90 0 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705243060720 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9775] ppid=9760 vsize=14090948 memory=2676 CPUtime=0.92 cores=0,2,4,6
/proc/9763/task/9775/stat : 9775 (java) S 9760 9763 5234 0 -1 1077944384 2989 0 0 0 90 2 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705242008176 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9776] ppid=9760 vsize=14090948 memory=2608 CPUtime=0.45 cores=0,2,4,6
/proc/9763/task/9776/stat : 9776 (java) S 9760 9763 5234 0 -1 1077944384 4196 0 0 0 45 0 0 0 20 0 15 0 274547142 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705240955632 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9777] ppid=9760 vsize=14090948 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/9763/task/9777/stat : 9777 (java) S 9760 9763 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547143 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705239903328 139706267162325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
[pid=9763/tid=9778] ppid=9760 vsize=14090948 memory=8112282956445269571 CPUtime=0.06 cores=0,2,4,6
/proc/9763/task/9778/stat : 9778 (java) S 9760 9763 5234 0 -1 1077944384 1060 0 0 0 2 4 0 0 20 0 15 0 274547143 14429130752 42926 33554432000 4194304 4196468 140735553229936 139705238849840 139706267163266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 33095680 140735553238094 140735553238286 140735553238286 140735553241039 0
Current children cumulated CPU time: 250.14 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 171704 KiB

Child status: 0
Real time (s): 247.363
CPU time (s): 250.209
CPU user time (s): 249.95
CPU system time (s): 0.258388
CPU usage (%): 101.15
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 230056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.95
system time used= 0.258388
maximum resident set size= 231096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45726
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16118
involuntary context switches= 570


# summary of solver processes directly reported to runsolver:
#   pid: 9763
#   total CPU time (s): 250.209
#   total CPU user time (s): 249.95
#   total CPU system time (s): 0.258388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45957 second user time and 2.29872 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-18 07:24:03
IDJOB=4312196
IDBENCH=141375
IDSOLVER=2800
FILE ID=node106/4312196-1534569843
RUNJOBID= node106-1534568853-8989
PBS_JOBID= 21038641
Free space on /tmp= 53732 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-11_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-4312196-1534569843/watcher-4312196-1534569843 -o /tmp/evaluation-result-4312196-1534569843/solver-4312196-1534569843 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534568853-8989 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2060964821 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312196-1534569843.xml

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

MD5SUM BENCH= d48530cddaac7c3de8b9754209410058
RANDOM SEED=2060964821

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        18644616 kB
MemAvailable:   27136860 kB
Buffers:          233696 kB
Cached:          8521380 kB
SwapCached:            0 kB
Active:          9321728 kB
Inactive:        4232148 kB
Active(anon):    4770476 kB
Inactive(anon):    96876 kB
Active(file):    4551252 kB
Inactive(file):  4135272 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35728 kB
Writeback:             0 kB
AnonPages:       4805380 kB
Mapped:            32956 kB
Shmem:             66016 kB
Slab:             262892 kB
SReclaimable:     234180 kB
SUnreclaim:        28712 kB
KernelStack:        3568 kB
PageTables:        14956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6262612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4626432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53792 MiB
End job on node106 at 2018-08-18 07:28:10