Trace number 4392695

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 hybrid+ManyGlucose (2019-06-15)UNSAT 38.7559 28.6515

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 -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-8127-serial-file.bin HOME/instance-4392695-1568437167.xml
0.66/0.54	
0.66/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.66/0.54	
0.66/0.56	c BEGIN-Prog: Sat Sep 14 06:58:38 CEST 2019
0.66/0.56	c PID: 8130
0.66/0.56	c IP: 172.20.3.132
0.66/0.56	c HOST: node132.alineos.net
0.66/0.57	c (0,0) Parsing Begin
1.89/1.06	c (0,0) Parsing End
1.89/1.06	c (0,0) CSP: 288 int (0 aux), 1 bool (0 aux), 291 ctr, max domain size 289
1.89/1.06	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.89/1.06	c (0,0) Constraint Name Generate Begin
1.89/1.07	c (0,0) Ctr:HOME/instance-4392695-1568437167.xml,AllDifferent:ExtensionSupport:Instantiation:Var
1.89/1.07	c (0,0) Constraint Name Generate End
1.89/1.07	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.89/1.07	c (0,0) CSP to CSPinCNF Begin
13.21/5.91	c (5,5) translated 30 (10%) constraints
16.32/8.53	c (7,7) translated 59 (20%) constraints
18.92/11.10	c (10,10) translated 88 (30%) constraints
21.57/13.68	c (13,13) translated 117 (40%) constraints
24.22/16.25	c (15,15) translated 146 (50%) constraints
28.97/19.04	c (18,18) translated 175 (60%) constraints
31.40/21.47	c (20,20) translated 204 (70%) constraints
33.84/23.88	c (23,23) translated 233 (80%) constraints
36.27/26.28	c (25,25) translated 262 (90%) constraints
38.69/28.60	c (28,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.69/28.61	c (28,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.69/28.61	c (28,27) ===========================================
38.69/28.61	c (28,27) Empty domain is detected while CSP to CSPinCNF.
38.69/28.61	c (28,27) ===========================================
38.69/28.61	c (28,27) 0,0,---,---,---,---,---,---,---,STOP-AFTER(CtrName)
38.69/28.61	s UNSATISFIABLE
38.69/28.61	c END-Prog: Sat Sep 14 06:59:06 CEST 2019
38.69/28.65	c (scop.sh) HOME/scop-8127-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 (15257 MiB free)
  memory of node 1: 16384 MiB (15633 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392695-1568437167/watcher-4392695-1568437167 -o /tmp/evaluation-result-4392695-1568437167/solver-4392695-1568437167 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1568428013-6295 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392695-1568437167.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=8127, runsolver pid=8124

[startup+0.100136 s]*
/proc/loadavg: 8.47 8.35 8.33 3/217 8149
/proc/meminfo: memFree=31539596/32770624 swapFree=67009712/67108860
[pid=8127] ppid=8124 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8127/stat : 8127 (scop.sh) S 8124 8127 6268 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 419639373 115843072 349 33554432000 4194304 5098028 140723677340288 140723677337544 140298229469820 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28647424 140723677344548 140723677344876 140723677344876 140723677347789 0
/proc/8127/statm: 28282 349 296 221 0 87 0
[pid=8130] ppid=8127 vsize=27314120 memory=104804 CPUtime=0.1 cores=0-7
/proc/8130/stat : 8130 (java) S 8127 8127 6268 0 -1 1077944320 6786 0 0 0 8 2 0 0 20 0 20 0 419639373 27969658880 26201 33554432000 4194304 4196468 140735122285040 140735122267584 140336618122999 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
/proc/8130/statm: 6828530 26201 2802 1 0 6790935 0
[pid=8130/tid=8131] ppid=8127 vsize=27314120 memory=-7024592270288534718 CPUtime=0.08 cores=0-7
/proc/8130/task/8131/stat : 8131 (java) R 8127 8127 6268 0 -1 4202560 4902 0 0 0 7 1 0 0 20 0 20 0 419639374 27969658880 26201 33554432000 4194304 4196468 140735122285040 140336589953064 140336618144925 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8132] ppid=8127 vsize=27314120 memory=6735269665564437106 CPUtime=0 cores=0-7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 26201 33554432000 4194304 4196468 140735122285040 140336622365584 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8133] ppid=8127 vsize=27314120 memory=140656552797824 CPUtime=0 cores=0-7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 26201 33554432000 4194304 4196468 140735122285040 140336447007504 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8134] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 26201 33554432000 4194304 4196468 140735122285040 140336039623824 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8135] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8135/stat : 8135 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 26201 33554432000 4194304 4196468 140735122285040 140336038571024 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8136] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8136/stat : 8136 (java) S 8127 8127 6268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 26201 33554432000 4194304 4196468 140735122285040 140336037517712 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8137] ppid=8127 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8130/task/8137/stat : 8137 (java) S 8127 8127 6268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 26201 33554432000 4194304 4196468 140735122285040 140336036464912 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8138] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8138/stat : 8138 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 26201 33554432000 4194304 4196468 140735122285040 140336035412624 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8139] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8139/stat : 8139 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 26201 33554432000 4194304 4196468 140735122285040 140336034359824 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8140] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8140/stat : 8140 (java) S 8127 8127 6268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419639378 27969658880 26201 33554432000 4194304 4196468 140735122285040 140334938348144 140336618134146 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8141] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8141/stat : 8141 (java) S 8127 8127 6268 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419639378 27969658880 26201 33554432000 4194304 4196468 140735122285040 140334432511264 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8142] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8142/stat : 8142 (java) S 8127 8127 6268 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419639378 27969658880 26201 33554432000 4194304 4196468 140735122285040 140334298289776 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8143] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8143/stat : 8143 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 26201 33554432000 4194304 4196468 140735122285040 140333923785296 140336618141595 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8144] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8144/stat : 8144 (java) S 8127 8127 6268 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 26201 33554432000 4194304 4196468 140735122285040 140334937294960 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8145] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8145/stat : 8145 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 26201 33554432000 4194304 4196468 140735122285040 140334936242160 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8146] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8146/stat : 8146 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 26201 33554432000 4194304 4196468 140735122285040 140334935189872 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8147] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8147/stat : 8147 (java) S 8127 8127 6268 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 26201 33554432000 4194304 4196468 140735122285040 140334934137072 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8148] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8148/stat : 8148 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 26201 33554432000 4194304 4196468 140735122285040 140333425879904 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8149] ppid=8127 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8130/task/8149/stat : 8149 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 26201 33554432000 4194304 4196468 140735122285040 140334933084976 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 106200 KiB

