Trace number 4273969

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26SAT 2207.3401 2200.74

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f50-12.xml
MD5SUM2e473dae547e5e185f8a7aab72fd0dc2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.095748
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":40},{"degree":4,"count":30},{"degree":5,"count":10},{"degree":6,"count":1}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":35,"count":1},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1584975287
0.30/0.25	c timeout: 2520
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 4
0.30/0.27	c Parsing instance...
1.01/0.70	c Parsing done, starting search...
2207.28/2200.73	s SATISFIABLE
2207.28/2200.74	v <instantiation>
2207.28/2200.74	v 	<list>
2207.28/2200.74	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
2207.28/2200.74	v 	</list>
2207.28/2200.74	v 	<values>
2207.28/2200.74	v 		32 34 48 2 15 27 79 72 60 36 17 9 77 33 3 64 67 63 58 26 38 40 80 43 37 23 24 28 69 1 12 14 53 65 57 70 20 41 75 71 78 50 16 11 7 46 61 44 5 56 66 25 19 47 29 59 4 73 18 62 42 51 31 68 13 76 81 54 10 6 39 22 52 49 74 8 21 55 35 30 45 
2207.28/2200.74	v 	</values>
2207.28/2200.74	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273969-1502800717/watcher-4273969-1502800717 -o /tmp/evaluation-result-4273969-1502800717/solver-4273969-1502800717 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502789816-11230 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1584975287 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273969-1502800717.xml 

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

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=12576, runsolver pid=12573

[startup+0.100095 s]*
/proc/loadavg: 1.57 1.62 1.66 3/216 12591
/proc/meminfo: memFree=28358876/32770624 swapFree=67108860/67108860
[pid=12576] ppid=12573 vsize=13980164 memory=33632 CPUtime=0.12 cores=1,3,5,7
/proc/12576/stat : 12576 (java) S 12573 12576 11198 0 -1 1077944320 8315 0 0 0 11 1 0 0 20 0 15 0 113152765 14315687936 8408 33554432000 4194304 4196468 140722196791776 140722196774320 140541660909303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
/proc/12576/statm: 3495041 8408 3409 1 0 3482761 0
[pid=12576/tid=12578] ppid=12573 vsize=13980164 memory=-6966715213708813952 CPUtime=0.09 cores=1,3,5,7
/proc/12576/task/12578/stat : 12578 (java) R 12573 12576 11198 0 -1 4202560 6266 0 0 0 8 1 0 0 20 0 15 0 113152766 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541665115680 140541644302640 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12579] ppid=12573 vsize=13980164 memory=5793855728122587577 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12579/stat : 12579 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541256277136 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12580] ppid=12573 vsize=13980164 memory=140477112694400 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12580/stat : 12580 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541255224336 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12581] ppid=12573 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12581/stat : 12581 (java) S 12573 12576 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113152767 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541254171536 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12582] ppid=12573 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12582/stat : 12582 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541253118736 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12583] ppid=12573 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12583/stat : 12583 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152768 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541203097968 140541660920450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12584] ppid=12573 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12584/stat : 12584 (java) S 12573 12576 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113152768 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541202043936 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12585] ppid=12573 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12585/stat : 12585 (java) S 12573 12576 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113152769 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541200991088 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12586] ppid=12573 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12586/stat : 12586 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541199939408 140541660927899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12587] ppid=12573 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12587/stat : 12587 (java) S 12573 12576 11198 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 113152771 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541198887792 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12588] ppid=12573 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12588/stat : 12588 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541197834992 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12589] ppid=12573 vsize=13980164 memory=140477112694400 CPUtime=0.02 cores=1,3,5,7
/proc/12576/task/12589/stat : 12589 (java) S 12573 12576 11198 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 15 0 113152771 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541196782192 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12590] ppid=12573 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12590/stat : 12590 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541127813856 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12591] ppid=12573 vsize=13980164 memory=140477112694400 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12591/stat : 12591 (java) S 12573 12576 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113152771 14315687936 8408 33554432000 4194304 4196468 140722196791776 140541126761136 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 33632 KiB

