Trace number 4490322

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)15 3600.09 1838.34

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_1.opb
MD5SUMb4b357048b7fd6a2befaa81502734110
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 benchmark11
Best CPU time to get the best result obtained on this benchmark3600.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints16
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 constraints16
Minimum length of a constraint85
Maximum length of a constraint86
Number of terms in the objective function 128
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 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6162
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

3561.92/1800.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3561.92/1800.01	c numVar: 198
3561.92/1800.01	c numCon: 16
3561.92/1800.01	c numEqual: 0
3561.92/1800.01	c intSize: 13
3561.92/1800.01	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
3561.92/1800.01	c ------------------- Paras list -------------------
3561.92/1800.01	c Name                	 Type      	 Now       	 Default   	 Comment
3561.92/1800.01	c timeout             	 double    	 3600.000000	 3600      	 
3561.92/1800.01	c mip_time            	 double    	 0.500000  	 0.5       	 
3561.92/1800.01	c ls_time             	 double    	 10.000000 	 10        	 
3561.92/1800.01	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
3561.92/1800.01	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3561.92/1800.01	c random_seed         	 int       	 0         	 0         	 
3561.92/1800.01	c sample_size         	 int       	 50        	 50        	 
3561.92/1800.01	c sub_score           	 int       	 1         	 1         	 
3561.92/1800.01	c tabu_base           	 int       	 3         	 3         	 
3561.92/1800.01	c tabu_variation      	 int       	 1         	 1         	 
3561.92/1800.01	c sub_div             	 int       	 4         	 4         	 
3561.92/1800.01	c nbcore              	 int       	 2         	 1         	 
3561.92/1800.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3561.92/1800.01	c print_sol           	 int       	 1         	 1         	 
3561.92/1800.01	c tmpdir              	 string		 .         	 "."       	 
3561.92/1800.01	c home                	 string		 HOME	 "."       	 
3561.92/1800.01	c benchname           	 string		 HOME/instance-4490322-1751362184.opb	 ""        	 
3561.92/1800.01	c --------------------------------------------------
3561.92/1800.01	c Local Search solver
3561.92/1800.01	c LS find feasible solution for PBO with objective value 384
3561.92/1800.01	c MIP solver
3561.92/1800.01	c MIP solver find feasible solution
3561.92/1800.01	c MIP solver objective value: 15
3565.21/1803.33	c MIP find feasible solution for PBO with objective value 15
3565.21/1803.33	c copy file: 0
3565.21/1803.33	c gen ub file: HOME/instance-4490322-1751362184.opb_ub.opb
3565.21/1803.33	c use Exact solver
3600.03/1838.30	o 15
3600.03/1838.30	s SATISFIABLE
3600.03/1838.30	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 x173 x174 -x175 x176 x177 x178 -x179 -x180 x181 -x182 x183 x184 -x185 x186 -x187 -x188 x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 x197 x198 
3600.03/1838.30	c Total time: 1838

Verifier Data

OK	15

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=50159, runsolver pid=50156