[startup+0.210609 s]*
/proc/loadavg: 8.47 8.35 8.33 2/217 8149
/proc/meminfo: memFree=31517300/32770624 swapFree=67009712/67108860
[pid=8127] ppid=8124 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8127/stat : 8127 (scop.sh) S 8124 8127 6268 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 419639373 115843072 349 33554432000 4194304 5098028 140723677340288 140723677337544 140298229469820 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28647424 140723677344548 140723677344876 140723677344876 140723677347789 0
/proc/8127/statm: 28282 349 296 221 0 87 0
[pid=8130] ppid=8127 vsize=27314120 memory=123992 CPUtime=0.24 cores=0-7
/proc/8130/stat : 8130 (java) S 8127 8127 6268 0 -1 1077944320 12413 0 0 0 21 3 0 0 20 0 20 0 419639373 27969658880 30998 33554432000 4194304 4196468 140735122285040 140735122267584 140336618122999 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
/proc/8130/statm: 6828530 30998 2929 1 0 6790935 0
[pid=8130/tid=8131] ppid=8127 vsize=27314120 memory=8390339637985935414 CPUtime=0.2 cores=0-7
/proc/8130/task/8131/stat : 8131 (java) R 8127 8127 6268 0 -1 4202560 10140 0 0 0 17 3 0 0 20 0 20 0 419639374 27969658880 30998 33554432000 4194304 4196468 140735122285040 140336589946960 140336602676503 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8132] ppid=8127 vsize=27314120 memory=288230613314710904 CPUtime=0 cores=0-7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 30998 33554432000 4194304 4196468 140735122285040 140336622365584 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8133] ppid=8127 vsize=27314120 memory=3834737169195427488 CPUtime=0 cores=0-7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 30998 33554432000 4194304 4196468 140735122285040 140336447007504 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8134] ppid=8127 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 30998 33554432000 4194304 4196468 140735122285040 140336039623824 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8135] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8135/stat : 8135 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 30998 33554432000 4194304 4196468 140735122285040 140336038571024 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8136] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8136/stat : 8136 (java) S 8127 8127 6268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 30998 33554432000 4194304 4196468 140735122285040 140336037517712 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8137] ppid=8127 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8130/task/8137/stat : 8137 (java) S 8127 8127 6268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 30998 33554432000 4194304 4196468 140735122285040 140336036464912 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8138] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8138/stat : 8138 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 30998 33554432000 4194304 4196468 140735122285040 140336035412624 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8139] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8139/stat : 8139 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 30998 33554432000 4194304 4196468 140735122285040 140336034359824 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8140] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8140/stat : 8140 (java) S 8127 8127 6268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419639378 27969658880 30998 33554432000 4194304 4196468 140735122285040 140334938348144 140336618134146 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8141] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8141/stat : 8141 (java) S 8127 8127 6268 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419639378 27969658880 30998 33554432000 4194304 4196468 140735122285040 140334432511264 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8142] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8142/stat : 8142 (java) S 8127 8127 6268 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419639378 27969658880 30998 33554432000 4194304 4196468 140735122285040 140334298289776 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8143] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8143/stat : 8143 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 30998 33554432000 4194304 4196468 140735122285040 140333923785296 140336618141595 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8144] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8144/stat : 8144 (java) S 8127 8127 6268 0 -1 1077944384 456 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 30998 33554432000 4194304 4196468 140735122285040 140334937294960 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8145] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8145/stat : 8145 (java) S 8127 8127 6268 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 30998 33554432000 4194304 4196468 140735122285040 140334936242160 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8146] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8146/stat : 8146 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 30998 33554432000 4194304 4196468 140735122285040 140334935189872 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8147] ppid=8127 vsize=27314120 memory=0 CPUtime=0.02 cores=0-7
/proc/8130/task/8147/stat : 8147 (java) S 8127 8127 6268 0 -1 1077944384 438 0 0 0 2 0 0 0 20 0 20 0 419639381 27969658880 30998 33554432000 4194304 4196468 140735122285040 140334934137072 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8148] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8148/stat : 8148 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 30998 33554432000 4194304 4196468 140735122285040 140333425879904 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8149] ppid=8127 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8130/task/8149/stat : 8149 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 30998 33554432000 4194304 4196468 140735122285040 140334933084976 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 125388 KiB