[startup+0.213225 s]*
/proc/loadavg: 1.57 1.62 1.66 3/216 12591
/proc/meminfo: memFree=28356388/32770624 swapFree=67108860/67108860
[pid=12576] ppid=12573 vsize=13980164 memory=42984 CPUtime=0.3 cores=1,3,5,7
/proc/12576/stat : 12576 (java) S 12573 12576 11198 0 -1 1077944320 9428 0 0 0 28 2 0 0 20 0 15 0 113152765 14315687936 10746 33554432000 4194304 4196468 140722196791776 140722196774320 140541660909303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
/proc/12576/statm: 3495041 10746 3618 1 0 3482761 0
[pid=12576/tid=12578] ppid=12573 vsize=13980164 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/12576/task/12578/stat : 12578 (java) R 12573 12576 11198 0 -1 4202560 6938 0 0 0 18 2 0 0 20 0 15 0 113152766 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541665118704 140541644989790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12579] ppid=12573 vsize=13980164 memory=4211974203317484938 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12579/stat : 12579 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541256277136 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12580] ppid=12573 vsize=13980164 memory=140477112694400 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12580/stat : 12580 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541255224336 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12581] ppid=12573 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12581/stat : 12581 (java) S 12573 12576 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113152767 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541254171536 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12582] ppid=12573 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12582/stat : 12582 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541253118736 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12583] ppid=12573 vsize=13980164 memory=140477112694400 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12583/stat : 12583 (java) S 12573 12576 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113152768 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541203097968 140541660920450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12584] ppid=12573 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12584/stat : 12584 (java) S 12573 12576 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113152768 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541202043936 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12585] ppid=12573 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12585/stat : 12585 (java) S 12573 12576 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113152769 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541200991088 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12586] ppid=12573 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12586/stat : 12586 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541199939408 140541660927899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12587] ppid=12573 vsize=13980164 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12576/task/12587/stat : 12587 (java) R 12573 12576 11198 0 -1 4202560 524 0 0 0 1 0 0 0 20 0 15 0 113152771 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541198887792 140541653146430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12588] ppid=12573 vsize=13980164 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12576/task/12588/stat : 12588 (java) S 12573 12576 11198 0 -1 1077944384 126 0 0 0 2 0 0 0 20 0 15 0 113152771 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541197834992 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12589] ppid=12573 vsize=13980164 memory=140477112694400 CPUtime=0.06 cores=1,3,5,7
/proc/12576/task/12589/stat : 12589 (java) S 12573 12576 11198 0 -1 1077944384 460 0 0 0 6 0 0 0 20 0 15 0 113152771 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541196782192 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12590] ppid=12573 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12590/stat : 12590 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541127813856 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12591] ppid=12573 vsize=13980164 memory=140477112694400 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12591/stat : 12591 (java) S 12573 12576 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113152771 14315687936 10746 33554432000 4194304 4196468 140722196791776 140541126761136 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 42984 KiB

[startup+0.310521 s]*
/proc/loadavg: 1.57 1.62 1.66 3/216 12591
/proc/meminfo: memFree=28349560/32770624 swapFree=67108860/67108860
[pid=12576] ppid=12573 vsize=13980184 memory=50920 CPUtime=0.49 cores=1,3,5,7
/proc/12576/stat : 12576 (java) S 12573 12576 11198 0 -1 1077944320 10430 0 0 0 46 3 0 0 20 0 15 0 113152765 14315708416 12730 33554432000 4194304 4196468 140722196791776 140722196774320 140541660909303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
/proc/12576/statm: 3495046 12730 3712 1 0 3482761 0
[pid=12576/tid=12578] ppid=12573 vsize=13980184 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/12576/task/12578/stat : 12578 (java) R 12573 12576 11198 0 -1 4202560 7558 0 0 0 27 2 0 0 20 0 15 0 113152766 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541665137408 140541660921238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12579] ppid=12573 vsize=13980184 memory=4211974203317484938 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12579/stat : 12579 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541256277136 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12580] ppid=12573 vsize=13980184 memory=140477112696757 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12580/stat : 12580 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541255224336 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12581] ppid=12573 vsize=13980184 memory=140476971865550 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12581/stat : 12581 (java) S 12573 12576 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113152767 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541254171536 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12582] ppid=12573 vsize=13980184 memory=140476971863503 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12582/stat : 12582 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541253118736 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12583] ppid=12573 vsize=13980184 memory=140477112705625 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12583/stat : 12583 (java) S 12573 12576 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113152768 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541203097968 140541660920450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12584] ppid=12573 vsize=13980184 memory=140476971872687 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12584/stat : 12584 (java) S 12573 12576 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113152768 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541202043936 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12585] ppid=12573 vsize=13980184 memory=280953943736208 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12585/stat : 12585 (java) S 12573 12576 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113152769 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541200991088 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12586] ppid=12573 vsize=13980184 memory=280953943733904 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12586/stat : 12586 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541199939408 140541660927899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12587] ppid=12573 vsize=13980184 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12576/task/12587/stat : 12587 (java) R 12573 12576 11198 0 -1 4202560 715 0 0 0 3 0 0 0 20 0 15 0 113152771 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541198887792 140541660921238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12588] ppid=12573 vsize=13980184 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/12576/task/12588/stat : 12588 (java) R 12573 12576 11198 0 -1 1077944384 294 0 0 0 6 0 0 0 20 0 15 0 113152771 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541197834992 140541660920450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12589] ppid=12573 vsize=13980184 memory=140477112694400 CPUtime=0.08 cores=1,3,5,7
/proc/12576/task/12589/stat : 12589 (java) S 12573 12576 11198 0 -1 1077944384 480 0 0 0 8 0 0 0 20 0 15 0 113152771 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541196782192 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12590] ppid=12573 vsize=13980184 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12590/stat : 12590 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541127813856 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12591] ppid=12573 vsize=13980184 memory=140477112694400 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12591/stat : 12591 (java) S 12573 12576 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113152771 14315708416 12730 33554432000 4194304 4196468 140722196791776 140541126761136 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 50920 KiB

