Trace number 4392395

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
Fun-sCOP order+ManyGlucose (2019-06-15)UNSAT 38.1596 28.3856

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-17-ext02.xml
MD5SUMe012389e7b96b23a2cd1273ccb482cfe
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.030643
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of constraints291
Number of domains1
Minimum domain size289
Maximum domain size289
Distribution of domain sizes[{"size":289,"count":289}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":287},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity289
Distribution of constraint arities[{"arity":2,"count":290},{"arity":289,"count":1}]
Number of extensional constraints289
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":289},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-9756-serial-file.bin HOME/instance-4392395-1568437159.xml
0.66/0.54	
0.66/0.54	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.66/0.54	
0.66/0.56	c BEGIN-Prog: Sat Sep 14 07:01:05 CEST 2019
0.66/0.56	c PID: 9759
0.66/0.56	c IP: 172.20.3.139
0.66/0.56	c HOST: node139.alineos.net
0.66/0.57	c (0,0) Parsing Begin
1.91/1.05	c (0,0) Parsing End
1.91/1.06	c (0,0) CSP: 288 int (0 aux), 1 bool (0 aux), 291 ctr, max domain size 289
1.91/1.06	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.91/1.06	c (0,0) Constraint Name Generate Begin
1.91/1.07	c (0,0) Ctr:HOME/instance-4392395-1568437159.xml,AllDifferent:ExtensionSupport:Instantiation:Var
1.91/1.07	c (0,0) Constraint Name Generate End
1.91/1.07	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.91/1.07	c (0,0) CSP to CSPinCNF Begin
13.18/5.87	c (5,5) translated 30 (10%) constraints
16.00/8.45	c (7,7) translated 59 (20%) constraints
18.68/11.01	c (10,10) translated 88 (30%) constraints
21.22/13.56	c (13,13) translated 117 (40%) constraints
23.89/16.11	c (15,15) translated 146 (50%) constraints
28.44/18.87	c (18,18) translated 175 (60%) constraints
30.88/21.27	c (20,20) translated 204 (70%) constraints
33.30/23.65	c (23,22) translated 233 (80%) constraints
35.75/26.03	c (25,25) translated 262 (90%) constraints
38.05/28.33	c (27,27) x[288]: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 are all values in table.
38.05/28.33	c (27,27) x[288]: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 are all values in table after removing invalid tuple.
38.05/28.34	c (27,27) ===========================================
38.05/28.34	c (27,27) Empty domain is detected while CSP to CSPinCNF.
38.05/28.34	c (27,27) ===========================================
38.05/28.34	c (27,27) 0,0,---,---,---,---,---,---,---,STOP-AFTER(CtrName)
38.05/28.34	s UNSATISFIABLE
38.05/28.34	c END-Prog: Sat Sep 14 07:01:33 CEST 2019
38.05/28.38	c (scop.sh) HOME/scop-9756-serial-file.bin does not exist. End.

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392395-1568437159/watcher-4392395-1568437159 -o /tmp/evaluation-result-4392395-1568437159/solver-4392395-1568437159 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1568428877-7245 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392395-1568437159.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=9756, runsolver pid=9753

[startup+0.100109 s]*
/proc/loadavg: 8.02 8.23 8.24 2/211 9778
/proc/meminfo: memFree=30358896/32770624 swapFree=66932136/67108860
[pid=9756] ppid=9753 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/9756/stat : 9756 (scop.sh) S 9753 9756 7218 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 419983916 115843072 348 33554432000 4194304 5098028 140724752157504 140724752154760 139994202165884 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33382400 140724752159525 140724752159852 140724752159852 140724752162765 0
/proc/9756/statm: 28282 348 296 221 0 87 0
[pid=9759] ppid=9756 vsize=27314120 memory=107116 CPUtime=0.11 cores=0-7
/proc/9759/stat : 9759 (java) S 9756 9756 7218 0 -1 1077944320 6880 0 0 0 8 3 0 0 20 0 20 0 419983916 27969658880 26779 33554432000 4194304 4196468 140735273775040 140735273757584 139726206590711 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
/proc/9759/statm: 6828530 26779 2773 1 0 6790935 0
[pid=9759/tid=9760] ppid=9756 vsize=27314120 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/9759/task/9760/stat : 9760 (java) R 9756 9756 7218 0 -1 4202560 5002 0 0 0 7 2 0 0 20 0 20 0 419983917 27969658880 26844 33554432000 4194304 4196468 140735273775040 139726178415568 139726186123137 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9761] ppid=9756 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/9759/task/9761/stat : 9761 (java) S 9756 9756 7218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 26844 33554432000 4194304 4196468 140735273775040 139726210832656 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9762] ppid=9756 vsize=27314120 memory=139923021588096 CPUtime=0 cores=0-7
/proc/9759/task/9762/stat : 9762 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 26844 33554432000 4194304 4196468 140735273775040 139726024989072 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9763] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9763/stat : 9763 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 26844 33554432000 4194304 4196468 140735273775040 139725627882000 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9764] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9764/stat : 9764 (java) S 9756 9756 7218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 26844 33554432000 4194304 4196468 140735273775040 139725626829456 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9765] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9765/stat : 9765 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 26844 33554432000 4194304 4196468 140735273775040 139725625776912 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9766] ppid=9756 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/9759/task/9766/stat : 9766 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 26844 33554432000 4194304 4196468 140735273775040 139725624724368 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9767] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9767/stat : 9767 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 26844 33554432000 4194304 4196468 140735273775040 139725623671824 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9768] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9768/stat : 9768 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 26844 33554432000 4194304 4196468 140735273775040 139725622619280 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9769] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9769/stat : 9769 (java) S 9756 9756 7218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419983921 27969658880 26844 33554432000 4194304 4196468 140735273775040 139724258314224 139726206601858 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9770] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9770/stat : 9770 (java) S 9756 9756 7218 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419983921 27969658880 26844 33554432000 4194304 4196468 140735273775040 139724144501664 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9771] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9771/stat : 9771 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983922 27969658880 26844 33554432000 4194304 4196468 140735273775040 139723876066288 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9772] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9772/stat : 9772 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 26844 33554432000 4194304 4196468 140735273775040 139723501557968 139726206609307 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9773] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9773/stat : 9773 (java) S 9756 9756 7218 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 26844 33554432000 4194304 4196468 140735273775040 139724257262064 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9774] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9774/stat : 9774 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 26844 33554432000 4194304 4196468 140735273775040 139724256209520 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9775] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9775/stat : 9775 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 26844 33554432000 4194304 4196468 140735273775040 139724255156976 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9776] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9776/stat : 9776 (java) R 9756 9756 7218 0 -1 4202560 249 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 26844 33554432000 4194304 4196468 140735273775040 139724254104432 139726206612058 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9777] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9777/stat : 9777 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 26844 33554432000 4194304 4196468 140735273775040 139723003652320 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9778] ppid=9756 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/9759/task/9778/stat : 9778 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983925 27969658880 26844 33554432000 4194304 4196468 140735273775040 139724253051312 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 108508 KiB

