Trace number 4527719

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.05 1826.31

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_oddrowoddcolsquare/normalized-vertexcover_opt_grid_oddrowoddcolsquare_dim_071.opb
MD5SUM2dad4d4d97748033eacd0c8bb0bd5214
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 benchmark2556
Best CPU time to get the best result obtained on this benchmark1.28974
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5041
Total number of constraints10082
Number of constraints which are clauses10082
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 5041
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 5041
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 5041
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.00/1824.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.00/1824.20	c numVar: 5041
3600.00/1824.20	c numCon: 10082
3600.00/1824.20	c numEqual: 0
3600.00/1824.20	c intSize: 13
3600.00/1824.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.00/1824.20	c ------------------- Paras list -------------------
3600.00/1824.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.00/1824.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.00/1824.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.00/1824.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.00/1824.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.00/1824.20	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.00/1824.20	c random_seed         	 int       	 0         	 0         	 
3600.00/1824.20	c sample_size         	 int       	 50        	 50        	 
3600.00/1824.20	c sub_score           	 int       	 1         	 1         	 
3600.00/1824.20	c tabu_base           	 int       	 3         	 3         	 
3600.00/1824.20	c tabu_variation      	 int       	 1         	 1         	 
3600.00/1824.20	c sub_div             	 int       	 4         	 4         	 
3600.00/1824.20	c nbcore              	 int       	 2         	 1         	 
3600.00/1824.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.00/1824.20	c print_sol           	 int       	 1         	 1         	 
3600.00/1824.20	c tmpdir              	 string		 .         	 "."       	 
3600.00/1824.20	c home                	 string		 HOME	 "."       	 
3600.00/1824.20	c benchname           	 string		 HOME/instance-4527719-1752236007.opb	 ""        	 
3600.00/1824.20	c --------------------------------------------------
3600.00/1824.20	c Local Search solver
3600.00/1824.20	c LS find feasible solution for PBO with objective value 2556
3600.00/1824.20	c MIP solver
3600.00/1824.20	c receive signal 15, try to interrupt solver...
3600.00/1824.21	c MIP solver find feasible solution
3600.00/1824.21	c MIP solver objective value: 2556
3600.00/1824.28	c MIP find feasible solution for PBO with objective value 2556
3600.00/1824.28	c copy file: 0
3600.00/1824.28	c gen ub file: HOME/instance-4527719-1752236007.opb_ub.opb
3600.00/1824.28	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: 63794 MiB (51396 MiB free)
  memory of node 1: 64507 MiB (61290 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527719-1752236007/watcher-4527719-1752236007 -o /tmp/evaluation-result-4527719-1752236007/solver-4527719-1752236007 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752232205-120802 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527719-1752236007.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=121933, runsolver pid=121930

[startup+0.100106 s]*
/proc/loadavg: 6.47 6.95 6.80 7/254 121934
/proc/meminfo: memFree=115392376/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=46816 memory=12288 CPUtime=0.09 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 2050 0 0 0 9 0 0 0 20 0 1 0 139280440 47939584 3072 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 11704 3072 1184 6655 0 1939 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 46816 KiB
Current children cumulated memory: 12288 KiB

[startup+0.213534 s]*
/proc/loadavg: 6.47 6.95 6.80 7/254 121934
/proc/meminfo: memFree=115392376/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=46816 memory=12288 CPUtime=0.21 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 2050 0 0 0 21 0 0 0 20 0 1 0 139280440 47939584 3072 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 11704 3072 1184 6655 0 1939 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 46816 KiB
Current children cumulated memory: 12288 KiB

[startup+0.313378 s]*
/proc/loadavg: 6.47 6.95 6.80 7/254 121934
/proc/meminfo: memFree=115392376/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=46816 memory=12288 CPUtime=0.31 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 2050 0 0 0 31 0 0 0 20 0 1 0 139280440 47939584 3072 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 11704 3072 1184 6655 0 1939 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 46816 KiB
Current children cumulated memory: 12288 KiB

[startup+0.700335 s]
/proc/loadavg: 6.47 6.95 6.80 7/254 121934
/proc/meminfo: memFree=115392124/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=46816 memory=12288 CPUtime=0.68 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 2050 0 0 0 68 0 0 0 20 0 1 0 139280440 47939584 3072 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 11704 3072 1184 6655 0 1939 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 46816 KiB
Current children cumulated memory: 12288 KiB

[startup+1.50032 s]
/proc/loadavg: 6.47 6.95 6.80 7/254 121934
/proc/meminfo: memFree=115391116/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=46816 memory=12288 CPUtime=1.48 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 2050 0 0 0 148 0 0 0 20 0 1 0 139280440 47939584 3072 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 11704 3072 1184 6655 0 1939 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 46816 KiB
Current children cumulated memory: 12288 KiB

[startup+3.11293 s]
/proc/loadavg: 6.47 6.95 6.80 7/254 121934
/proc/meminfo: memFree=115386160/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=46816 memory=12288 CPUtime=3.08 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 2050 0 0 0 308 0 0 0 20 0 1 0 139280440 47939584 3072 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 11704 3072 1184 6655 0 1939 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 46816 KiB
Current children cumulated memory: 12288 KiB

[startup+6.30022 s]
/proc/loadavg: 6.43 6.93 6.80 7/254 121934
/proc/meminfo: memFree=115386420/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=46816 memory=12288 CPUtime=6.27 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 2050 0 0 0 627 0 0 0 20 0 1 0 139280440 47939584 3072 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 11704 3072 1184 6655 0 1939 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 46816 KiB
Current children cumulated memory: 12288 KiB

[startup+12.7002 s]
/proc/loadavg: 6.39 6.92 6.79 8/255 121935
/proc/meminfo: memFree=115322924/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=173528 memory=83424 CPUtime=15.12 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 17464 0 0 0 1509 3 0 0 20 0 2 0 139280440 177692672 20856 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 43382 20856 3456 6655 0 20210 0
[pid=121933/tid=121935] ppid=121930 vsize=173528 memory=-7808294779797862015 CPUtime=2.47 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 2867 0 0 0 247 0 0 0 20 0 2 0 139281443 177692672 20856 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 15.12 s
Current children cumulated vsize: 173528 KiB
Current children cumulated memory: 83424 KiB

[startup+25.5002 s]
/proc/loadavg: 6.53 6.92 6.80 8/255 121936
/proc/meminfo: memFree=115313916/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=173528 memory=95072 CPUtime=40.54 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 39347 0 0 0 4049 5 0 0 20 0 2 0 139280440 177692672 23768 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 43382 23768 3488 6655 0 22163 0
[pid=121933/tid=121935] ppid=121930 vsize=173528 memory=94560 CPUtime=15.13 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 12570 0 0 0 1512 1 0 0 20 0 2 0 139281443 177692672 23768 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 40.54 s
Current children cumulated vsize: 173528 KiB
Current children cumulated memory: 95072 KiB

[startup+51.1056 s]
/proc/loadavg: 6.75 6.95 6.81 8/256 121937
/proc/meminfo: memFree=115297608/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=183204 memory=115552 CPUtime=91.4 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 54000 0 0 0 9131 9 0 0 20 0 2 0 139280440 187600896 28888 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 45801 28888 3488 6655 0 27217 0
[pid=121933/tid=121935] ppid=121930 vsize=183204 memory=113632 CPUtime=40.46 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 19677 0 0 0 4043 3 0 0 20 0 2 0 139281443 187600896 28888 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 91.4 s
Current children cumulated vsize: 183204 KiB
Current children cumulated memory: 115552 KiB

[startup+102.3 s]
/proc/loadavg: 6.95 6.97 6.83 8/256 121939
/proc/meminfo: memFree=115265488/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=194296 memory=134496 CPUtime=191.4 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 91986 0 0 0 19127 13 0 0 20 0 2 0 139280440 198959104 33624 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 48574 33624 3520 6655 0 33119 0
[pid=121933/tid=121935] ppid=121930 vsize=194296 memory=126304 CPUtime=89.43 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 35941 0 0 0 8938 5 0 0 20 0 2 0 139281443 198959104 33624 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 191.4 s
Current children cumulated vsize: 194296 KiB
Current children cumulated memory: 134496 KiB

[startup+162.3 s]
/proc/loadavg: 7.07 7.00 6.85 8/257 121942
/proc/meminfo: memFree=115158500/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=297592 memory=214240 CPUtime=310.59 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 112629 0 0 0 31042 17 0 0 20 0 2 0 139280440 304734208 53560 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 74398 53560 3520 6655 0 52883 0
[pid=121933/tid=121935] ppid=121930 vsize=297592 memory=214240 CPUtime=148.81 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 46458 0 0 0 14873 8 0 0 20 0 2 0 139281443 304734208 53560 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 310.59 s
Current children cumulated vsize: 297592 KiB
Current children cumulated memory: 214240 KiB

[startup+222.3 s]
/proc/loadavg: 6.72 6.92 6.83 7/257 122038
/proc/meminfo: memFree=116619424/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=347584 memory=309472 CPUtime=429.83 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 157448 0 0 0 42958 25 0 0 20 0 2 0 139280440 355926016 77368 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 86896 77368 3520 6655 0 76278 0
[pid=121933/tid=121935] ppid=121930 vsize=347584 memory=260704 CPUtime=208.23 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 66860 0 0 0 20811 12 0 0 20 0 2 0 139281443 355926016 77368 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 429.83 s
Current children cumulated vsize: 347584 KiB
Current children cumulated memory: 309472 KiB

[startup+282.3 s]
/proc/loadavg: 6.21 6.74 6.77 7/253 122054
/proc/meminfo: memFree=122550068/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=450872 memory=379392 CPUtime=549.04 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 176544 0 0 0 54872 32 0 0 20 0 2 0 139280440 461692928 94848 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 112718 94848 3520 6655 0 93997 0
[pid=121933/tid=121935] ppid=121930 vsize=450872 memory=379392 CPUtime=267.65 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 75832 0 0 0 26750 15 0 0 20 0 2 0 139281443 461692928 94848 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 549.04 s
Current children cumulated vsize: 450872 KiB
Current children cumulated memory: 379392 KiB

[startup+342.3 s]
/proc/loadavg: 5.63 6.48 6.68 6/247 122072
/proc/meminfo: memFree=122627952/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=491164 memory=445184 CPUtime=668.28 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 199116 0 0 0 66789 39 0 0 20 0 2 0 139280440 502951936 111296 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 122791 111296 3520 6655 0 109858 0
[pid=121933/tid=121935] ppid=121930 vsize=491164 memory=368384 CPUtime=327.09 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 82493 0 0 0 32691 18 0 0 20 0 2 0 139281443 502951936 111296 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 668.28 s
Current children cumulated vsize: 491164 KiB
Current children cumulated memory: 445184 KiB


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

/proc/meminfo: memFree=120588148/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=1819176 memory=1763152 CPUtime=2814.91 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 637635 0 0 0 281341 150 0 0 20 0 2 0 139280440 1862836224 440788 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 454794 440788 3520 6655 0 439379 0
[pid=121933/tid=121935] ppid=121930 vsize=1819176 memory=5276 CPUtime=1396.99 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 302600 0 0 0 139614 85 0 0 20 0 2 0 139281443 1862836224 440788 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 2814.91 s
Current children cumulated vsize: 1819176 KiB
Current children cumulated memory: 1763152 KiB

[startup+1482.3 s]
/proc/loadavg: 5.10 5.13 5.56 6/247 122129
/proc/meminfo: memFree=120471688/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=1928552 memory=1845064 CPUtime=2934.17 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 666137 0 0 0 293261 156 0 0 20 0 2 0 139280440 1974837248 461266 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 482138 461266 3520 6655 0 459444 0
[pid=121933/tid=121935] ppid=121930 vsize=1928552 memory=1799632 CPUtime=1456.43 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 317676 0 0 0 145554 89 0 0 20 0 2 0 139281443 1974837248 461266 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 2934.17 s
Current children cumulated vsize: 1928552 KiB
Current children cumulated memory: 1845064 KiB

[startup+1542.3 s]
/proc/loadavg: 5.08 5.12 5.52 6/247 122131
/proc/meminfo: memFree=120341216/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=1975584 memory=1937352 CPUtime=3053.44 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 690438 0 0 0 305180 164 0 0 20 0 2 0 139280440 2022998016 484338 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 493896 484338 3520 6655 0 482455 0
[pid=121933/tid=121935] ppid=121930 vsize=1975584 memory=1934920 CPUtime=1515.87 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 329735 0 0 0 151493 94 0 0 20 0 2 0 139281443 2022998016 484338 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 3053.44 s
Current children cumulated vsize: 1975584 KiB
Current children cumulated memory: 1937352 KiB

[startup+1602.3 s]
/proc/loadavg: 4.93 5.08 5.48 6/247 122133
/proc/meminfo: memFree=120241460/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=2073968 memory=1991320 CPUtime=3158.9 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 753979 0 0 0 315719 171 0 0 20 0 2 0 139280440 2123743232 497830 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 518492 497830 3520 6655 0 495945 0
[pid=121933/tid=121935] ppid=121930 vsize=2073968 memory=1991320 CPUtime=1561.51 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 341360 0 0 0 156055 96 0 0 20 0 2 0 139281443 2123743232 497830 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 3158.9 s
Current children cumulated vsize: 2073968 KiB
Current children cumulated memory: 1991320 KiB

[startup+1662.3 s]
/proc/loadavg: 5.02 5.07 5.46 6/247 122135
/proc/meminfo: memFree=120206888/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=2073968 memory=1991320 CPUtime=3278.17 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 764490 0 0 0 327644 173 0 0 20 0 2 0 139280440 2123743232 497830 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 518492 497830 3520 6655 0 495945 0
[pid=121933/tid=121935] ppid=121930 vsize=2073968 memory=1991320 CPUtime=1620.96 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 351460 0 0 0 161998 98 0 0 20 0 2 0 139281443 2123743232 497830 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 3278.17 s
Current children cumulated vsize: 2073968 KiB
Current children cumulated memory: 1991320 KiB

[startup+1722.3 s]
/proc/loadavg: 5.13 5.09 5.44 6/248 122138
/proc/meminfo: memFree=120175140/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=2073968 memory=1991320 CPUtime=3397.45 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 774761 0 0 0 339570 175 0 0 20 0 2 0 139280440 2123743232 497830 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 518492 497830 3520 6655 0 495945 0
[pid=121933/tid=121935] ppid=121930 vsize=2073968 memory=1991320 CPUtime=1680.4 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 360354 0 0 0 167940 100 0 0 20 0 2 0 139281443 2123743232 497830 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 3397.45 s
Current children cumulated vsize: 2073968 KiB
Current children cumulated memory: 1991320 KiB

[startup+1782.3 s]
/proc/loadavg: 5.12 5.09 5.41 6/248 122142
/proc/meminfo: memFree=120131560/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=2073968 memory=1991320 CPUtime=3516.71 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 781208 0 0 0 351495 176 0 0 20 0 2 0 139280440 2123743232 497830 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 518492 497830 3520 6655 0 495945 0
[pid=121933/tid=121935] ppid=121930 vsize=2073968 memory=1991192 CPUtime=1739.83 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 365783 0 0 0 173883 100 0 0 20 0 2 0 139281443 2123743232 497830 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 3516.71 s
Current children cumulated vsize: 2073968 KiB
Current children cumulated memory: 1991320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1824.2 s]
/proc/loadavg: 5.12 5.09 5.40 6/249 122147
/proc/meminfo: memFree=120119548/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=2073968 memory=1991320 CPUtime=3600 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) R 121930 121933 120784 0 -1 4194304 792501 0 0 0 359822 178 0 0 20 0 2 0 139280440 2123743232 497830 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 518492 497830 3520 6655 0 495945 0
[pid=121933/tid=121935] ppid=121930 vsize=2073968 memory=1157968 CPUtime=1781.33 cores=1,3
/proc/121933/task/121935/stat : 121935 (LSIPExact) R 121930 121933 120784 0 -1 4194368 373564 0 0 0 178031 102 0 0 20 0 2 0 139281443 2123743232 497830 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2073968 KiB
Current children cumulated memory: 1991320 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.24 s, system=1.91234 s

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