[startup+0.705385 s]
/proc/loadavg: 1.57 1.62 1.66 3/216 12591
/proc/meminfo: memFree=28336532/32770624 swapFree=67108860/67108860
[pid=12576] ppid=12573 vsize=13984280 memory=82496 CPUtime=1.19 cores=1,3,5,7
/proc/12576/stat : 12576 (java) S 12573 12576 11198 0 -1 1077944320 13188 0 0 0 114 5 0 0 20 0 15 0 113152765 14319902720 20624 33554432000 4194304 4196468 140722196791776 140722196774320 140541660909303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
/proc/12576/statm: 3496070 20624 3764 1 0 3483785 0
[pid=12576/tid=12578] ppid=12573 vsize=13984280 memory=1952 CPUtime=0.68 cores=1,3,5,7
/proc/12576/task/12578/stat : 12578 (java) R 12573 12576 11198 0 -1 4202560 9254 0 0 0 64 4 0 0 20 0 15 0 113152766 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541665144248 140541660931229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12579] ppid=12573 vsize=13984280 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12579/stat : 12579 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541256277136 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12580] ppid=12573 vsize=13984280 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12580/stat : 12580 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541255224336 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12581] ppid=12573 vsize=13984280 memory=7523356985603351872 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12581/stat : 12581 (java) S 12573 12576 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113152767 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541254171536 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12582] ppid=12573 vsize=13984280 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12582/stat : 12582 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541253118736 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12583] ppid=12573 vsize=13984280 memory=6935663622157783120 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12583/stat : 12583 (java) S 12573 12576 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113152768 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541203097968 140541660920450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12584] ppid=12573 vsize=13984280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12584/stat : 12584 (java) S 12573 12576 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113152768 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541202043936 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12585] ppid=12573 vsize=13984280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12585/stat : 12585 (java) S 12573 12576 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113152769 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541200991088 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12586] ppid=12573 vsize=13984280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12586/stat : 12586 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541199939408 140541660927899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12587] ppid=12573 vsize=13984280 memory=85 CPUtime=0.13 cores=1,3,5,7
/proc/12576/task/12587/stat : 12587 (java) R 12573 12576 11198 0 -1 4202560 1116 0 0 0 13 0 0 0 20 0 15 0 113152771 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541198873816 140541642453507 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12588] ppid=12573 vsize=13984280 memory=4 CPUtime=0.11 cores=1,3,5,7
/proc/12576/task/12588/stat : 12588 (java) S 12573 12576 11198 0 -1 1077944384 404 0 0 0 11 0 0 0 20 0 15 0 113152771 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541197834992 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12589] ppid=12573 vsize=13984280 memory=7297 CPUtime=0.24 cores=1,3,5,7
/proc/12576/task/12589/stat : 12589 (java) S 12573 12576 11198 0 -1 1077944384 1032 0 0 0 24 0 0 0 20 0 15 0 113152771 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541196782192 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12590] ppid=12573 vsize=13984280 memory=280953943920112 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12590/stat : 12590 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541127813856 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12591] ppid=12573 vsize=13984280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12591/stat : 12591 (java) S 12573 12576 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113152771 14319902720 20624 33554432000 4194304 4196468 140722196791776 140541126761136 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 82496 KiB

