Trace number 4490552

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)12 3600.14 1836.33

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_4.opb
MD5SUMc109c801c35aa8e8336c6dae8cef540e
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.05
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 constraint84
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 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6154
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

3563.96/1800.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3563.96/1800.01	c numVar: 198
3563.96/1800.01	c numCon: 16
3563.96/1800.01	c numEqual: 0
3563.96/1800.01	c intSize: 13
3563.96/1800.01	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
3563.96/1800.01	c ------------------- Paras list -------------------
3563.96/1800.01	c Name                	 Type      	 Now       	 Default   	 Comment
3563.96/1800.01	c timeout             	 double    	 3600.000000	 3600      	 
3563.96/1800.01	c mip_time            	 double    	 0.500000  	 0.5       	 
3563.96/1800.01	c ls_time             	 double    	 10.000000 	 10        	 
3563.96/1800.01	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
3563.96/1800.01	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3563.96/1800.01	c random_seed         	 int       	 0         	 0         	 
3563.96/1800.01	c sample_size         	 int       	 50        	 50        	 
3563.96/1800.01	c sub_score           	 int       	 1         	 1         	 
3563.96/1800.01	c tabu_base           	 int       	 3         	 3         	 
3563.96/1800.01	c tabu_variation      	 int       	 1         	 1         	 
3563.96/1800.01	c sub_div             	 int       	 4         	 4         	 
3563.96/1800.01	c nbcore              	 int       	 2         	 1         	 
3563.96/1800.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3563.96/1800.01	c print_sol           	 int       	 1         	 1         	 
3563.96/1800.01	c tmpdir              	 string		 .         	 "."       	 
3563.96/1800.01	c home                	 string		 HOME	 "."       	 
3563.96/1800.01	c benchname           	 string		 HOME/instance-4490552-1751363305.opb	 ""        	 
3563.96/1800.01	c --------------------------------------------------
3563.96/1800.01	c Local Search solver
3563.96/1800.01	c LS find feasible solution for PBO with objective value 362
3563.96/1800.01	c MIP solver
3563.96/1800.01	c MIP solver find feasible solution
3563.96/1800.01	c MIP solver objective value: 12
3565.96/1802.07	c MIP find feasible solution for PBO with objective value 12
3565.96/1802.07	c copy file: 0
3565.96/1802.07	c gen ub file: HOME/instance-4490552-1751363305.opb_ub.opb
3565.96/1802.07	c use Exact solver
3600.09/1836.30	o 12
3600.09/1836.30	s SATISFIABLE
3600.09/1836.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.09/1836.30	c Total time: 1836

Verifier Data

OK	12

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: 63708 MiB (62580 MiB free)
  memory of node 1: 64465 MiB (59598 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490552-1751363305/watcher-4490552-1751363305 -o /tmp/evaluation-result-4490552-1751363305/solver-4490552-1751363305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751360343-50962 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4490552-1751363305.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
Starting watchdog thread
solver pid=51538, runsolver pid=51535
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 7.12 7.41 7.69 8/267 51539
/proc/meminfo: memFree=125111548/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=39904 memory=5504 CPUtime=0.09 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 341 0 0 0 9 0 0 0 20 0 1 0 52008050 40861696 1376 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+0.2052 s]*
/proc/loadavg: 7.12 7.41 7.69 8/267 51539
/proc/meminfo: memFree=125111548/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=39904 memory=5504 CPUtime=0.2 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 341 0 0 0 20 0 0 0 20 0 1 0 52008050 40861696 1376 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+0.304809 s]*
/proc/loadavg: 7.12 7.41 7.69 8/267 51539
/proc/meminfo: memFree=125111548/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=39904 memory=5504 CPUtime=0.3 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 341 0 0 0 30 0 0 0 20 0 1 0 52008050 40861696 1376 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+0.700101 s]
/proc/loadavg: 7.12 7.41 7.69 8/267 51539
/proc/meminfo: memFree=125111800/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=39904 memory=5504 CPUtime=0.69 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 341 0 0 0 69 0 0 0 20 0 1 0 52008050 40861696 1376 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+1.5001 s]
/proc/loadavg: 7.12 7.41 7.69 8/267 51539
/proc/meminfo: memFree=125111800/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=39904 memory=5504 CPUtime=1.49 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 341 0 0 0 149 0 0 0 20 0 1 0 52008050 40861696 1376 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+3.10523 s]
/proc/loadavg: 7.12 7.41 7.69 8/267 51539
/proc/meminfo: memFree=125112052/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=39904 memory=5504 CPUtime=3.09 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 341 0 0 0 309 0 0 0 20 0 1 0 52008050 40861696 1376 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+6.3001 s]
/proc/loadavg: 7.19 7.42 7.69 8/267 51539
/proc/meminfo: memFree=125112556/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=39904 memory=5504 CPUtime=6.28 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 341 0 0 0 628 0 0 0 20 0 1 0 52008050 40861696 1376 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+12.7002 s]
/proc/loadavg: 7.18 7.41 7.69 9/268 51540
/proc/meminfo: memFree=125109280/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=124820 memory=33212 CPUtime=15.31 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 4711 0 0 0 1530 1 0 0 20 0 2 0 52008050 127815680 8303 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 31205 8303 3520 6655 0 6703 0
[pid=51538/tid=51540] ppid=51535 vsize=124820 memory=30908 CPUtime=2.64 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 1627 0 0 0 264 0 0 0 20 0 2 0 52009051 127815680 8303 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 15.31 s
Current children cumulated vsize: 124820 KiB
Current children cumulated memory: 33212 KiB