[startup+0.209863 s]*
/proc/loadavg: 8.02 8.23 8.24 3/211 9778
/proc/meminfo: memFree=30339252/32770624 swapFree=66932136/67108860
[pid=9756] ppid=9753 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/9756/stat : 9756 (scop.sh) S 9753 9756 7218 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 419983916 115843072 348 33554432000 4194304 5098028 140724752157504 140724752154760 139994202165884 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33382400 140724752159525 140724752159852 140724752159852 140724752162765 0
/proc/9756/statm: 28282 348 296 221 0 87 0
[pid=9759] ppid=9756 vsize=27314120 memory=124248 CPUtime=0.24 cores=0-7
/proc/9759/stat : 9759 (java) S 9756 9756 7218 0 -1 1077944320 11913 0 0 0 20 4 0 0 20 0 20 0 419983916 27969658880 31062 33554432000 4194304 4196468 140735273775040 140735273757584 139726206590711 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
/proc/9759/statm: 6828530 31062 2954 1 0 6790935 0
[pid=9759/tid=9760] ppid=9756 vsize=27314120 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/9759/task/9760/stat : 9760 (java) R 9756 9756 7218 0 -1 4202560 9637 0 0 0 16 3 0 0 20 0 20 0 419983917 27969658880 31062 33554432000 4194304 4196468 140735273775040 139726178390096 139726191756311 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9761] ppid=9756 vsize=27314120 memory=288230587528118625 CPUtime=0 cores=0-7
/proc/9759/task/9761/stat : 9761 (java) S 9756 9756 7218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31062 33554432000 4194304 4196468 140735273775040 139726210832656 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9762] ppid=9756 vsize=27314120 memory=14555844268222104 CPUtime=0 cores=0-7
/proc/9759/task/9762/stat : 9762 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31062 33554432000 4194304 4196468 140735273775040 139726024989072 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9763] ppid=9756 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/9759/task/9763/stat : 9763 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31062 33554432000 4194304 4196468 140735273775040 139725627882000 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9764] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9764/stat : 9764 (java) S 9756 9756 7218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31062 33554432000 4194304 4196468 140735273775040 139725626829456 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9765] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9765/stat : 9765 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31062 33554432000 4194304 4196468 140735273775040 139725625776912 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9766] ppid=9756 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/9759/task/9766/stat : 9766 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31062 33554432000 4194304 4196468 140735273775040 139725624724368 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9767] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9767/stat : 9767 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31062 33554432000 4194304 4196468 140735273775040 139725623671824 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9768] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9768/stat : 9768 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31062 33554432000 4194304 4196468 140735273775040 139725622619280 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9769] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9769/stat : 9769 (java) S 9756 9756 7218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419983921 27969658880 31062 33554432000 4194304 4196468 140735273775040 139724258314224 139726206601858 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9770] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9770/stat : 9770 (java) S 9756 9756 7218 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419983921 27969658880 31062 33554432000 4194304 4196468 140735273775040 139724144501664 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9771] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9771/stat : 9771 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983922 27969658880 31062 33554432000 4194304 4196468 140735273775040 139723876066288 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9772] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9772/stat : 9772 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 31062 33554432000 4194304 4196468 140735273775040 139723501557968 139726206609307 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9773] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9773/stat : 9773 (java) S 9756 9756 7218 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 31062 33554432000 4194304 4196468 140735273775040 139724257262064 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9774] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9774/stat : 9774 (java) S 9756 9756 7218 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 31062 33554432000 4194304 4196468 140735273775040 139724256209520 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9775] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9775/stat : 9775 (java) S 9756 9756 7218 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 31062 33554432000 4194304 4196468 140735273775040 139724255156976 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9776] ppid=9756 vsize=27314120 memory=0 CPUtime=0.02 cores=0-7
/proc/9759/task/9776/stat : 9776 (java) S 9756 9756 7218 0 -1 1077944384 468 0 0 0 2 0 0 0 20 0 20 0 419983924 27969658880 31062 33554432000 4194304 4196468 140735273775040 139724254104432 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9777] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9777/stat : 9777 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 31062 33554432000 4194304 4196468 140735273775040 139723003652320 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9778] ppid=9756 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/9759/task/9778/stat : 9778 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983925 27969658880 31062 33554432000 4194304 4196468 140735273775040 139724253051312 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 125640 KiB