[startup+1.50072 s]
/proc/loadavg: 1.57 1.62 1.66 5/216 12591
/proc/meminfo: memFree=28303408/32770624 swapFree=67108860/67108860
[pid=12576] ppid=12573 vsize=13984280 memory=127892 CPUtime=2.89 cores=1,3,5,7
/proc/12576/stat : 12576 (java) S 12573 12576 11198 0 -1 1077944320 19613 0 0 0 283 6 0 0 20 0 15 0 113152765 14319902720 31973 33554432000 4194304 4196468 140722196791776 140722196774320 140541660909303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
/proc/12576/statm: 3496070 31973 3771 1 0 3483785 0
[pid=12576/tid=12578] ppid=12573 vsize=13984280 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/12576/task/12578/stat : 12578 (java) R 12573 12576 11198 0 -1 4202560 10356 0 0 0 143 4 0 0 20 0 15 0 113152766 14319902720 31973 33554432000 4194304 4196468 140722196791776 140541665145656 140541282606405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12579] ppid=12573 vsize=13984280 memory=-6224079725889414503 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12579/stat : 12579 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14319902720 31973 33554432000 4194304 4196468 140722196791776 140541256277136 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12580] ppid=12573 vsize=13984280 memory=-6367385439093268265 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12580/stat : 12580 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14319902720 31973 33554432000 4194304 4196468 140722196791776 140541255224336 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12581] ppid=12573 vsize=13984280 memory=-1161699032755887712 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12581/stat : 12581 (java) S 12573 12576 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113152767 14319902720 31973 33554432000 4194304 4196468 140722196791776 140541254171536 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12582] ppid=12573 vsize=13984280 memory=-6305713923011798400 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12582/stat : 12582 (java) S 12573 12576 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113152767 14319902720 31973 33554432000 4194304 4196468 140722196791776 140541253118736 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12583] ppid=12573 vsize=13984280 memory=-6305712810598425472 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12583/stat : 12583 (java) S 12573 12576 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113152768 14319902720 31973 33554432000 4194304 4196468 140722196791776 140541203097968 140541660920450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0

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

[pid=12576/tid=12590] ppid=12573 vsize=13984280 memory=198880 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12590/stat : 12590 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541127813856 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12591] ppid=12573 vsize=13984280 memory=1228 CPUtime=0.45 cores=1,3,5,7
/proc/12576/task/12591/stat : 12591 (java) S 12573 12576 11198 0 -1 1077944384 788 0 0 0 20 25 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541126761136 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
Current children cumulated CPU time: 2204.98 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 200928 KiB

