Trace number 4388161

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+CryptoMiniSat (2019-06-15)UNSAT 2381.93 1419.97

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-15-ext06.xml
MD5SUMaf3f6bb9b1ca00becd13f0e7ebc5af3a
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 benchmark17.3587
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints47
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":223},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity225
Distribution of constraint arities[{"arity":2,"count":1},{"arity":6,"count":45},{"arity":225,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/cryptominisat5 -solverOption default -tmp HOME -serialFile HOME/scop-7970-serial-file.bin HOME/instance-4388161-1568296094.xml
0.65/0.53	
0.65/0.53	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
0.65/0.53	
0.65/0.55	c BEGIN-Prog: Thu Sep 12 15:49:56 CEST 2019
0.65/0.55	c PID: 7973
0.65/0.55	c IP: 172.20.3.139
0.65/0.55	c HOST: node139.alineos.net
0.65/0.56	c (0,0) Parsing Begin
15.65/10.87	c (10,9) Parsing End
15.65/10.87	c (10,9) CSP: 224 int (0 aux), 1 bool (0 aux), 47 ctr, max domain size 225
15.65/10.87	c (10,9) Heap : 1849 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
15.65/10.87	c (10,9) Constraint Name Generate Begin
15.65/10.88	c (10,9) Ctr:HOME/instance-4388161-1568296094.xml,AllDifferent:ExtensionSupport:Instantiation:Var
15.65/10.88	c (10,9) Constraint Name Generate End
15.65/10.88	c (10,9) Heap : 1849 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
15.65/10.88	c (10,9) CSP to CSPinCNF Begin
311.26/289.20	c (288,285) translated 5 (10%) constraints
590.15/554.91	c (554,547) translated 10 (20%) constraints
679.45/634.08	c (633,623) translated 15 (30%) constraints
752.58/697.73	c (697,683) translated 19 (40%) constraints
843.04/777.11	c (776,759) translated 24 (50%) constraints
931.57/856.22	c (855,835) translated 29 (60%) constraints
1004.42/919.87	c (919,895) translated 33 (70%) constraints
1209.18/1028.47	c (1027,971) translated 38 (80%) constraints
1763.61/1226.67	c (1226,1047) translated 43 (90%) constraints
2381.60/1419.75	c (1419,1093) x[220]: 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 are all values in table.
2381.86/1419.91	c (1419,1093) x[220]: 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 are all values in table after removing invalid tuple.
2381.86/1419.91	c (1419,1093) ===========================================
2381.86/1419.91	c (1419,1093) Empty domain is detected while CSP to CSPinCNF.
2381.86/1419.91	c (1419,1093) ===========================================
2381.86/1419.91	c (1419,1093) 10,10,---,---,---,---,---,---,---,STOP-AFTER(CtrName)
2381.86/1419.91	s UNSATISFIABLE
2381.86/1419.91	c END-Prog: Thu Sep 12 16:13:35 CEST 2019
2381.86/1419.96	c (scop.sh) HOME/scop-7970-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 (9000 MiB free)
  memory of node 1: 16384 MiB (15116 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4388161-1568296094/watcher-4388161-1568296094 -o /tmp/evaluation-result-4388161-1568296094/solver-4388161-1568296094 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568287468-5190 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4388161-1568296094.xml 

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

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

solver pid=7970, runsolver pid=7967

[startup+0.101751 s]*
/proc/loadavg: 2.17 2.07 2.06 4/208 7990
/proc/meminfo: memFree=24637676/32770624 swapFree=66901228/67108860
[pid=7970] ppid=7967 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7970/stat : 7970 (scop.sh) S 7967 7970 3961 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405876989 115843072 349 33554432000 4194304 5098028 140729909090368 140729909087624 139733610418812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38969344 140729909097315 140729909097584 140729909097584 140729909100493 0
/proc/7970/statm: 28282 349 296 221 0 87 0
[pid=7973] ppid=7970 vsize=15013720 memory=71168 CPUtime=0.11 cores=1,3,5,7
/proc/7973/stat : 7973 (java) S 7970 7970 3961 0 -1 1077944320 7157 0 0 0 10 1 0 0 20 0 15 0 405876989 15374049280 17792 33554432000 4194304 4196468 140722309721040 140722309703584 139640588738295 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
/proc/7973/statm: 3753430 17792 2888 1 0 3715835 0
[pid=7973/tid=7974] ppid=7970 vsize=15016308 memory=-7673721927108614497 CPUtime=0.09 cores=1,3,5,7
/proc/7973/task/7974/stat : 7974 (java) R 7970 7970 3961 0 -1 4202560 5227 0 0 0 8 1 0 0 20 0 15 0 405876990 15376699392 18122 33554432000 4194304 4196468 140722309721040 139640560522544 139640581028736 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7975] ppid=7970 vsize=15016308 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7975/stat : 7975 (java) S 7970 7970 3961 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405876991 15376699392 18122 33554432000 4194304 4196468 140722309721040 139640592980496 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7976] ppid=7970 vsize=15016308 memory=140163614168704 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7976/stat : 7976 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876991 15376699392 18122 33554432000 4194304 4196468 140722309721040 139640407136912 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7977] ppid=7970 vsize=15016308 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7977/stat : 7977 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876991 15376699392 18188 33554432000 4194304 4196468 140722309721040 139640406083856 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7978] ppid=7970 vsize=15016308 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7978/stat : 7978 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876991 15376699392 18188 33554432000 4194304 4196468 140722309721040 139640405031312 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7979] ppid=7970 vsize=15016308 memory=140163614168704 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7979/stat : 7979 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876993 15376699392 18188 33554432000 4194304 4196468 140722309721040 139639626308336 139640588749442 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7980] ppid=7970 vsize=15016308 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7980/stat : 7980 (java) S 7970 7970 3961 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405876993 15376699392 18188 33554432000 4194304 4196468 140722309721040 139639117571744 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7981] ppid=7970 vsize=15016308 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7981/stat : 7981 (java) S 7970 7970 3961 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 405876993 15376699392 18188 33554432000 4194304 4196468 140722309721040 139638983349488 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7982] ppid=7970 vsize=15016308 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7982/stat : 7982 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15376699392 18254 33554432000 4194304 4196468 140722309721040 139638608845264 139640588756891 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7983] ppid=7970 vsize=15016308 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7983/stat : 7983 (java) S 7970 7970 3961 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 15 0 405876996 15376699392 18254 33554432000 4194304 4196468 140722309721040 139639625255152 139640588749442 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7984] ppid=7970 vsize=15016308 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7984/stat : 7984 (java) S 7970 7970 3961 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 405876996 15376699392 18254 33554432000 4194304 4196468 140722309721040 139639624202608 139640588749442 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7985] ppid=7970 vsize=15016308 memory=140163614168704 CPUtime=0.01 cores=1,3,5,7
/proc/7973/task/7985/stat : 7985 (java) S 7970 7970 3961 0 -1 1077944384 449 0 0 0 1 0 0 0 20 0 15 0 405876996 15376699392 18254 33554432000 4194304 4196468 140722309721040 139639623149552 139640588749442 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7986] ppid=7970 vsize=15016308 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7986/stat : 7986 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15376699392 18320 33554432000 4194304 4196468 140722309721040 139638110939488 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7987] ppid=7970 vsize=15016308 memory=140163614168704 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7987/stat : 7987 (java) S 7970 7970 3961 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405876996 15376699392 18320 33554432000 4194304 4196468 140722309721040 139639622097968 139640588749442 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15126848 KiB
Current children cumulated memory: 72564 KiB

