Trace number 4490689

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 S1SAT (TO)8 3602.07 1820.32

General information on the benchmark

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

Solver Data

3600.11/1818.30	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.11/1818.30	c numVar: 172
3600.11/1818.30	c numCon: 14
3600.11/1818.30	c numEqual: 0
3600.11/1818.30	c intSize: 13
3600.11/1818.30	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.11/1818.30	c ------------------- Paras list -------------------
3600.11/1818.30	c Name                	 Type      	 Now       	 Default   	 Comment
3600.11/1818.30	c timeout             	 double    	 3600.000000	 3600      	 
3600.11/1818.30	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.11/1818.30	c ls_time             	 double    	 10.000000 	 10        	 
3600.11/1818.30	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.11/1818.30	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.11/1818.30	c random_seed         	 int       	 0         	 0         	 
3600.11/1818.30	c sample_size         	 int       	 50        	 50        	 
3600.11/1818.30	c sub_score           	 int       	 1         	 1         	 
3600.11/1818.30	c tabu_base           	 int       	 3         	 3         	 
3600.11/1818.30	c tabu_variation      	 int       	 1         	 1         	 
3600.11/1818.30	c sub_div             	 int       	 4         	 4         	 
3600.11/1818.30	c nbcore              	 int       	 2         	 1         	 
3600.11/1818.30	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.11/1818.30	c print_sol           	 int       	 1         	 1         	 
3600.11/1818.30	c tmpdir              	 string		 .         	 "."       	 
3600.11/1818.30	c home                	 string		 HOME	 "."       	 
3600.11/1818.30	c benchname           	 string		 HOME/instance-4490689-1751368030.opb	 ""        	 
3600.11/1818.30	c --------------------------------------------------
3600.11/1818.30	c Local Search solver
3600.11/1818.30	c LS find feasible solution for PBO with objective value 136
3600.11/1818.30	c MIP solver
3600.11/1818.30	c receive signal 15, try to interrupt solver...
3600.11/1818.30	c MIP solver find feasible solution
3600.11/1818.30	c MIP solver objective value: 8
3601.49/1819.72	c MIP find feasible solution for PBO with objective value 8
3601.49/1819.72	c copy file: 0
3601.49/1819.72	c gen ub file: HOME/instance-4490689-1751368030.opb_ub.opb
3601.49/1819.72	c use Exact solver
3602.03/1820.30	o 8
3602.03/1820.30	s SATISFIABLE
3602.03/1820.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 
3602.03/1820.30	c Total time: 1820

Verifier Data