[startup+2200 s]*
/proc/loadavg: 1.56 1.59 1.47 3/216 12816
/proc/meminfo: memFree=28237128/32770624 swapFree=67108860/67108860
[pid=12576] ppid=12573 vsize=13984280 memory=200928 CPUtime=2206.59 cores=1,3,5,7
/proc/12576/stat : 12576 (java) S 12573 12576 11198 0 -1 1077944320 46820 0 0 0 220570 89 0 0 20 0 15 0 113152765 14319902720 50232 33554432000 4194304 4196468 140722196791776 140722196774320 140541660909303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
/proc/12576/statm: 3496070 50232 3807 1 0 3483785 0
[pid=12576/tid=12578] ppid=12573 vsize=13984280 memory=6791534058613427641 CPUtime=2195.46 cores=1,3,5,7
/proc/12576/task/12578/stat : 12578 (java) R 12573 12576 11198 0 -1 4202560 21373 0 0 0 219535 11 0 0 20 0 15 0 113152766 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541665147872 140541282699124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12579] ppid=12573 vsize=13984280 memory=-7003737579269690708 CPUtime=1.74 cores=1,3,5,7
/proc/12576/task/12579/stat : 12579 (java) S 12573 12576 11198 0 -1 1077944384 1809 0 0 0 158 16 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541256277136 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12580] ppid=12573 vsize=13984280 memory=198880 CPUtime=1.77 cores=1,3,5,7
/proc/12576/task/12580/stat : 12580 (java) S 12573 12576 11198 0 -1 1077944384 2556 0 0 0 163 14 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541255224336 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12581] ppid=12573 vsize=13984280 memory=2428 CPUtime=1.75 cores=1,3,5,7
/proc/12576/task/12581/stat : 12581 (java) S 12573 12576 11198 0 -1 1077944384 1015 0 0 0 161 14 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541254171536 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12582] ppid=12573 vsize=13984280 memory=1292 CPUtime=1.75 cores=1,3,5,7
/proc/12576/task/12582/stat : 12582 (java) S 12573 12576 11198 0 -1 1077944384 3089 0 0 0 160 15 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541253118736 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12583] ppid=12573 vsize=13984280 memory=1728 CPUtime=1.98 cores=1,3,5,7
/proc/12576/task/12583/stat : 12583 (java) S 12573 12576 11198 0 -1 1077944384 5003 0 0 0 186 12 0 0 20 0 15 0 113152768 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541203097968 140541660920450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12584] ppid=12573 vsize=13984280 memory=12064 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12584/stat : 12584 (java) S 12573 12576 11198 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 113152768 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541202044000 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12585] ppid=12573 vsize=13984280 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12585/stat : 12585 (java) S 12573 12576 11198 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 113152769 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541200991104 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12586] ppid=12573 vsize=13984280 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12586/stat : 12586 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541199939408 140541660927899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12587] ppid=12573 vsize=13984280 memory=1952 CPUtime=0.6 cores=1,3,5,7
/proc/12576/task/12587/stat : 12587 (java) S 12573 12576 11198 0 -1 1077944384 4028 0 0 0 59 1 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541198887792 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12588] ppid=12573 vsize=13984280 memory=5796 CPUtime=0.64 cores=1,3,5,7
/proc/12576/task/12588/stat : 12588 (java) S 12573 12576 11198 0 -1 1077944384 3229 0 0 0 64 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541197834992 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12589] ppid=12573 vsize=13984280 memory=4616 CPUtime=0.32 cores=1,3,5,7
/proc/12576/task/12589/stat : 12589 (java) S 12573 12576 11198 0 -1 1077944384 2485 0 0 0 32 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541196782192 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12590] ppid=12573 vsize=13984280 memory=8588 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12590/stat : 12590 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541127813856 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12591] ppid=12573 vsize=13984280 memory=792 CPUtime=0.45 cores=1,3,5,7
/proc/12576/task/12591/stat : 12591 (java) S 12573 12576 11198 0 -1 1077944384 788 0 0 0 20 25 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541126761136 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
Current children cumulated CPU time: 2206.59 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 200928 KiB