[startup+0.309834 s]*
/proc/loadavg: 8.47 8.35 8.33 2/217 8149
/proc/meminfo: memFree=31514260/32770624 swapFree=67009712/67108860
[pid=8127] ppid=8124 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8127/stat : 8127 (scop.sh) S 8124 8127 6268 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 419639373 115843072 349 33554432000 4194304 5098028 140723677340288 140723677337544 140298229469820 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28647424 140723677344548 140723677344876 140723677344876 140723677347789 0
/proc/8127/statm: 28282 349 296 221 0 87 0
[pid=8130] ppid=8127 vsize=27314120 memory=127816 CPUtime=0.42 cores=0-7
/proc/8130/stat : 8130 (java) S 8127 8127 6268 0 -1 1077944320 13076 0 0 0 38 4 0 0 20 0 20 0 419639373 27969658880 31954 33554432000 4194304 4196468 140735122285040 140735122267584 140336618122999 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
/proc/8130/statm: 6828530 31954 3027 1 0 6790935 0
[pid=8130/tid=8131] ppid=8127 vsize=27314120 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/8130/task/8131/stat : 8131 (java) R 8127 8127 6268 0 -1 4202560 10627 0 0 0 26 3 0 0 20 0 20 0 419639374 27969658880 31954 33554432000 4194304 4196468 140735122285040 140336589940384 140336602203486 0 4 2 16800973 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8132] ppid=8127 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 31954 33554432000 4194304 4196468 140735122285040 140336622365584 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8133] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 31954 33554432000 4194304 4196468 140735122285040 140336447007504 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8134] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 31954 33554432000 4194304 4196468 140735122285040 140336039623824 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8135] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8135/stat : 8135 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 31954 33554432000 4194304 4196468 140735122285040 140336038571024 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8136] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8136/stat : 8136 (java) S 8127 8127 6268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 31954 33554432000 4194304 4196468 140735122285040 140336037517712 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8137] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8137/stat : 8137 (java) S 8127 8127 6268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 31954 33554432000 4194304 4196468 140735122285040 140336036464912 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8138] ppid=8127 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/8130/task/8138/stat : 8138 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 31954 33554432000 4194304 4196468 140735122285040 140336035412624 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8139] ppid=8127 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/8130/task/8139/stat : 8139 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639376 27969658880 31954 33554432000 4194304 4196468 140735122285040 140336034359824 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8140] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8140/stat : 8140 (java) S 8127 8127 6268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419639378 27969658880 31954 33554432000 4194304 4196468 140735122285040 140334938348144 140336618134146 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8141] ppid=8127 vsize=27314120 memory=140656420938191 CPUtime=0 cores=0-7
/proc/8130/task/8141/stat : 8141 (java) S 8127 8127 6268 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419639378 27969658880 31954 33554432000 4194304 4196468 140735122285040 140334432511264 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8142] ppid=8127 vsize=27314120 memory=281312841904016 CPUtime=0 cores=0-7
/proc/8130/task/8142/stat : 8142 (java) S 8127 8127 6268 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419639378 27969658880 31954 33554432000 4194304 4196468 140735122285040 140334298289776 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8143] ppid=8127 vsize=27314120 memory=281312841901712 CPUtime=0 cores=0-7
/proc/8130/task/8143/stat : 8143 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 31954 33554432000 4194304 4196468 140735122285040 140333923785296 140336618141595 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8144] ppid=8127 vsize=27314120 memory=281312841908624 CPUtime=0.01 cores=0-7
/proc/8130/task/8144/stat : 8144 (java) S 8127 8127 6268 0 -1 1077944384 510 0 0 0 1 0 0 0 20 0 20 0 419639381 27969658880 31954 33554432000 4194304 4196468 140735122285040 140334937294960 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8145] ppid=8127 vsize=27314120 memory=281312841849904 CPUtime=0.02 cores=0-7
/proc/8130/task/8145/stat : 8145 (java) R 8127 8127 6268 0 -1 4202560 110 0 0 0 2 0 0 0 20 0 20 0 419639381 27969658880 31954 33554432000 4194304 4196468 140735122285040 140334936242160 140336597620275 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8146] ppid=8127 vsize=27314120 memory=281312841922448 CPUtime=0 cores=0-7
/proc/8130/task/8146/stat : 8146 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 31954 33554432000 4194304 4196468 140735122285040 140334935189872 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8147] ppid=8127 vsize=27314120 memory=281312841929328 CPUtime=0.07 cores=0-7
/proc/8130/task/8147/stat : 8147 (java) S 8127 8127 6268 0 -1 1077944384 477 0 0 0 7 0 0 0 20 0 20 0 419639381 27969658880 31954 33554432000 4194304 4196468 140735122285040 140334934137072 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8148] ppid=8127 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8148/stat : 8148 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 31954 33554432000 4194304 4196468 140735122285040 140333425879904 140336618133205 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8149] ppid=8127 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8130/task/8149/stat : 8149 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639381 27969658880 31954 33554432000 4194304 4196468 140735122285040 140334933084976 140336618134146 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 129212 KiB

