Trace number 4490690

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 S2SAT (TO)8 3600.09 1835.72

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_2.opb
MD5SUM39a6e806d7aaba09f767f3cbd6afa1ec
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark72000.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables172
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint74
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5454
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

3564.50/1800.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3564.50/1800.01	c numVar: 172
3564.50/1800.01	c numCon: 14
3564.50/1800.01	c numEqual: 0
3564.50/1800.01	c intSize: 13
3564.50/1800.01	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
3564.50/1800.01	c ------------------- Paras list -------------------
3564.50/1800.01	c Name                	 Type      	 Now       	 Default   	 Comment
3564.50/1800.01	c timeout             	 double    	 3600.000000	 3600      	 
3564.50/1800.01	c mip_time            	 double    	 0.500000  	 0.5       	 
3564.50/1800.01	c ls_time             	 double    	 10.000000 	 10        	 
3564.50/1800.01	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
3564.50/1800.01	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3564.50/1800.01	c random_seed         	 int       	 0         	 0         	 
3564.50/1800.01	c sample_size         	 int       	 50        	 50        	 
3564.50/1800.01	c sub_score           	 int       	 1         	 1         	 
3564.50/1800.01	c tabu_base           	 int       	 3         	 3         	 
3564.50/1800.01	c tabu_variation      	 int       	 1         	 1         	 
3564.50/1800.01	c sub_div             	 int       	 4         	 4         	 
3564.50/1800.01	c nbcore              	 int       	 2         	 1         	 
3564.50/1800.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3564.50/1800.01	c print_sol           	 int       	 1         	 1         	 
3564.50/1800.01	c tmpdir              	 string		 .         	 "."       	 
3564.50/1800.01	c home                	 string		 HOME	 "."       	 
3564.50/1800.01	c benchname           	 string		 HOME/instance-4490690-1751363970.opb	 ""        	 
3564.50/1800.01	c --------------------------------------------------
3564.50/1800.01	c Local Search solver
3564.50/1800.01	c LS find feasible solution for PBO with objective value 136
3564.50/1800.01	c MIP solver
3564.50/1800.01	c MIP solver find feasible solution
3564.50/1800.01	c MIP solver objective value: 8
3565.50/1801.02	c MIP find feasible solution for PBO with objective value 8
3565.50/1801.02	c copy file: 0
3565.50/1801.02	c gen ub file: HOME/instance-4490690-1751363970.opb_ub.opb
3565.50/1801.02	c use Exact solver
3600.05/1835.70	o 8
3600.05/1835.70	s SATISFIABLE
3600.05/1835.70	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 x114 -x115 -x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 -x128 -x129 -x130 x131 x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 x141 -x142 x143 -x144 -x145 x146 x147 x148 -x149 -x150 x151 x152 x153 x154 -x155 -x156 -x157 x158 -x159 x160 x161 x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 x171 -x172 
3600.05/1835.70	c Total time: 1836

Verifier Data