OK	8

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (59974 MiB free)
  memory of node 1: 64465 MiB (62464 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490689-1751368030/watcher-4490689-1751368030 -o /tmp/evaluation-result-4490689-1751368030/solver-4490689-1751368030 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751365444-52300 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4490689-1751368030.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=52767, runsolver pid=52764

[startup+0.100062 s]*
/proc/loadavg: 6.99 7.13 7.26 7/251 52768
/proc/meminfo: memFree=125378264/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=39908 memory=5376 CPUtime=0.09 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 325 0 0 0 9 0 0 0 20 0 1 0 52482420 40865792 1344 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 9977 1344 1184 6655 0 212 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5376 KiB

[startup+0.213167 s]*
/proc/loadavg: 6.99 7.13 7.26 7/251 52768
/proc/meminfo: memFree=125378024/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=39908 memory=5376 CPUtime=0.21 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 325 0 0 0 21 0 0 0 20 0 1 0 52482420 40865792 1344 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 9977 1344 1184 6655 0 212 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5376 KiB

[startup+0.312483 s]*
/proc/loadavg: 6.99 7.13 7.26 7/251 52768
/proc/meminfo: memFree=125378024/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=39908 memory=5376 CPUtime=0.3 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 325 0 0 0 30 0 0 0 20 0 1 0 52482420 40865792 1344 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 9977 1344 1184 6655 0 212 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5376 KiB

[startup+0.70026 s]
/proc/loadavg: 6.99 7.13 7.26 8/251 52768
/proc/meminfo: memFree=125378024/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=39908 memory=5376 CPUtime=0.68 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 325 0 0 0 68 0 0 0 20 0 1 0 52482420 40865792 1344 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 9977 1344 1184 6655 0 212 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5376 KiB

[startup+1.50027 s]
/proc/loadavg: 6.91 7.11 7.26 7/251 52768
/proc/meminfo: memFree=125373928/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=39908 memory=5376 CPUtime=1.48 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 325 0 0 0 148 0 0 0 20 0 1 0 52482420 40865792 1344 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 9977 1344 1184 6655 0 212 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5376 KiB

[startup+3.11285 s]
/proc/loadavg: 6.91 7.11 7.26 7/251 52768
/proc/meminfo: memFree=125369888/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=39908 memory=5376 CPUtime=3.09 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 325 0 0 0 309 0 0 0 20 0 1 0 52482420 40865792 1344 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 9977 1344 1184 6655 0 212 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5376 KiB

[startup+6.30025 s]
/proc/loadavg: 6.92 7.11 7.26 7/251 52768
/proc/meminfo: memFree=125349536/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=39908 memory=5376 CPUtime=6.27 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 325 0 0 0 627 0 0 0 20 0 1 0 52482420 40865792 1344 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 9977 1344 1184 6655 0 212 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 5376 KiB

[startup+12.7001 s]
/proc/loadavg: 6.93 7.11 7.25 8/252 52769
/proc/meminfo: memFree=125334736/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=122080 memory=28620 CPUtime=15.27 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 3559 0 0 0 1527 0 0 0 20 0 2 0 52482420 125009920 7155 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 30520 7155 3488 6655 0 5444 0
[pid=52767/tid=52769] ppid=52764 vsize=122080 memory=27596 CPUtime=2.62 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 1099 0 0 0 262 0 0 0 20 0 2 0 52483421 125009920 7155 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 15.27 s
Current children cumulated vsize: 122080 KiB
Current children cumulated memory: 28620 KiB

[startup+25.5002 s]
/proc/loadavg: 6.94 7.11 7.25 8/252 52769
/proc/meminfo: memFree=125271240/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=143772 memory=57696 CPUtime=40.55 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 19183 0 0 0 4053 2 0 0 20 0 2 0 52482420 147222528 14424 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 35943 14424 3488 6655 0 13064 0
[pid=52767/tid=52769] ppid=52764 vsize=143772 memory=51148 CPUtime=15.27 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 8444 0 0 0 1526 1 0 0 20 0 2 0 52483421 147222528 14424 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 40.55 s
Current children cumulated vsize: 143772 KiB
Current children cumulated memory: 57696 KiB

[startup+51.1052 s]
/proc/loadavg: 7.04 7.11 7.25 8/252 52770
/proc/meminfo: memFree=125168060/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=156072 memory=79200 CPUtime=91.39 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 34034 0 0 0 9134 5 0 0 20 0 2 0 52482420 159817728 19800 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 39018 19800 3488 6655 0 18362 0
[pid=52767/tid=52769] ppid=52764 vsize=156072 memory=76256 CPUtime=40.61 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 15158 0 0 0 4059 2 0 0 20 0 2 0 52483421 159817728 19800 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 91.39 s
Current children cumulated vsize: 156072 KiB
Current children cumulated memory: 79200 KiB

[startup+102.3 s]
/proc/loadavg: 7.02 7.09 7.23 8/252 52772
/proc/meminfo: memFree=124956932/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=196172 memory=140608 CPUtime=193.02 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 61704 0 0 0 19292 10 0 0 20 0 2 0 52482420 200880128 35152 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 49043 35152 3488 6655 0 33887 0
[pid=52767/tid=52769] ppid=52764 vsize=196172 memory=135104 CPUtime=91.36 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 32464 0 0 0 9131 5 0 0 20 0 2 0 52483421 200880128 35152 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 193.02 s
Current children cumulated vsize: 196172 KiB
Current children cumulated memory: 140608 KiB

[startup+162.3 s]
/proc/loadavg: 7.05 7.09 7.22 8/252 52774
/proc/meminfo: memFree=124456168/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=290532 memory=195024 CPUtime=312.14 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 118111 0 0 0 31196 18 0 0 20 0 2 0 52482420 297504768 48756 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 72633 48756 3488 6655 0 47411 0
[pid=52767/tid=52769] ppid=52764 vsize=290532 memory=163112 CPUtime=151.11 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 67200 0 0 0 15100 11 0 0 20 0 2 0 52483421 297504768 48756 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 312.14 s
Current children cumulated vsize: 290532 KiB
Current children cumulated memory: 195024 KiB

[startup+222.3 s]
/proc/loadavg: 7.17 7.12 7.22 8/252 52776
/proc/meminfo: memFree=124213212/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=337972 memory=263108 CPUtime=431.24 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 131595 0 0 0 43102 22 0 0 20 0 2 0 52482420 346083328 65777 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 84493 65777 3488 6655 0 64866 0
[pid=52767/tid=52769] ppid=52764 vsize=337972 memory=228840 CPUtime=210.76 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 76157 0 0 0 21062 14 0 0 20 0 2 0 52483421 346083328 65777 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 431.24 s
Current children cumulated vsize: 337972 KiB
Current children cumulated memory: 263108 KiB

[startup+282.3 s]
/proc/loadavg: 7.12 7.11 7.21 8/252 52778
/proc/meminfo: memFree=123989876/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=366916 memory=324572 CPUtime=550.36 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 163556 0 0 0 55007 29 0 0 20 0 2 0 52482420 375721984 81143 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 91729 81143 3488 6655 0 79757 0
[pid=52767/tid=52769] ppid=52764 vsize=366916 memory=303580 CPUtime=270.15 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 95371 0 0 0 26996 19 0 0 20 0 2 0 52483421 375721984 81143 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 550.36 s
Current children cumulated vsize: 366916 KiB
Current children cumulated memory: 324572 KiB

[startup+342.3 s]
/proc/loadavg: 7.04 7.09 7.19 8/252 52780
/proc/meminfo: memFree=123800600/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=460404 memory=372276 CPUtime=669.48 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 208909 0 0 0 66913 35 0 0 20 0 2 0 52482420 471453696 93069 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 115101 93069 3488 6655 0 91864 0
[pid=52767/tid=52769] ppid=52764 vsize=460404 memory=303580 CPUtime=329.54 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 122755 0 0 0 32932 22 0 0 20 0 2 0 52483421 471453696 93069 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 669.48 s
Current children cumulated vsize: 460404 KiB
Current children cumulated memory: 372276 KiB

[startup+402.3 s]

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

/proc/52767/statm: 241434 224124 3488 6655 0 223121 0
[pid=52767/tid=52769] ppid=52764 vsize=965736 memory=14720 CPUtime=1399.93 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 445354 0 0 0 139916 77 0 0 20 0 2 0 52483421 988913664 224124 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 2813.76 s
Current children cumulated vsize: 965736 KiB
Current children cumulated memory: 896496 KiB

[startup+1482.3 s]
/proc/loadavg: 8.15 8.07 7.82 9/254 53022
/proc/meminfo: memFree=127391496/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=990436 memory=940088 CPUtime=2932.92 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 744422 0 0 0 293160 132 0 0 20 0 2 0 52482420 1014206464 235022 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 247609 235022 3488 6655 0 233457 0
[pid=52767/tid=52769] ppid=52764 vsize=990436 memory=939192 CPUtime=1459.39 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 452010 0 0 0 145858 81 0 0 20 0 2 0 52483421 1014206464 235022 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 2932.92 s
Current children cumulated vsize: 990436 KiB
Current children cumulated memory: 940088 KiB

[startup+1542.3 s]
/proc/loadavg: 8.10 8.07 7.84 9/254 53024
/proc/meminfo: memFree=127342372/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=1029604 memory=980732 CPUtime=3052.06 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 792994 0 0 0 305066 140 0 0 20 0 2 0 52482420 1054314496 245183 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 257401 245183 3488 6655 0 247422 0
[pid=52767/tid=52769] ppid=52764 vsize=1029604 memory=975228 CPUtime=1519.14 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 488625 0 0 0 151828 86 0 0 20 0 2 0 52483421 1054314496 245183 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 3052.06 s
Current children cumulated vsize: 1029604 KiB
Current children cumulated memory: 980732 KiB

[startup+1602.3 s]
/proc/loadavg: 8.15 8.09 7.86 9/255 53029
/proc/meminfo: memFree=127298812/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=1110980 memory=1020376 CPUtime=3171.2 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 834244 0 0 0 316972 148 0 0 20 0 2 0 52482420 1137643520 255094 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 277745 255094 3488 6655 0 255275 0
[pid=52767/tid=52769] ppid=52764 vsize=1110980 memory=975228 CPUtime=1578.88 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 514659 0 0 0 157798 90 0 0 20 0 2 0 52483421 1137643520 255094 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 3171.2 s
Current children cumulated vsize: 1110980 KiB
Current children cumulated memory: 1020376 KiB

[startup+1662.3 s]
/proc/loadavg: 8.11 8.08 7.88 9/255 53031
/proc/meminfo: memFree=127238596/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=1123284 memory=1047692 CPUtime=3290.33 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 848068 0 0 0 328881 152 0 0 20 0 2 0 52482420 1150242816 261923 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 280821 261923 3488 6655 0 261511 0
[pid=52767/tid=52769] ppid=52764 vsize=1123284 memory=975228 CPUtime=1638.5 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 523677 0 0 0 163758 92 0 0 20 0 2 0 52483421 1150242816 261923 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 3290.33 s
Current children cumulated vsize: 1123284 KiB
Current children cumulated memory: 1047692 KiB

[startup+1722.3 s]
/proc/loadavg: 8.08 8.08 7.90 9/255 53037
/proc/meminfo: memFree=127234300/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=1136080 memory=1074060 CPUtime=3409.48 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 856063 0 0 0 340793 155 0 0 20 0 2 0 52482420 1163345920 268515 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 284020 268515 3488 6655 0 267785 0
[pid=52767/tid=52769] ppid=52764 vsize=1136080 memory=975228 CPUtime=1698.26 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 527688 0 0 0 169733 93 0 0 20 0 2 0 52483421 1163345920 268515 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 3409.48 s
Current children cumulated vsize: 1136080 KiB
Current children cumulated memory: 1074060 KiB

[startup+1782.3 s]
/proc/loadavg: 8.41 8.16 7.94 9/254 53039
/proc/meminfo: memFree=127146544/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=1157128 memory=1109656 CPUtime=3528.62 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 894698 0 0 0 352698 164 0 0 20 0 2 0 52482420 1184899072 277414 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 289282 277414 3488 6655 0 276291 0
[pid=52767/tid=52769] ppid=52764 vsize=1157128 memory=1096972 CPUtime=1758.01 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 547054 0 0 0 175703 98 0 0 20 0 2 0 52483421 1184899072 277414 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 3528.62 s
Current children cumulated vsize: 1157128 KiB
Current children cumulated memory: 1109656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.3 s]
/proc/loadavg: 8.36 8.18 7.95 9/254 53040
/proc/meminfo: memFree=127117152/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=1192308 memory=1126296 CPUtime=3600.11 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 915914 0 0 0 359841 170 0 0 20 0 2 0 52482420 1220923392 281574 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 298077 281574 3488 6655 0 286947 0
[pid=52767/tid=52769] ppid=52764 vsize=1192308 memory=18816 CPUtime=1793.87 cores=0,2
/proc/52767/task/52769/stat : 52769 (LSIPExact) R 52764 52767 52290 0 -1 4194368 557388 0 0 0 179286 101 0 0 20 0 2 0 52483421 1220923392 281574 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 1192308 KiB
Current children cumulated memory: 1126296 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3600.27 s, system=1.79695 s

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