[startup+0.700877 s]
/proc/loadavg: 7.87 8.23 8.29 2/217 8149
/proc/meminfo: memFree=31493664/32770624 swapFree=67009712/67108860
[pid=8127] ppid=8124 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8127/stat : 8127 (scop.sh) S 8124 8127 6268 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 419639373 115843072 349 33554432000 4194304 5098028 140723677340288 140723677337544 140298229469820 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28647424 140723677344548 140723677344876 140723677344876 140723677347789 0
/proc/8127/statm: 28282 349 296 221 0 87 0
[pid=8130] ppid=8127 vsize=27322516 memory=163580 CPUtime=0.99 cores=0-7
/proc/8130/stat : 8130 (java) S 8127 8127 6268 0 -1 1077944320 20513 0 0 0 92 7 0 0 20 0 20 0 419639373 27978256384 40895 33554432000 4194304 4196468 140735122285040 140735122267584 140336618122999 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
/proc/8130/statm: 6830629 40895 3200 1 0 6791959 0
[pid=8130/tid=8131] ppid=8127 vsize=27322516 memory=2244 CPUtime=0.67 cores=0-7
/proc/8130/task/8131/stat : 8131 (java) R 8127 8127 6268 0 -1 4202560 17596 0 0 0 62 5 0 0 20 0 20 0 419639374 27978256384 40895 33554432000 4194304 4196468 140735122285040 140336589954768 140336602203486 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8132] ppid=8127 vsize=27322516 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27978256384 40895 33554432000 4194304 4196468 140735122285040 140336622365584 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8133] ppid=8127 vsize=27322516 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27978256384 40895 33554432000 4194304 4196468 140735122285040 140336447007504 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8134] ppid=8127 vsize=27322516 memory=14008 CPUtime=0 cores=0-7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639376 27978256384 40895 33554432000 4194304 4196468 140735122285040 140336039623824 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0

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

/proc/8130/task/8148/stat : 8148 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140333425879904 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8149] ppid=8127 vsize=27326612 memory=6134956 CPUtime=0 cores=0-7
/proc/8130/task/8149/stat : 8149 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334933084976 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
Current children cumulated CPU time: 37.27 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 6136352 KiB

