Trace number 4403240

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3OPT2 143.484 128.239

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-08-10.xml
MD5SUM23e84b7c24701222a8a18862c478c748
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark18.5291
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1261
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree65
Maximum variable degree65
Distribution of variable degrees[{"degree":65,"count":80}]
Minimum constraint arity4
Maximum constraint arity80
Distribution of constraint arities[{"arity":4,"count":1260},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints1260
Distribution of constraint types[{"type":"intension","count":1260},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.78/0.56	c Concrete v3.12.3.1568965526260 running
17.92/6.66	o 79
18.51/6.95	o 78
18.65/7.10	o 77
18.82/7.12	o 76
19.33/7.31	o 75
19.57/7.45	o 74
19.82/7.61	o 73
19.93/7.72	o 72
20.06/7.87	o 71
20.06/7.88	o 6
20.23/7.94	o 5
20.23/7.97	o 4
20.78/8.30	o 3
141.71/126.52	o 2
143.43/128.22	v <instantiation
143.43/128.22	v         cost = '2'>
143.43/128.22	v       <list>
143.43/128.22	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[0][9] 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[1][9] 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[2][9] 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[3][9] 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[4][9] 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[5][9] 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[6][9] 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[7][9]
143.43/128.22	v       </list>
143.43/128.22	v       <values>
143.43/128.22	v         0 0 0 0 1 1 2 2 2 2 0 1 1 2 0 2 0 1 1 2 1 1 2 0 1 2 1 0 2 0 1 2 2 0 2 0 0 2 1 1 2 0 1 1 1 2 0 2 0 1 2 0 2 1 0 0 1 0 1 2 2 1 0 2 2 1 0 0 2 1 2 2 0 1 0 1 2 1 0 0
143.43/128.22	v       </values>
143.43/128.22	v     </instantiation>
143.43/128.22	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403240-1568984244/watcher-4403240-1568984244 -o /var/tmp/evaluation-result-4403240-1568984244/solver-4403240-1568984244 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568963918-28492 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4403240-1568984244.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=1029, runsolver pid=1026

[startup+0.100165 s]*
/proc/loadavg: 1.60 1.55 1.57 3/217 1087
/proc/meminfo: memFree=5188748/32770624 swapFree=66952548/67108860
[pid=1029] ppid=1026 vsize=9972712 memory=18592 CPUtime=0.1 cores=0,2,4,6
/proc/1029/stat : 1029 (java) S 1026 1029 28461 0 -1 1077944320 4380 12895 0 0 1 1 5 3 20 0 6 0 474680028 10212057088 4648 33554432000 4194304 4196468 140733343157840 140733343140384 139811936607991 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
/proc/1029/statm: 2493178 4648 1932 1 0 2481616 0
[pid=1029/tid=1083] ppid=1026 vsize=9972712 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1083/stat : 1083 (java) R 1026 1029 28461 0 -1 4202560 2225 12895 0 0 0 0 5 3 20 0 6 0 474680037 10212057088 4713 33554432000 4194304 4196468 140733343157840 139811908444752 139811921730928 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1084] ppid=1026 vsize=9972712 memory=4294967661 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1084/stat : 1084 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 6 0 474680038 10212057088 4713 33554432000 4194304 4196468 140733343157840 139811940850192 139811936618197 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1085] ppid=1026 vsize=9972712 memory=139731641392088 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1085/stat : 1085 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 6 0 474680038 10212057088 4713 33554432000 4194304 4196468 140733343157840 139811859602064 139811936618197 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1086] ppid=1026 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1086/stat : 1086 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 6 0 474680038 10212057088 4713 33554432000 4194304 4196468 140733343157840 139811858549008 139811936618197 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1087] ppid=1026 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1087/stat : 1087 (java) S 1026 1029 28461 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 6 0 474680038 10212057088 4713 33554432000 4194304 4196468 140733343157840 139811857496464 139811936618197 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210189 s]*
/proc/loadavg: 1.60 1.55 1.57 3/226 1096
/proc/meminfo: memFree=5169336/32770624 swapFree=66952548/67108860
[pid=1029] ppid=1026 vsize=10820196 memory=41708 CPUtime=0.27 cores=0,2,4,6
/proc/1029/stat : 1029 (java) S 1026 1029 28461 0 -1 1077944320 7236 12895 0 0 17 2 5 3 20 0 15 0 474680028 11079880704 10427 33554432000 4194304 4196468 140733343157840 140733343140384 139811936607991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
/proc/1029/statm: 2705049 10427 3296 1 0 2667149 0
[pid=1029/tid=1083] ppid=1026 vsize=10820196 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1029/task/1083/stat : 1083 (java) R 1026 1029 28461 0 -1 4202560 3731 12895 0 0 10 1 5 3 20 0 15 0 474680037 11079880704 10427 33554432000 4194304 4196468 140733343157840 139811908422176 139811936629917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1084] ppid=1026 vsize=10820196 memory=4294967661 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1084/stat : 1084 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680038 11079880704 10427 33554432000 4194304 4196468 140733343157840 139811940850192 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1085] ppid=1026 vsize=10820196 memory=139731641392088 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1085/stat : 1085 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680038 11079880704 10427 33554432000 4194304 4196468 140733343157840 139811859602064 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1086] ppid=1026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1086/stat : 1086 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680038 11079880704 10427 33554432000 4194304 4196468 140733343157840 139811858549008 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1087] ppid=1026 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1087/stat : 1087 (java) S 1026 1029 28461 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 474680038 11079880704 10427 33554432000 4194304 4196468 140733343157840 139811857496464 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1088] ppid=1026 vsize=10820196 memory=139731638052480 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1088/stat : 1088 (java) S 1026 1029 28461 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 474680039 11079880704 10427 33554432000 4194304 4196468 140733343157840 139811463289584 139811936619138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1089] ppid=1026 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1089/stat : 1089 (java) S 1026 1029 28461 0 -1 1077944384 13 12895 0 0 0 0 5 3 20 0 15 0 474680040 11079880704 10427 33554432000 4194304 4196468 140733343157840 139811386025632 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1090] ppid=1026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1090/stat : 1090 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680040 11079880704 10427 33554432000 4194304 4196468 140733343157840 139810782045424 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1091] ppid=1026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1091/stat : 1091 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11079880704 10427 33554432000 4194304 4196468 140733343157840 139810474645968 139811936626587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1092] ppid=1026 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1029/task/1092/stat : 1092 (java) S 1026 1029 28461 0 -1 1077944384 475 12895 0 0 1 0 5 3 20 0 15 0 474680043 11079880704 10427 33554432000 4194304 4196468 140733343157840 139811462236400 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1093] ppid=1026 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1029/task/1093/stat : 1093 (java) S 1026 1029 28461 0 -1 1077944384 187 12895 0 0 1 0 5 3 20 0 15 0 474680043 11079880704 10427 33554432000 4194304 4196468 140733343157840 139811461183856 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1094] ppid=1026 vsize=10820196 memory=139731638052480 CPUtime=0.11 cores=0,2,4,6
/proc/1029/task/1094/stat : 1094 (java) S 1026 1029 28461 0 -1 1077944384 622 12895 0 0 3 0 5 3 20 0 15 0 474680043 11079880704 10427 33554432000 4194304 4196468 140733343157840 139811460130800 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1095] ppid=1026 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1095/stat : 1095 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11079880704 10427 33554432000 4194304 4196468 140733343157840 139810441087328 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1096] ppid=1026 vsize=10820196 memory=139731638052480 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1096/stat : 1096 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680043 11079880704 10427 33554432000 4194304 4196468 140733343157840 139811459079216 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41708 KiB