[startup+0.309447 s]*
/proc/loadavg: 8.02 8.23 8.24 2/211 9778
/proc/meminfo: memFree=30336672/32770624 swapFree=66932136/67108860
[pid=9756] ppid=9753 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/9756/stat : 9756 (scop.sh) S 9753 9756 7218 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 419983916 115843072 348 33554432000 4194304 5098028 140724752157504 140724752154760 139994202165884 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33382400 140724752159525 140724752159852 140724752159852 140724752162765 0
/proc/9756/statm: 28282 348 296 221 0 87 0
[pid=9759] ppid=9756 vsize=27314120 memory=127664 CPUtime=0.42 cores=0-7
/proc/9759/stat : 9759 (java) S 9756 9756 7218 0 -1 1077944320 12350 0 0 0 37 5 0 0 20 0 20 0 419983916 27969658880 31916 33554432000 4194304 4196468 140735273775040 140735273757584 139726206590711 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
/proc/9759/statm: 6828530 31916 3007 1 0 6790935 0
[pid=9759/tid=9760] ppid=9756 vsize=27314120 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9759/task/9760/stat : 9760 (java) R 9756 9756 7218 0 -1 4202560 9908 0 0 0 26 3 0 0 20 0 20 0 419983917 27969658880 31916 33554432000 4194304 4196468 140735273775040 139726178408208 139726191756366 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9761] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9761/stat : 9761 (java) S 9756 9756 7218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31916 33554432000 4194304 4196468 140735273775040 139726210832656 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9762] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9762/stat : 9762 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31916 33554432000 4194304 4196468 140735273775040 139726024989072 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9763] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9763/stat : 9763 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31916 33554432000 4194304 4196468 140735273775040 139725627882000 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9764] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9764/stat : 9764 (java) S 9756 9756 7218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31916 33554432000 4194304 4196468 140735273775040 139725626829456 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9765] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9765/stat : 9765 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31916 33554432000 4194304 4196468 140735273775040 139725625776912 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9766] ppid=9756 vsize=27314120 memory=139922921056943 CPUtime=0 cores=0-7
/proc/9759/task/9766/stat : 9766 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31916 33554432000 4194304 4196468 140735273775040 139725624724368 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9767] ppid=9756 vsize=27314120 memory=139922921059248 CPUtime=0 cores=0-7
/proc/9759/task/9767/stat : 9767 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31916 33554432000 4194304 4196468 140735273775040 139725623671824 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9768] ppid=9756 vsize=27314120 memory=139922921061552 CPUtime=0 cores=0-7
/proc/9759/task/9768/stat : 9768 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27969658880 31916 33554432000 4194304 4196468 140735273775040 139725622619280 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9769] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9769/stat : 9769 (java) S 9756 9756 7218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419983921 27969658880 31916 33554432000 4194304 4196468 140735273775040 139724258314224 139726206601858 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9770] ppid=9756 vsize=27314120 memory=279845842136976 CPUtime=0 cores=0-7
/proc/9759/task/9770/stat : 9770 (java) S 9756 9756 7218 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419983921 27969658880 31916 33554432000 4194304 4196468 140735273775040 139724144501664 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9771] ppid=9756 vsize=27314120 memory=279845842134672 CPUtime=0 cores=0-7
/proc/9759/task/9771/stat : 9771 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983922 27969658880 31916 33554432000 4194304 4196468 140735273775040 139723876066288 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9772] ppid=9756 vsize=27314120 memory=279845842141584 CPUtime=0 cores=0-7
/proc/9759/task/9772/stat : 9772 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 31916 33554432000 4194304 4196468 140735273775040 139723501557968 139726206609307 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9773] ppid=9756 vsize=27314120 memory=279845842082864 CPUtime=0 cores=0-7
/proc/9759/task/9773/stat : 9773 (java) S 9756 9756 7218 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 31916 33554432000 4194304 4196468 140735273775040 139724257262064 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9774] ppid=9756 vsize=27314120 memory=279845842155408 CPUtime=0.02 cores=0-7
/proc/9759/task/9774/stat : 9774 (java) S 9756 9756 7218 0 -1 1077944384 244 0 0 0 2 0 0 0 20 0 20 0 419983924 27969658880 31916 33554432000 4194304 4196468 140735273775040 139724256209520 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9775] ppid=9756 vsize=27314120 memory=279845842162320 CPUtime=0.01 cores=0-7
/proc/9759/task/9775/stat : 9775 (java) R 9756 9756 7218 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 20 0 419983924 27969658880 31916 33554432000 4194304 4196468 140735273775040 139724255156976 139726189798744 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9776] ppid=9756 vsize=27314120 memory=279845842160016 CPUtime=0.07 cores=0-7
/proc/9759/task/9776/stat : 9776 (java) S 9756 9756 7218 0 -1 1077944384 489 0 0 0 7 0 0 0 20 0 20 0 419983924 27969658880 31916 33554432000 4194304 4196468 140735273775040 139724254104432 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9777] ppid=9756 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9777/stat : 9777 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983924 27969658880 31916 33554432000 4194304 4196468 140735273775040 139723003652320 139726206600917 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9778] ppid=9756 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/9759/task/9778/stat : 9778 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983925 27969658880 31916 33554432000 4194304 4196468 140735273775040 139724253051312 139726206601858 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 129056 KiB