[startup+28.0008 s]*
/proc/loadavg: 5.53 7.65 8.10 2/217 8149
/proc/meminfo: memFree=25500556/32770624 swapFree=67009712/67108860
[pid=8127] ppid=8124 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8127/stat : 8127 (scop.sh) S 8124 8127 6268 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 419639373 115843072 349 33554432000 4194304 5098028 140723677340288 140723677337544 140298229469820 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28647424 140723677344548 140723677344876 140723677344876 140723677347789 0
/proc/8127/statm: 28282 349 296 221 0 87 0
[pid=8130] ppid=8127 vsize=27326612 memory=6134956 CPUtime=38.09 cores=0-7
/proc/8130/stat : 8130 (java) S 8127 8127 6268 0 -1 1077944320 40232 0 0 0 3639 170 0 0 20 0 20 0 419639373 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140735122267584 140336618122999 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
/proc/8130/statm: 6831653 1533739 3270 1 0 6792983 0
[pid=8130/tid=8131] ppid=8127 vsize=27326612 memory=1398722017469774279 CPUtime=27.67 cores=0-7
/proc/8130/task/8131/stat : 8131 (java) R 8127 8127 6268 0 -1 4202560 24294 0 0 0 2680 87 0 0 20 0 20 0 419639374 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336589955144 140336120540384 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8132] ppid=8127 vsize=27326612 memory=4872558044660077418 CPUtime=0.26 cores=0-7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8127 6268 0 -1 1077944384 165 0 0 0 14 12 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336622365584 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8133] ppid=8127 vsize=27326612 memory=13948 CPUtime=0.27 cores=0-7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8127 6268 0 -1 1077944384 207 0 0 0 19 8 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336447007504 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8134] ppid=8127 vsize=27326612 memory=2120 CPUtime=0.27 cores=0-7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8127 6268 0 -1 1077944384 186 0 0 0 15 12 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336039623824 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8135] ppid=8127 vsize=27326612 memory=520 CPUtime=0.26 cores=0-7
/proc/8130/task/8135/stat : 8135 (java) S 8127 8127 6268 0 -1 1077944384 123 0 0 0 19 7 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336038571024 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8136] ppid=8127 vsize=27326612 memory=1560 CPUtime=0.27 cores=0-7
/proc/8130/task/8136/stat : 8136 (java) S 8127 8127 6268 0 -1 1077944384 123 0 0 0 19 8 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336037517712 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8137] ppid=8127 vsize=27326612 memory=928 CPUtime=0.26 cores=0-7
/proc/8130/task/8137/stat : 8137 (java) S 8127 8127 6268 0 -1 1077944384 226 0 0 0 17 9 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336036464912 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8138] ppid=8127 vsize=27326612 memory=1616 CPUtime=0.27 cores=0-7
/proc/8130/task/8138/stat : 8138 (java) S 8127 8127 6268 0 -1 1077944384 321 0 0 0 19 8 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336035412624 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8139] ppid=8127 vsize=27326612 memory=896 CPUtime=0.27 cores=0-7
/proc/8130/task/8139/stat : 8139 (java) S 8127 8127 6268 0 -1 1077944384 210 0 0 0 19 8 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336034359824 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8140] ppid=8127 vsize=27326612 memory=1436 CPUtime=0.01 cores=0-7
/proc/8130/task/8140/stat : 8140 (java) S 8127 8127 6268 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 20 0 419639378 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334938348144 140336618134146 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8141] ppid=8127 vsize=27326612 memory=1980 CPUtime=0 cores=0-7
/proc/8130/task/8141/stat : 8141 (java) S 8127 8127 6268 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 419639378 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334432511328 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8142] ppid=8127 vsize=27326612 memory=2452 CPUtime=0 cores=0-7
/proc/8130/task/8142/stat : 8142 (java) S 8127 8127 6268 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 419639378 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334298289776 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8143] ppid=8127 vsize=27326612 memory=1764 CPUtime=0 cores=0-7
/proc/8130/task/8143/stat : 8143 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140333923785296 140336618141595 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8144] ppid=8127 vsize=27326612 memory=111632 CPUtime=2.65 cores=0-7
/proc/8130/task/8144/stat : 8144 (java) S 8127 8127 6268 0 -1 1077944384 4506 0 0 0 264 1 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334937294960 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8145] ppid=8127 vsize=27326612 memory=1808 CPUtime=2.19 cores=0-7
/proc/8130/task/8145/stat : 8145 (java) S 8127 8127 6268 0 -1 1077944384 2534 0 0 0 218 1 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334936242160 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8146] ppid=8127 vsize=27326612 memory=0 CPUtime=2.27 cores=0-7
/proc/8130/task/8146/stat : 8146 (java) S 8127 8127 6268 0 -1 1077944384 2888 0 0 0 227 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334935189872 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8147] ppid=8127 vsize=27326612 memory=0 CPUtime=1.01 cores=0-7
/proc/8130/task/8147/stat : 8147 (java) S 8127 8127 6268 0 -1 1077944384 3078 0 0 0 100 1 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334934137072 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8148] ppid=8127 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8148/stat : 8148 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140333425879904 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8149] ppid=8127 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8149/stat : 8149 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334933084976 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
Current children cumulated CPU time: 38.09 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 6136352 KiB