[startup+0.210298 s]*
/proc/loadavg: 2.17 2.07 2.06 3/207 8009
/proc/meminfo: memFree=24622364/32770624 swapFree=66901228/67108860
[pid=7970] ppid=7967 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7970/stat : 7970 (scop.sh) S 7967 7970 3961 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405876989 115843072 349 33554432000 4194304 5098028 140729909090368 140729909087624 139733610418812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38969344 140729909097315 140729909097584 140729909097584 140729909100493 0
/proc/7970/statm: 28282 349 296 221 0 87 0
[pid=7973] ppid=7970 vsize=15012696 memory=83348 CPUtime=0.25 cores=1,3,5,7
/proc/7973/stat : 7973 (java) S 7970 7970 3961 0 -1 1077944320 11466 0 0 0 22 3 0 0 20 0 15 0 405876989 15373000704 20837 33554432000 4194304 4196468 140722309721040 140722309703584 139640588738295 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
/proc/7973/statm: 3753174 20837 2894 1 0 3715579 0
[pid=7973/tid=7974] ppid=7970 vsize=15012696 memory=8390339637985935414 CPUtime=0.2 cores=1,3,5,7
/proc/7973/task/7974/stat : 7974 (java) R 7970 7970 3961 0 -1 4202560 9199 0 0 0 18 2 0 0 20 0 15 0 405876990 15373000704 20837 33554432000 4194304 4196468 140722309721040 139640560546768 139640588750230 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7975] ppid=7970 vsize=15012696 memory=288230596134830103 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7975/stat : 7975 (java) S 7970 7970 3961 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405876991 15373000704 20837 33554432000 4194304 4196468 140722309721040 139640592980496 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7976] ppid=7970 vsize=15012696 memory=14556106302084760 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7976/stat : 7976 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876991 15373000704 20837 33554432000 4194304 4196468 140722309721040 139640407136912 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7977] ppid=7970 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7977/stat : 7977 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876991 15373000704 20837 33554432000 4194304 4196468 140722309721040 139640406083856 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7978] ppid=7970 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7978/stat : 7978 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876991 15373000704 20837 33554432000 4194304 4196468 140722309721040 139640405031312 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7979] ppid=7970 vsize=15012696 memory=140163614168704 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7979/stat : 7979 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876993 15373000704 20837 33554432000 4194304 4196468 140722309721040 139639626308336 139640588749442 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7980] ppid=7970 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7980/stat : 7980 (java) S 7970 7970 3961 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405876993 15373000704 20837 33554432000 4194304 4196468 140722309721040 139639117571744 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7981] ppid=7970 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7981/stat : 7981 (java) S 7970 7970 3961 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 405876993 15373000704 20837 33554432000 4194304 4196468 140722309721040 139638983349488 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7982] ppid=7970 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7982/stat : 7982 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15373000704 20837 33554432000 4194304 4196468 140722309721040 139638608845264 139640588756891 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7983] ppid=7970 vsize=15012696 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7973/task/7983/stat : 7983 (java) S 7970 7970 3961 0 -1 1077944384 323 0 0 0 1 0 0 0 20 0 15 0 405876996 15373000704 20837 33554432000 4194304 4196468 140722309721040 139639625255152 139640588749442 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7984] ppid=7970 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7984/stat : 7984 (java) S 7970 7970 3961 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 405876996 15373000704 20837 33554432000 4194304 4196468 140722309721040 139639624202608 139640588749442 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7985] ppid=7970 vsize=15012696 memory=140163614168704 CPUtime=0.03 cores=1,3,5,7
/proc/7973/task/7985/stat : 7985 (java) R 7970 7970 3961 0 -1 4202560 474 0 0 0 3 0 0 0 20 0 15 0 405876996 15373000704 20837 33554432000 4194304 4196468 140722309721040 139639623149552 139640567441936 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7986] ppid=7970 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7986/stat : 7986 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15373000704 20837 33554432000 4194304 4196468 140722309721040 139638110939488 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7987] ppid=7970 vsize=15012696 memory=140163614168704 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7987/stat : 7987 (java) S 7970 7970 3961 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405876996 15373000704 20837 33554432000 4194304 4196468 140722309721040 139639622097968 139640588749442 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 84744 KiB