[startup+0.10006 s]*
/proc/loadavg: 6.69 7.62 7.37 8/268 50160
/proc/meminfo: memFree=125387648/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=39904 memory=5248 CPUtime=0.09 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 335 0 0 0 9 0 0 0 20 0 1 0 51896127 40861696 1312 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 9976 1312 1120 6655 0 211 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+0.205718 s]*
/proc/loadavg: 6.69 7.62 7.37 7/268 50160
/proc/meminfo: memFree=125387648/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=39904 memory=5248 CPUtime=0.2 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 335 0 0 0 20 0 0 0 20 0 1 0 51896127 40861696 1312 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 9976 1312 1120 6655 0 211 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+0.305684 s]*
/proc/loadavg: 6.69 7.62 7.37 7/268 50160
/proc/meminfo: memFree=125387648/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=39904 memory=5248 CPUtime=0.3 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 335 0 0 0 30 0 0 0 20 0 1 0 51896127 40861696 1312 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 9976 1312 1120 6655 0 211 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+0.700129 s]
/proc/loadavg: 6.69 7.62 7.37 7/268 50160
/proc/meminfo: memFree=125396208/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=39904 memory=5248 CPUtime=0.69 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 335 0 0 0 69 0 0 0 20 0 1 0 51896127 40861696 1312 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 9976 1312 1120 6655 0 211 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+1.50011 s]
/proc/loadavg: 6.69 7.62 7.37 7/268 50160
/proc/meminfo: memFree=125395704/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=39904 memory=5248 CPUtime=1.48 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 335 0 0 0 148 0 0 0 20 0 1 0 51896127 40861696 1312 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 9976 1312 1120 6655 0 211 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+3.10542 s]
/proc/loadavg: 6.64 7.59 7.36 7/268 50160
/proc/meminfo: memFree=125454556/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=39904 memory=5248 CPUtime=3.09 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 335 0 0 0 309 0 0 0 20 0 1 0 51896127 40861696 1312 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 9976 1312 1120 6655 0 211 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+6.30015 s]
/proc/loadavg: 6.64 7.59 7.36 8/268 50160
/proc/meminfo: memFree=125475760/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=39904 memory=5248 CPUtime=6.27 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 335 0 0 0 627 0 0 0 20 0 1 0 51896127 40861696 1312 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 9976 1312 1120 6655 0 211 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+12.7002 s]
/proc/loadavg: 6.59 7.56 7.36 9/269 50161
/proc/meminfo: memFree=125465192/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=124036 memory=31932 CPUtime=15.3 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 4455 0 0 0 1529 1 0 0 20 0 2 0 51896127 127012864 7983 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 31009 7983 3424 6655 0 6469 0
[pid=50159/tid=50161] ppid=50156 vsize=124036 memory=29628 CPUtime=2.64 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 1606 0 0 0 264 0 0 0 20 0 2 0 51897128 127012864 7983 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 124036 KiB
Current children cumulated memory: 31932 KiB

[startup+25.5002 s]
/proc/loadavg: 6.83 7.57 7.36 10/269 50161
/proc/meminfo: memFree=125352476/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=153892 memory=71620 CPUtime=40.67 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 26509 0 0 0 4062 5 0 0 20 0 2 0 51896127 157585408 17905 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 38473 17905 3424 6655 0 17266 0
[pid=50159/tid=50161] ppid=50156 vsize=153892 memory=65852 CPUtime=15.27 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 10557 0 0 0 1524 3 0 0 20 0 2 0 51897128 157585408 17905 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 40.67 s
Current children cumulated vsize: 153892 KiB
Current children cumulated memory: 71620 KiB

[startup+51.1058 s]
/proc/loadavg: 7.31 7.62 7.39 10/269 50162
/proc/meminfo: memFree=125194256/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=199124 memory=145240 CPUtime=91.45 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 55965 0 0 0 9135 10 0 0 20 0 2 0 51896127 203902976 36310 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 49781 36310 3424 6655 0 35506 0
[pid=50159/tid=50161] ppid=50156 vsize=199124 memory=127204 CPUtime=40.57 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 26385 0 0 0 4051 6 0 0 20 0 2 0 51897128 203902976 36310 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 91.45 s
Current children cumulated vsize: 199124 KiB
Current children cumulated memory: 145240 KiB

[startup+102.3 s]
/proc/loadavg: 7.77 7.70 7.43 10/269 50172
/proc/meminfo: memFree=125123076/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=337032 memory=256000 CPUtime=193.01 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 137339 0 0 0 19279 22 0 0 20 0 2 0 51896127 345120768 64000 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 84258 64000 3424 6655 0 63743 0
[pid=50159/tid=50161] ppid=50156 vsize=337032 memory=255616 CPUtime=91.19 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 55712 0 0 0 9105 14 0 0 20 0 2 0 51897128 345120768 64000 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 193.01 s
Current children cumulated vsize: 337032 KiB
Current children cumulated memory: 256000 KiB

[startup+162.3 s]
/proc/loadavg: 7.97 7.77 7.47 10/269 50174
/proc/meminfo: memFree=124906288/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=462240 memory=371412 CPUtime=312.07 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 162913 0 0 0 31175 32 0 0 20 0 2 0 51896127 473333760 92853 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 115560 92853 3424 6655 0 91885 0
[pid=50159/tid=50161] ppid=50156 vsize=462240 memory=300028 CPUtime=150.51 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 73424 0 0 0 15030 21 0 0 20 0 2 0 51897128 473333760 92853 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 312.07 s
Current children cumulated vsize: 462240 KiB
Current children cumulated memory: 371412 KiB