[startup+0.700925 s]
/proc/loadavg: 8.02 8.23 8.24 2/211 9778
/proc/meminfo: memFree=30313156/32770624 swapFree=66932136/67108860
[pid=9756] ppid=9753 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/9756/stat : 9756 (scop.sh) S 9753 9756 7218 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 419983916 115843072 348 33554432000 4194304 5098028 140724752157504 140724752154760 139994202165884 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33382400 140724752159525 140724752159852 140724752159852 140724752162765 0
/proc/9756/statm: 28282 348 296 221 0 87 0
[pid=9759] ppid=9756 vsize=27322516 memory=167928 CPUtime=1 cores=0-7
/proc/9759/stat : 9759 (java) S 9756 9756 7218 0 -1 1077944320 20555 0 0 0 93 7 0 0 20 0 20 0 419983916 27978256384 41982 33554432000 4194304 4196468 140735273775040 140735273757584 139726206590711 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
/proc/9759/statm: 6830629 41982 3201 1 0 6791959 0
[pid=9759/tid=9760] ppid=9756 vsize=27322516 memory=0 CPUtime=0.68 cores=0-7
/proc/9759/task/9760/stat : 9760 (java) R 9756 9756 7218 0 -1 4202560 17502 0 0 0 62 6 0 0 20 0 20 0 419983917 27978256384 41982 33554432000 4194304 4196468 140735273775040 139726178422480 139726190671198 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9761] ppid=9756 vsize=27322516 memory=2353 CPUtime=0 cores=0-7
/proc/9759/task/9761/stat : 9761 (java) S 9756 9756 7218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419983919 27978256384 41982 33554432000 4194304 4196468 140735273775040 139726210832656 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9762] ppid=9756 vsize=27322516 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9762/stat : 9762 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27978256384 41982 33554432000 4194304 4196468 140735273775040 139726024989072 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9763] ppid=9756 vsize=27322516 memory=1228 CPUtime=0 cores=0-7
/proc/9759/task/9763/stat : 9763 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983919 27978256384 41982 33554432000 4194304 4196468 140735273775040 139725627882000 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0

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

/proc/9759/task/9777/stat : 9777 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139723003652320 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9778] ppid=9756 vsize=27326612 memory=1228 CPUtime=0 cores=0-7
/proc/9759/task/9778/stat : 9778 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983925 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724253051312 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
Current children cumulated CPU time: 36.94 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 6137524 KiB