[startup+28.4008 s]
/proc/loadavg: 5.53 7.65 8.10 2/217 8149
/proc/meminfo: memFree=25500556/32770624 swapFree=67009712/67108860
[pid=8127] ppid=8124 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8127/stat : 8127 (scop.sh) S 8124 8127 6268 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 419639373 115843072 349 33554432000 4194304 5098028 140723677340288 140723677337544 140298229469820 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28647424 140723677344548 140723677344876 140723677344876 140723677347789 0
/proc/8127/statm: 28282 349 296 221 0 87 0
[pid=8130] ppid=8127 vsize=27326612 memory=6134956 CPUtime=38.49 cores=0-7
/proc/8130/stat : 8130 (java) S 8127 8127 6268 0 -1 1077944320 40308 0 0 0 3678 171 0 0 20 0 20 0 419639373 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140735122267584 140336618122999 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
/proc/8130/statm: 6831653 1533739 3270 1 0 6792983 0
[pid=8130/tid=8131] ppid=8127 vsize=27326612 memory=1808 CPUtime=28.07 cores=0-7
/proc/8130/task/8131/stat : 8131 (java) R 8127 8127 6268 0 -1 4202560 24370 0 0 0 2719 88 0 0 20 0 20 0 419639374 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336589955144 140336125892723 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8132] ppid=8127 vsize=27326612 memory=924 CPUtime=0.26 cores=0-7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8127 6268 0 -1 1077944384 165 0 0 0 14 12 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336622365584 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8133] ppid=8127 vsize=27326612 memory=4244 CPUtime=0.27 cores=0-7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8127 6268 0 -1 1077944384 207 0 0 0 19 8 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336447007504 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8134] ppid=8127 vsize=27326612 memory=4100 CPUtime=0.27 cores=0-7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8127 6268 0 -1 1077944384 186 0 0 0 15 12 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336039623824 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8135] ppid=8127 vsize=27326612 memory=1412 CPUtime=0.26 cores=0-7
/proc/8130/task/8135/stat : 8135 (java) S 8127 8127 6268 0 -1 1077944384 123 0 0 0 19 7 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336038571024 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8136] ppid=8127 vsize=27326612 memory=2912 CPUtime=0.27 cores=0-7
/proc/8130/task/8136/stat : 8136 (java) S 8127 8127 6268 0 -1 1077944384 123 0 0 0 19 8 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336037517712 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8137] ppid=8127 vsize=27326612 memory=1396 CPUtime=0.26 cores=0-7
/proc/8130/task/8137/stat : 8137 (java) S 8127 8127 6268 0 -1 1077944384 226 0 0 0 17 9 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336036464912 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8138] ppid=8127 vsize=27326612 memory=1396 CPUtime=0.27 cores=0-7
/proc/8130/task/8138/stat : 8138 (java) S 8127 8127 6268 0 -1 1077944384 321 0 0 0 19 8 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336035412624 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8139] ppid=8127 vsize=27326612 memory=1396 CPUtime=0.27 cores=0-7
/proc/8130/task/8139/stat : 8139 (java) S 8127 8127 6268 0 -1 1077944384 210 0 0 0 19 8 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336034359824 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8140] ppid=8127 vsize=27326612 memory=6133104 CPUtime=0.01 cores=0-7
/proc/8130/task/8140/stat : 8140 (java) S 8127 8127 6268 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 20 0 419639378 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334938348144 140336618134146 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8141] ppid=8127 vsize=27326612 memory=1436 CPUtime=0 cores=0-7
/proc/8130/task/8141/stat : 8141 (java) S 8127 8127 6268 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 419639378 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334432511328 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8142] ppid=8127 vsize=27326612 memory=1980 CPUtime=0 cores=0-7
/proc/8130/task/8142/stat : 8142 (java) S 8127 8127 6268 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 419639378 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334298289776 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8143] ppid=8127 vsize=27326612 memory=2452 CPUtime=0 cores=0-7
/proc/8130/task/8143/stat : 8143 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140333923785296 140336618141595 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8144] ppid=8127 vsize=27326612 memory=1764 CPUtime=2.65 cores=0-7
/proc/8130/task/8144/stat : 8144 (java) S 8127 8127 6268 0 -1 1077944384 4506 0 0 0 264 1 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334937294960 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8145] ppid=8127 vsize=27326612 memory=111632 CPUtime=2.19 cores=0-7
/proc/8130/task/8145/stat : 8145 (java) S 8127 8127 6268 0 -1 1077944384 2534 0 0 0 218 1 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334936242160 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8146] ppid=8127 vsize=27326612 memory=1808 CPUtime=2.27 cores=0-7
/proc/8130/task/8146/stat : 8146 (java) S 8127 8127 6268 0 -1 1077944384 2888 0 0 0 227 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334935189872 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8147] ppid=8127 vsize=27326612 memory=924 CPUtime=1.01 cores=0-7
/proc/8130/task/8147/stat : 8147 (java) S 8127 8127 6268 0 -1 1077944384 3078 0 0 0 100 1 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334934137072 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8148] ppid=8127 vsize=27326612 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8130/task/8148/stat : 8148 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140333425879904 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8149] ppid=8127 vsize=27326612 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8130/task/8149/stat : 8149 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334933084976 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
Current children cumulated CPU time: 38.49 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 6136352 KiB