[startup+25.5002 s]
/proc/loadavg: 7.36 7.44 7.70 9/267 51540
/proc/meminfo: memFree=125094036/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=158832 memory=77048 CPUtime=40.67 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 27037 0 0 0 4063 4 0 0 20 0 2 0 52008050 162643968 19262 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 39708 19262 3520 6655 0 18452 0
[pid=51538/tid=51540] ppid=51535 vsize=158832 memory=69200 CPUtime=15.26 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 12226 0 0 0 1524 2 0 0 20 0 2 0 52009051 162643968 19262 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 40.67 s
Current children cumulated vsize: 158832 KiB
Current children cumulated memory: 77048 KiB

[startup+51.1053 s]
/proc/loadavg: 7.64 7.50 7.71 9/268 51542
/proc/meminfo: memFree=124971048/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=200548 memory=146960 CPUtime=91.5 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 76255 0 0 0 9139 11 0 0 20 0 2 0 52008050 205361152 36740 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 50137 36740 3520 6655 0 36183 0
[pid=51538/tid=51540] ppid=51535 vsize=200548 memory=131948 CPUtime=40.61 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 48021 0 0 0 4054 7 0 0 20 0 2 0 52009051 205361152 36740 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 91.5 s
Current children cumulated vsize: 200548 KiB
Current children cumulated memory: 146960 KiB

[startup+102.3 s]
/proc/loadavg: 7.84 7.58 7.73 9/269 51545
/proc/meminfo: memFree=124828412/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=340368 memory=272712 CPUtime=193.12 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 109418 0 0 0 19294 18 0 0 20 0 2 0 52008050 348536832 68178 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 85092 68178 3520 6655 0 67632 0
[pid=51538/tid=51540] ppid=51535 vsize=340368 memory=271560 CPUtime=91.28 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 77143 0 0 0 9115 13 0 0 20 0 2 0 52009051 348536832 68178 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 193.12 s
Current children cumulated vsize: 340368 KiB
Current children cumulated memory: 272712 KiB

[startup+162.3 s]
/proc/loadavg: 8.05 7.69 7.76 9/269 51547
/proc/meminfo: memFree=124666528/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=504084 memory=421952 CPUtime=312.22 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 217842 0 0 0 31193 29 0 0 20 0 2 0 52008050 516182016 105488 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 126021 105488 3520 6655 0 105568 0
[pid=51538/tid=51540] ppid=51535 vsize=504084 memory=316508 CPUtime=150.66 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 123792 0 0 0 15046 20 0 0 20 0 2 0 52009051 516182016 105488 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 312.22 s
Current children cumulated vsize: 504084 KiB
Current children cumulated memory: 421952 KiB

[startup+222.3 s]
/proc/loadavg: 8.08 7.77 7.78 9/269 51553
/proc/meminfo: memFree=124534968/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=613032 memory=515772 CPUtime=431.35 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 236985 0 0 0 43100 35 0 0 20 0 2 0 52008050 627744768 128943 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 153258 128943 3520 6655 0 128509 0
[pid=51538/tid=51540] ppid=51535 vsize=613032 memory=507964 CPUtime=210.04 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 138336 0 0 0 20981 23 0 0 20 0 2 0 52009051 627744768 128943 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 431.35 s
Current children cumulated vsize: 613032 KiB
Current children cumulated memory: 515772 KiB