[startup+1819.2 s]
/proc/loadavg: 8.36 8.18 7.95 8/253 53040
/proc/meminfo: memFree=127116900/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=1192308 memory=1124760 CPUtime=3601.01 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) R 52764 52767 52290 0 -1 4194304 950090 0 0 0 359929 172 0 0 20 0 1 0 52482420 1220923392 281190 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 298077 281190 3520 6655 0 286947 0
Current children cumulated CPU time: 3601.01 s
Current children cumulated vsize: 1192308 KiB
Current children cumulated memory: 1124760 KiB

[startup+1820 s]*
/proc/loadavg: 8.36 8.18 7.95 8/254 53042
/proc/meminfo: memFree=127767884/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=578056 memory=486376 CPUtime=3601.49 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) S 52764 52767 52290 0 -1 4194304 957967 228 0 0 359973 176 0 0 20 0 1 0 52482420 591929344 121594 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 144514 121594 3520 6655 0 134743 0
[pid=53042] ppid=52767 vsize=27352 memory=6016 CPUtime=0.26 cores=0,2
/proc/53042/stat : 53042 (Exact) R 52767 53042 53042 0 -1 4194304 810 0 0 0 25 1 0 0 20 0 1 0 52664392 28008448 1504 18446744073709551615 4198400 8335837 140734590289824 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22253568 140734590298292 140734590298653 140734590298653 140734590304207 0
/proc/53042/statm: 6838 1504 1120 1011 0 5605 0
Current children cumulated CPU time: 3601.75 s
Current children cumulated vsize: 605408 KiB
Current children cumulated memory: 492392 KiB