[startup+0.310403 s]*
/proc/loadavg: 1.60 1.55 1.57 4/226 1096
/proc/meminfo: memFree=5159052/32770624 swapFree=66952548/67108860
[pid=1029] ppid=1026 vsize=10820196 memory=49952 CPUtime=0.4 cores=0,2,4,6
/proc/1029/stat : 1029 (java) S 1026 1029 28461 0 -1 1077944320 10735 12895 0 0 29 3 5 3 20 0 15 0 474680028 11079880704 12488 33554432000 4194304 4196468 140733343157840 140733343140384 139811936607991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
/proc/1029/statm: 2705049 12488 3307 1 0 2667149 0
[pid=1029/tid=1083] ppid=1026 vsize=10820196 memory=1398720917958146503 CPUtime=0.3 cores=0,2,4,6
/proc/1029/task/1083/stat : 1083 (java) R 1026 1029 28461 0 -1 4202560 7219 12895 0 0 19 3 5 3 20 0 15 0 474680037 11079880704 12488 33554432000 4194304 4196468 140733343157840 139811908419536 139811920688478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1084] ppid=1026 vsize=10820196 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1084/stat : 1084 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680038 11079880704 12488 33554432000 4194304 4196468 140733343157840 139811940850192 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1085] ppid=1026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1085/stat : 1085 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680038 11079880704 12488 33554432000 4194304 4196468 140733343157840 139811859602064 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1086] ppid=1026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1086/stat : 1086 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680038 11079880704 12488 33554432000 4194304 4196468 140733343157840 139811858549008 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1087] ppid=1026 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1087/stat : 1087 (java) S 1026 1029 28461 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 474680038 11079880704 12488 33554432000 4194304 4196468 140733343157840 139811857496464 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1088] ppid=1026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1088/stat : 1088 (java) S 1026 1029 28461 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 474680039 11079880704 12488 33554432000 4194304 4196468 140733343157840 139811463289584 139811936619138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1089] ppid=1026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1089/stat : 1089 (java) S 1026 1029 28461 0 -1 1077944384 13 12895 0 0 0 0 5 3 20 0 15 0 474680040 11079880704 12488 33554432000 4194304 4196468 140733343157840 139811386025632 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1090] ppid=1026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1090/stat : 1090 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680040 11079880704 12488 33554432000 4194304 4196468 140733343157840 139810782045424 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1091] ppid=1026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1091/stat : 1091 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11079880704 12488 33554432000 4194304 4196468 140733343157840 139810474645968 139811936626587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1092] ppid=1026 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1029/task/1092/stat : 1092 (java) S 1026 1029 28461 0 -1 1077944384 476 12895 0 0 2 0 5 3 20 0 15 0 474680043 11079880704 12488 33554432000 4194304 4196468 140733343157840 139811462236400 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1093] ppid=1026 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1029/task/1093/stat : 1093 (java) S 1026 1029 28461 0 -1 1077944384 187 12895 0 0 1 0 5 3 20 0 15 0 474680043 11079880704 12488 33554432000 4194304 4196468 140733343157840 139811461183856 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1094] ppid=1026 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/1029/task/1094/stat : 1094 (java) S 1026 1029 28461 0 -1 1077944384 640 12895 0 0 5 0 5 3 20 0 15 0 474680043 11079880704 12488 33554432000 4194304 4196468 140733343157840 139811460130800 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1095] ppid=1026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1095/stat : 1095 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11079880704 12488 33554432000 4194304 4196468 140733343157840 139810441087328 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1096] ppid=1026 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1096/stat : 1096 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680043 11079880704 12488 33554432000 4194304 4196468 140733343157840 139811459079216 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49952 KiB