[startup+28.6008 s]
/proc/loadavg: 5.53 7.65 8.10 2/217 8149
/proc/meminfo: memFree=25500556/32770624 swapFree=67009712/67108860
[pid=8127] ppid=8124 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8127/stat : 8127 (scop.sh) S 8124 8127 6268 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 419639373 115843072 349 33554432000 4194304 5098028 140723677340288 140723677337544 140298229469820 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28647424 140723677344548 140723677344876 140723677344876 140723677347789 0
/proc/8127/statm: 28282 349 296 221 0 87 0
[pid=8130] ppid=8127 vsize=27326612 memory=6134956 CPUtime=38.69 cores=0-7
/proc/8130/stat : 8130 (java) S 8127 8127 6268 0 -1 1077944320 40345 0 0 0 3698 171 0 0 20 0 20 0 419639373 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140735122267584 140336618122999 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
/proc/8130/statm: 6831653 1533739 3270 1 0 6792983 0
[pid=8130/tid=8131] ppid=8127 vsize=27326612 memory=8028674168966910323 CPUtime=28.27 cores=0-7
/proc/8130/task/8131/stat : 8131 (java) R 8127 8127 6268 0 -1 4202560 24407 0 0 0 2739 88 0 0 20 0 20 0 419639374 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336589955144 140336128761563 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8132] ppid=8127 vsize=27326612 memory=-7029379521808015264 CPUtime=0.26 cores=0-7
/proc/8130/task/8132/stat : 8132 (java) S 8127 8127 6268 0 -1 1077944384 165 0 0 0 14 12 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336622365584 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8133] ppid=8127 vsize=27326612 memory=6944656575208382560 CPUtime=0.27 cores=0-7
/proc/8130/task/8133/stat : 8133 (java) S 8127 8127 6268 0 -1 1077944384 207 0 0 0 19 8 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336447007504 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8134] ppid=8127 vsize=27326612 memory=7897447025732043678 CPUtime=0.27 cores=0-7
/proc/8130/task/8134/stat : 8134 (java) S 8127 8127 6268 0 -1 1077944384 186 0 0 0 15 12 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336039623824 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8135] ppid=8127 vsize=27326612 memory=6944613755361064352 CPUtime=0.26 cores=0-7
/proc/8130/task/8135/stat : 8135 (java) S 8127 8127 6268 0 -1 1077944384 123 0 0 0 19 7 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336038571024 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8136] ppid=8127 vsize=27326612 memory=6789802306324843961 CPUtime=0.27 cores=0-7
/proc/8130/task/8136/stat : 8136 (java) S 8127 8127 6268 0 -1 1077944384 123 0 0 0 19 8 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336037517712 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8137] ppid=8127 vsize=27326612 memory=1399051139730258233 CPUtime=0.26 cores=0-7
/proc/8130/task/8137/stat : 8137 (java) S 8127 8127 6268 0 -1 1077944384 226 0 0 0 17 9 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336036464912 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8138] ppid=8127 vsize=27326612 memory=-7750001083477550754 CPUtime=0.27 cores=0-7
/proc/8130/task/8138/stat : 8138 (java) S 8127 8127 6268 0 -1 1077944384 321 0 0 0 19 8 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336035412624 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8139] ppid=8127 vsize=27326612 memory=281312842486464 CPUtime=0.27 cores=0-7
/proc/8130/task/8139/stat : 8139 (java) S 8127 8127 6268 0 -1 1077944384 210 0 0 0 19 8 0 0 20 0 20 0 419639376 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140336034359824 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8140] ppid=8127 vsize=27326612 memory=4426648745358232950 CPUtime=0.01 cores=0-7
/proc/8130/task/8140/stat : 8140 (java) S 8127 8127 6268 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 20 0 419639378 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334938348144 140336618134146 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8141] ppid=8127 vsize=27326612 memory=4625243410194776160 CPUtime=0 cores=0-7
/proc/8130/task/8141/stat : 8141 (java) S 8127 8127 6268 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 419639378 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334432511328 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8142] ppid=8127 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8142/stat : 8142 (java) S 8127 8127 6268 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 419639378 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334298289776 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8143] ppid=8127 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8143/stat : 8143 (java) S 8127 8127 6268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140333923785296 140336618141595 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8144] ppid=8127 vsize=27326612 memory=246 CPUtime=2.65 cores=0-7
/proc/8130/task/8144/stat : 8144 (java) S 8127 8127 6268 0 -1 1077944384 4506 0 0 0 264 1 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334937294960 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8145] ppid=8127 vsize=27326612 memory=203 CPUtime=2.19 cores=0-7
/proc/8130/task/8145/stat : 8145 (java) S 8127 8127 6268 0 -1 1077944384 2534 0 0 0 218 1 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334936242160 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8146] ppid=8127 vsize=27326612 memory=192 CPUtime=2.27 cores=0-7
/proc/8130/task/8146/stat : 8146 (java) S 8127 8127 6268 0 -1 1077944384 2888 0 0 0 227 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334935189872 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8147] ppid=8127 vsize=27326612 memory=90 CPUtime=1.01 cores=0-7
/proc/8130/task/8147/stat : 8147 (java) S 8127 8127 6268 0 -1 1077944384 3078 0 0 0 100 1 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334934137072 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8148] ppid=8127 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8148/stat : 8148 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140333425879904 140336618133205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
[pid=8130/tid=8149] ppid=8127 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/8130/task/8149/stat : 8149 (java) S 8127 8127 6268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419639381 27982450688 1533739 33554432000 4194304 4196468 140735122285040 140334933084976 140336618134146 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31997952 140735122293483 140735122293910 140735122293910 140735122296783 0
Current children cumulated CPU time: 38.69 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 6136352 KiB