[startup+1820.2 s]
/proc/loadavg: 8.36 8.18 7.95 8/254 53042
/proc/meminfo: memFree=127767884/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=578056 memory=486376 CPUtime=3601.49 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) S 52764 52767 52290 0 -1 4194304 957967 228 0 0 359973 176 0 0 20 0 1 0 52482420 591929344 121594 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 144514 121594 3520 6655 0 134743 0
[pid=53042] ppid=52767 vsize=27752 memory=6528 CPUtime=0.45 cores=0,2
/proc/53042/stat : 53042 (Exact) R 52767 53042 53042 0 -1 4194304 953 0 0 0 44 1 0 0 20 0 1 0 52664392 28418048 1632 18446744073709551615 4198400 8335837 140734590289824 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22253568 140734590298292 140734590298653 140734590298653 140734590304207 0
/proc/53042/statm: 6938 1632 1120 1011 0 5705 0
Current children cumulated CPU time: 3601.94 s
Current children cumulated vsize: 605808 KiB
Current children cumulated memory: 492904 KiB

[startup+1820.3 s]
/proc/loadavg: 8.36 8.18 7.95 8/254 53042
/proc/meminfo: memFree=127767884/131382112 swapFree=33010684/33010684
[pid=52767] ppid=52764 vsize=578056 memory=486376 CPUtime=3601.49 cores=0,2
/proc/52767/stat : 52767 (LSIPExact) S 52764 52767 52290 0 -1 4194304 957967 228 0 0 359973 176 0 0 20 0 1 0 52482420 591929344 121594 18446744073709551615 94675286765568 94675314021969 140729122303472 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94675322524808 94675322956416 94675327623168 140729122306394 140729122306570 140729122306570 140729122312172 0
/proc/52767/statm: 144514 121594 3520 6655 0 134743 0
[pid=53042] ppid=52767 vsize=27752 memory=8760 CPUtime=0.54 cores=0,2
/proc/53042/stat : 53042 (Exact) R 52767 53042 53042 0 -1 4194304 976 0 0 0 53 1 0 0 20 0 1 0 52664392 28418048 2190 18446744073709551615 4198400 8335837 140734590289824 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22253568 140734590298292 140734590298653 140734590298653 140734590304207 0
/proc/53042/statm: 6938 2190 1120 1011 0 5705 0
Current children cumulated CPU time: 3602.03 s
Current children cumulated vsize: 605808 KiB
Current children cumulated memory: 495136 KiB