[startup+0.700681 s]
/proc/loadavg: 1.60 1.55 1.57 4/226 1096
/proc/meminfo: memFree=5145272/32770624 swapFree=66952548/67108860
[pid=1029] ppid=1026 vsize=10824364 memory=83084 CPUtime=1.15 cores=0,2,4,6
/proc/1029/stat : 1029 (java) S 1026 1029 28461 0 -1 1077944320 15022 12895 0 0 102 5 5 3 20 0 15 0 474680028 11084148736 20771 33554432000 4194304 4196468 140733343157840 140733343140384 139811936607991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
/proc/1029/statm: 2706091 20771 3502 1 0 2668173 0
[pid=1029/tid=1083] ppid=1026 vsize=10824364 memory=40056 CPUtime=0.67 cores=0,2,4,6
/proc/1029/task/1083/stat : 1083 (java) R 1026 1029 28461 0 -1 4202560 10332 12895 0 0 55 4 5 3 20 0 15 0 474680037 11084148736 20771 33554432000 4194304 4196468 140733343157840 139811908437192 139811936629917 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1084] ppid=1026 vsize=10824364 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1084/stat : 1084 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680038 11084148736 20771 33554432000 4194304 4196468 140733343157840 139811940850192 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1085] ppid=1026 vsize=10824364 memory=708 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1085/stat : 1085 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680038 11084148736 20771 33554432000 4194304 4196468 140733343157840 139811859602064 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1086] ppid=1026 vsize=10824364 memory=9364 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1086/stat : 1086 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680038 11084148736 20771 33554432000 4194304 4196468 140733343157840 139811858549008 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1087] ppid=1026 vsize=10824364 memory=1120 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1087/stat : 1087 (java) S 1026 1029 28461 0 -1 1077944384 2 12895 0 0 0 0 5 3 20 0 15 0 474680038 11084148736 20771 33554432000 4194304 4196468 140733343157840 139811857496464 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1088] ppid=1026 vsize=10824364 memory=139731638051361 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1088/stat : 1088 (java) S 1026 1029 28461 0 -1 1077944384 5 12895 0 0 0 0 5 3 20 0 15 0 474680039 11084148736 20771 33554432000 4194304 4196468 140733343157840 139811463289584 139811936619138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1089] ppid=1026 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1089/stat : 1089 (java) S 1026 1029 28461 0 -1 1077944384 13 12895 0 0 0 0 5 3 20 0 15 0 474680040 11084148736 20771 33554432000 4194304 4196468 140733343157840 139811386025632 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1090] ppid=1026 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1090/stat : 1090 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680040 11084148736 20771 33554432000 4194304 4196468 140733343157840 139810782045424 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1091] ppid=1026 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1091/stat : 1091 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11084148736 20771 33554432000 4194304 4196468 140733343157840 139810474645968 139811936626587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1092] ppid=1026 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/1029/task/1092/stat : 1092 (java) R 1026 1029 28461 0 -1 4202560 1051 12895 0 0 17 0 5 3 20 0 15 0 474680043 11084148736 20771 33554432000 4194304 4196468 140733343157840 139811462236400 139811918128860 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1093] ppid=1026 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/1029/task/1093/stat : 1093 (java) R 1026 1029 28461 0 -1 4202560 571 12895 0 0 11 0 5 3 20 0 15 0 474680043 11084148736 20771 33554432000 4194304 4196468 140733343157840 139811461183856 139811922622300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1094] ppid=1026 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/1029/task/1094/stat : 1094 (java) S 1026 1029 28461 0 -1 1077944384 830 12895 0 0 17 0 5 3 20 0 15 0 474680043 11084148736 20771 33554432000 4194304 4196468 140733343157840 139811460130800 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1095] ppid=1026 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1095/stat : 1095 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11084148736 20771 33554432000 4194304 4196468 140733343157840 139810441087328 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1096] ppid=1026 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1096/stat : 1096 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680043 11084148736 20771 33554432000 4194304 4196468 140733343157840 139811459079216 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83084 KiB