[startup+222.3 s]
/proc/loadavg: 8.44 7.96 7.56 10/269 50176
/proc/meminfo: memFree=124753788/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=541360 memory=503176 CPUtime=431.11 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 247580 0 0 0 43064 47 0 0 20 0 2 0 51896127 554352640 125794 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 135340 125794 3424 6655 0 125415 0
[pid=50159/tid=50161] ppid=50156 vsize=541360 memory=475912 CPUtime=209.83 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 124431 0 0 0 20952 31 0 0 20 0 2 0 51897128 554352640 125794 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 431.11 s
Current children cumulated vsize: 541360 KiB
Current children cumulated memory: 503176 KiB

[startup+282.3 s]
/proc/loadavg: 8.06 7.95 7.58 9/269 50178
/proc/meminfo: memFree=124522292/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=704964 memory=652124 CPUtime=550.17 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 295961 0 0 0 54957 60 0 0 20 0 2 0 51896127 721883136 163031 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 176241 163031 3424 6655 0 164504 0
[pid=50159/tid=50161] ppid=50156 vsize=704964 memory=583000 CPUtime=269.15 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 150612 0 0 0 26876 39 0 0 20 0 2 0 51897128 721883136 163031 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 550.17 s
Current children cumulated vsize: 704964 KiB
Current children cumulated memory: 652124 KiB

[startup+342.3 s]
/proc/loadavg: 8.00 7.95 7.60 10/269 50181
/proc/meminfo: memFree=124347868/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=852324 memory=791544 CPUtime=669.28 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 334727 0 0 0 66858 70 0 0 20 0 2 0 51896127 872779776 197886 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 213081 197886 3424 6655 0 198521 0
[pid=50159/tid=50161] ppid=50156 vsize=852324 memory=710748 CPUtime=328.49 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 168305 0 0 0 32804 45 0 0 20 0 2 0 51897128 872779776 197886 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 669.28 s
Current children cumulated vsize: 852324 KiB
Current children cumulated memory: 791544 KiB


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

/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 2156813 0 0 0 245190 340 0 0 20 0 2 0 51896127 2895912960 684684 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 707010 684684 3424 6655 0 693400 0
[pid=50159/tid=50161] ppid=50156 vsize=2828040 memory=2738736 CPUtime=1218.53 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 814158 0 0 0 121675 178 0 0 20 0 2 0 51897128 2895912960 684684 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 2455.3 s
Current children cumulated vsize: 2828040 KiB
Current children cumulated memory: 2738736 KiB

[startup+1302.3 s]
/proc/loadavg: 8.13 8.12 7.98 10/268 50233
/proc/meminfo: memFree=121246412/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=2828040 memory=2738992 CPUtime=2574.34 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 2264440 0 0 0 257079 355 0 0 20 0 2 0 51896127 2895912960 684748 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 707010 684748 3424 6655 0 693533 0
[pid=50159/tid=50161] ppid=50156 vsize=2828040 memory=2738992 CPUtime=1277.84 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 824403 0 0 0 127602 182 0 0 20 0 2 0 51897128 2895912960 684748 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 2574.34 s
Current children cumulated vsize: 2828040 KiB
Current children cumulated memory: 2738992 KiB

[startup+1362.3 s]
/proc/loadavg: 8.10 8.11 7.99 10/268 50235
/proc/meminfo: memFree=120982244/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=2828040 memory=2738992 CPUtime=2693.38 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 2469241 0 0 0 268952 386 0 0 20 0 2 0 51896127 2895912960 684748 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 707010 684748 3424 6655 0 693533 0
[pid=50159/tid=50161] ppid=50156 vsize=2828040 memory=2738992 CPUtime=1337.14 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 928903 0 0 0 133516 198 0 0 20 0 2 0 51897128 2895912960 684748 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 2693.38 s
Current children cumulated vsize: 2828040 KiB
Current children cumulated memory: 2738992 KiB

[startup+1422.3 s]
/proc/loadavg: 8.08 8.10 8.00 10/268 50237
/proc/meminfo: memFree=120623956/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=2828040 memory=2739120 CPUtime=2812.41 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 2628170 0 0 0 280829 412 0 0 20 0 2 0 51896127 2895912960 684780 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 707010 684780 3424 6655 0 693533 0
[pid=50159/tid=50161] ppid=50156 vsize=2828040 memory=2738992 CPUtime=1396.46 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 1021827 0 0 0 139433 213 0 0 20 0 2 0 51897128 2895912960 684780 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 2812.41 s
Current children cumulated vsize: 2828040 KiB
Current children cumulated memory: 2739120 KiB