[startup+2200.4 s]
/proc/loadavg: 1.56 1.59 1.47 3/216 12816
/proc/meminfo: memFree=28237128/32770624 swapFree=67108860/67108860
[pid=12576] ppid=12573 vsize=13984280 memory=200928 CPUtime=2206.98 cores=1,3,5,7
/proc/12576/stat : 12576 (java) S 12573 12576 11198 0 -1 1077944320 46820 0 0 0 220609 89 0 0 20 0 15 0 113152765 14319902720 50232 33554432000 4194304 4196468 140722196791776 140722196774320 140541660909303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
/proc/12576/statm: 3496070 50232 3807 1 0 3483785 0
[pid=12576/tid=12578] ppid=12573 vsize=13984280 memory=2548 CPUtime=2195.86 cores=1,3,5,7
/proc/12576/task/12578/stat : 12578 (java) R 12573 12576 11198 0 -1 4202560 21373 0 0 0 219575 11 0 0 20 0 15 0 113152766 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541665147872 140541283066227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12579] ppid=12573 vsize=13984280 memory=4100 CPUtime=1.74 cores=1,3,5,7
/proc/12576/task/12579/stat : 12579 (java) S 12573 12576 11198 0 -1 1077944384 1809 0 0 0 158 16 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541256277136 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12580] ppid=12573 vsize=13984280 memory=1156 CPUtime=1.77 cores=1,3,5,7
/proc/12576/task/12580/stat : 12580 (java) S 12573 12576 11198 0 -1 1077944384 2556 0 0 0 163 14 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541255224336 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12581] ppid=12573 vsize=13984280 memory=3208 CPUtime=1.75 cores=1,3,5,7
/proc/12576/task/12581/stat : 12581 (java) S 12573 12576 11198 0 -1 1077944384 1015 0 0 0 161 14 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541254171536 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12582] ppid=12573 vsize=13984280 memory=200928 CPUtime=1.75 cores=1,3,5,7
/proc/12576/task/12582/stat : 12582 (java) S 12573 12576 11198 0 -1 1077944384 3089 0 0 0 160 15 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541253118736 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12583] ppid=12573 vsize=13984280 memory=1156 CPUtime=1.98 cores=1,3,5,7
/proc/12576/task/12583/stat : 12583 (java) S 12573 12576 11198 0 -1 1077944384 5003 0 0 0 186 12 0 0 20 0 15 0 113152768 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541203097968 140541660920450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12584] ppid=12573 vsize=13984280 memory=200928 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12584/stat : 12584 (java) S 12573 12576 11198 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 113152768 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541202044000 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12585] ppid=12573 vsize=13984280 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12585/stat : 12585 (java) S 12573 12576 11198 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 113152769 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541200991104 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12586] ppid=12573 vsize=13984280 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12586/stat : 12586 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541199939408 140541660927899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12587] ppid=12573 vsize=13984280 memory=6508 CPUtime=0.6 cores=1,3,5,7
/proc/12576/task/12587/stat : 12587 (java) S 12573 12576 11198 0 -1 1077944384 4028 0 0 0 59 1 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541198887792 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12588] ppid=12573 vsize=13984280 memory=840 CPUtime=0.64 cores=1,3,5,7
/proc/12576/task/12588/stat : 12588 (java) S 12573 12576 11198 0 -1 1077944384 3229 0 0 0 64 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541197834992 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12589] ppid=12573 vsize=13984280 memory=1692 CPUtime=0.32 cores=1,3,5,7
/proc/12576/task/12589/stat : 12589 (java) S 12573 12576 11198 0 -1 1077944384 2485 0 0 0 32 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541196782192 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12590] ppid=12573 vsize=13984280 memory=916 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12590/stat : 12590 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541127813856 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12591] ppid=12573 vsize=13984280 memory=3832 CPUtime=0.45 cores=1,3,5,7
/proc/12576/task/12591/stat : 12591 (java) S 12573 12576 11198 0 -1 1077944384 788 0 0 0 20 25 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541126761136 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
Current children cumulated CPU time: 2206.98 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 200928 KiB

