Trace number 4527717

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.09 1822.56

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_070.opb
MD5SUM0db82a785ca934c3491ed1e2c41fa4ed
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2520
Best CPU time to get the best result obtained on this benchmark1.16705
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4970
Total number of constraints9940
Number of constraints which are clauses9940
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 4970
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4970
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4970
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.08/1820.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.08/1820.50	c numVar: 4970
3600.08/1820.50	c numCon: 9940
3600.08/1820.50	c numEqual: 0
3600.08/1820.50	c intSize: 13
3600.08/1820.50	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.08/1820.50	c ------------------- Paras list -------------------
3600.08/1820.50	c Name                	 Type      	 Now       	 Default   	 Comment
3600.08/1820.50	c timeout             	 double    	 3600.000000	 3600      	 
3600.08/1820.50	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.08/1820.50	c ls_time             	 double    	 10.000000 	 10        	 
3600.08/1820.50	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.08/1820.50	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.08/1820.50	c random_seed         	 int       	 0         	 0         	 
3600.08/1820.50	c sample_size         	 int       	 50        	 50        	 
3600.08/1820.50	c sub_score           	 int       	 1         	 1         	 
3600.08/1820.50	c tabu_base           	 int       	 3         	 3         	 
3600.08/1820.50	c tabu_variation      	 int       	 1         	 1         	 
3600.08/1820.50	c sub_div             	 int       	 4         	 4         	 
3600.08/1820.50	c nbcore              	 int       	 2         	 1         	 
3600.08/1820.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.08/1820.50	c print_sol           	 int       	 1         	 1         	 
3600.08/1820.50	c tmpdir              	 string		 .         	 "."       	 
3600.08/1820.50	c home                	 string		 HOME	 "."       	 
3600.08/1820.50	c benchname           	 string		 HOME/instance-4527717-1752236011.opb	 ""        	 
3600.08/1820.50	c --------------------------------------------------
3600.08/1820.50	c Local Search solver
3600.08/1820.50	c LS find feasible solution for PBO with objective value 2520
3600.08/1820.50	c MIP solver
3600.08/1820.50	c receive signal 15, try to interrupt solver...
3600.08/1820.51	c MIP solver find feasible solution
3600.08/1820.51	c MIP solver objective value: 2520
3600.08/1820.54	c MIP find feasible solution for PBO with objective value 2520
3600.08/1820.54	c copy file: 0
3600.08/1820.54	c gen ub file: HOME/instance-4527717-1752236011.opb_ub.opb
3600.08/1820.54	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) 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: 63665 MiB (60964 MiB free)
  memory of node 1: 64507 MiB (62636 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527717-1752236011/watcher-4527717-1752236011 -o /tmp/evaluation-result-4527717-1752236011/solver-4527717-1752236011 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1752232205-117088 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527717-1752236011.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 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 5.14.0-503.14.1.el9_5.x86_64
solver pid=118414, runsolver pid=118411
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.26 4.96 5.08 5/269 118415
/proc/meminfo: memFree=126568144/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=46740 memory=12032 CPUtime=0.09 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 2024 0 0 0 9 0 0 0 20 0 1 0 139278954 47861760 3008 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 11685 3008 1152 6655 0 1920 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 46740 KiB
Current children cumulated memory: 12032 KiB

[startup+0.205334 s]*
/proc/loadavg: 4.26 4.96 5.08 5/269 118415
/proc/meminfo: memFree=126568144/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=46740 memory=12032 CPUtime=0.19 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 2024 0 0 0 19 0 0 0 20 0 1 0 139278954 47861760 3008 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 11685 3008 1152 6655 0 1920 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 46740 KiB
Current children cumulated memory: 12032 KiB

[startup+0.305474 s]*
/proc/loadavg: 4.26 4.96 5.08 5/269 118415
/proc/meminfo: memFree=126575920/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=46740 memory=12032 CPUtime=0.29 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 2024 0 0 0 29 0 0 0 20 0 1 0 139278954 47861760 3008 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 11685 3008 1152 6655 0 1920 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 46740 KiB
Current children cumulated memory: 12032 KiB

[startup+0.700162 s]
/proc/loadavg: 4.26 4.96 5.08 5/269 118415
/proc/meminfo: memFree=126575976/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=46740 memory=12032 CPUtime=0.68 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 2024 0 0 0 68 0 0 0 20 0 1 0 139278954 47861760 3008 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 11685 3008 1152 6655 0 1920 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 46740 KiB
Current children cumulated memory: 12032 KiB

[startup+1.50017 s]
/proc/loadavg: 4.26 4.96 5.08 5/269 118415
/proc/meminfo: memFree=126575976/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=46740 memory=12032 CPUtime=1.48 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 2024 0 0 0 148 0 0 0 20 0 1 0 139278954 47861760 3008 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 11685 3008 1152 6655 0 1920 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 46740 KiB
Current children cumulated memory: 12032 KiB

[startup+3.10533 s]
/proc/loadavg: 4.26 4.96 5.08 5/269 118415
/proc/meminfo: memFree=126583980/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=46740 memory=12032 CPUtime=3.08 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 2024 0 0 0 308 0 0 0 20 0 1 0 139278954 47861760 3008 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 11685 3008 1152 6655 0 1920 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 46740 KiB
Current children cumulated memory: 12032 KiB

[startup+6.3001 s]
/proc/loadavg: 4.24 4.95 5.07 5/269 118416
/proc/meminfo: memFree=126616496/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=46740 memory=12032 CPUtime=6.27 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 2024 0 0 0 627 0 0 0 20 0 1 0 139278954 47861760 3008 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 11685 3008 1152 6655 0 1920 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 46740 KiB
Current children cumulated memory: 12032 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.93 5.06 6/270 118417
/proc/meminfo: memFree=126644412/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=172984 memory=89124 CPUtime=15.24 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 18948 0 0 0 1521 3 0 0 20 0 2 0 139278954 177135616 22281 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 43246 22281 3328 6655 0 21166 0
[pid=118414/tid=118417] ppid=118411 vsize=172984 memory=88612 CPUtime=2.58 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 4226 0 0 0 258 0 0 0 20 0 2 0 139279956 177135616 22281 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 15.24 s
Current children cumulated vsize: 172984 KiB
Current children cumulated memory: 89124 KiB

[startup+25.5002 s]
/proc/loadavg: 4.39 4.93 5.06 6/269 118463
/proc/meminfo: memFree=127288692/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=173436 memory=99876 CPUtime=40.68 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 42834 0 0 0 4063 5 0 0 20 0 2 0 139278954 177598464 24969 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 43359 24969 3328 6655 0 23538 0
[pid=118414/tid=118417] ppid=118411 vsize=173436 memory=96420 CPUtime=15.35 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 14401 0 0 0 1533 2 0 0 20 0 2 0 139279956 177598464 24969 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 40.68 s
Current children cumulated vsize: 173436 KiB
Current children cumulated memory: 99876 KiB

[startup+51.1053 s]
/proc/loadavg: 4.89 5.01 5.08 7/270 118464
/proc/meminfo: memFree=127401756/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=188320 memory=131492 CPUtime=90.55 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 70125 0 0 0 9046 9 0 0 20 0 2 0 139278954 192839680 32873 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 47080 32873 3328 6655 0 31308 0
[pid=118414/tid=118417] ppid=118411 vsize=188320 memory=16432 CPUtime=39.77 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 25179 0 0 0 3973 4 0 0 20 0 2 0 139279956 192839680 32873 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 90.55 s
Current children cumulated vsize: 188320 KiB
Current children cumulated memory: 131492 KiB

[startup+102.3 s]
/proc/loadavg: 5.60 5.19 5.14 7/270 118466
/proc/meminfo: memFree=127654132/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=217520 memory=181028 CPUtime=192.31 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 102792 0 0 0 19218 13 0 0 20 0 2 0 139278954 222740480 45257 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 54380 45257 3328 6655 0 44599 0
[pid=118414/tid=118417] ppid=118411 vsize=217520 memory=169636 CPUtime=90.48 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 45323 0 0 0 9042 6 0 0 20 0 2 0 139279956 222740480 45257 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 192.31 s
Current children cumulated vsize: 217520 KiB
Current children cumulated memory: 181028 KiB

[startup+162.3 s]
/proc/loadavg: 5.95 5.37 5.21 7/270 118468
/proc/meminfo: memFree=127591296/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=329300 memory=271756 CPUtime=311.57 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 125898 0 0 0 31139 18 0 0 20 0 2 0 139278954 337203200 67939 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 82325 67939 3328 6655 0 66718 0
[pid=118414/tid=118417] ppid=118411 vsize=329300 memory=215052 CPUtime=149.9 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 57195 0 0 0 14981 9 0 0 20 0 2 0 139279956 337203200 67939 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 311.57 s
Current children cumulated vsize: 329300 KiB
Current children cumulated memory: 271756 KiB

[startup+222.3 s]
/proc/loadavg: 6.04 5.50 5.27 7/267 118471
/proc/meminfo: memFree=127509340/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=424664 memory=348404 CPUtime=430.86 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 152557 0 0 0 43062 24 0 0 20 0 2 0 139278954 434855936 87101 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 106166 87101 3328 6655 0 85889 0
[pid=118414/tid=118417] ppid=118411 vsize=424664 memory=312780 CPUtime=209.35 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 71547 0 0 0 20922 13 0 0 20 0 2 0 139279956 434855936 87101 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 430.86 s
Current children cumulated vsize: 424664 KiB
Current children cumulated memory: 348404 KiB

[startup+282.3 s]
/proc/loadavg: 6.31 5.66 5.34 7/268 118474
/proc/meminfo: memFree=127379436/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=475888 memory=436852 CPUtime=550.13 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 175364 0 0 0 54984 29 0 0 20 0 2 0 139278954 487309312 109213 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 118972 109213 3328 6655 0 108064 0
[pid=118414/tid=118417] ppid=118411 vsize=475888 memory=16432 CPUtime=268.79 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 81688 0 0 0 26864 15 0 0 20 0 2 0 139279956 487309312 109213 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 550.13 s
Current children cumulated vsize: 475888 KiB
Current children cumulated memory: 436852 KiB

[startup+342.3 s]
/proc/loadavg: 6.27 5.78 5.40 7/268 118476
/proc/meminfo: memFree=127268880/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=591792 memory=538864 CPUtime=669.41 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 202791 0 0 0 66905 36 0 0 20 0 2 0 139278954 605995008 134716 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 147948 134716 3328 6655 0 133092 0
[pid=118414/tid=118417] ppid=118411 vsize=591792 memory=485232 CPUtime=328.23 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 94962 0 0 0 32804 19 0 0 20 0 2 0 139279956 605995008 134716 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 669.41 s
Current children cumulated vsize: 591792 KiB
Current children cumulated memory: 538864 KiB

[startup+402.3 s]
/proc/loadavg: 6.14 5.84 5.45 7/268 118478

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

[pid=118414/tid=118417] ppid=118411 vsize=2164944 memory=2076908 CPUtime=1457.51 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 325706 0 0 0 145667 84 0 0 20 0 2 0 139279956 2216902656 523035 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 2935.65 s
Current children cumulated vsize: 2164944 KiB
Current children cumulated memory: 2092140 KiB

[startup+1542.3 s]
/proc/loadavg: 5.06 5.22 5.44 6/261 118572
/proc/meminfo: memFree=125897172/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=2274124 memory=2177344 CPUtime=3054.91 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 697277 0 0 0 305329 162 0 0 20 0 2 0 139278954 2328702976 544336 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 568531 544336 3328 6655 0 542689 0
[pid=118414/tid=118417] ppid=118411 vsize=2274124 memory=2174528 CPUtime=1516.95 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 340930 0 0 0 151607 88 0 0 20 0 2 0 139279956 2328702976 544336 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 3054.91 s
Current children cumulated vsize: 2274124 KiB
Current children cumulated memory: 2177344 KiB

[startup+1602.3 s]
/proc/loadavg: 4.97 5.16 5.40 6/261 118574
/proc/meminfo: memFree=125961088/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=2156720 memory=2060068 CPUtime=3166.26 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 761988 0 0 0 316455 171 0 0 20 0 2 0 139278954 2208481280 515017 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 539180 515017 3360 6655 0 529164 0
[pid=118414/tid=118417] ppid=118411 vsize=2156720 memory=2186304 CPUtime=1574.29 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 355760 0 0 0 157338 91 0 0 20 0 2 0 139279956 2208481280 515017 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 3166.26 s
Current children cumulated vsize: 2156720 KiB
Current children cumulated memory: 2060068 KiB

[startup+1662.3 s]
/proc/loadavg: 5.10 5.16 5.38 6/260 118576
/proc/meminfo: memFree=125947560/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=2156720 memory=2060068 CPUtime=3285.55 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 767749 0 0 0 328384 171 0 0 20 0 2 0 139278954 2208481280 515017 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 539180 515017 3360 6655 0 529164 0
[pid=118414/tid=118417] ppid=118411 vsize=2156720 memory=2186304 CPUtime=1633.74 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 360796 0 0 0 163282 92 0 0 20 0 2 0 139279956 2208481280 515017 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 3285.55 s
Current children cumulated vsize: 2156720 KiB
Current children cumulated memory: 2060068 KiB

[startup+1722.3 s]
/proc/loadavg: 5.09 5.14 5.36 6/260 118577
/proc/meminfo: memFree=125954328/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=2156720 memory=2060068 CPUtime=3404.84 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 781281 0 0 0 340312 172 0 0 20 0 2 0 139278954 2208481280 515017 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 539180 515017 3360 6655 0 529164 0
[pid=118414/tid=118417] ppid=118411 vsize=2156720 memory=2186304 CPUtime=1693.19 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 372459 0 0 0 169226 93 0 0 20 0 2 0 139279956 2208481280 515017 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 3404.84 s
Current children cumulated vsize: 2156720 KiB
Current children cumulated memory: 2060068 KiB

[startup+1782.3 s]
/proc/loadavg: 5.11 5.13 5.34 6/261 118586
/proc/meminfo: memFree=125940152/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=2156720 memory=2060068 CPUtime=3524.13 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 789205 0 0 0 352240 173 0 0 20 0 2 0 139278954 2208481280 515017 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 539180 515017 3360 6655 0 529164 0
[pid=118414/tid=118417] ppid=118411 vsize=2156720 memory=2060068 CPUtime=1752.63 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 379155 0 0 0 175170 93 0 0 20 0 2 0 139279956 2208481280 515017 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 3524.13 s
Current children cumulated vsize: 2156720 KiB
Current children cumulated memory: 2060068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.5 s]
/proc/loadavg: 5.06 5.11 5.33 6/261 118588
/proc/meminfo: memFree=125911128/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=2156720 memory=2060068 CPUtime=3600.08 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) R 118411 118414 117068 0 -1 4194304 795041 0 0 0 359834 174 0 0 20 0 2 0 139278954 2208481280 515017 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 539180 515017 3360 6655 0 529164 0
[pid=118414/tid=118417] ppid=118411 vsize=2156720 memory=2060068 CPUtime=1790.48 cores=1,3
/proc/118414/task/118417/stat : 118417 (LSIPExact) R 118411 118414 117068 0 -1 4194368 382920 0 0 0 178954 94 0 0 20 0 2 0 139279956 2208481280 515017 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2156720 KiB
Current children cumulated memory: 2060068 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+1822.56 s]
# the end of solver process 118414 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3600.25 s, system=1.84745 s