[startup+28.0009 s]*
/proc/loadavg: 5.44 7.58 8.02 2/211 9781
/proc/meminfo: memFree=24319216/32770624 swapFree=66932136/67108860
[pid=9756] ppid=9753 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/9756/stat : 9756 (scop.sh) S 9753 9756 7218 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 419983916 115843072 348 33554432000 4194304 5098028 140724752157504 140724752154760 139994202165884 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33382400 140724752159525 140724752159852 140724752159852 140724752162765 0
/proc/9756/statm: 28282 348 296 221 0 87 0
[pid=9759] ppid=9756 vsize=27326612 memory=6136132 CPUtime=37.76 cores=0-7
/proc/9759/stat : 9759 (java) S 9756 9756 7218 0 -1 1077944320 38724 0 0 0 3605 171 0 0 20 0 20 0 419983916 27982450688 1534033 33554432000 4194304 4196468 140735273775040 140735273757584 139726206590711 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
/proc/9759/statm: 6831653 1534033 3270 1 0 6792983 0
[pid=9759/tid=9760] ppid=9756 vsize=27326612 memory=1748 CPUtime=27.69 cores=0-7
/proc/9759/task/9760/stat : 9760 (java) R 9756 9756 7218 0 -1 4202560 24238 0 0 0 2679 90 0 0 20 0 20 0 419983917 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139726178426304 139725715448735 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9761] ppid=9756 vsize=27326612 memory=4872558044660077418 CPUtime=0.25 cores=0-7
/proc/9759/task/9761/stat : 9761 (java) S 9756 9756 7218 0 -1 1077944384 183 0 0 0 14 11 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139726210832656 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9762] ppid=9756 vsize=27326612 memory=288230596050944315 CPUtime=0.25 cores=0-7
/proc/9759/task/9762/stat : 9762 (java) S 9756 9756 7218 0 -1 1077944384 223 0 0 0 18 7 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139726024989072 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9763] ppid=9756 vsize=27326612 memory=15823283127847325 CPUtime=0.25 cores=0-7
/proc/9759/task/9763/stat : 9763 (java) S 9756 9756 7218 0 -1 1077944384 155 0 0 0 16 9 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725627882000 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9764] ppid=9756 vsize=27326612 memory=6944656592455360604 CPUtime=0.26 cores=0-7
/proc/9759/task/9764/stat : 9764 (java) S 9756 9756 7218 0 -1 1077944384 358 0 0 0 16 10 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725626829456 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9765] ppid=9756 vsize=27326612 memory=6944656592455097440 CPUtime=0.26 cores=0-7
/proc/9759/task/9765/stat : 9765 (java) S 9756 9756 7218 0 -1 1077944384 224 0 0 0 18 8 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725625776912 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9766] ppid=9756 vsize=27326612 memory=6944656592455360604 CPUtime=0.25 cores=0-7
/proc/9759/task/9766/stat : 9766 (java) S 9756 9756 7218 0 -1 1077944384 131 0 0 0 18 7 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725624724368 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9767] ppid=9756 vsize=27326612 memory=288293289671799171 CPUtime=0.25 cores=0-7
/proc/9759/task/9767/stat : 9767 (java) S 9756 9756 7218 0 -1 1077944384 217 0 0 0 17 8 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725623671824 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9768] ppid=9756 vsize=27326612 memory=301789760515354598 CPUtime=0.26 cores=0-7
/proc/9759/task/9768/stat : 9768 (java) S 9756 9756 7218 0 -1 1077944384 121 0 0 0 18 8 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725622619280 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9769] ppid=9756 vsize=27326612 memory=6944656592387989600 CPUtime=0.01 cores=0-7
/proc/9759/task/9769/stat : 9769 (java) S 9756 9756 7218 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 20 0 419983921 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724258314224 139726206601858 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9770] ppid=9756 vsize=27326612 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/9759/task/9770/stat : 9770 (java) S 9756 9756 7218 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419983921 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724144501728 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9771] ppid=9756 vsize=27326612 memory=6944656592455359545 CPUtime=0 cores=0-7
/proc/9759/task/9771/stat : 9771 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983922 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139723876066304 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9772] ppid=9756 vsize=27326612 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/9759/task/9772/stat : 9772 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139723501557968 139726206609307 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9773] ppid=9756 vsize=27326612 memory=6944656592387989600 CPUtime=2.65 cores=0-7
/proc/9759/task/9773/stat : 9773 (java) S 9756 9756 7218 0 -1 1077944384 4284 0 0 0 264 1 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724257262064 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9774] ppid=9756 vsize=27326612 memory=6944656592387989600 CPUtime=2.04 cores=0-7
/proc/9759/task/9774/stat : 9774 (java) S 9756 9756 7218 0 -1 1077944384 1604 0 0 0 203 1 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724256209520 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9775] ppid=9756 vsize=27326612 memory=0 CPUtime=2.16 cores=0-7
/proc/9759/task/9775/stat : 9775 (java) S 9756 9756 7218 0 -1 1077944384 2487 0 0 0 215 1 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724255156976 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9776] ppid=9756 vsize=27326612 memory=0 CPUtime=1.02 cores=0-7
/proc/9759/task/9776/stat : 9776 (java) S 9756 9756 7218 0 -1 1077944384 3150 0 0 0 100 2 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724254104432 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9777] ppid=9756 vsize=27326612 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/9759/task/9777/stat : 9777 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139723003652320 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9778] ppid=9756 vsize=27326612 memory=1176 CPUtime=0 cores=0-7
/proc/9759/task/9778/stat : 9778 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983925 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724253051312 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
Current children cumulated CPU time: 37.76 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 6137524 KiB