[startup+0.310254 s]*
/proc/loadavg: 2.17 2.07 2.06 4/219 8027
/proc/meminfo: memFree=24570948/32770624 swapFree=66901228/67108860
[pid=7970] ppid=7967 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7970/stat : 7970 (scop.sh) S 7967 7970 3961 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405876989 115843072 349 33554432000 4194304 5098028 140729909090368 140729909087624 139733610418812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38969344 140729909097315 140729909097584 140729909097584 140729909100493 0
/proc/7970/statm: 28282 349 296 221 0 87 0
[pid=7973] ppid=7970 vsize=15012696 memory=87708 CPUtime=0.43 cores=1,3,5,7
/proc/7973/stat : 7973 (java) S 7970 7970 3961 0 -1 1077944320 12538 0 0 0 40 3 0 0 20 0 15 0 405876989 15373000704 21927 33554432000 4194304 4196468 140722309721040 140722309703584 139640588738295 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
/proc/7973/statm: 3753174 21927 3046 1 0 3715579 0
[pid=7973/tid=7974] ppid=7970 vsize=15012696 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/7973/task/7974/stat : 7974 (java) R 7970 7970 3961 0 -1 4202560 10062 0 0 0 27 2 0 0 20 0 15 0 405876990 15373000704 21927 33554432000 4194304 4196468 140722309721040 139640560521312 139640570301824 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7975] ppid=7970 vsize=15012696 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7975/stat : 7975 (java) S 7970 7970 3961 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405876991 15373000704 21927 33554432000 4194304 4196468 140722309721040 139640592980496 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7976] ppid=7970 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7976/stat : 7976 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876991 15373000704 21927 33554432000 4194304 4196468 140722309721040 139640407136912 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7977] ppid=7970 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7977/stat : 7977 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876991 15373000704 21927 33554432000 4194304 4196468 140722309721040 139640406083856 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7978] ppid=7970 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7978/stat : 7978 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876991 15373000704 21927 33554432000 4194304 4196468 140722309721040 139640405031312 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7979] ppid=7970 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7979/stat : 7979 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876993 15373000704 21927 33554432000 4194304 4196468 140722309721040 139639626308336 139640588749442 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7980] ppid=7970 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7980/stat : 7980 (java) S 7970 7970 3961 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405876993 15373000704 21927 33554432000 4194304 4196468 140722309721040 139639117571744 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7981] ppid=7970 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7981/stat : 7981 (java) S 7970 7970 3961 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 405876993 15373000704 21927 33554432000 4194304 4196468 140722309721040 139638983349488 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7982] ppid=7970 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7982/stat : 7982 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15373000704 21927 33554432000 4194304 4196468 140722309721040 139638608845264 139640588756891 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7983] ppid=7970 vsize=15012696 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7973/task/7983/stat : 7983 (java) S 7970 7970 3961 0 -1 1077944384 444 0 0 0 3 0 0 0 20 0 15 0 405876996 15373000704 21927 33554432000 4194304 4196468 140722309721040 139639625255152 139640588749442 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7984] ppid=7970 vsize=15012696 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7973/task/7984/stat : 7984 (java) S 7970 7970 3961 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 15 0 405876996 15373000704 21927 33554432000 4194304 4196468 140722309721040 139639624202608 139640588749442 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7985] ppid=7970 vsize=15012696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7973/task/7985/stat : 7985 (java) S 7970 7970 3961 0 -1 1077944384 524 0 0 0 7 0 0 0 20 0 15 0 405876996 15373000704 21927 33554432000 4194304 4196468 140722309721040 139639623149552 139640588749442 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7986] ppid=7970 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7986/stat : 7986 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15373000704 21927 33554432000 4194304 4196468 140722309721040 139638110939488 139640588748501 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7987] ppid=7970 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7987/stat : 7987 (java) S 7970 7970 3961 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405876996 15373000704 21927 33554432000 4194304 4196468 140722309721040 139639622097968 139640588749442 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 89104 KiB