Solver just ended.
Dumping a history of the last processes samples

[startup+1820.8 s]
/proc/loadavg: 5.06 5.11 5.33 6/261 118588
/proc/meminfo: memFree=125911128/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=2156720 memory=2058108 CPUtime=3600.1 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) S 118411 118414 117068 0 -1 4194304 797496 228 0 0 359836 174 0 0 20 0 1 0 139278954 2208481280 514527 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 539180 514527 3360 6655 0 529164 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 2156720 KiB
Current children cumulated memory: 2058108 KiB

[startup+1821.6 s]
/proc/loadavg: 5.06 5.11 5.33 5/261 118590
/proc/meminfo: memFree=125891156/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=2156720 memory=2058108 CPUtime=3600.1 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) S 118411 118414 117068 0 -1 4194304 797496 228 0 0 359836 174 0 0 20 0 1 0 139278954 2208481280 514527 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 539180 514527 3360 6655 0 529164 0
[pid=118590] ppid=118414 vsize=73032 memory=66624 CPUtime=1.03 cores=1,3
/proc/118590/stat : 118590 (Exact) R 118414 118590 118590 0 -1 4194304 13339 0 0 0 101 2 0 0 20 0 1 0 139461008 74784768 16656 18446744073709551615 4198400 8335837 140735227319472 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 9148648 9230840 27054080 140735227328690 140735227329051 140735227329051 140735227334607 0
/proc/118590/statm: 18258 16656 1120 1011 0 17025 0
Current children cumulated CPU time: 3601.13 s
Current children cumulated vsize: 2229752 KiB
Current children cumulated memory: 2124732 KiB