[startup+1482.3 s]
/proc/loadavg: 8.06 8.10 8.00 10/268 50240
/proc/meminfo: memFree=120329188/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=2829788 memory=2742960 CPUtime=2931.45 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 2702083 0 0 0 292713 432 0 0 20 0 2 0 51896127 2897702912 685740 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 707447 685740 3424 6655 0 694258 0
[pid=50159/tid=50161] ppid=50156 vsize=2829788 memory=2739120 CPUtime=1455.76 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 1057233 0 0 0 145352 224 0 0 20 0 2 0 51897128 2897702912 685740 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 2931.45 s
Current children cumulated vsize: 2829788 KiB
Current children cumulated memory: 2742960 KiB

[startup+1542.3 s]
/proc/loadavg: 8.06 8.09 8.00 10/269 50243
/proc/meminfo: memFree=119856928/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=2919336 memory=2789844 CPUtime=3050.55 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 2722975 0 0 0 304617 438 0 0 20 0 2 0 51896127 2989400064 697461 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 729834 697461 3424 6655 0 706018 0
[pid=50159/tid=50161] ppid=50156 vsize=2919336 memory=25304 CPUtime=1515.11 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 1068233 0 0 0 151283 228 0 0 20 0 2 0 51897128 2989400064 697461 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 3050.55 s
Current children cumulated vsize: 2919336 KiB
Current children cumulated memory: 2789844 KiB

[startup+1602.3 s]
/proc/loadavg: 8.18 8.12 8.01 10/268 50245
/proc/meminfo: memFree=119410680/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=2943072 memory=2845792 CPUtime=3169.62 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 2743533 0 0 0 316514 448 0 0 20 0 2 0 51896127 3013705728 711448 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 735768 711448 3424 6655 0 717916 0
[pid=50159/tid=50161] ppid=50156 vsize=2943072 memory=2842080 CPUtime=1574.44 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 1078468 0 0 0 157210 234 0 0 20 0 2 0 51897128 3013705728 711448 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 3169.62 s
Current children cumulated vsize: 2943072 KiB
Current children cumulated memory: 2845792 KiB

[startup+1662.3 s]
/proc/loadavg: 8.12 8.11 8.01 10/269 50248
/proc/meminfo: memFree=119009104/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=2967208 memory=2900700 CPUtime=3288.7 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 2765757 0 0 0 328415 455 0 0 20 0 2 0 51896127 3038420992 725175 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 741802 725175 3424 6655 0 730112 0
[pid=50159/tid=50161] ppid=50156 vsize=2967208 memory=2887056 CPUtime=1633.96 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 1089435 0 0 0 163159 237 0 0 20 0 2 0 51897128 3038420992 725175 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 3288.7 s
Current children cumulated vsize: 2967208 KiB
Current children cumulated memory: 2900700 KiB

[startup+1722.3 s]
/proc/loadavg: 8.25 8.15 8.03 10/270 50251
/proc/meminfo: memFree=118343940/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=3056268 memory=2955600 CPUtime=3407.79 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 2782008 0 0 0 340316 463 0 0 20 0 2 0 51896127 3129618432 738900 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 764067 738900 3424 6655 0 741836 0
[pid=50159/tid=50161] ppid=50156 vsize=3056268 memory=2887056 CPUtime=1693.69 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 1098497 0 0 0 169129 240 0 0 20 0 2 0 51897128 3129618432 738900 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 3407.79 s
Current children cumulated vsize: 3056268 KiB
Current children cumulated memory: 2955600 KiB