[startup+28.2009 s]
/proc/loadavg: 5.44 7.58 8.02 2/211 9781
/proc/meminfo: memFree=24319216/32770624 swapFree=66932136/67108860
[pid=9756] ppid=9753 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/9756/stat : 9756 (scop.sh) S 9753 9756 7218 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 419983916 115843072 348 33554432000 4194304 5098028 140724752157504 140724752154760 139994202165884 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33382400 140724752159525 140724752159852 140724752159852 140724752162765 0
/proc/9756/statm: 28282 348 296 221 0 87 0
[pid=9759] ppid=9756 vsize=27326612 memory=6136132 CPUtime=37.95 cores=0-7
/proc/9759/stat : 9759 (java) S 9756 9756 7218 0 -1 1077944320 38761 0 0 0 3624 171 0 0 20 0 20 0 419983916 27982450688 1534033 33554432000 4194304 4196468 140735273775040 140735273757584 139726206590711 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
/proc/9759/statm: 6831653 1534033 3270 1 0 6792983 0
[pid=9759/tid=9760] ppid=9756 vsize=27326612 memory=15823283127847325 CPUtime=27.88 cores=0-7
/proc/9759/task/9760/stat : 9760 (java) R 9756 9756 7218 0 -1 4202560 24275 0 0 0 2698 90 0 0 20 0 20 0 419983917 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139726178426304 139725708219505 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9761] ppid=9756 vsize=27326612 memory=1176 CPUtime=0.25 cores=0-7
/proc/9759/task/9761/stat : 9761 (java) S 9756 9756 7218 0 -1 1077944384 183 0 0 0 14 11 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139726210832656 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9762] ppid=9756 vsize=27326612 memory=5964 CPUtime=0.25 cores=0-7
/proc/9759/task/9762/stat : 9762 (java) S 9756 9756 7218 0 -1 1077944384 223 0 0 0 18 7 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139726024989072 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9763] ppid=9756 vsize=27326612 memory=780 CPUtime=0.25 cores=0-7
/proc/9759/task/9763/stat : 9763 (java) S 9756 9756 7218 0 -1 1077944384 155 0 0 0 16 9 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725627882000 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9764] ppid=9756 vsize=27326612 memory=14008 CPUtime=0.26 cores=0-7
/proc/9759/task/9764/stat : 9764 (java) S 9756 9756 7218 0 -1 1077944384 358 0 0 0 16 10 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725626829456 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9765] ppid=9756 vsize=27326612 memory=21092 CPUtime=0.26 cores=0-7
/proc/9759/task/9765/stat : 9765 (java) S 9756 9756 7218 0 -1 1077944384 224 0 0 0 18 8 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725625776912 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9766] ppid=9756 vsize=27326612 memory=2116 CPUtime=0.25 cores=0-7
/proc/9759/task/9766/stat : 9766 (java) S 9756 9756 7218 0 -1 1077944384 131 0 0 0 18 7 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725624724368 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9767] ppid=9756 vsize=27326612 memory=11916 CPUtime=0.25 cores=0-7
/proc/9759/task/9767/stat : 9767 (java) S 9756 9756 7218 0 -1 1077944384 217 0 0 0 17 8 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725623671824 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9768] ppid=9756 vsize=27326612 memory=1560 CPUtime=0.26 cores=0-7
/proc/9759/task/9768/stat : 9768 (java) S 9756 9756 7218 0 -1 1077944384 121 0 0 0 18 8 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725622619280 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9769] ppid=9756 vsize=27326612 memory=500 CPUtime=0.01 cores=0-7
/proc/9759/task/9769/stat : 9769 (java) S 9756 9756 7218 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 20 0 419983921 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724258314224 139726206601858 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9770] ppid=9756 vsize=27326612 memory=928 CPUtime=0 cores=0-7
/proc/9759/task/9770/stat : 9770 (java) S 9756 9756 7218 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419983921 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724144501728 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9771] ppid=9756 vsize=27326612 memory=1984 CPUtime=0 cores=0-7
/proc/9759/task/9771/stat : 9771 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983922 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139723876066304 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9772] ppid=9756 vsize=27326612 memory=5964 CPUtime=0 cores=0-7
/proc/9759/task/9772/stat : 9772 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139723501557968 139726206609307 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9773] ppid=9756 vsize=27326612 memory=780 CPUtime=2.65 cores=0-7
/proc/9759/task/9773/stat : 9773 (java) S 9756 9756 7218 0 -1 1077944384 4284 0 0 0 264 1 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724257262064 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9774] ppid=9756 vsize=27326612 memory=14008 CPUtime=2.04 cores=0-7
/proc/9759/task/9774/stat : 9774 (java) S 9756 9756 7218 0 -1 1077944384 1604 0 0 0 203 1 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724256209520 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9775] ppid=9756 vsize=27326612 memory=21092 CPUtime=2.16 cores=0-7
/proc/9759/task/9775/stat : 9775 (java) S 9756 9756 7218 0 -1 1077944384 2487 0 0 0 215 1 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724255156976 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9776] ppid=9756 vsize=27326612 memory=2116 CPUtime=1.02 cores=0-7
/proc/9759/task/9776/stat : 9776 (java) S 9756 9756 7218 0 -1 1077944384 3150 0 0 0 100 2 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724254104432 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9777] ppid=9756 vsize=27326612 memory=11916 CPUtime=0 cores=0-7
/proc/9759/task/9777/stat : 9777 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139723003652320 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9778] ppid=9756 vsize=27326612 memory=1560 CPUtime=0 cores=0-7
/proc/9759/task/9778/stat : 9778 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983925 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724253051312 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
Current children cumulated CPU time: 37.95 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 6137524 KiB