[startup+0.700736 s]
/proc/loadavg: 2.17 2.07 2.06 4/227 8035
/proc/meminfo: memFree=24516448/32770624 swapFree=66901228/67108860
[pid=7970] ppid=7967 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7970/stat : 7970 (scop.sh) S 7967 7970 3961 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405876989 115843072 349 33554432000 4194304 5098028 140729909090368 140729909087624 139733610418812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38969344 140729909097315 140729909097584 140729909097584 140729909100493 0
/proc/7970/statm: 28282 349 296 221 0 87 0
[pid=7973] ppid=7970 vsize=15018968 memory=129328 CPUtime=1 cores=1,3,5,7
/proc/7973/stat : 7973 (java) S 7970 7970 3961 0 -1 1077944320 20127 0 0 0 95 5 0 0 20 0 15 0 405876989 15379423232 32332 33554432000 4194304 4196468 140722309721040 140722309703584 139640588738295 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
/proc/7973/statm: 3754742 32332 3199 1 0 3716091 0
[pid=7973/tid=7974] ppid=7970 vsize=15018968 memory=6944656592455097440 CPUtime=0.68 cores=1,3,5,7
/proc/7973/task/7974/stat : 7974 (java) R 7970 7970 3961 0 -1 4202560 17118 0 0 0 64 4 0 0 20 0 15 0 405876990 15379423232 32332 33554432000 4194304 4196468 140722309721040 139640560565792 139640588760221 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7975] ppid=7970 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7975/stat : 7975 (java) S 7970 7970 3961 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405876991 15379423232 32332 33554432000 4194304 4196468 140722309721040 139640592980496 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7976] ppid=7970 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7976/stat : 7976 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876991 15379423232 32332 33554432000 4194304 4196468 140722309721040 139640407136912 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7977] ppid=7970 vsize=15018968 memory=36736 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7977/stat : 7977 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876991 15379423232 32332 33554432000 4194304 4196468 140722309721040 139640406083856 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7978] ppid=7970 vsize=15018968 memory=988 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7978/stat : 7978 (java) S 7970 7970 3961 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405876991 15379423232 32332 33554432000 4194304 4196468 140722309721040 139640405031312 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7979] ppid=7970 vsize=15018968 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7979/stat : 7979 (java) S 7970 7970 3961 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405876993 15379423232 32332 33554432000 4194304 4196468 140722309721040 139639626308336 139640588749442 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7980] ppid=7970 vsize=15018968 memory=1268 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7980/stat : 7980 (java) S 7970 7970 3961 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405876993 15379423232 32332 33554432000 4194304 4196468 140722309721040 139639117571744 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7981] ppid=7970 vsize=15018968 memory=10728 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7981/stat : 7981 (java) S 7970 7970 3961 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 405876993 15379423232 32332 33554432000 4194304 4196468 140722309721040 139638983349488 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7982] ppid=7970 vsize=15018968 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7982/stat : 7982 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15379423232 32332 33554432000 4194304 4196468 140722309721040 139638608845264 139640588756891 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7983] ppid=7970 vsize=15018968 memory=4004 CPUtime=0.09 cores=1,3,5,7
/proc/7973/task/7983/stat : 7983 (java) S 7970 7970 3961 0 -1 1077944384 661 0 0 0 9 0 0 0 20 0 15 0 405876996 15379423232 32332 33554432000 4194304 4196468 140722309721040 139639625255152 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7984] ppid=7970 vsize=15018968 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/7973/task/7984/stat : 7984 (java) S 7970 7970 3961 0 -1 1077944384 360 0 0 0 7 0 0 0 20 0 15 0 405876996 15379423232 32332 33554432000 4194304 4196468 140722309721040 139639624202608 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7985] ppid=7970 vsize=15018968 memory=624 CPUtime=0.14 cores=1,3,5,7
/proc/7973/task/7985/stat : 7985 (java) R 7970 7970 3961 0 -1 4202560 632 0 0 0 14 0 0 0 20 0 15 0 405876996 15379423232 32332 33554432000 4194304 4196468 140722309721040 139639623149552 139640568029898 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7986] ppid=7970 vsize=15018968 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7986/stat : 7986 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15379423232 32332 33554432000 4194304 4196468 140722309721040 139638110939488 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7987] ppid=7970 vsize=15018968 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7987/stat : 7987 (java) S 7970 7970 3961 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405876996 15379423232 32332 33554432000 4194304 4196468 140722309721040 139639622097968 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 15132096 KiB
Current children cumulated memory: 130724 KiB