OK	8

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 (59364 MiB free)
  memory of node 1: 64507 MiB (63489 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490690-1751363970/watcher-4490690-1751363970 -o /tmp/evaluation-result-4490690-1751363970/solver-4490690-1751363970 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751360343-49787 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4490690-1751363970.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
solver pid=50394, runsolver pid=50391
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 7.68 8.04 8.00 6/267 50395
/proc/meminfo: memFree=125802324/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=39908 memory=5248 CPUtime=0.09 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 323 0 0 0 9 0 0 0 20 0 1 0 52074715 40865792 1312 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 9977 1312 1152 6655 0 212 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5248 KiB

[startup+0.204346 s]*
/proc/loadavg: 7.68 8.04 8.00 6/267 50395
/proc/meminfo: memFree=125802324/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=39908 memory=5248 CPUtime=0.19 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 323 0 0 0 19 0 0 0 20 0 1 0 52074715 40865792 1312 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 9977 1312 1152 6655 0 212 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5248 KiB

[startup+0.30453 s]*
/proc/loadavg: 7.68 8.04 8.00 6/267 50395
/proc/meminfo: memFree=125802324/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=39908 memory=5248 CPUtime=0.29 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 323 0 0 0 29 0 0 0 20 0 1 0 52074715 40865792 1312 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 9977 1312 1152 6655 0 212 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5248 KiB

[startup+0.700095 s]
/proc/loadavg: 7.68 8.04 8.00 6/267 50395
/proc/meminfo: memFree=125802324/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=39908 memory=5248 CPUtime=0.68 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 323 0 0 0 68 0 0 0 20 0 1 0 52074715 40865792 1312 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 9977 1312 1152 6655 0 212 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5248 KiB

[startup+1.50006 s]
/proc/loadavg: 7.68 8.04 8.00 6/267 50395
/proc/meminfo: memFree=125804268/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=39908 memory=5248 CPUtime=1.48 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 323 0 0 0 148 0 0 0 20 0 1 0 52074715 40865792 1312 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 9977 1312 1152 6655 0 212 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5248 KiB

[startup+3.10454 s]
/proc/loadavg: 7.46 7.99 7.98 7/268 50396
/proc/meminfo: memFree=125805996/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=39908 memory=5248 CPUtime=3.08 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 323 0 0 0 308 0 0 0 20 0 1 0 52074715 40865792 1312 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 9977 1312 1152 6655 0 212 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5248 KiB

[startup+6.30006 s]
/proc/loadavg: 7.46 7.99 7.98 8/269 50397
/proc/meminfo: memFree=125787504/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=39908 memory=5248 CPUtime=6.27 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 323 0 0 0 627 0 0 0 20 0 1 0 52074715 40865792 1312 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 9977 1312 1152 6655 0 212 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5248 KiB

[startup+12.7002 s]
/proc/loadavg: 7.43 7.97 7.98 9/270 50398
/proc/meminfo: memFree=125714300/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=124348 memory=31260 CPUtime=15.29 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 4353 0 0 0 1528 1 0 0 20 0 2 0 52074715 127332352 7815 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 31087 7815 3392 6655 0 6403 0
[pid=50394/tid=50398] ppid=50391 vsize=124348 memory=28444 CPUtime=2.63 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 1437 0 0 0 263 0 0 0 20 0 2 0 52075716 127332352 7815 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 124348 KiB
Current children cumulated memory: 31260 KiB

[startup+25.5002 s]
/proc/loadavg: 7.48 7.95 7.97 8/270 50400
/proc/meminfo: memFree=127338420/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=143696 memory=56016 CPUtime=40.59 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 20815 0 0 0 4056 3 0 0 20 0 2 0 52074715 147144704 14004 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 35924 14004 3392 6655 0 13176 0
[pid=50394/tid=50398] ppid=50391 vsize=143696 memory=14592 CPUtime=15.29 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 9670 0 0 0 1528 1 0 0 20 0 2 0 52075716 147144704 14004 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 40.59 s
Current children cumulated vsize: 143696 KiB
Current children cumulated memory: 56016 KiB

[startup+51.1053 s]
/proc/loadavg: 7.31 7.88 7.95 8/269 50401
/proc/meminfo: memFree=127142204/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=157188 memory=77776 CPUtime=91.42 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 35358 0 0 0 9137 5 0 0 20 0 2 0 52074715 160960512 19444 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 39297 19444 3392 6655 0 18690 0
[pid=50394/tid=50398] ppid=50391 vsize=157188 memory=18432 CPUtime=40.62 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 18781 0 0 0 4060 2 0 0 20 0 2 0 52075716 160960512 19444 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 91.42 s
Current children cumulated vsize: 157188 KiB
Current children cumulated memory: 77776 KiB

[startup+102.3 s]
/proc/loadavg: 7.85 7.92 7.95 9/269 50459
/proc/meminfo: memFree=128017688/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=198764 memory=140304 CPUtime=193.1 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 73118 0 0 0 19298 12 0 0 20 0 2 0 52074715 203534336 35076 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 49691 35076 3392 6655 0 34533 0
[pid=50394/tid=50398] ppid=50391 vsize=198764 memory=126496 CPUtime=91.33 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 40094 0 0 0 9127 6 0 0 20 0 2 0 52075716 203534336 35076 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 193.1 s
Current children cumulated vsize: 198764 KiB
Current children cumulated memory: 140304 KiB

[startup+162.3 s]
/proc/loadavg: 8.08 7.98 7.98 9/270 50467
/proc/meminfo: memFree=127642440/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=290536 memory=192272 CPUtime=312.27 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 98111 0 0 0 31210 17 0 0 20 0 2 0 52074715 297508864 48068 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 72634 48068 3392 6655 0 47367 0
[pid=50394/tid=50398] ppid=50391 vsize=290536 memory=147856 CPUtime=151.11 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 61907 0 0 0 15101 10 0 0 20 0 2 0 52075716 297508864 48068 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 312.27 s
Current children cumulated vsize: 290536 KiB
Current children cumulated memory: 192272 KiB

[startup+222.3 s]
/proc/loadavg: 8.08 8.00 7.99 9/271 50471
/proc/meminfo: memFree=127276864/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=337976 memory=260068 CPUtime=431.41 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 155236 0 0 0 43116 25 0 0 20 0 2 0 52074715 346087424 65017 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 84494 65017 3392 6655 0 64848 0
[pid=50394/tid=50398] ppid=50391 vsize=337976 memory=14592 CPUtime=210.63 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 92341 0 0 0 21047 16 0 0 20 0 2 0 52075716 346087424 65017 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 431.41 s
Current children cumulated vsize: 337976 KiB
Current children cumulated memory: 260068 KiB

[startup+282.3 s]
/proc/loadavg: 8.07 8.01 8.00 9/270 50473
/proc/meminfo: memFree=126866980/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=363336 memory=317168 CPUtime=550.56 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 168132 0 0 0 55028 28 0 0 20 0 2 0 52074715 372056064 79292 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 90834 79292 3392 6655 0 78590 0
[pid=50394/tid=50398] ppid=50391 vsize=363336 memory=314608 CPUtime=270.01 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 102292 0 0 0 26983 18 0 0 20 0 2 0 52075716 372056064 79292 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 550.56 s
Current children cumulated vsize: 363336 KiB
Current children cumulated memory: 317168 KiB

[startup+342.3 s]
/proc/loadavg: 8.06 8.02 8.00 9/269 50475
/proc/meminfo: memFree=126548704/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=459172 memory=366732 CPUtime=669.72 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 198768 0 0 0 66939 33 0 0 20 0 2 0 52074715 470192128 91683 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 114793 91683 3392 6655 0 91197 0
[pid=50394/tid=50398] ppid=50391 vsize=459172 memory=5632 CPUtime=329.4 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 117153 0 0 0 32919 21 0 0 20 0 2 0 52075716 470192128 91683 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 669.72 s
Current children cumulated vsize: 459172 KiB
Current children cumulated memory: 366732 KiB

[startup+402.3 s]

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

/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 600729 0 0 0 245601 95 0 0 20 0 2 0 52074715 846016512 193541 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 206547 193541 3392 6655 0 192365 0
[pid=50394/tid=50398] ppid=50391 vsize=826188 memory=772372 CPUtime=1223.58 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 356919 0 0 0 122303 55 0 0 20 0 2 0 52075716 846016512 193541 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 2456.96 s
Current children cumulated vsize: 826188 KiB
Current children cumulated memory: 774164 KiB

[startup+1302.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/267 50522
/proc/meminfo: memFree=122454540/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=864164 memory=810760 CPUtime=2576.1 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 641662 0 0 0 257508 102 0 0 20 0 2 0 52074715 884903936 202690 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 216041 202690 3392 6655 0 205008 0
[pid=50394/tid=50398] ppid=50391 vsize=864164 memory=788288 CPUtime=1282.95 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 389782 0 0 0 128236 59 0 0 20 0 2 0 52075716 884903936 202690 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 2576.1 s
Current children cumulated vsize: 864164 KiB
Current children cumulated memory: 810760 KiB

[startup+1362.3 s]
/proc/loadavg: 8.15 8.09 8.02 9/269 50532
/proc/meminfo: memFree=122254420/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=945816 memory=856672 CPUtime=2695.25 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 675003 0 0 0 269416 109 0 0 20 0 2 0 52074715 968515584 214168 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 236454 214168 3392 6655 0 213188 0
[pid=50394/tid=50398] ppid=50391 vsize=945816 memory=832020 CPUtime=1342.32 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 410346 0 0 0 134169 63 0 0 20 0 2 0 52075716 968515584 214168 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 2695.25 s
Current children cumulated vsize: 945816 KiB
Current children cumulated memory: 856672 KiB

[startup+1422.3 s]
/proc/loadavg: 8.11 8.09 8.02 9/271 50536
/proc/meminfo: memFree=121540428/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=963012 memory=890976 CPUtime=2814.39 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 693526 0 0 0 281327 112 0 0 20 0 2 0 52074715 986124288 222744 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 240753 222744 3392 6655 0 221778 0
[pid=50394/tid=50398] ppid=50391 vsize=963012 memory=832020 CPUtime=1402.03 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 420950 0 0 0 140138 65 0 0 20 0 2 0 52075716 986124288 222744 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 2814.39 s
Current children cumulated vsize: 963012 KiB
Current children cumulated memory: 890976 KiB

[startup+1482.3 s]
/proc/loadavg: 8.08 8.09 8.02 9/271 50538
/proc/meminfo: memFree=121330488/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=987972 memory=934256 CPUtime=2933.54 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 704536 0 0 0 293238 116 0 0 20 0 2 0 52074715 1011683328 233564 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 246993 233564 3392 6655 0 232181 0
[pid=50394/tid=50398] ppid=50391 vsize=987972 memory=919008 CPUtime=1461.8 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 426599 0 0 0 146112 68 0 0 20 0 2 0 52075716 1011683328 233564 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 2933.54 s
Current children cumulated vsize: 987972 KiB
Current children cumulated memory: 934256 KiB

[startup+1542.3 s]
/proc/loadavg: 8.13 8.10 8.03 9/270 50540
/proc/meminfo: memFree=121125708/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=1027208 memory=973660 CPUtime=3052.7 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 726410 0 0 0 305150 120 0 0 20 0 2 0 52074715 1051860992 243415 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 256802 243415 3392 6655 0 246136 0
[pid=50394/tid=50398] ppid=50391 vsize=1027208 memory=968048 CPUtime=1521.56 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 436979 0 0 0 152086 70 0 0 20 0 2 0 52075716 1051860992 243415 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 3052.7 s
Current children cumulated vsize: 1027208 KiB
Current children cumulated memory: 973660 KiB

[startup+1602.3 s]
/proc/loadavg: 8.10 8.09 8.03 9/271 50543
/proc/meminfo: memFree=120975052/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=1108888 memory=1015256 CPUtime=3171.86 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 762213 0 0 0 317060 126 0 0 20 0 2 0 52074715 1135501312 253814 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 277222 253814 3392 6655 0 254139 0
[pid=50394/tid=50398] ppid=50391 vsize=1108888 memory=1003884 CPUtime=1581.33 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 455372 0 0 0 158060 73 0 0 20 0 2 0 52075716 1135501312 253814 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 3171.86 s
Current children cumulated vsize: 1108888 KiB
Current children cumulated memory: 1015256 KiB

[startup+1662.3 s]
/proc/loadavg: 8.15 8.10 8.03 9/271 50546
/proc/meminfo: memFree=120825360/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=1120772 memory=1042008 CPUtime=3291.03 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 807075 0 0 0 328971 132 0 0 20 0 2 0 52074715 1147670528 260502 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 280193 260502 3392 6655 0 260087 0
[pid=50394/tid=50398] ppid=50391 vsize=1120772 memory=14592 CPUtime=1641.11 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 476965 0 0 0 164035 76 0 0 20 0 2 0 52075716 1147670528 260502 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 3291.03 s
Current children cumulated vsize: 1120772 KiB
Current children cumulated memory: 1042008 KiB

[startup+1722.3 s]
/proc/loadavg: 8.11 8.10 8.03 9/269 50548
/proc/meminfo: memFree=120667312/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=1133416 memory=1068632 CPUtime=3410.2 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 821925 0 0 0 340885 135 0 0 20 0 2 0 52074715 1160617984 267158 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 283354 267158 3392 6655 0 266526 0
[pid=50394/tid=50398] ppid=50391 vsize=1133416 memory=14592 CPUtime=1700.88 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 484921 0 0 0 170011 77 0 0 20 0 2 0 52075716 1160617984 267158 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 3410.2 s
Current children cumulated vsize: 1133416 KiB
Current children cumulated memory: 1068632 KiB

[startup+1782.3 s]
/proc/loadavg: 8.08 8.09 8.03 9/269 50550
/proc/meminfo: memFree=120488860/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=1145884 memory=1095256 CPUtime=3529.35 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) R 50391 50394 49774 0 -1 4194304 830726 0 0 0 352797 138 0 0 20 0 2 0 52074715 1173385216 273814 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 286471 273814 3392 6655 0 272902 0
[pid=50394/tid=50398] ppid=50391 vsize=1145884 memory=1091544 CPUtime=1760.65 cores=5,7
/proc/50394/task/50398/stat : 50398 (LSIPExact) R 50391 50394 49774 0 -1 4194368 489404 0 0 0 175987 78 0 0 20 0 2 0 52075716 1173385216 273814 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
Current children cumulated CPU time: 3529.35 s
Current children cumulated vsize: 1145884 KiB
Current children cumulated memory: 1095256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1835.7 s]
/proc/loadavg: 6.73 7.74 7.92 6/268 50647
/proc/meminfo: memFree=127684344/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=965300 memory=918548 CPUtime=3565.5 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) S 50391 50394 49774 0 -1 4194304 846552 228 0 0 356411 139 0 0 20 0 1 0 52074715 988467200 229637 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 241325 229637 3424 6655 0 228662 0
[pid=50555] ppid=50394 vsize=33748 memory=17900 CPUtime=34.55 cores=5,7
/proc/50555/stat : 50555 (Exact) R 50394 50555 50555 0 -1 4194304 2491 0 0 0 3400 55 0 0 20 0 1 0 52254818 34557952 4475 18446744073709551615 4198400 8335837 140722773183552 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22368256 140722773186740 140722773187101 140722773187101 140722773192655 0
/proc/50555/statm: 8437 4475 1120 1011 0 7204 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 999048 KiB
Current children cumulated memory: 936448 KiB

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