[startup+2200.6 s]
/proc/loadavg: 1.56 1.59 1.47 3/216 12816
/proc/meminfo: memFree=28237128/32770624 swapFree=67108860/67108860
[pid=12576] ppid=12573 vsize=13984280 memory=200928 CPUtime=2207.18 cores=1,3,5,7
/proc/12576/stat : 12576 (java) S 12573 12576 11198 0 -1 1077944320 46821 0 0 0 220629 89 0 0 20 0 15 0 113152765 14319902720 50232 33554432000 4194304 4196468 140722196791776 140722196774320 140541660909303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
/proc/12576/statm: 3496070 50232 3807 1 0 3483785 0
[pid=12576/tid=12578] ppid=12573 vsize=13984280 memory=1440 CPUtime=2196.05 cores=1,3,5,7
/proc/12576/task/12578/stat : 12578 (java) R 12573 12576 11198 0 -1 4202560 21374 0 0 0 219594 11 0 0 20 0 15 0 113152766 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541665147872 140541282892841 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12579] ppid=12573 vsize=13984280 memory=1952 CPUtime=1.74 cores=1,3,5,7
/proc/12576/task/12579/stat : 12579 (java) S 12573 12576 11198 0 -1 1077944384 1809 0 0 0 158 16 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541256277136 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12580] ppid=12573 vsize=13984280 memory=5796 CPUtime=1.77 cores=1,3,5,7
/proc/12576/task/12580/stat : 12580 (java) S 12573 12576 11198 0 -1 1077944384 2556 0 0 0 163 14 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541255224336 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12581] ppid=12573 vsize=13984280 memory=4616 CPUtime=1.75 cores=1,3,5,7
/proc/12576/task/12581/stat : 12581 (java) S 12573 12576 11198 0 -1 1077944384 1015 0 0 0 161 14 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541254171536 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12582] ppid=12573 vsize=13984280 memory=8588 CPUtime=1.75 cores=1,3,5,7
/proc/12576/task/12582/stat : 12582 (java) S 12573 12576 11198 0 -1 1077944384 3089 0 0 0 160 15 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541253118736 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12583] ppid=12573 vsize=13984280 memory=792 CPUtime=1.98 cores=1,3,5,7
/proc/12576/task/12583/stat : 12583 (java) S 12573 12576 11198 0 -1 1077944384 5003 0 0 0 186 12 0 0 20 0 15 0 113152768 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541203097968 140541660920450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12584] ppid=12573 vsize=13984280 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12584/stat : 12584 (java) S 12573 12576 11198 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 113152768 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541202044000 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12585] ppid=12573 vsize=13984280 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12585/stat : 12585 (java) S 12573 12576 11198 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 113152769 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541200991104 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12586] ppid=12573 vsize=13984280 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12586/stat : 12586 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541199939408 140541660927899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12587] ppid=12573 vsize=13984280 memory=15876 CPUtime=0.6 cores=1,3,5,7
/proc/12576/task/12587/stat : 12587 (java) S 12573 12576 11198 0 -1 1077944384 4028 0 0 0 59 1 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541198887792 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12588] ppid=12573 vsize=13984280 memory=16432 CPUtime=0.64 cores=1,3,5,7
/proc/12576/task/12588/stat : 12588 (java) S 12573 12576 11198 0 -1 1077944384 3229 0 0 0 64 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541197834992 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12589] ppid=12573 vsize=13984280 memory=18956 CPUtime=0.32 cores=1,3,5,7
/proc/12576/task/12589/stat : 12589 (java) S 12573 12576 11198 0 -1 1077944384 2485 0 0 0 32 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541196782192 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12590] ppid=12573 vsize=13984280 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12590/stat : 12590 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541127813856 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12591] ppid=12573 vsize=13984280 memory=1792 CPUtime=0.45 cores=1,3,5,7
/proc/12576/task/12591/stat : 12591 (java) S 12573 12576 11198 0 -1 1077944384 788 0 0 0 20 25 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541126761136 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
Current children cumulated CPU time: 2207.18 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 200928 KiB