[startup+1.50215 s]
/proc/loadavg: 1.60 1.55 1.57 5/226 1096
/proc/meminfo: memFree=5096396/32770624 swapFree=66952548/67108860
[pid=1029] ppid=1026 vsize=10834680 memory=188584 CPUtime=2.89 cores=0,2,4,6
/proc/1029/stat : 1029 (java) S 1026 1029 28461 0 -1 1077944320 23647 12895 0 0 270 11 5 3 20 0 15 0 474680028 11094712320 47146 33554432000 4194304 4196468 140733343157840 140733343140384 139811936607991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
/proc/1029/statm: 2708670 47146 3591 1 0 2670733 0
[pid=1029/tid=1083] ppid=1026 vsize=10834680 memory=8 CPUtime=1.43 cores=0,2,4,6
/proc/1029/task/1083/stat : 1083 (java) R 1026 1029 28461 0 -1 4202560 15478 12895 0 0 128 7 5 3 20 0 15 0 474680037 11094712320 47146 33554432000 4194304 4196468 140733343157840 139811908437728 139811936629917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1084] ppid=1026 vsize=10834680 memory=708 CPUtime=0.09 cores=0,2,4,6
/proc/1029/task/1084/stat : 1084 (java) S 1026 1029 28461 0 -1 1077944384 93 12895 0 0 1 0 5 3 20 0 15 0 474680038 11094712320 47146 33554432000 4194304 4196468 140733343157840 139811940850192 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1085] ppid=1026 vsize=10834680 memory=9364 CPUtime=0.09 cores=0,2,4,6
/proc/1029/task/1085/stat : 1085 (java) S 1026 1029 28461 0 -1 1077944384 37 12895 0 0 1 0 5 3 20 0 15 0 474680038 11094712320 47146 33554432000 4194304 4196468 140733343157840 139811859602064 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1086] ppid=1026 vsize=10834680 memory=1120 CPUtime=0.09 cores=0,2,4,6
/proc/1029/task/1086/stat : 1086 (java) S 1026 1029 28461 0 -1 1077944384 296 12895 0 0 1 0 5 3 20 0 15 0 474680038 11094712320 47146 33554432000 4194304 4196468 140733343157840 139811858549008 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1087] ppid=1026 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1029/task/1087/stat : 1087 (java) S 1026 1029 28461 0 -1 1077944384 86 12895 0 0 1 0 5 3 20 0 15 0 474680038 11094712320 47146 33554432000 4194304 4196468 140733343157840 139811857496464 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1088] ppid=1026 vsize=10834680 memory=-7019007802211101846 CPUtime=0.09 cores=0,2,4,6
/proc/1029/task/1088/stat : 1088 (java) S 1026 1029 28461 0 -1 1077944384 518 12895 0 0 1 0 5 3 20 0 15 0 474680039 11094712320 47146 33554432000 4194304 4196468 140733343157840 139811463289584 139811936619138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1089] ppid=1026 vsize=10834680 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1089/stat : 1089 (java) S 1026 1029 28461 0 -1 1077944384 14 12895 0 0 0 0 5 3 20 0 15 0 474680040 11094712320 47146 33554432000 4194304 4196468 140733343157840 139811386025696 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1090] ppid=1026 vsize=10834680 memory=-7533229591096565664 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1090/stat : 1090 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680040 11094712320 47146 33554432000 4194304 4196468 140733343157840 139810782045440 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1091] ppid=1026 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1091/stat : 1091 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11094712320 47146 33554432000 4194304 4196468 140733343157840 139810474645968 139811936626587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1092] ppid=1026 vsize=10834680 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/1029/task/1092/stat : 1092 (java) S 1026 1029 28461 0 -1 1077944384 1801 12895 0 0 49 0 5 3 20 0 15 0 474680043 11094712320 47146 33554432000 4194304 4196468 140733343157840 139811462236400 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1093] ppid=1026 vsize=10834680 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/1029/task/1093/stat : 1093 (java) S 1026 1029 28461 0 -1 1077944384 1164 12895 0 0 40 0 5 3 20 0 15 0 474680043 11094712320 47146 33554432000 4194304 4196468 140733343157840 139811461183856 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1094] ppid=1026 vsize=10834680 memory=139731526559167 CPUtime=0.52 cores=0,2,4,6
/proc/1029/task/1094/stat : 1094 (java) S 1026 1029 28461 0 -1 1077944384 1945 12895 0 0 44 0 5 3 20 0 15 0 474680043 11094712320 47146 33554432000 4194304 4196468 140733343157840 139811460130800 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1095] ppid=1026 vsize=10834680 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1095/stat : 1095 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11094712320 47146 33554432000 4194304 4196468 140733343157840 139810441087328 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1096] ppid=1026 vsize=10834680 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1096/stat : 1096 (java) S 1026 1029 28461 0 -1 1077944384 1 12895 0 0 0 0 5 3 20 0 15 0 474680043 11094712320 47146 33554432000 4194304 4196468 140733343157840 139811459079216 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10834680 KiB

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

[pid=1029/tid=1095] ppid=1026 vsize=10846988 memory=1120 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1095/stat : 1095 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11107315712 327541 33554432000 4194304 4196468 140733343157840 139810441087328 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1096] ppid=1026 vsize=10846988 memory=776 CPUtime=0.14 cores=0,2,4,6
/proc/1029/task/1096/stat : 1096 (java) S 1026 1029 28461 0 -1 1077944384 143 12895 0 0 3 3 5 3 20 0 15 0 474680043 11107315712 327541 33554432000 4194304 4196468 140733343157840 139811459079216 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
Current children cumulated CPU time: 140 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1310164 KiB