[startup+1822 s]*
/proc/loadavg: 5.06 5.11 5.33 5/260 118590
/proc/meminfo: memFree=125830244/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=2156720 memory=2058108 CPUtime=3600.1 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) S 118411 118414 117068 0 -1 4194304 797496 228 0 0 359836 174 0 0 20 0 1 0 139278954 2208481280 514527 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 539180 514527 3360 6655 0 529164 0
[pid=118590] ppid=118414 vsize=110156 memory=95860 CPUtime=1.42 cores=1,3
/proc/118590/stat : 118590 (Exact) R 118414 118590 118590 0 -1 4194304 19341 0 0 0 139 3 0 0 20 0 1 0 139461008 112799744 23965 18446744073709551615 4198400 8335837 140735227319472 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 9148648 9230840 27054080 140735227328690 140735227329051 140735227329051 140735227334607 0
/proc/118590/statm: 27539 23965 1120 1011 0 26306 0
Current children cumulated CPU time: 3601.52 s
Current children cumulated vsize: 2266876 KiB
Current children cumulated memory: 2153968 KiB

[startup+1822.4 s]
/proc/loadavg: 5.06 5.11 5.33 5/260 118590
/proc/meminfo: memFree=125830244/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=2156720 memory=2058108 CPUtime=3600.1 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) S 118411 118414 117068 0 -1 4194304 797496 228 0 0 359836 174 0 0 20 0 1 0 139278954 2208481280 514527 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 539180 514527 3360 6655 0 529164 0
[pid=118590] ppid=118414 vsize=119240 memory=106476 CPUtime=1.82 cores=1,3
/proc/118590/stat : 118590 (Exact) R 118414 118590 118590 0 -1 4194304 21499 0 0 0 178 4 0 0 20 0 1 0 139461008 122101760 26619 18446744073709551615 4198400 8335837 140735227319472 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 9148648 9230840 27054080 140735227328690 140735227329051 140735227329051 140735227334607 0
/proc/118590/statm: 29810 26619 1120 1011 0 28577 0
Current children cumulated CPU time: 3601.92 s
Current children cumulated vsize: 2275960 KiB
Current children cumulated memory: 2164584 KiB