[startup+282.3 s]
/proc/loadavg: 8.07 7.83 7.80 9/268 51555
/proc/meminfo: memFree=124339056/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=708352 memory=657960 CPUtime=550.48 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 296614 0 0 0 55001 47 0 0 20 0 2 0 52008050 725352448 164490 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 177088 164490 3520 6655 0 166161 0
[pid=51538/tid=51540] ppid=51535 vsize=708352 memory=588724 CPUtime=269.43 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 163835 0 0 0 26914 29 0 0 20 0 2 0 52009051 725352448 164490 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 550.48 s
Current children cumulated vsize: 708352 KiB
Current children cumulated memory: 657960 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 7.88 7.83 9/268 51557
/proc/meminfo: memFree=124205204/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=852440 memory=788260 CPUtime=669.61 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 379339 0 0 0 66901 60 0 0 20 0 2 0 52008050 872898560 197065 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 213110 197065 3520 6655 0 198718 0
[pid=51538/tid=51540] ppid=51535 vsize=852440 memory=708648 CPUtime=328.82 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 208309 0 0 0 32846 36 0 0 20 0 2 0 52009051 872898560 197065 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 669.61 s
Current children cumulated vsize: 852440 KiB
Current children cumulated memory: 788260 KiB

[startup+402.3 s]

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

/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 1571035 0 0 0 245406 237 0 0 20 0 2 0 52008050 1622196224 372510 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 396044 372510 3520 6655 0 373404 0
[pid=51538/tid=51540] ppid=51535 vsize=1584176 memory=1483640 CPUtime=1221.8 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 955469 0 0 0 122040 140 0 0 20 0 2 0 52009051 1622196224 372510 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 2456.43 s
Current children cumulated vsize: 1584176 KiB
Current children cumulated memory: 1490040 KiB

[startup+1302.3 s]
/proc/loadavg: 7.11 7.31 7.59 8/269 51808
/proc/meminfo: memFree=126895076/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=1601164 memory=1529352 CPUtime=2575.59 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 1611755 0 0 0 257316 243 0 0 20 0 2 0 52008050 1639591936 382338 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 400291 382338 3520 6655 0 381795 0
[pid=51538/tid=51540] ppid=51535 vsize=1601164 memory=1516412 CPUtime=1281.24 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 990509 0 0 0 127980 144 0 0 20 0 2 0 52009051 1639591936 382338 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 2575.59 s
Current children cumulated vsize: 1601164 KiB
Current children cumulated memory: 1529352 KiB

[startup+1362.3 s]
/proc/loadavg: 7.08 7.26 7.55 8/269 51811
/proc/meminfo: memFree=126856440/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=1618720 memory=1564552 CPUtime=2694.73 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 1666635 0 0 0 269222 251 0 0 20 0 2 0 52008050 1657569280 391138 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 404680 391138 3520 6655 0 390535 0
[pid=51538/tid=51540] ppid=51535 vsize=1618720 memory=1553416 CPUtime=1340.63 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 1037611 0 0 0 133913 150 0 0 20 0 2 0 52009051 1657569280 391138 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 2694.73 s
Current children cumulated vsize: 1618720 KiB
Current children cumulated memory: 1564552 KiB

[startup+1422.3 s]
/proc/loadavg: 7.12 7.24 7.53 8/269 51813
/proc/meminfo: memFree=126801008/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=1648388 memory=1612112 CPUtime=2813.89 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 1756726 0 0 0 281127 262 0 0 20 0 2 0 52008050 1687949312 403028 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 412097 403028 3520 6655 0 402056 0
[pid=51538/tid=51540] ppid=51535 vsize=1648388 memory=1590024 CPUtime=1400.02 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 1116294 0 0 0 139844 158 0 0 20 0 2 0 52009051 1687949312 403028 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 2813.89 s
Current children cumulated vsize: 1648388 KiB
Current children cumulated memory: 1612112 KiB