[startup+28.3009 s]
/proc/loadavg: 5.44 7.58 8.02 2/211 9781
/proc/meminfo: memFree=24319216/32770624 swapFree=66932136/67108860
[pid=9756] ppid=9753 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/9756/stat : 9756 (scop.sh) S 9753 9756 7218 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 419983916 115843072 348 33554432000 4194304 5098028 140724752157504 140724752154760 139994202165884 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33382400 140724752159525 140724752159852 140724752159852 140724752162765 0
/proc/9756/statm: 28282 348 296 221 0 87 0
[pid=9759] ppid=9756 vsize=27326612 memory=6136132 CPUtime=38.05 cores=0-7
/proc/9759/stat : 9759 (java) S 9756 9756 7218 0 -1 1077944320 38779 0 0 0 3634 171 0 0 20 0 20 0 419983916 27982450688 1534033 33554432000 4194304 4196468 140735273775040 140735273757584 139726206590711 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
/proc/9759/statm: 6831653 1534033 3270 1 0 6792983 0
[pid=9759/tid=9760] ppid=9756 vsize=27326612 memory=8243114992657236055 CPUtime=27.98 cores=0-7
/proc/9759/task/9760/stat : 9760 (java) R 9756 9756 7218 0 -1 4202560 24293 0 0 0 2708 90 0 0 20 0 20 0 419983917 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139726178426304 139725711482142 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9761] ppid=9756 vsize=27326612 memory=6136132 CPUtime=0.25 cores=0-7
/proc/9759/task/9761/stat : 9761 (java) S 9756 9756 7218 0 -1 1077944384 183 0 0 0 14 11 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139726210832656 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9762] ppid=9756 vsize=27326612 memory=1392 CPUtime=0.25 cores=0-7
/proc/9759/task/9762/stat : 9762 (java) S 9756 9756 7218 0 -1 1077944384 223 0 0 0 18 7 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139726024989072 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9763] ppid=9756 vsize=27326612 memory=6136132 CPUtime=0.25 cores=0-7
/proc/9759/task/9763/stat : 9763 (java) S 9756 9756 7218 0 -1 1077944384 155 0 0 0 16 9 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725627882000 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9764] ppid=9756 vsize=27326612 memory=6944656575208382560 CPUtime=0.26 cores=0-7
/proc/9759/task/9764/stat : 9764 (java) S 9756 9756 7218 0 -1 1077944384 358 0 0 0 16 10 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725626829456 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9765] ppid=9756 vsize=27326612 memory=6136132 CPUtime=0.26 cores=0-7
/proc/9759/task/9765/stat : 9765 (java) S 9756 9756 7218 0 -1 1077944384 224 0 0 0 18 8 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725625776912 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9766] ppid=9756 vsize=27326612 memory=1392 CPUtime=0.25 cores=0-7
/proc/9759/task/9766/stat : 9766 (java) S 9756 9756 7218 0 -1 1077944384 131 0 0 0 18 7 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725624724368 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9767] ppid=9756 vsize=27326612 memory=6136132 CPUtime=0.25 cores=0-7
/proc/9759/task/9767/stat : 9767 (java) S 9756 9756 7218 0 -1 1077944384 217 0 0 0 17 8 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725623671824 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9768] ppid=9756 vsize=27326612 memory=3620 CPUtime=0.26 cores=0-7
/proc/9759/task/9768/stat : 9768 (java) S 9756 9756 7218 0 -1 1077944384 121 0 0 0 18 8 0 0 20 0 20 0 419983919 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139725622619280 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9769] ppid=9756 vsize=27326612 memory=40304 CPUtime=0.01 cores=0-7
/proc/9759/task/9769/stat : 9769 (java) S 9756 9756 7218 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 20 0 419983921 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724258314224 139726206601858 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9770] ppid=9756 vsize=27326612 memory=988 CPUtime=0 cores=0-7
/proc/9759/task/9770/stat : 9770 (java) S 9756 9756 7218 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419983921 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724144501728 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9771] ppid=9756 vsize=27326612 memory=279845842369104 CPUtime=0 cores=0-7
/proc/9759/task/9771/stat : 9771 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983922 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139723876066304 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9772] ppid=9756 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/9759/task/9772/stat : 9772 (java) S 9756 9756 7218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139723501557968 139726206609307 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9773] ppid=9756 vsize=27326612 memory=45796 CPUtime=2.65 cores=0-7
/proc/9759/task/9773/stat : 9773 (java) S 9756 9756 7218 0 -1 1077944384 4284 0 0 0 264 1 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724257262064 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9774] ppid=9756 vsize=27326612 memory=1392 CPUtime=2.04 cores=0-7
/proc/9759/task/9774/stat : 9774 (java) S 9756 9756 7218 0 -1 1077944384 1604 0 0 0 203 1 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724256209520 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9775] ppid=9756 vsize=27326612 memory=6132960 CPUtime=2.16 cores=0-7
/proc/9759/task/9775/stat : 9775 (java) S 9756 9756 7218 0 -1 1077944384 2487 0 0 0 215 1 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724255156976 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9776] ppid=9756 vsize=27326612 memory=14132238522517232 CPUtime=1.02 cores=0-7
/proc/9759/task/9776/stat : 9776 (java) S 9756 9756 7218 0 -1 1077944384 3150 0 0 0 100 2 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724254104432 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9777] ppid=9756 vsize=27326612 memory=1392 CPUtime=0 cores=0-7
/proc/9759/task/9777/stat : 9777 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983924 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139723003652320 139726206600917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
[pid=9759/tid=9778] ppid=9756 vsize=27326612 memory=6136132 CPUtime=0 cores=0-7
/proc/9759/task/9778/stat : 9778 (java) S 9756 9756 7218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419983925 27982450688 1534033 33554432000 4194304 4196468 140735273775040 139724253051312 139726206601858 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7323648 140735273779948 140735273780374 140735273780374 140735273783247 0
Current children cumulated CPU time: 38.05 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 6137524 KiB