[startup+126.401 s]
/proc/loadavg: 1.54 1.54 1.57 3/227 1107
/proc/meminfo: memFree=4040048/32770624 swapFree=66952548/67108860
[pid=1029] ppid=1026 vsize=10846988 memory=1308112 CPUtime=141.61 cores=0,2,4,6
/proc/1029/stat : 1029 (java) S 1026 1029 28461 0 -1 1077944320 98478 12895 0 0 14088 65 5 3 20 0 15 0 474680028 11107315712 327028 33554432000 4194304 4196468 140733343157840 140733343140384 139811936607991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
/proc/1029/statm: 2711747 327028 3635 1 0 2673805 0
[pid=1029/tid=1083] ppid=1026 vsize=10846988 memory=7522250997182587988 CPUtime=125.7 cores=0,2,4,6
/proc/1029/task/1083/stat : 1083 (java) R 1026 1029 28461 0 -1 4202560 29921 12895 0 0 12537 25 5 3 20 0 15 0 474680037 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811908444144 139811548304489 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1084] ppid=1026 vsize=10846988 memory=8112282956445269571 CPUtime=0.42 cores=0,2,4,6
/proc/1029/task/1084/stat : 1084 (java) S 1026 1029 28461 0 -1 1077944384 2071 12895 0 0 28 6 5 3 20 0 15 0 474680038 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811940850192 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1085] ppid=1026 vsize=10846988 memory=40056 CPUtime=0.41 cores=0,2,4,6
/proc/1029/task/1085/stat : 1085 (java) S 1026 1029 28461 0 -1 1077944384 1400 12895 0 0 27 6 5 3 20 0 15 0 474680038 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811859602064 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1086] ppid=1026 vsize=10846988 memory=988 CPUtime=0.42 cores=0,2,4,6
/proc/1029/task/1086/stat : 1086 (java) S 1026 1029 28461 0 -1 1077944384 1662 12895 0 0 28 6 5 3 20 0 15 0 474680038 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811858549008 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1087] ppid=1026 vsize=10846988 memory=2016 CPUtime=0.42 cores=0,2,4,6
/proc/1029/task/1087/stat : 1087 (java) S 1026 1029 28461 0 -1 1077944384 2749 12895 0 0 28 6 5 3 20 0 15 0 474680038 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811857496464 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1088] ppid=1026 vsize=10846988 memory=1284 CPUtime=0.28 cores=0,2,4,6
/proc/1029/task/1088/stat : 1088 (java) S 1026 1029 28461 0 -1 1077944384 5657 12895 0 0 19 1 5 3 20 0 15 0 474680039 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811463289584 139811936619138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1089] ppid=1026 vsize=10846988 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1089/stat : 1089 (java) S 1026 1029 28461 0 -1 1077944384 28 12895 0 0 0 0 5 3 20 0 15 0 474680040 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811386025696 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1090] ppid=1026 vsize=10846988 memory=708 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1090/stat : 1090 (java) S 1026 1029 28461 0 -1 1077944384 25 12895 0 0 0 0 5 3 20 0 15 0 474680040 11107315712 327028 33554432000 4194304 4196468 140733343157840 139810782045440 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1091] ppid=1026 vsize=10846988 memory=9364 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1091/stat : 1091 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11107315712 327028 33554432000 4194304 4196468 140733343157840 139810474645968 139811936626587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1092] ppid=1026 vsize=10846988 memory=1120 CPUtime=5.89 cores=0,2,4,6
/proc/1029/task/1092/stat : 1092 (java) S 1026 1029 28461 0 -1 1077944384 16520 12895 0 0 579 2 5 3 20 0 15 0 474680043 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811462236400 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1093] ppid=1026 vsize=10846988 memory=776 CPUtime=6.25 cores=0,2,4,6
/proc/1029/task/1093/stat : 1093 (java) S 1026 1029 28461 0 -1 1077944384 22174 12895 0 0 613 4 5 3 20 0 15 0 474680043 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811461183856 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1094] ppid=1026 vsize=10846988 memory=8112282956445269571 CPUtime=2.27 cores=0,2,4,6
/proc/1029/task/1094/stat : 1094 (java) S 1026 1029 28461 0 -1 1077944384 13915 12895 0 0 217 2 5 3 20 0 15 0 474680043 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811460130800 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1095] ppid=1026 vsize=10846988 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1095/stat : 1095 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11107315712 327028 33554432000 4194304 4196468 140733343157840 139810441087328 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1096] ppid=1026 vsize=10846988 memory=2832 CPUtime=0.14 cores=0,2,4,6
/proc/1029/task/1096/stat : 1096 (java) S 1026 1029 28461 0 -1 1077944384 143 12895 0 0 3 3 5 3 20 0 15 0 474680043 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811459079216 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
Current children cumulated CPU time: 141.61 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1308112 KiB