# cumulated CPU time of all completed processes:  user=3600.08 s, system=1.97116 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1825.6 s]
/proc/loadavg: 5.03 5.07 5.39 5/249 122149
/proc/meminfo: memFree=120857180/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=1271220 memory=1190256 CPUtime=3600.06 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) S 121930 121933 120784 0 -1 4194304 795240 231 0 0 359824 182 0 0 20 0 1 0 139280440 1301729280 297564 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 317805 297564 3520 6655 0 307774 0
[pid=122149] ppid=121933 vsize=104388 memory=86572 CPUtime=1.28 cores=1,3
/proc/122149/stat : 122149 (Exact) R 121933 122149 122149 0 -1 4194304 17545 0 0 0 124 4 0 0 20 0 1 0 139462869 106893312 21643 18446744073709551615 4198400 8335837 140722227428384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20439040 140722227435698 140722227436059 140722227436059 140722227441615 0
/proc/122149/statm: 26097 21643 1120 1011 0 24864 0
Current children cumulated CPU time: 3601.34 s
Current children cumulated vsize: 1375608 KiB
Current children cumulated memory: 1276828 KiB

[startup+1826 s]*
/proc/loadavg: 5.03 5.07 5.39 5/249 122149
/proc/meminfo: memFree=120825300/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=1271220 memory=1190256 CPUtime=3600.06 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) S 121930 121933 120784 0 -1 4194304 795240 231 0 0 359824 182 0 0 20 0 1 0 139280440 1301729280 297564 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 317805 297564 3520 6655 0 307774 0
[pid=122149] ppid=121933 vsize=121532 memory=106488 CPUtime=1.69 cores=1,3
/proc/122149/stat : 122149 (Exact) R 121933 122149 122149 0 -1 4194304 21481 0 0 0 164 5 0 0 20 0 1 0 139462869 124448768 26622 18446744073709551615 4198400 8335837 140722227428384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20439040 140722227435698 140722227436059 140722227436059 140722227441615 0
/proc/122149/statm: 30383 26622 1120 1011 0 29150 0
Current children cumulated CPU time: 3601.75 s
Current children cumulated vsize: 1392752 KiB
Current children cumulated memory: 1296744 KiB