Child status: 0

Real time (s): 1820.32
CPU time (s): 3602.07
CPU user time (s): 3600.27
CPU system time (s): 1.79695
CPU usage (%): 197.881
Max. virtual memory (cumulated for all children) (KiB): 1192308
Max. memory (cumulated for all children) (KiB): 1126296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.27
system time used= 1.79695
maximum resident set size= 1126680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 959218
page faults= 0
swaps= 0
block input operations= 24
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3068
involuntary context switches= 79001


# summary of solver processes directly reported to runsolver:
#   pid: 52767
#   total CPU time (s): 3602.07
#   total CPU user time (s): 3600.27
#   total CPU system time (s): 1.79695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.92216 second user time and 8.03143 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-01 13:07:10
IDJOB=4490689
IDBENCH=147611
IDSOLVER=3336
FILE ID=nodeC005/4490689-1751368030
RUNJOBID= nodeC005-1751365444-52300
SLURM_JOB_ID= 9598182
Free space on /tmp= 430540 MiB

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

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

MD5SUM BENCH= 39a6e806d7aaba09f767f3cbd6afa1ec
RANDOM SEED=1543747551

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.236
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.724
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.531
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.723
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.725
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.718
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.721
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125378456 kB
MemAvailable:   126246248 kB
Buffers:            2752 kB
Cached:          1666900 kB
SwapCached:            0 kB
Active:          4103264 kB
Inactive:        1318252 kB
Active(anon):    3761660 kB
Inactive(anon):     8164 kB
Active(file):     341604 kB
Inactive(file):  1310088 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44652 kB
Writeback:             0 kB
AnonPages:       3753456 kB
Mapped:           131968 kB
Shmem:             17960 kB
KReclaimable:     111456 kB
Slab:             195820 kB
SReclaimable:     111456 kB
SUnreclaim:        84364 kB
KernelStack:        4048 kB
PageTables:        10436 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4210952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2887680 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430488 MiB
End job on nodeC005 at 2025-07-01 13:37:31