[startup+1822.5 s]
/proc/loadavg: 5.06 5.11 5.33 5/260 118590
/proc/meminfo: memFree=125830244/131250000 swapFree=33010416/33010684
[pid=118414] ppid=118411 vsize=2156720 memory=2058108 CPUtime=3600.1 cores=1,3
/proc/118414/stat : 118414 (LSIPExact) S 118411 118414 117068 0 -1 4194304 797496 228 0 0 359836 174 0 0 20 0 1 0 139278954 2208481280 514527 18446744073709551615 94783713955840 94783741213009 140722034345104 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94783749715080 94783750146688 94783776948224 140722034350424 140722034350600 140722034350600 140722034356204 0
/proc/118414/statm: 539180 514527 3360 6655 0 529164 0
[pid=118590] ppid=118414 vsize=129864 memory=116076 CPUtime=1.91 cores=1,3
/proc/118590/stat : 118590 (Exact) R 118414 118590 118590 0 -1 4194304 23913 0 0 0 187 4 0 0 20 0 1 0 139461008 132980736 29019 18446744073709551615 4198400 8335837 140735227319472 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 9148648 9230840 27054080 140735227328690 140735227329051 140735227329051 140735227334607 0
/proc/118590/statm: 32466 29019 1120 1011 0 31233 0
Current children cumulated CPU time: 3602.01 s
Current children cumulated vsize: 2286584 KiB
Current children cumulated memory: 2174184 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1822.56
CPU time (s): 3602.09
CPU user time (s): 3600.25
CPU system time (s): 1.84745
CPU usage (%): 197.64
Max. virtual memory (cumulated for all children) (KiB): 2287792
Max. memory (cumulated for all children) (KiB): 2214848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.25
system time used= 1.84745
maximum resident set size= 2214848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 821637
page faults= 0
swaps= 0
block input operations= 568
block output operations= 88
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 689
involuntary context switches= 27718