[startup+2200.7 s]
/proc/loadavg: 1.56 1.59 1.47 3/216 12816
/proc/meminfo: memFree=28237128/32770624 swapFree=67108860/67108860
[pid=12576] ppid=12573 vsize=13984280 memory=200928 CPUtime=2207.28 cores=1,3,5,7
/proc/12576/stat : 12576 (java) S 12573 12576 11198 0 -1 1077944320 46821 0 0 0 220639 89 0 0 20 0 15 0 113152765 14319902720 50232 33554432000 4194304 4196468 140722196791776 140722196774320 140541660909303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
/proc/12576/statm: 3496070 50232 3807 1 0 3483785 0
[pid=12576/tid=12578] ppid=12573 vsize=13984280 memory=200928 CPUtime=2196.15 cores=1,3,5,7
/proc/12576/task/12578/stat : 12578 (java) R 12573 12576 11198 0 -1 4202560 21374 0 0 0 219604 11 0 0 20 0 15 0 113152766 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541665147872 140541282712299 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12579] ppid=12573 vsize=13984280 memory=198880 CPUtime=1.74 cores=1,3,5,7
/proc/12576/task/12579/stat : 12579 (java) S 12573 12576 11198 0 -1 1077944384 1809 0 0 0 158 16 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541256277136 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12580] ppid=12573 vsize=13984280 memory=198880 CPUtime=1.77 cores=1,3,5,7
/proc/12576/task/12580/stat : 12580 (java) S 12573 12576 11198 0 -1 1077944384 2556 0 0 0 163 14 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541255224336 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12581] ppid=12573 vsize=13984280 memory=198880 CPUtime=1.75 cores=1,3,5,7
/proc/12576/task/12581/stat : 12581 (java) S 12573 12576 11198 0 -1 1077944384 1015 0 0 0 161 14 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541254171536 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12582] ppid=12573 vsize=13984280 memory=198880 CPUtime=1.75 cores=1,3,5,7
/proc/12576/task/12582/stat : 12582 (java) S 12573 12576 11198 0 -1 1077944384 3089 0 0 0 160 15 0 0 20 0 15 0 113152767 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541253118736 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12583] ppid=12573 vsize=13984280 memory=198880 CPUtime=1.98 cores=1,3,5,7
/proc/12576/task/12583/stat : 12583 (java) S 12573 12576 11198 0 -1 1077944384 5003 0 0 0 186 12 0 0 20 0 15 0 113152768 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541203097968 140541660920450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12584] ppid=12573 vsize=13984280 memory=198880 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12584/stat : 12584 (java) S 12573 12576 11198 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 113152768 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541202044000 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12585] ppid=12573 vsize=13984280 memory=198880 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12585/stat : 12585 (java) S 12573 12576 11198 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 113152769 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541200991104 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12586] ppid=12573 vsize=13984280 memory=198880 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12586/stat : 12586 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541199939408 140541660927899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12587] ppid=12573 vsize=13984280 memory=198880 CPUtime=0.6 cores=1,3,5,7
/proc/12576/task/12587/stat : 12587 (java) S 12573 12576 11198 0 -1 1077944384 4028 0 0 0 59 1 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541198887792 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12588] ppid=12573 vsize=13984280 memory=200928 CPUtime=0.64 cores=1,3,5,7
/proc/12576/task/12588/stat : 12588 (java) S 12573 12576 11198 0 -1 1077944384 3229 0 0 0 64 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541197834992 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12589] ppid=12573 vsize=13984280 memory=200928 CPUtime=0.32 cores=1,3,5,7
/proc/12576/task/12589/stat : 12589 (java) S 12573 12576 11198 0 -1 1077944384 2485 0 0 0 32 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541196782192 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12590] ppid=12573 vsize=13984280 memory=200928 CPUtime=0 cores=1,3,5,7
/proc/12576/task/12590/stat : 12590 (java) S 12573 12576 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541127813856 140541660919509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
[pid=12576/tid=12591] ppid=12573 vsize=13984280 memory=4096 CPUtime=0.45 cores=1,3,5,7
/proc/12576/task/12591/stat : 12591 (java) S 12573 12576 11198 0 -1 1077944384 788 0 0 0 20 25 0 0 20 0 15 0 113152771 14319902720 50232 33554432000 4194304 4196468 140722196791776 140541126761136 140541660920450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140722196800612 140722196800799 140722196800799 140722196803535 0
Current children cumulated CPU time: 2207.28 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 200928 KiB

Child status: 0
Real time (s): 2200.74
CPU time (s): 2207.34
CPU user time (s): 2206.44
CPU system time (s): 0.894986
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 13984280
Max. memory (cumulated for all children) (KiB): 200928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2206.44
system time used= 0.894986
maximum resident set size= 201208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104491
involuntary context switches= 2284


# summary of solver processes directly reported to runsolver:
#   pid: 12576
#   total CPU time (s): 2207.34
#   total CPU user time (s): 2206.44
#   total CPU system time (s): 0.894986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3722 second user time and 19.3892 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-15 14:24:18
IDJOB=4273969
IDBENCH=133209
IDSOLVER=2666
FILE ID=node148/4273969-1502800717
RUNJOBID= node148-1502789816-11230
PBS_JOBID= 20629127
Free space on /tmp= 61584 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f50-12.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273969-1502800717/watcher-4273969-1502800717 -o /tmp/evaluation-result-4273969-1502800717/solver-4273969-1502800717 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502789816-11230 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1584975287 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273969-1502800717.xml

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

MD5SUM BENCH= 2e473dae547e5e185f8a7aab72fd0dc2
RANDOM SEED=1584975287

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.19
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.19
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.19
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.19
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:        28387536 kB
MemAvailable:   31736252 kB
Buffers:          260540 kB
Cached:          3374504 kB
SwapCached:            0 kB
Active:          1199444 kB
Inactive:        2741800 kB
Active(anon):     257492 kB
Inactive(anon):    76628 kB
Active(file):     941952 kB
Inactive(file):  2665172 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42344 kB
Writeback:             0 kB
AnonPages:        312112 kB
Mapped:            60528 kB
Shmem:             25224 kB
Slab:             141460 kB
SReclaimable:     114852 kB
SUnreclaim:        26608 kB
KernelStack:        3536 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1201544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61540 MiB
End job on node148 at 2017-08-15 15:01:00