Child status: 0
Real time (s): 28.3856
CPU time (s): 38.1596
CPU user time (s): 36.4068
CPU system time (s): 1.75277
CPU usage (%): 134.433
Max. virtual memory (cumulated for all children) (KiB): 27439740
Max. memory (cumulated for all children) (KiB): 6137524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.4068
system time used= 1.75277
maximum resident set size= 6136720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39700
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6786
involuntary context switches= 56


# summary of solver processes directly reported to runsolver:
#   pid: 9756
#   total CPU time (s): 38.1596
#   total CPU user time (s): 36.4068
#   total CPU system time (s): 1.75277

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.217994 second user time and 0.299207 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-14 07:01:04
IDJOB=4392395
IDBENCH=134614
IDSOLVER=2838
FILE ID=node139/4392395-1568437159
RUNJOBID= node139-1568428877-7245
PBS_JOBID= 21702305
Free space on /tmp= 59556 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-17-ext02.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392395-1568437159/watcher-4392395-1568437159 -o /tmp/evaluation-result-4392395-1568437159/solver-4392395-1568437159 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1568428877-7245 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392395-1568437159.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= e012389e7b96b23a2cd1273ccb482cfe
RANDOM SEED=523380225

node139.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.57
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.57
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.57
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.57
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:        30453880 kB
MemAvailable:   31824932 kB
Buffers:          140620 kB
Cached:          1509956 kB
SwapCached:        74376 kB
Active:           602180 kB
Inactive:        1129448 kB
Active(anon):       5548 kB
Inactive(anon):   115792 kB
Active(file):     596632 kB
Inactive(file):  1013656 kB
Unevictable:      106676 kB
Mlocked:          106676 kB
SwapTotal:      67108860 kB
SwapFree:       66932136 kB
Dirty:             20600 kB
Writeback:             0 kB
AnonPages:        112948 kB
Mapped:            44276 kB
Shmem:             32224 kB
Slab:             181848 kB
SReclaimable:     153196 kB
SUnreclaim:        28652 kB
KernelStack:        3616 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     488292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59536 MiB
End job on node139 at 2019-09-14 07:01:33