[startup+1.50079 s]
/proc/loadavg: 2.17 2.07 2.06 8/227 8035
/proc/meminfo: memFree=23946428/32770624 swapFree=66901228/67108860
[pid=7970] ppid=7967 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7970/stat : 7970 (scop.sh) S 7967 7970 3961 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405876989 115843072 349 33554432000 4194304 5098028 140729909090368 140729909087624 139733610418812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38969344 140729909097315 140729909097584 140729909097584 140729909100493 0
/proc/7970/statm: 28282 349 296 221 0 87 0

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

/proc/7970/stat : 7970 (scop.sh) S 7967 7970 3961 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405876989 115843072 349 33554432000 4194304 5098028 140729909090368 140729909087624 139733610418812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38969344 140729909097315 140729909097584 140729909097584 140729909100493 0
/proc/7970/statm: 28282 349 296 221 0 87 0
[pid=7973] ppid=7970 vsize=15025188 memory=12026048 CPUtime=2381.08 cores=1,3,5,7
/proc/7973/stat : 7973 (java) S 7970 7970 3961 0 -1 1077944320 341146 0 0 0 237110 998 0 0 20 0 15 0 405876989 15385792512 3006512 33554432000 4194304 4196468 140722309721040 140722309703584 139640588738295 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
/proc/7973/statm: 3756297 3006512 3304 1 0 3717627 0
[pid=7973/tid=7974] ppid=7970 vsize=15025188 memory=6944656592387989600 CPUtime=1093.38 cores=1,3,5,7
/proc/7973/task/7974/stat : 7974 (java) R 7970 7970 3961 0 -1 4202560 77947 0 0 0 109277 61 0 0 20 0 15 0 405876990 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640560577104 139640078012115 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7975] ppid=7970 vsize=15025188 memory=1396 CPUtime=317.1 cores=1,3,5,7
/proc/7973/task/7975/stat : 7975 (java) S 7970 7970 3961 0 -1 1077944384 35549 0 0 0 31489 221 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640592980496 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7976] ppid=7970 vsize=15025188 memory=12026048 CPUtime=317.27 cores=1,3,5,7
/proc/7973/task/7976/stat : 7976 (java) S 7970 7970 3961 0 -1 1077944384 31859 0 0 0 31503 224 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640407136912 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7977] ppid=7970 vsize=15025188 memory=1396 CPUtime=318.9 cores=1,3,5,7
/proc/7973/task/7977/stat : 7977 (java) S 7970 7970 3961 0 -1 1077944384 30750 0 0 0 31657 233 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640406083856 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7978] ppid=7970 vsize=15025188 memory=1396 CPUtime=317.5 cores=1,3,5,7
/proc/7973/task/7978/stat : 7978 (java) S 7970 7970 3961 0 -1 1077944384 34581 0 0 0 31529 221 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640405031312 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7979] ppid=7970 vsize=15025188 memory=12026036 CPUtime=1.74 cores=1,3,5,7
/proc/7973/task/7979/stat : 7979 (java) S 7970 7970 3961 0 -1 1077944384 58626 0 0 0 169 5 0 0 20 0 15 0 405876993 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639626308336 139640588749442 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7980] ppid=7970 vsize=15025188 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7980/stat : 7980 (java) S 7970 7970 3961 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 405876993 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639117571808 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7981] ppid=7970 vsize=15025188 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7981/stat : 7981 (java) S 7970 7970 3961 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 405876993 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139638983349504 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7982] ppid=7970 vsize=15025188 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7982/stat : 7982 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139638608845264 139640588756891 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7983] ppid=7970 vsize=15025188 memory=12026036 CPUtime=6.14 cores=1,3,5,7
/proc/7973/task/7983/stat : 7983 (java) S 7970 7970 3961 0 -1 1077944384 23423 0 0 0 611 3 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639625255152 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7984] ppid=7970 vsize=15025188 memory=1412 CPUtime=7.16 cores=1,3,5,7
/proc/7973/task/7984/stat : 7984 (java) S 7970 7970 3961 0 -1 1077944384 24782 0 0 0 712 4 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639624202608 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7985] ppid=7970 vsize=15025188 memory=2900 CPUtime=1.13 cores=1,3,5,7
/proc/7973/task/7985/stat : 7985 (java) S 7970 7970 3961 0 -1 1077944384 20031 0 0 0 110 3 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639623149552 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7986] ppid=7970 vsize=15025188 memory=10728 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7986/stat : 7986 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139638110939488 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7987] ppid=7970 vsize=15025188 memory=1552 CPUtime=0.69 cores=1,3,5,7
/proc/7973/task/7987/stat : 7987 (java) S 7970 7970 3961 0 -1 1077944384 2155 0 0 0 36 33 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639622097968 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
Current children cumulated CPU time: 2381.08 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 12027444 KiB