[startup+127.201 s]
/proc/loadavg: 1.54 1.54 1.57 3/227 1107
/proc/meminfo: memFree=4041016/32770624 swapFree=66952548/67108860
[pid=1029] ppid=1026 vsize=10846988 memory=1308112 CPUtime=142.42 cores=0,2,4,6
/proc/1029/stat : 1029 (java) S 1026 1029 28461 0 -1 1077944320 101187 12895 0 0 14169 65 5 3 20 0 15 0 474680028 11107315712 327028 33554432000 4194304 4196468 140733343157840 140733343140384 139811936607991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
/proc/1029/statm: 2711747 327028 3635 1 0 2673805 0
[pid=1029/tid=1083] ppid=1026 vsize=10846988 memory=1308112 CPUtime=126.5 cores=0,2,4,6
/proc/1029/task/1083/stat : 1083 (java) R 1026 1029 28461 0 -1 4202560 30676 12895 0 0 12617 25 5 3 20 0 15 0 474680037 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811908444144 139811548305629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1084] ppid=1026 vsize=10846988 memory=14012 CPUtime=0.42 cores=0,2,4,6
/proc/1029/task/1084/stat : 1084 (java) S 1026 1029 28461 0 -1 1077944384 2072 12895 0 0 28 6 5 3 20 0 15 0 474680038 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811940850192 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1085] ppid=1026 vsize=10846988 memory=1408 CPUtime=0.41 cores=0,2,4,6
/proc/1029/task/1085/stat : 1085 (java) S 1026 1029 28461 0 -1 1077944384 1400 12895 0 0 27 6 5 3 20 0 15 0 474680038 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811859602064 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1086] ppid=1026 vsize=10846988 memory=8112282956445269571 CPUtime=0.42 cores=0,2,4,6
/proc/1029/task/1086/stat : 1086 (java) S 1026 1029 28461 0 -1 1077944384 1662 12895 0 0 28 6 5 3 20 0 15 0 474680038 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811858549008 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1087] ppid=1026 vsize=10846988 memory=8080 CPUtime=0.42 cores=0,2,4,6
/proc/1029/task/1087/stat : 1087 (java) S 1026 1029 28461 0 -1 1077944384 2750 12895 0 0 28 6 5 3 20 0 15 0 474680038 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811857496464 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1088] ppid=1026 vsize=10846988 memory=3624 CPUtime=0.28 cores=0,2,4,6
/proc/1029/task/1088/stat : 1088 (java) S 1026 1029 28461 0 -1 1077944384 5657 12895 0 0 19 1 5 3 20 0 15 0 474680039 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811463289584 139811936619138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1089] ppid=1026 vsize=10846988 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1089/stat : 1089 (java) S 1026 1029 28461 0 -1 1077944384 28 12895 0 0 0 0 5 3 20 0 15 0 474680040 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811386025696 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1090] ppid=1026 vsize=10846988 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1090/stat : 1090 (java) S 1026 1029 28461 0 -1 1077944384 25 12895 0 0 0 0 5 3 20 0 15 0 474680040 11107315712 327028 33554432000 4194304 4196468 140733343157840 139810782045440 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1091] ppid=1026 vsize=10846988 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1091/stat : 1091 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11107315712 327028 33554432000 4194304 4196468 140733343157840 139810474645968 139811936626587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1092] ppid=1026 vsize=10846988 memory=40056 CPUtime=5.89 cores=0,2,4,6
/proc/1029/task/1092/stat : 1092 (java) S 1026 1029 28461 0 -1 1077944384 17514 12895 0 0 579 2 5 3 20 0 15 0 474680043 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811462236400 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1093] ppid=1026 vsize=10846988 memory=988 CPUtime=6.25 cores=0,2,4,6
/proc/1029/task/1093/stat : 1093 (java) S 1026 1029 28461 0 -1 1077944384 22174 12895 0 0 613 4 5 3 20 0 15 0 474680043 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811461183856 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1094] ppid=1026 vsize=10846988 memory=2016 CPUtime=2.27 cores=0,2,4,6
/proc/1029/task/1094/stat : 1094 (java) S 1026 1029 28461 0 -1 1077944384 14873 12895 0 0 217 2 5 3 20 0 15 0 474680043 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811460130800 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1095] ppid=1026 vsize=10846988 memory=1284 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1095/stat : 1095 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11107315712 327028 33554432000 4194304 4196468 140733343157840 139810441087328 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1096] ppid=1026 vsize=10846988 memory=1044 CPUtime=0.14 cores=0,2,4,6
/proc/1029/task/1096/stat : 1096 (java) S 1026 1029 28461 0 -1 1077944384 143 12895 0 0 3 3 5 3 20 0 15 0 474680043 11107315712 327028 33554432000 4194304 4196468 140733343157840 139811459079216 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
Current children cumulated CPU time: 142.42 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1308112 KiB