[startup+1482.3 s]
/proc/loadavg: 7.09 7.21 7.50 8/268 51819
/proc/meminfo: memFree=126724568/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=1781948 memory=1676220 CPUtime=2933.04 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 1847027 0 0 0 293029 275 0 0 20 0 2 0 52008050 1824714752 419055 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 445487 419055 3520 6655 0 425728 0
[pid=51538/tid=51540] ppid=51535 vsize=1781948 memory=1671612 CPUtime=1459.72 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 1189665 0 0 0 145804 168 0 0 20 0 2 0 52009051 1824714752 419055 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 2933.04 s
Current children cumulated vsize: 1781948 KiB
Current children cumulated memory: 1676220 KiB

[startup+1542.3 s]
/proc/loadavg: 7.14 7.20 7.48 8/267 51822
/proc/meminfo: memFree=126652644/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=1809396 memory=1742588 CPUtime=3052.19 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 1884311 0 0 0 304936 283 0 0 20 0 2 0 52008050 1852821504 435647 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 452349 435647 3520 6655 0 438940 0
[pid=51538/tid=51540] ppid=51535 vsize=1809396 memory=3328 CPUtime=1519.45 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 1216805 0 0 0 151772 173 0 0 20 0 2 0 52009051 1852821504 435647 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 3052.19 s
Current children cumulated vsize: 1809396 KiB
Current children cumulated memory: 1742588 KiB

[startup+1602.3 s]
/proc/loadavg: 7.11 7.18 7.45 8/267 51824
/proc/meminfo: memFree=126590720/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=1900380 memory=1797208 CPUtime=3171.35 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 1949144 0 0 0 316843 292 0 0 20 0 2 0 52008050 1945989120 449302 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 475095 449302 3520 6655 0 451585 0
[pid=51538/tid=51540] ppid=51535 vsize=1900380 memory=3328 CPUtime=1579.21 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 1261303 0 0 0 157742 179 0 0 20 0 2 0 52009051 1945989120 449302 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 3171.35 s
Current children cumulated vsize: 1900380 KiB
Current children cumulated memory: 1797208 KiB

[startup+1662.3 s]
/proc/loadavg: 7.16 7.17 7.43 8/267 51826
/proc/meminfo: memFree=126527252/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=1924516 memory=1853484 CPUtime=3290.51 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 2026284 0 0 0 328747 304 0 0 20 0 2 0 52008050 1970704384 463371 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 481129 463371 3520 6655 0 463601 0
[pid=51538/tid=51540] ppid=51535 vsize=1924516 memory=1831468 CPUtime=1638.96 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 1312851 0 0 0 163709 187 0 0 20 0 2 0 52009051 1970704384 463371 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 3290.51 s
Current children cumulated vsize: 1924516 KiB
Current children cumulated memory: 1853484 KiB

[startup+1722.3 s]
/proc/loadavg: 7.12 7.16 7.41 8/267 51828
/proc/meminfo: memFree=126472496/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=1952024 memory=1909280 CPUtime=3409.67 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 2085986 0 0 0 340653 314 0 0 20 0 2 0 52008050 1998872576 477320 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 488006 477320 3520 6655 0 476954 0
[pid=51538/tid=51540] ppid=51535 vsize=1952024 memory=1878176 CPUtime=1698.72 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 1353411 0 0 0 169679 193 0 0 20 0 2 0 52009051 1998872576 477320 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 3409.67 s
Current children cumulated vsize: 1952024 KiB
Current children cumulated memory: 1909280 KiB