[startup+1419.6 s]
/proc/loadavg: 4.27 3.57 2.77 3/228 8686
/proc/meminfo: memFree=7882736/32770624 swapFree=66901228/67108860
[pid=7970] ppid=7967 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7970/stat : 7970 (scop.sh) S 7967 7970 3961 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405876989 115843072 349 33554432000 4194304 5098028 140729909090368 140729909087624 139733610418812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38969344 140729909097315 140729909097584 140729909097584 140729909100493 0
/proc/7970/statm: 28282 349 296 221 0 87 0
[pid=7973] ppid=7970 vsize=15025188 memory=12026048 CPUtime=2381.49 cores=1,3,5,7
/proc/7973/stat : 7973 (java) S 7970 7970 3961 0 -1 1077944320 341193 0 0 0 237151 998 0 0 20 0 15 0 405876989 15385792512 3006512 33554432000 4194304 4196468 140722309721040 140722309703584 139640588738295 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
/proc/7973/statm: 3756297 3006512 3304 1 0 3717627 0
[pid=7973/tid=7974] ppid=7970 vsize=15025188 memory=1724 CPUtime=1093.78 cores=1,3,5,7
/proc/7973/task/7974/stat : 7974 (java) R 7970 7970 3961 0 -1 4202560 77994 0 0 0 109317 61 0 0 20 0 15 0 405876990 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640560577104 139640568463328 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7975] ppid=7970 vsize=15025188 memory=1096 CPUtime=317.1 cores=1,3,5,7
/proc/7973/task/7975/stat : 7975 (java) S 7970 7970 3961 0 -1 1077944384 35549 0 0 0 31489 221 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640592980496 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7976] ppid=7970 vsize=15025188 memory=1192 CPUtime=317.27 cores=1,3,5,7
/proc/7973/task/7976/stat : 7976 (java) S 7970 7970 3961 0 -1 1077944384 31859 0 0 0 31503 224 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640407136912 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7977] ppid=7970 vsize=15025188 memory=5940 CPUtime=318.9 cores=1,3,5,7
/proc/7973/task/7977/stat : 7977 (java) S 7970 7970 3961 0 -1 1077944384 30750 0 0 0 31657 233 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640406083856 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7978] ppid=7970 vsize=15025188 memory=780 CPUtime=317.5 cores=1,3,5,7
/proc/7973/task/7978/stat : 7978 (java) S 7970 7970 3961 0 -1 1077944384 34581 0 0 0 31529 221 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640405031312 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7979] ppid=7970 vsize=15025188 memory=14008 CPUtime=1.74 cores=1,3,5,7
/proc/7973/task/7979/stat : 7979 (java) S 7970 7970 3961 0 -1 1077944384 58626 0 0 0 169 5 0 0 20 0 15 0 405876993 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639626308336 139640588749442 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7980] ppid=7970 vsize=15025188 memory=19136 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7980/stat : 7980 (java) S 7970 7970 3961 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 405876993 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639117571808 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7981] ppid=7970 vsize=15025188 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7981/stat : 7981 (java) S 7970 7970 3961 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 405876993 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139638983349504 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7982] ppid=7970 vsize=15025188 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7982/stat : 7982 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139638608845264 139640588756891 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7983] ppid=7970 vsize=15025188 memory=4004 CPUtime=6.14 cores=1,3,5,7
/proc/7973/task/7983/stat : 7983 (java) S 7970 7970 3961 0 -1 1077944384 23423 0 0 0 611 3 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639625255152 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7984] ppid=7970 vsize=15025188 memory=2832 CPUtime=7.16 cores=1,3,5,7
/proc/7973/task/7984/stat : 7984 (java) S 7970 7970 3961 0 -1 1077944384 24782 0 0 0 712 4 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639624202608 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7985] ppid=7970 vsize=15025188 memory=624 CPUtime=1.13 cores=1,3,5,7
/proc/7973/task/7985/stat : 7985 (java) S 7970 7970 3961 0 -1 1077944384 20031 0 0 0 110 3 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639623149552 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7986] ppid=7970 vsize=15025188 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7986/stat : 7986 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139638110939488 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7987] ppid=7970 vsize=15025188 memory=1724 CPUtime=0.69 cores=1,3,5,7
/proc/7973/task/7987/stat : 7987 (java) S 7970 7970 3961 0 -1 1077944384 2155 0 0 0 36 33 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639622097968 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
Current children cumulated CPU time: 2381.49 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 12027444 KiB