[startup+128.001 s]*
/proc/loadavg: 1.54 1.54 1.57 3/227 1107
/proc/meminfo: memFree=4041276/32770624 swapFree=66952548/67108860
[pid=1029] ppid=1026 vsize=10846988 memory=1307600 CPUtime=143.23 cores=0,2,4,6
/proc/1029/stat : 1029 (java) S 1026 1029 28461 0 -1 1077944320 101932 12895 0 0 14250 65 5 3 20 0 15 0 474680028 11107315712 326900 33554432000 4194304 4196468 140733343157840 140733343140384 139811936607991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
/proc/1029/statm: 2711747 326900 3635 1 0 2673805 0
[pid=1029/tid=1083] ppid=1026 vsize=10846988 memory=288230377057954098 CPUtime=127.3 cores=0,2,4,6
/proc/1029/task/1083/stat : 1083 (java) R 1026 1029 28461 0 -1 4202560 30693 12895 0 0 12697 25 5 3 20 0 15 0 474680037 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811908444256 139811554625713 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1084] ppid=1026 vsize=10846988 memory=10785 CPUtime=0.42 cores=0,2,4,6
/proc/1029/task/1084/stat : 1084 (java) S 1026 1029 28461 0 -1 1077944384 2072 12895 0 0 28 6 5 3 20 0 15 0 474680038 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811940850192 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1085] ppid=1026 vsize=10846988 memory=4126316290023845779 CPUtime=0.42 cores=0,2,4,6
/proc/1029/task/1085/stat : 1085 (java) S 1026 1029 28461 0 -1 1077944384 1401 12895 0 0 28 6 5 3 20 0 15 0 474680038 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811859602064 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1086] ppid=1026 vsize=10846988 memory=-2895008908443480685 CPUtime=0.42 cores=0,2,4,6
/proc/1029/task/1086/stat : 1086 (java) S 1026 1029 28461 0 -1 1077944384 1663 12895 0 0 28 6 5 3 20 0 15 0 474680038 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811858549008 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1087] ppid=1026 vsize=10846988 memory=6944656592385698452 CPUtime=0.43 cores=0,2,4,6
/proc/1029/task/1087/stat : 1087 (java) S 1026 1029 28461 0 -1 1077944384 2751 12895 0 0 29 6 5 3 20 0 15 0 474680038 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811857496464 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1088] ppid=1026 vsize=10846988 memory=1309140 CPUtime=0.28 cores=0,2,4,6
/proc/1029/task/1088/stat : 1088 (java) S 1026 1029 28461 0 -1 1077944384 5657 12895 0 0 19 1 5 3 20 0 15 0 474680039 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811463289584 139811936619138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1089] ppid=1026 vsize=10846988 memory=1309140 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1089/stat : 1089 (java) S 1026 1029 28461 0 -1 1077944384 28 12895 0 0 0 0 5 3 20 0 15 0 474680040 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811386025696 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1090] ppid=1026 vsize=10846988 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1090/stat : 1090 (java) S 1026 1029 28461 0 -1 1077944384 25 12895 0 0 0 0 5 3 20 0 15 0 474680040 11107315712 326900 33554432000 4194304 4196468 140733343157840 139810782045440 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1091] ppid=1026 vsize=10846988 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1091/stat : 1091 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11107315712 326900 33554432000 4194304 4196468 140733343157840 139810474645968 139811936626587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1092] ppid=1026 vsize=10846988 memory=6655300316396806240 CPUtime=5.89 cores=0,2,4,6
/proc/1029/task/1092/stat : 1092 (java) S 1026 1029 28461 0 -1 1077944384 17514 12895 0 0 579 2 5 3 20 0 15 0 474680043 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811462236400 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1093] ppid=1026 vsize=10846988 memory=1309652 CPUtime=6.25 cores=0,2,4,6
/proc/1029/task/1093/stat : 1093 (java) S 1026 1029 28461 0 -1 1077944384 22174 12895 0 0 613 4 5 3 20 0 15 0 474680043 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811461183856 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1094] ppid=1026 vsize=10846988 memory=1315808 CPUtime=2.27 cores=0,2,4,6
/proc/1029/task/1094/stat : 1094 (java) S 1026 1029 28461 0 -1 1077944384 15598 12895 0 0 217 2 5 3 20 0 15 0 474680043 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811460130800 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1095] ppid=1026 vsize=10846988 memory=1315808 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1095/stat : 1095 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11107315712 326900 33554432000 4194304 4196468 140733343157840 139810441087328 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1096] ppid=1026 vsize=10846988 memory=3624 CPUtime=0.14 cores=0,2,4,6
/proc/1029/task/1096/stat : 1096 (java) S 1026 1029 28461 0 -1 1077944384 143 12895 0 0 3 3 5 3 20 0 15 0 474680043 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811459079216 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
Current children cumulated CPU time: 143.23 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1307600 KiB