Child status: 0
Real time (s): 28.6515
CPU time (s): 38.7559
CPU user time (s): 37.0147
CPU system time (s): 1.74122
CPU usage (%): 135.267
Max. virtual memory (cumulated for all children) (KiB): 27439740
Max. memory (cumulated for all children) (KiB): 6136352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.0147
system time used= 1.74122
maximum resident set size= 6135620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41260
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= 6757
involuntary context switches= 108


# summary of solver processes directly reported to runsolver:
#   pid: 8127
#   total CPU time (s): 38.7559
#   total CPU user time (s): 37.0147
#   total CPU system time (s): 1.74122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.234289 second user time and 0.29932 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-14 06:58:37
IDJOB=4392695
IDBENCH=134614
IDSOLVER=2839
FILE ID=node132/4392695-1568437167
RUNJOBID= node132-1568428013-6295
PBS_JOBID= 21702303
Free space on /tmp= 61624 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-17-ext02.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -hybrid 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-4392695-1568437167/watcher-4392695-1568437167 -o /tmp/evaluation-result-4392695-1568437167/solver-4392695-1568437167 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1568428013-6295 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392695-1568437167.xml

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

MD5SUM BENCH= e012389e7b96b23a2cd1273ccb482cfe
RANDOM SEED=719274938

node132.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.95
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.95
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.95
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.95
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:        31633100 kB
MemAvailable:   31917468 kB
Buffers:           70404 kB
Cached:           493400 kB
SwapCached:         6312 kB
Active:           403820 kB
Inactive:         166952 kB
Active(anon):       3780 kB
Inactive(anon):    31648 kB
Active(file):     400040 kB
Inactive(file):   135304 kB
Unevictable:      109404 kB
Mlocked:          109404 kB
SwapTotal:      67108860 kB
SwapFree:       67009712 kB
Dirty:             20684 kB
Writeback:             0 kB
AnonPages:        175804 kB
Mapped:            32092 kB
Shmem:             19560 kB
Slab:             158492 kB
SReclaimable:     129720 kB
SUnreclaim:        28772 kB
KernelStack:        3456 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     475748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61604 MiB
End job on node132 at 2019-09-14 06:59:06