[startup+1782.3 s]
/proc/loadavg: 7.09 7.14 7.38 8/266 51875
/proc/meminfo: memFree=126575568/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=2060044 memory=1982456 CPUtime=3528.83 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) R 51535 51538 50951 0 -1 4194304 2141826 0 0 0 352557 326 0 0 20 0 2 0 52008050 2109485056 495614 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 515011 495614 3520 6655 0 493907 0
[pid=51538/tid=51540] ppid=51535 vsize=2060044 memory=1979256 CPUtime=1758.46 cores=4,6
/proc/51538/task/51540/stat : 51540 (LSIPExact) R 51535 51538 50951 0 -1 4194368 1385177 0 0 0 175645 201 0 0 20 0 2 0 52009051 2109485056 495614 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
Current children cumulated CPU time: 3528.83 s
Current children cumulated vsize: 2060044 KiB
Current children cumulated memory: 1982456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1836.3 s]
/proc/loadavg: 6.63 7.02 7.33 7/268 51981
/proc/meminfo: memFree=126822268/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=1734612 memory=1662940 CPUtime=3566.01 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) S 51535 51538 50951 0 -1 4194304 2268716 228 0 0 356266 335 0 0 20 0 1 0 52008050 1776242688 415735 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 433653 415735 3584 6655 0 414487 0
[pid=51926] ppid=51538 vsize=35148 memory=21796 CPUtime=34.08 cores=4,6
/proc/51926/stat : 51926 (Exact) R 51538 51926 51926 0 -1 4194304 2804 0 0 0 3354 54 0 0 20 0 1 0 52188258 35991552 5449 18446744073709551615 4198400 8335837 140735442347504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 36241408 140735442356404 140735442356765 140735442356765 140735442362319 0
/proc/51926/statm: 8787 5449 1120 1011 0 7554 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1769760 KiB
Current children cumulated memory: 1684736 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.21 s, system=3.9363 s

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

[startup+1836.3 s]
/proc/loadavg: 6.63 7.02 7.33 7/268 51981
/proc/meminfo: memFree=126822268/131249988 swapFree=33010684/33010684
[pid=51538] ppid=51535 vsize=1734612 memory=1662940 CPUtime=3566.01 cores=4,6
/proc/51538/stat : 51538 (LSIPExact) S 51535 51538 50951 0 -1 4194304 2268716 228 0 0 356266 335 0 0 20 0 1 0 52008050 1776242688 415735 18446744073709551615 94095308767232 94095336023633 140722380120128 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94095344526472 94095344958080 94095357927424 140722380126554 140722380126730 140722380126730 140722380132332 0
/proc/51538/statm: 433653 415735 3584 6655 0 414487 0
[pid=51926] ppid=51538 vsize=35148 memory=21796 CPUtime=34.08 cores=4,6
/proc/51926/stat : 51926 (Exact) R 51538 51926 51926 0 -1 4194304 2804 0 0 0 3354 54 0 0 20 0 1 0 52188258 35991552 5449 18446744073709551615 4198400 8335837 140735442347504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 36241408 140735442356404 140735442356765 140735442356765 140735442362319 0
/proc/51926/statm: 8787 5449 1120 1011 0 7554 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1769760 KiB
Current children cumulated memory: 1684736 KiB

Child status: 0

Real time (s): 1836.33
CPU time (s): 3600.14
CPU user time (s): 3596.21
CPU system time (s): 3.9363
CPU usage (%): 196.051
Max. virtual memory (cumulated for all children) (KiB): 2116544
Max. memory (cumulated for all children) (KiB): 2000632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.21
system time used= 3.9363
maximum resident set size= 2001144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2271813
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= 8932
involuntary context switches= 84717


# summary of solver processes directly reported to runsolver:
#   pid: 51538
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3596.21
#   total CPU system time (s): 3.9363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.55541 second user time and 7.53274 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 11:48:25
IDJOB=4490552
IDBENCH=147593
IDSOLVER=3337
FILE ID=nodeC020/4490552-1751363305
RUNJOBID= nodeC020-1751360343-50962
SLURM_JOB_ID= 9598161
Free space on /tmp= 432756 MiB

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

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

MD5SUM BENCH= c109c801c35aa8e8336c6dae8cef540e
RANDOM SEED=882210295

nodeC020 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.904
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.79
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.897
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.79
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.899
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.79
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.898
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.79
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		: 3604.045
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.79
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.979
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.79
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.084
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.79
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.903
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        125111548 kB
MemAvailable:   125753712 kB
Buffers:            3280 kB
Cached:          1446532 kB
SwapCached:            0 kB
Active:          4403272 kB
Inactive:        1138128 kB
Active(anon):    4109644 kB
Inactive(anon):        0 kB
Active(file):     293628 kB
Inactive(file):  1138128 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44688 kB
Writeback:            12 kB
AnonPages:       4091900 kB
Mapped:           140664 kB
Shmem:             18056 kB
KReclaimable:      99292 kB
Slab:             187728 kB
SReclaimable:      99292 kB
SUnreclaim:        88436 kB
KernelStack:        4296 kB
PageTables:        11392 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    4474952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1161216 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432768 MiB
End job on nodeC020 at 2025-07-01 12:19:01