[startup+128.201 s]
/proc/loadavg: 1.54 1.54 1.57 3/227 1107
/proc/meminfo: memFree=4041276/32770624 swapFree=66952548/67108860
[pid=1029] ppid=1026 vsize=10846988 memory=1307600 CPUtime=143.43 cores=0,2,4,6
/proc/1029/stat : 1029 (java) S 1026 1029 28461 0 -1 1077944320 101932 12895 0 0 14270 65 5 3 20 0 15 0 474680028 11107315712 326900 33554432000 4194304 4196468 140733343157840 140733343140384 139811936607991 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
/proc/1029/statm: 2711747 326900 3635 1 0 2673805 0
[pid=1029/tid=1083] ppid=1026 vsize=10846988 memory=8112282956445269571 CPUtime=127.49 cores=0,2,4,6
/proc/1029/task/1083/stat : 1083 (java) R 1026 1029 28461 0 -1 4202560 30693 12895 0 0 12716 25 5 3 20 0 15 0 474680037 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811908444256 139811548304194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1084] ppid=1026 vsize=10846988 memory=2102208 CPUtime=0.42 cores=0,2,4,6
/proc/1029/task/1084/stat : 1084 (java) S 1026 1029 28461 0 -1 1077944384 2072 12895 0 0 28 6 5 3 20 0 15 0 474680038 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811940850192 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1085] ppid=1026 vsize=10846988 memory=15220 CPUtime=0.42 cores=0,2,4,6
/proc/1029/task/1085/stat : 1085 (java) S 1026 1029 28461 0 -1 1077944384 1401 12895 0 0 28 6 5 3 20 0 15 0 474680038 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811859602064 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1086] ppid=1026 vsize=10846988 memory=2120 CPUtime=0.42 cores=0,2,4,6
/proc/1029/task/1086/stat : 1086 (java) S 1026 1029 28461 0 -1 1077944384 1663 12895 0 0 28 6 5 3 20 0 15 0 474680038 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811858549008 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1087] ppid=1026 vsize=10846988 memory=12036 CPUtime=0.43 cores=0,2,4,6
/proc/1029/task/1087/stat : 1087 (java) S 1026 1029 28461 0 -1 1077944384 2751 12895 0 0 29 6 5 3 20 0 15 0 474680038 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811857496464 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1088] ppid=1026 vsize=10846988 memory=496 CPUtime=0.28 cores=0,2,4,6
/proc/1029/task/1088/stat : 1088 (java) S 1026 1029 28461 0 -1 1077944384 5657 12895 0 0 19 1 5 3 20 0 15 0 474680039 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811463289584 139811936619138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1089] ppid=1026 vsize=10846988 memory=1044 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1089/stat : 1089 (java) S 1026 1029 28461 0 -1 1077944384 28 12895 0 0 0 0 5 3 20 0 15 0 474680040 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811386025696 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1090] ppid=1026 vsize=10846988 memory=708 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1090/stat : 1090 (java) S 1026 1029 28461 0 -1 1077944384 25 12895 0 0 0 0 5 3 20 0 15 0 474680040 11107315712 326900 33554432000 4194304 4196468 140733343157840 139810782045440 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1091] ppid=1026 vsize=10846988 memory=9364 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1091/stat : 1091 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11107315712 326900 33554432000 4194304 4196468 140733343157840 139810474645968 139811936626587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1092] ppid=1026 vsize=10846988 memory=0 CPUtime=5.89 cores=0,2,4,6
/proc/1029/task/1092/stat : 1092 (java) S 1026 1029 28461 0 -1 1077944384 17514 12895 0 0 579 2 5 3 20 0 15 0 474680043 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811462236400 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1093] ppid=1026 vsize=10846988 memory=8112282956442789906 CPUtime=6.25 cores=0,2,4,6
/proc/1029/task/1093/stat : 1093 (java) S 1026 1029 28461 0 -1 1077944384 22174 12895 0 0 613 4 5 3 20 0 15 0 474680043 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811461183856 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1094] ppid=1026 vsize=10846988 memory=668664 CPUtime=2.27 cores=0,2,4,6
/proc/1029/task/1094/stat : 1094 (java) S 1026 1029 28461 0 -1 1077944384 15598 12895 0 0 217 2 5 3 20 0 15 0 474680043 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811460130800 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1095] ppid=1026 vsize=10846988 memory=2321378228921909346 CPUtime=0.08 cores=0,2,4,6
/proc/1029/task/1095/stat : 1095 (java) S 1026 1029 28461 0 -1 1077944384 3 12895 0 0 0 0 5 3 20 0 15 0 474680043 11107315712 326900 33554432000 4194304 4196468 140733343157840 139810441087328 139811936618197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
[pid=1029/tid=1096] ppid=1026 vsize=10846988 memory=11201815065596 CPUtime=0.14 cores=0,2,4,6
/proc/1029/task/1096/stat : 1096 (java) S 1026 1029 28461 0 -1 1077944384 143 12895 0 0 3 3 5 3 20 0 15 0 474680043 11107315712 326900 33554432000 4194304 4196468 140733343157840 139811459079216 139811936619138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26132480 140733343160931 140733343163573 140733343163573 140733343166415 0
Current children cumulated CPU time: 143.43 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1307600 KiB

Child status: 0
Real time (s): 128.239
CPU time (s): 143.484
CPU user time (s): 142.782
CPU system time (s): 0.701782
CPU usage (%): 111.888
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 1365540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.782
system time used= 0.701782
maximum resident set size= 1365552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115814
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13572
involuntary context switches= 371


# summary of solver processes directly reported to runsolver:
#   pid: 1029
#   total CPU time (s): 143.484
#   total CPU user time (s): 142.782
#   total CPU system time (s): 0.701782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.742326 second user time and 1.30957 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 13:55:23
IDJOB=4403240
IDBENCH=139745
IDSOLVER=2862
FILE ID=node107/4403240-1568984244
RUNJOBID= node107-1568963918-28492
PBS_JOBID= 21704631
Free space on /var/tmp= 12528 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-08-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403240-1568984244/watcher-4403240-1568984244 -o /var/tmp/evaluation-result-4403240-1568984244/solver-4403240-1568984244 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568963918-28492 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4403240-1568984244.xml

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

MD5SUM BENCH= 23e84b7c24701222a8a18862c478c748
RANDOM SEED=1419008473

node107.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:         5197796 kB
MemAvailable:   29576064 kB
Buffers:          139260 kB
Cached:         24136712 kB
SwapCached:        48712 kB
Active:         14306668 kB
Inactive:       12249704 kB
Active(anon):    2232308 kB
Inactive(anon):    91956 kB
Active(file):   12074360 kB
Inactive(file): 12157748 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952548 kB
Dirty:             35340 kB
Writeback:            24 kB
AnonPages:       2358940 kB
Mapped:            61508 kB
Shmem:             34856 kB
Slab:             603708 kB
SReclaimable:     574620 kB
SUnreclaim:        29088 kB
KernelStack:        3968 kB
PageTables:        11268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3316644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1232896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12496 MiB
End job on node107 at 2019-09-20 13:57:32