[startup+1826.2 s]
/proc/loadavg: 5.03 5.07 5.39 5/249 122149
/proc/meminfo: memFree=120825300/131382116 swapFree=33010684/33010684
[pid=121933] ppid=121930 vsize=1271220 memory=1190256 CPUtime=3600.06 cores=1,3
/proc/121933/stat : 121933 (LSIPExact) S 121930 121933 120784 0 -1 4194304 795240 231 0 0 359824 182 0 0 20 0 1 0 139280440 1301729280 297564 18446744073709551615 94631072116736 94631099373905 140727389685872 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94631107875976 94631108307584 94631137161216 140727389694296 140727389694472 140727389694472 140727389700076 0
/proc/121933/statm: 317805 297564 3520 6655 0 307774 0
[pid=122149] ppid=121933 vsize=129068 memory=113272 CPUtime=1.88 cores=1,3
/proc/122149/stat : 122149 (Exact) R 121933 122149 122149 0 -1 4194304 23205 0 0 0 183 5 0 0 20 0 1 0 139462869 132165632 28318 18446744073709551615 4198400 8335837 140722227428384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20439040 140722227435698 140722227436059 140722227436059 140722227441615 0
/proc/122149/statm: 32267 28318 1120 1011 0 31034 0
Current children cumulated CPU time: 3601.94 s
Current children cumulated vsize: 1400288 KiB
Current children cumulated memory: 1303528 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1826.31
CPU time (s): 3602.05
CPU user time (s): 3600.08
CPU system time (s): 1.97116
CPU usage (%): 197.231
Max. virtual memory (cumulated for all children) (KiB): 2073968
Max. memory (cumulated for all children) (KiB): 1991320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.08
system time used= 1.97116
maximum resident set size= 1991320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 818676
page faults= 0
swaps= 0
block input operations= 576
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 573
involuntary context switches= 28496