# summary of solver processes directly reported to runsolver:
#   pid: 118414
#   total CPU time (s): 3602.09
#   total CPU user time (s): 3600.25
#   total CPU system time (s): 1.84745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.74086 second user time and 8.24394 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-11 14:13:31
IDJOB=4527717
IDBENCH=178411
IDSOLVER=3384
FILE ID=nodeC018/4527717-1752236011
RUNJOBID= nodeC018-1752232205-117088
SLURM_JOB_ID= 9682529
Free space on /tmp= 432440 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_070.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527717-1752236011/watcher-4527717-1752236011 -o /tmp/evaluation-result-4527717-1752236011/solver-4527717-1752236011 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1752232205-117088 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527717-1752236011.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 0db82a785ca934c3491ed1e2c41fa4ed
RANDOM SEED=1632632239

nodeC018 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.828
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.865
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3563.641
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3576.591
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.817
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.832
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3608.040
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126568080 kB
MemAvailable:   127559360 kB
Buffers:            2128 kB
Cached:          1753128 kB
SwapCached:           32 kB
Active:          1875436 kB
Inactive:        1274460 kB
Active(anon):    1412396 kB
Inactive(anon):      288 kB
Active(file):     463040 kB
Inactive(file):  1274172 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44940 kB
Writeback:             0 kB
AnonPages:       1396940 kB
Mapped:           154960 kB
Shmem:             18044 kB
KReclaimable:     186216 kB
Slab:             279176 kB
SReclaimable:     186216 kB
SUnreclaim:        92960 kB
KernelStack:        4336 kB
PageTables:         6040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1870300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1206272 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432444 MiB
End job on nodeC018 at 2025-07-11 14:43:54