[startup+1835.72 s]
# the end of solver process 50394 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3598.12 s, system=1.97734 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1835.7 s]
/proc/loadavg: 6.73 7.74 7.92 6/268 50647
/proc/meminfo: memFree=127684344/131249996 swapFree=33010684/33010684
[pid=50394] ppid=50391 vsize=965300 memory=918548 CPUtime=3565.5 cores=5,7
/proc/50394/stat : 50394 (LSIPExact) S 50391 50394 49774 0 -1 4194304 846552 228 0 0 356411 139 0 0 20 0 1 0 52074715 988467200 229637 18446744073709551615 94762219397120 94762246653521 140722648331568 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94762255156360 94762255587968 94762262650880 140722648336730 140722648336906 140722648336906 140722648342508 0
/proc/50394/statm: 241325 229637 3424 6655 0 228662 0
[pid=50555] ppid=50394 vsize=33748 memory=17900 CPUtime=34.55 cores=5,7
/proc/50555/stat : 50555 (Exact) R 50394 50555 50555 0 -1 4194304 2491 0 0 0 3400 55 0 0 20 0 1 0 52254818 34557952 4475 18446744073709551615 4198400 8335837 140722773183552 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22368256 140722773186740 140722773187101 140722773187101 140722773192655 0
/proc/50555/statm: 8437 4475 1120 1011 0 7204 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 999048 KiB
Current children cumulated memory: 936448 KiB