# summary of solver processes directly reported to runsolver:
#   pid: 121933,122149
#   total CPU time (s): 3602.05
#   total CPU user time (s): 3600.08
#   total CPU system time (s): 1.97116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.48826 second user time and 8.05269 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-11 14:13:27
IDJOB=4527719
IDBENCH=178340
IDSOLVER=3384
FILE ID=nodeC011/4527719-1752236007
RUNJOBID= nodeC011-1752232205-120802
SLURM_JOB_ID= 9682522
Free space on /tmp= 430096 MiB

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

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

MD5SUM BENCH= 2dad4d4d97748033eacd0c8bb0bd5214
RANDOM SEED=1501780101

nodeC011 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	: 0xb00001f
cpu MHz		: 3591.826
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.291
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.689
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.443
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3492.041
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3591.895
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3492.079
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3591.875
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        115392376 kB
MemAvailable:   121835088 kB
Buffers:            3276 kB
Cached:          7212980 kB
SwapCached:            0 kB
Active:          8549104 kB
Inactive:        6767512 kB
Active(anon):    8116216 kB
Inactive(anon):     2104 kB
Active(file):     432888 kB
Inactive(file):  6765408 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44928 kB
Writeback:             4 kB
AnonPages:       8096832 kB
Mapped:           148532 kB
Shmem:             17960 kB
KReclaimable:     167700 kB
Slab:             257204 kB
SReclaimable:     167700 kB
SUnreclaim:        89504 kB
KernelStack:        4096 kB
PageTables:        19184 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8823676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3917824 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

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