[startup+1782.3 s]
/proc/loadavg: 7.91 8.09 8.01 6/266 50364
/proc/meminfo: memFree=125693228/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=3080660 memory=3007884 CPUtime=3526.78 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) R 50156 50159 49774 0 -1 4194304 3288702 0 0 0 352163 515 0 0 20 0 2 0 51896127 3154595840 751971 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 770165 751971 3424 6655 0 753922 0
[pid=50159/tid=50161] ppid=50156 vsize=3080660 memory=3000844 CPUtime=1753.39 cores=4,6
/proc/50159/task/50161/stat : 50161 (LSIPExact) R 50156 50159 49774 0 -1 4194368 1372666 0 0 0 175070 269 0 0 20 0 2 0 51897128 3154595840 751971 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
Current children cumulated CPU time: 3526.78 s
Current children cumulated vsize: 3080660 KiB
Current children cumulated memory: 3007884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1838.3 s]
/proc/loadavg: 7.29 7.86 7.94 8/269 50401
/proc/meminfo: memFree=127142204/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=1358000 memory=1267228 CPUtime=3565.22 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) S 50156 50159 49774 0 -1 4194304 3582321 226 0 0 355981 541 0 0 20 0 1 0 51896127 1390592000 316807 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 339500 316807 3424 6655 0 329729 0
[pid=50400] ppid=50159 vsize=35196 memory=21128 CPUtime=34.81 cores=4,6
/proc/50400/stat : 50400 (Exact) R 50159 50400 50400 0 -1 4194304 2726 0 0 0 3430 51 0 0 20 0 1 0 52076460 36040704 5282 18446744073709551615 4198400 8335837 140726939821792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35364864 140726939830452 140726939830813 140726939830813 140726939836367 0
/proc/50400/statm: 8799 5282 1120 1011 0 7566 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1393196 KiB
Current children cumulated memory: 1288356 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.12 s, system=5.97258 s

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

[startup+1838.3 s]
/proc/loadavg: 7.29 7.86 7.94 8/269 50401
/proc/meminfo: memFree=127142204/131249996 swapFree=33010684/33010684
[pid=50159] ppid=50156 vsize=1358000 memory=1267228 CPUtime=3565.22 cores=4,6
/proc/50159/stat : 50159 (LSIPExact) S 50156 50159 49774 0 -1 4194304 3582321 226 0 0 355981 541 0 0 20 0 1 0 51896127 1390592000 316807 18446744073709551615 93868000804864 93868028061265 140732695236864 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93868036564104 93868036995712 93868052729856 140732695239002 140732695239178 140732695239178 140732695244780 0
/proc/50159/statm: 339500 316807 3424 6655 0 329729 0
[pid=50400] ppid=50159 vsize=35196 memory=21128 CPUtime=34.81 cores=4,6
/proc/50400/stat : 50400 (Exact) R 50159 50400 50400 0 -1 4194304 2726 0 0 0 3430 51 0 0 20 0 1 0 52076460 36040704 5282 18446744073709551615 4198400 8335837 140726939821792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35364864 140726939830452 140726939830813 140726939830813 140726939836367 0
/proc/50400/statm: 8799 5282 1120 1011 0 7566 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1393196 KiB
Current children cumulated memory: 1288356 KiB

Child status: 0

Real time (s): 1838.34
CPU time (s): 3600.09
CPU user time (s): 3594.12
CPU system time (s): 5.97258
CPU usage (%): 195.833
Max. virtual memory (cumulated for all children) (KiB): 3087612
Max. memory (cumulated for all children) (KiB): 3023156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.12
system time used= 5.97258
maximum resident set size= 3023156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3585337
page faults= 0
swaps= 0
block input operations= 32
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3021
involuntary context switches= 81998


# summary of solver processes directly reported to runsolver:
#   pid: 50159
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3594.12
#   total CPU system time (s): 5.97258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.22386 second user time and 7.17808 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-01 11:29:44
IDJOB=4490322
IDBENCH=147578
IDSOLVER=3337
FILE ID=nodeC021/4490322-1751362184
RUNJOBID= nodeC021-1751360343-49785
SLURM_JOB_ID= 9598162
Free space on /tmp= 432388 MiB

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

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

MD5SUM BENCH= b4b357048b7fd6a2befaa81502734110
RANDOM SEED=164471785

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.749
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.741
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.909
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		: 3600.041
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		: 3598.228
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.811
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		: 3600.824
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		: 3599.898
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:        125387648 kB
MemAvailable:   126369408 kB
Buffers:            3280 kB
Cached:          1787652 kB
SwapCached:            0 kB
Active:          3575160 kB
Inactive:        1518600 kB
Active(anon):    3320896 kB
Inactive(anon):        0 kB
Active(file):     254264 kB
Inactive(file):  1518600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44672 kB
Writeback:             4 kB
AnonPages:       3304020 kB
Mapped:           139264 kB
Shmem:             18060 kB
KReclaimable:      95872 kB
Slab:             185368 kB
SReclaimable:      95872 kB
SUnreclaim:        89496 kB
KernelStack:        4320 kB
PageTables:         9576 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3702096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1067008 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= 432420 MiB
End job on nodeC021 at 2025-07-01 12:00:23