[startup+1419.8 s]
/proc/loadavg: 4.27 3.57 2.77 3/228 8686
/proc/meminfo: memFree=7882736/32770624 swapFree=66901228/67108860
[pid=7970] ppid=7967 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7970/stat : 7970 (scop.sh) S 7967 7970 3961 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405876989 115843072 349 33554432000 4194304 5098028 140729909090368 140729909087624 139733610418812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38969344 140729909097315 140729909097584 140729909097584 140729909100493 0
/proc/7970/statm: 28282 349 296 221 0 87 0
[pid=7973] ppid=7970 vsize=15025188 memory=12026048 CPUtime=2381.71 cores=1,3,5,7
/proc/7973/stat : 7973 (java) S 7970 7970 3961 0 -1 1077944320 342275 0 0 0 237173 998 0 0 20 0 15 0 405876989 15385792512 3006512 33554432000 4194304 4196468 140722309721040 140722309703584 139640588738295 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
/proc/7973/statm: 3756297 3006512 3304 1 0 3717627 0
[pid=7973/tid=7974] ppid=7970 vsize=15025188 memory=5940 CPUtime=1093.98 cores=1,3,5,7
/proc/7973/task/7974/stat : 7974 (java) R 7970 7970 3961 0 -1 4202560 78103 0 0 0 109337 61 0 0 20 0 15 0 405876990 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640560569840 139640078012622 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7975] ppid=7970 vsize=15025188 memory=780 CPUtime=317.1 cores=1,3,5,7
/proc/7973/task/7975/stat : 7975 (java) S 7970 7970 3961 0 -1 1077944384 35549 0 0 0 31489 221 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640592980496 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7976] ppid=7970 vsize=15025188 memory=288230574492221466 CPUtime=317.27 cores=1,3,5,7
/proc/7973/task/7976/stat : 7976 (java) S 7970 7970 3961 0 -1 1077944384 31859 0 0 0 31503 224 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640407136912 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7977] ppid=7970 vsize=15025188 memory=288230583166042426 CPUtime=318.9 cores=1,3,5,7
/proc/7973/task/7977/stat : 7977 (java) S 7970 7970 3961 0 -1 1077944384 30750 0 0 0 31657 233 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640406083856 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7978] ppid=7970 vsize=15025188 memory=15823283127847325 CPUtime=317.5 cores=1,3,5,7
/proc/7973/task/7978/stat : 7978 (java) S 7970 7970 3961 0 -1 1077944384 34581 0 0 0 31529 221 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640405031312 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7979] ppid=7970 vsize=15025188 memory=2116 CPUtime=1.74 cores=1,3,5,7
/proc/7973/task/7979/stat : 7979 (java) S 7970 7970 3961 0 -1 1077944384 58633 0 0 0 169 5 0 0 20 0 15 0 405876993 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639626308336 139640588749442 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7980] ppid=7970 vsize=15025188 memory=12024 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7980/stat : 7980 (java) S 7970 7970 3961 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 405876993 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639117571808 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7981] ppid=7970 vsize=15025188 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7981/stat : 7981 (java) S 7970 7970 3961 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 405876993 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139638983349504 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7982] ppid=7970 vsize=15025188 memory=500 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7982/stat : 7982 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139638608845264 139640588756891 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7983] ppid=7970 vsize=15025188 memory=928 CPUtime=6.15 cores=1,3,5,7
/proc/7973/task/7983/stat : 7983 (java) R 7970 7970 3961 0 -1 4202560 23730 0 0 0 612 3 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639625255152 139640581027744 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7984] ppid=7970 vsize=15025188 memory=1984 CPUtime=7.16 cores=1,3,5,7
/proc/7973/task/7984/stat : 7984 (java) R 7970 7970 3961 0 -1 4202560 25057 0 0 0 712 4 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639624202608 139640571145741 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7985] ppid=7970 vsize=15025188 memory=2444 CPUtime=1.14 cores=1,3,5,7
/proc/7973/task/7985/stat : 7985 (java) S 7970 7970 3961 0 -1 1077944384 20436 0 0 0 111 3 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639623149552 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7986] ppid=7970 vsize=15025188 memory=1776 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7986/stat : 7986 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139638110939488 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7987] ppid=7970 vsize=15025188 memory=828 CPUtime=0.69 cores=1,3,5,7
/proc/7973/task/7987/stat : 7987 (java) S 7970 7970 3961 0 -1 1077944384 2155 0 0 0 36 33 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639622097968 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
Current children cumulated CPU time: 2381.71 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 12027444 KiB