Child status: 0

Real time (s): 1835.72
CPU time (s): 3600.09
CPU user time (s): 3598.12
CPU system time (s): 1.97734
CPU usage (%): 196.114
Max. virtual memory (cumulated for all children) (KiB): 1158568
Max. memory (cumulated for all children) (KiB): 1112272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.12
system time used= 1.97734
maximum resident set size= 1112528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 849326
page faults= 0
swaps= 0
block input operations= 24
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2875
involuntary context switches= 111701


# summary of solver processes directly reported to runsolver:
#   pid: 50394
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3598.12
#   total CPU system time (s): 1.97734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.68644 second user time and 7.5025 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-01 11:59:30
IDJOB=4490690
IDBENCH=147611
IDSOLVER=3337
FILE ID=nodeC021/4490690-1751363970
RUNJOBID= nodeC021-1751360343-49787
SLURM_JOB_ID= 9598162
Free space on /tmp= 432460 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_2.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490690-1751363970/watcher-4490690-1751363970 -o /tmp/evaluation-result-4490690-1751363970/solver-4490690-1751363970 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751360343-49787 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4490690-1751363970.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 39a6e806d7aaba09f767f3cbd6afa1ec
RANDOM SEED=882210295

nodeC021 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.777
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.56
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.789
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.56
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		: 3599.771
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.56
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		: 3599.637
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.56
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.779
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.56
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.777
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.56
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		: 3599.772
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.56
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		: 3700.000
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125802516 kB
MemAvailable:   126711048 kB
Buffers:            3280 kB
Cached:          1714404 kB
SwapCached:            0 kB
Active:          3355212 kB
Inactive:        1445360 kB
Active(anon):    3100948 kB
Inactive(anon):        0 kB
Active(file):     254264 kB
Inactive(file):  1445360 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            125812 kB
Writeback:             0 kB
AnonPages:       3084980 kB
Mapped:           121612 kB
Shmem:             18060 kB
KReclaimable:      95892 kB
Slab:             184696 kB
SReclaimable:      95892 kB
SUnreclaim:        88804 kB
KernelStack:        4304 kB
PageTables:         9088 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3446152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432416 MiB
End job on nodeC021 at 2025-07-01 12:30:06