[startup+1419.9 s]
/proc/loadavg: 4.27 3.57 2.77 3/228 8686
/proc/meminfo: memFree=7882736/32770624 swapFree=66901228/67108860
[pid=7970] ppid=7967 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7970/stat : 7970 (scop.sh) S 7967 7970 3961 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405876989 115843072 349 33554432000 4194304 5098028 140729909090368 140729909087624 139733610418812 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38969344 140729909097315 140729909097584 140729909097584 140729909100493 0
/proc/7970/statm: 28282 349 296 221 0 87 0
[pid=7973] ppid=7970 vsize=15025188 memory=12026048 CPUtime=2381.86 cores=1,3,5,7
/proc/7973/stat : 7973 (java) S 7970 7970 3961 0 -1 1077944320 343045 0 0 0 237188 998 0 0 20 0 15 0 405876989 15385792512 3006512 33554432000 4194304 4196468 140722309721040 140722309703584 139640588738295 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
/proc/7973/statm: 3756297 3006512 3304 1 0 3717627 0
[pid=7973/tid=7974] ppid=7970 vsize=15025188 memory=12026048 CPUtime=1094.08 cores=1,3,5,7
/proc/7973/task/7974/stat : 7974 (java) R 7970 7970 3961 0 -1 4202560 78103 0 0 0 109347 61 0 0 20 0 15 0 405876990 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640560569840 139640075015759 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7975] ppid=7970 vsize=15025188 memory=1396 CPUtime=317.1 cores=1,3,5,7
/proc/7973/task/7975/stat : 7975 (java) S 7970 7970 3961 0 -1 1077944384 35549 0 0 0 31489 221 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640592980496 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7976] ppid=7970 vsize=15025188 memory=12026048 CPUtime=317.27 cores=1,3,5,7
/proc/7973/task/7976/stat : 7976 (java) S 7970 7970 3961 0 -1 1077944384 31859 0 0 0 31503 224 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640407136912 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7977] ppid=7970 vsize=15025188 memory=12026048 CPUtime=318.9 cores=1,3,5,7
/proc/7973/task/7977/stat : 7977 (java) S 7970 7970 3961 0 -1 1077944384 30750 0 0 0 31657 233 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640406083856 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7978] ppid=7970 vsize=15025188 memory=12026036 CPUtime=317.5 cores=1,3,5,7
/proc/7973/task/7978/stat : 7978 (java) S 7970 7970 3961 0 -1 1077944384 34581 0 0 0 31529 221 0 0 20 0 15 0 405876991 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139640405031312 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7979] ppid=7970 vsize=15025188 memory=1396 CPUtime=1.74 cores=1,3,5,7
/proc/7973/task/7979/stat : 7979 (java) S 7970 7970 3961 0 -1 1077944384 58633 0 0 0 169 5 0 0 20 0 15 0 405876993 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639626308336 139640588749442 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7980] ppid=7970 vsize=15025188 memory=12026036 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7980/stat : 7980 (java) S 7970 7970 3961 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 405876993 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639117571808 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7981] ppid=7970 vsize=15025188 memory=12026036 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7981/stat : 7981 (java) S 7970 7970 3961 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 405876993 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139638983349504 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7982] ppid=7970 vsize=15025188 memory=12026036 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7982/stat : 7982 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139638608845264 139640588756891 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7983] ppid=7970 vsize=15025188 memory=12026036 CPUtime=6.16 cores=1,3,5,7
/proc/7973/task/7983/stat : 7983 (java) S 7970 7970 3961 0 -1 1077944384 24020 0 0 0 613 3 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639625255152 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7984] ppid=7970 vsize=15025188 memory=12026036 CPUtime=7.19 cores=1,3,5,7
/proc/7973/task/7984/stat : 7984 (java) S 7970 7970 3961 0 -1 1077944384 25516 0 0 0 715 4 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639624202608 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7985] ppid=7970 vsize=15025188 memory=12026036 CPUtime=1.14 cores=1,3,5,7
/proc/7973/task/7985/stat : 7985 (java) S 7970 7970 3961 0 -1 1077944384 20436 0 0 0 111 3 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639623149552 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7986] ppid=7970 vsize=15025188 memory=12026036 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7986/stat : 7986 (java) S 7970 7970 3961 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139638110939488 139640588748501 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
[pid=7973/tid=7987] ppid=7970 vsize=15025188 memory=12026048 CPUtime=0.69 cores=1,3,5,7
/proc/7973/task/7987/stat : 7987 (java) S 7970 7970 3961 0 -1 1077944384 2155 0 0 0 36 33 0 0 20 0 15 0 405876996 15385792512 3006512 33554432000 4194304 4196468 140722309721040 139639622097968 139640588749442 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20684800 140722309722922 140722309723290 140722309723290 140722309726159 0
Current children cumulated CPU time: 2381.86 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 12027444 KiB

Child status: 0
Real time (s): 1419.97
CPU time (s): 2381.93
CPU user time (s): 2371.9
CPU system time (s): 10.0327
CPU usage (%): 167.746
Max. virtual memory (cumulated for all children) (KiB): 15140228
Max. memory (cumulated for all children) (KiB): 12027444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2371.9
system time used= 10.0327
maximum resident set size= 12026344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344035
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53145
involuntary context switches= 18196


# summary of solver processes directly reported to runsolver:
#   pid: 7970
#   total CPU time (s): 2381.93
#   total CPU user time (s): 2371.9
#   total CPU system time (s): 10.0327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.25592 second user time and 15.7187 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-12 15:49:55
IDJOB=4388161
IDBENCH=134616
IDSOLVER=2826
FILE ID=node139/4388161-1568296094
RUNJOBID= node139-1568287468-5190
PBS_JOBID= 21701070
Free space on /tmp= 53084 MiB

SOLVER NAME= Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-15-ext06.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -hybrid DIR/cryptominisat5 default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4388161-1568296094/watcher-4388161-1568296094 -o /tmp/evaluation-result-4388161-1568296094/solver-4388161-1568296094 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568287468-5190 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4388161-1568296094.xml

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

MD5SUM BENCH= af3f6bb9b1ca00becd13f0e7ebc5af3a
RANDOM SEED=1272690778

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:        24696924 kB
MemAvailable:   31761916 kB
Buffers:           96104 kB
Cached:          7167552 kB
SwapCached:       105700 kB
Active:           831088 kB
Inactive:        6541832 kB
Active(anon):       4300 kB
Inactive(anon):   146292 kB
Active(file):     826788 kB
Inactive(file):  6395540 kB
Unevictable:      108300 kB
Mlocked:          108300 kB
SwapTotal:      67108860 kB
SwapFree:       66901228 kB
Dirty:             63172 kB
Writeback:             0 kB
AnonPages:        117408 kB
Mapped:            42144 kB
Shmem:             32168 kB
Slab:             299724 kB
SReclaimable:     271124 kB
SUnreclaim:        28600 kB
KernelStack:        3584 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 53064 MiB
End job on node139 at 2019-09-12 16:13:35