Trace number 4503047

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.46 1837.28

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_11_shg.opb
MD5SUM1fbef458f61b2221fcf0474a376c4852
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 benchmark64
Best CPU time to get the best result obtained on this benchmark3585.25
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15008
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint65
Maximum length of a constraint90
Number of terms in the objective function 15008
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 15008
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15008
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.18/1835.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.18/1835.20	c numVar: 15008
3600.18/1835.20	c numCon: 65280
3600.18/1835.20	c numEqual: 0
3600.18/1835.20	c intSize: 14
3600.18/1835.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.18/1835.20	c ------------------- Paras list -------------------
3600.18/1835.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.18/1835.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.18/1835.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.18/1835.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.18/1835.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.18/1835.20	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.18/1835.20	c random_seed         	 int       	 0         	 0         	 
3600.18/1835.20	c sample_size         	 int       	 50        	 50        	 
3600.18/1835.20	c sub_score           	 int       	 1         	 1         	 
3600.18/1835.20	c tabu_base           	 int       	 3         	 3         	 
3600.18/1835.20	c tabu_variation      	 int       	 1         	 1         	 
3600.18/1835.20	c sub_div             	 int       	 4         	 4         	 
3600.18/1835.20	c nbcore              	 int       	 2         	 1         	 
3600.18/1835.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.18/1835.20	c print_sol           	 int       	 1         	 1         	 
3600.18/1835.20	c tmpdir              	 string		 .         	 "."       	 
3600.18/1835.20	c home                	 string		 HOME	 "."       	 
3600.18/1835.20	c benchname           	 string		 HOME/instance-4503047-1751426338.opb	 ""        	 
3600.18/1835.20	c --------------------------------------------------
3600.18/1835.20	c Local Search solver
3600.18/1835.20	c MIP solver
3600.18/1835.20	c receive signal 15, try to interrupt solver...
3600.58/1835.46	c MIP solver find feasible solution
3600.74/1835.50	c MIP solver objective value: 76
3600.79/1835.60	c MIP find feasible solution for PBO with objective value 76
3600.79/1835.60	c copy file: 0
3600.79/1835.60	c gen ub file: HOME/instance-4503047-1751426338.opb_ub.opb
3600.79/1835.60	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503047-1751426338/watcher-4503047-1751426338 -o /tmp/evaluation-result-4503047-1751426338/solver-4503047-1751426338 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751420981-59662 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4503047-1751426338.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
Current StackSize limit: 8192 KiB

solver pid=60291, runsolver pid=60288

[startup+0.10009 s]*
/proc/loadavg: 1.99 1.99 2.05 2/234 60292
/proc/meminfo: memFree=124679880/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=77372 memory=34688 CPUtime=0.09 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 7663 0 0 0 6 3 0 0 20 0 1 0 58313133 79228928 8640 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 19343 8672 1184 6655 0 9578 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 77372 KiB
Current children cumulated memory: 34688 KiB

[startup+0.209257 s]*
/proc/loadavg: 1.99 1.99 2.05 2/234 60292
/proc/meminfo: memFree=124663752/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=97172 memory=54272 CPUtime=0.2 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 12589 0 0 0 16 4 0 0 20 0 1 0 58313133 99504128 13568 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 24293 13568 1184 6655 0 14528 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 97172 KiB
Current children cumulated memory: 54272 KiB

[startup+0.309159 s]*
/proc/loadavg: 1.99 1.99 2.05 2/234 60292
/proc/meminfo: memFree=124639560/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=115256 memory=72448 CPUtime=0.3 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 17111 0 0 0 24 6 0 0 20 0 1 0 58313133 118022144 18112 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 28814 18112 1184 6655 0 19049 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 115256 KiB
Current children cumulated memory: 72448 KiB

[startup+0.700354 s]
/proc/loadavg: 1.91 1.97 2.04 2/234 60292
/proc/meminfo: memFree=124607576/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=200500 memory=166144 CPUtime=0.68 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 40541 0 0 0 55 13 0 0 20 0 1 0 58313133 205312000 41536 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 50125 41536 1216 6655 0 40360 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 200500 KiB
Current children cumulated memory: 166144 KiB

[startup+1.50034 s]
/proc/loadavg: 1.91 1.97 2.04 2/234 60292
/proc/meminfo: memFree=124495184/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=331864 memory=297472 CPUtime=1.48 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 73383 0 0 0 126 22 0 0 20 0 1 0 58313133 339828736 74368 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 82966 74368 1216 6655 0 73201 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 331864 KiB
Current children cumulated memory: 297472 KiB

[startup+3.11257 s]
/proc/loadavg: 1.91 1.97 2.04 2/234 60292
/proc/meminfo: memFree=124180940/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=594064 memory=559744 CPUtime=3.08 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 138930 0 0 0 276 32 0 0 20 0 1 0 58313133 608321536 139904 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 148516 139936 1216 6655 0 138751 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 594064 KiB
Current children cumulated memory: 559744 KiB

[startup+6.30033 s]
/proc/loadavg: 1.84 1.95 2.04 2/234 60292
/proc/meminfo: memFree=124027724/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=721744 memory=687360 CPUtime=6.27 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 170840 0 0 0 589 38 0 0 20 0 1 0 58313133 739065856 171840 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 180436 171840 1216 6655 0 170671 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 721744 KiB
Current children cumulated memory: 687360 KiB

[startup+12.7004 s]
/proc/loadavg: 1.77 1.94 2.03 2/235 60294
/proc/meminfo: memFree=123617792/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=1218288 memory=1098952 CPUtime=12.65 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 223886 0 0 0 1210 55 0 0 20 0 2 0 58313133 1247526912 274738 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 304572 274738 2752 6655 0 278455 0
[pid=60291/tid=60294] ppid=60288 vsize=1218288 memory=687360 CPUtime=0 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) S 60288 60291 59622 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 58314303 1247526912 274738 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1218288 KiB
Current children cumulated memory: 1098952 KiB

[startup+25.5002 s]
/proc/loadavg: 1.73 1.92 2.02 2/235 60294
/proc/meminfo: memFree=122913384/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=1720608 memory=1605632 CPUtime=31.88 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 306266 0 0 0 3085 103 0 0 20 0 2 0 58313133 1761902592 401408 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 430152 401408 3424 6655 0 419500 0
[pid=60291/tid=60294] ppid=60288 vsize=1720608 memory=1669192 CPUtime=6.52 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) S 60288 60291 59622 0 -1 4194368 61172 0 0 0 626 26 0 0 20 0 2 0 58314303 1761902592 401408 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 31.88 s
Current children cumulated vsize: 1720608 KiB
Current children cumulated memory: 1605632 KiB

[startup+51.1116 s]
/proc/loadavg: 1.50 1.85 1.99 2/235 60294
/proc/meminfo: memFree=123047644/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=1774212 memory=1650276 CPUtime=57.44 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 322141 0 0 0 5639 105 0 0 20 0 2 0 58313133 1816793088 412569 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 443553 412569 3424 6655 0 432901 0
[pid=60291/tid=60294] ppid=60288 vsize=1774212 memory=1610612 CPUtime=6.52 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) S 60288 60291 59622 0 -1 4194368 61172 0 0 0 626 26 0 0 20 0 2 0 58314303 1816793088 412569 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 57.44 s
Current children cumulated vsize: 1774212 KiB
Current children cumulated memory: 1650276 KiB

[startup+102.3 s]
/proc/loadavg: 1.79 1.88 2.00 3/236 60297
/proc/meminfo: memFree=122518668/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2280836 memory=2182044 CPUtime=156.96 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 497375 0 0 0 15543 153 0 0 20 0 2 0 58313133 2335576064 545511 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 570209 545511 3520 6655 0 548911 0
[pid=60291/tid=60294] ppid=60288 vsize=2280836 memory=-6154288086956216671 CPUtime=55 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 134107 0 0 0 5459 41 0 0 20 0 2 0 58314303 2335576064 545511 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 156.96 s
Current children cumulated vsize: 2280836 KiB
Current children cumulated memory: 2182044 KiB

[startup+162.3 s]
/proc/loadavg: 2.03 1.93 2.01 3/235 60299
/proc/meminfo: memFree=122588816/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2198168 memory=2114056 CPUtime=275.78 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 574720 0 0 0 27408 170 0 0 20 0 2 0 58313133 2250924032 528514 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 549542 528514 3520 6655 0 536020 0
[pid=60291/tid=60294] ppid=60288 vsize=2198168 memory=2113928 CPUtime=114.02 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 149849 0 0 0 11358 44 0 0 20 0 2 0 58314303 2250924032 528514 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 275.78 s
Current children cumulated vsize: 2198168 KiB
Current children cumulated memory: 2114056 KiB

[startup+222.3 s]
/proc/loadavg: 2.07 1.96 2.01 3/236 60304
/proc/meminfo: memFree=122588596/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2198168 memory=2114056 CPUtime=394.99 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 593816 0 0 0 39324 175 0 0 20 0 2 0 58313133 2250924032 528514 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 549542 528514 3520 6655 0 536020 0
[pid=60291/tid=60294] ppid=60288 vsize=2198168 memory=14080 CPUtime=173.41 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 157539 0 0 0 17295 46 0 0 20 0 2 0 58314303 2250924032 528514 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 394.99 s
Current children cumulated vsize: 2198168 KiB
Current children cumulated memory: 2114056 KiB

[startup+282.3 s]
/proc/loadavg: 2.07 1.99 2.01 3/234 60306
/proc/meminfo: memFree=122577168/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2197352 memory=2126416 CPUtime=514.18 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 631426 0 0 0 51236 182 0 0 20 0 2 0 58313133 2250088448 531604 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 549338 531604 3520 6655 0 535816 0
[pid=60291/tid=60294] ppid=60288 vsize=2197352 memory=2126416 CPUtime=232.81 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 184813 0 0 0 23229 52 0 0 20 0 2 0 58314303 2250088448 531604 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 514.18 s
Current children cumulated vsize: 2197352 KiB
Current children cumulated memory: 2126416 KiB

[startup+342.3 s]
/proc/loadavg: 2.08 2.01 2.01 3/234 60308
/proc/meminfo: memFree=122577672/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2197352 memory=2128080 CPUtime=633.37 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 666788 0 0 0 63148 189 0 0 20 0 2 0 58313133 2250088448 532020 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 549338 532020 3520 6655 0 535816 0
[pid=60291/tid=60294] ppid=60288 vsize=2197352 memory=2128080 CPUtime=292.2 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 192251 0 0 0 29166 54 0 0 20 0 2 0 58314303 2250088448 532020 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 633.37 s
Current children cumulated vsize: 2197352 KiB
Current children cumulated memory: 2128080 KiB

[startup+402.3 s]

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

/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 250290 0 0 0 130086 81 0 0 20 0 2 0 58314303 2315964416 548417 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 2660.09 s
Current children cumulated vsize: 2261684 KiB
Current children cumulated memory: 2193668 KiB

[startup+1422.3 s]
/proc/loadavg: 2.12 2.11 2.05 3/234 60361
/proc/meminfo: memFree=122492248/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2261684 memory=2193924 CPUtime=2779.36 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 859236 0 0 0 277679 257 0 0 20 0 2 0 58313133 2315964416 548481 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 565421 548481 3584 6655 0 551899 0
[pid=60291/tid=60294] ppid=60288 vsize=2261684 memory=2129232 CPUtime=1361.1 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 251905 0 0 0 136028 82 0 0 20 0 2 0 58314303 2315964416 548481 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 2779.36 s
Current children cumulated vsize: 2261684 KiB
Current children cumulated memory: 2193924 KiB

[startup+1482.3 s]
/proc/loadavg: 2.09 2.11 2.05 3/234 60363
/proc/meminfo: memFree=122437112/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2298232 memory=2248156 CPUtime=2898.64 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 866024 0 0 0 289602 262 0 0 20 0 2 0 58313133 2353389568 562039 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 574558 562039 3584 6655 0 562246 0
[pid=60291/tid=60294] ppid=60288 vsize=2298232 memory=17920 CPUtime=1420.53 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 257610 0 0 0 141967 86 0 0 20 0 2 0 58314303 2353389568 562039 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 2898.64 s
Current children cumulated vsize: 2298232 KiB
Current children cumulated memory: 2248156 KiB

[startup+1542.3 s]
/proc/loadavg: 2.14 2.12 2.06 3/234 60365
/proc/meminfo: memFree=122437868/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2298232 memory=2248156 CPUtime=3017.9 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 868137 0 0 0 301525 265 0 0 20 0 2 0 58313133 2353389568 562039 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 574558 562039 3584 6655 0 562246 0
[pid=60291/tid=60294] ppid=60288 vsize=2298232 memory=2248156 CPUtime=1479.95 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 258797 0 0 0 147908 87 0 0 20 0 2 0 58314303 2353389568 562039 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 3017.9 s
Current children cumulated vsize: 2298232 KiB
Current children cumulated memory: 2248156 KiB

[startup+1602.3 s]
/proc/loadavg: 2.11 2.11 2.06 3/234 60367
/proc/meminfo: memFree=122436576/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2317960 memory=2251080 CPUtime=3137.2 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 871374 0 0 0 313450 270 0 0 20 0 2 0 58313133 2373591040 562770 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 579490 562770 3584 6655 0 567178 0
[pid=60291/tid=60294] ppid=60288 vsize=2317960 memory=2248156 CPUtime=1539.4 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 261326 0 0 0 153849 91 0 0 20 0 2 0 58314303 2373591040 562770 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 3137.2 s
Current children cumulated vsize: 2317960 KiB
Current children cumulated memory: 2251080 KiB

[startup+1662.3 s]
/proc/loadavg: 2.16 2.12 2.06 3/234 60369
/proc/meminfo: memFree=122437080/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2317960 memory=2251080 CPUtime=3256.48 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 875883 0 0 0 325376 272 0 0 20 0 2 0 58313133 2373591040 562770 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 579490 562770 3584 6655 0 567178 0
[pid=60291/tid=60294] ppid=60288 vsize=2317960 memory=2248156 CPUtime=1598.84 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 265182 0 0 0 159791 93 0 0 20 0 2 0 58314303 2373591040 562770 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 3256.48 s
Current children cumulated vsize: 2317960 KiB
Current children cumulated memory: 2251080 KiB

[startup+1722.3 s]
/proc/loadavg: 2.12 2.11 2.06 3/232 60375
/proc/meminfo: memFree=122438340/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2317960 memory=2251080 CPUtime=3375.76 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 876419 0 0 0 337304 272 0 0 20 0 2 0 58313133 2373591040 562770 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 579490 562770 3584 6655 0 567178 0
[pid=60291/tid=60294] ppid=60288 vsize=2317960 memory=2248156 CPUtime=1658.29 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 265716 0 0 0 165736 93 0 0 20 0 2 0 58314303 2373591040 562770 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 3375.76 s
Current children cumulated vsize: 2317960 KiB
Current children cumulated memory: 2251080 KiB

[startup+1782.3 s]
/proc/loadavg: 2.09 2.11 2.06 3/233 60378
/proc/meminfo: memFree=122439096/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2317960 memory=2251080 CPUtime=3495.03 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 880285 0 0 0 349227 276 0 0 20 0 2 0 58313133 2373591040 562770 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 579490 562770 3584 6655 0 567178 0
[pid=60291/tid=60294] ppid=60288 vsize=2317960 memory=2251080 CPUtime=1717.71 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 267411 0 0 0 171677 94 0 0 20 0 2 0 58314303 2373591040 562770 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 3495.03 s
Current children cumulated vsize: 2317960 KiB
Current children cumulated memory: 2251080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1835.2 s]
/proc/loadavg: 2.08 2.10 2.07 3/233 60380
/proc/meminfo: memFree=122439852/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=2317960 memory=2251080 CPUtime=3600.18 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) R 60288 60291 59622 0 -1 4194304 882745 0 0 0 359740 278 0 0 20 0 2 0 58313133 2373591040 562770 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 579490 562770 3584 6655 0 567178 0
[pid=60291/tid=60294] ppid=60288 vsize=2317960 memory=14080 CPUtime=1770.11 cores=4,6
/proc/60291/task/60294/stat : 60294 (LSIPExact) R 60288 60291 59622 0 -1 4194368 267529 0 0 0 176915 96 0 0 20 0 2 0 58314303 2373591040 562770 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 2317960 KiB
Current children cumulated memory: 2251080 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.48 s, system=2.98588 s

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

[startup+1836 s]*
/proc/loadavg: 2.00 2.08 2.06 2/233 60382
/proc/meminfo: memFree=122931560/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=1803252 memory=1766580 CPUtime=3600.8 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) S 60288 60291 59622 0 -1 4194304 954818 228 0 0 359798 282 0 0 20 0 1 0 58313133 1846530048 441645 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 450813 441645 3616 6655 0 440171 0
[pid=60382] ppid=60291 vsize=58048 memory=41420 CPUtime=0.37 cores=4,6
/proc/60382/stat : 60382 (Exact) R 60291 60382 60382 0 -1 4194304 9495 0 0 0 34 3 0 0 20 0 1 0 58496693 59441152 10355 18446744073709551615 4198400 8335837 140723346053760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35635200 140723346061492 140723346061853 140723346061853 140723346067407 0
/proc/60382/statm: 14512 10355 928 1011 0 13279 0
Current children cumulated CPU time: 3601.17 s
Current children cumulated vsize: 1861300 KiB
Current children cumulated memory: 1808000 KiB

[startup+1836.8 s]
/proc/loadavg: 2.00 2.08 2.06 2/233 60382
/proc/meminfo: memFree=122931560/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=1803252 memory=1766580 CPUtime=3600.8 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) S 60288 60291 59622 0 -1 4194304 954818 228 0 0 359798 282 0 0 20 0 1 0 58313133 1846530048 441645 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 450813 441645 3616 6655 0 440171 0
[pid=60382] ppid=60291 vsize=90520 memory=81916 CPUtime=1.16 cores=4,6
/proc/60382/stat : 60382 (Exact) R 60291 60382 60382 0 -1 4194304 17592 0 0 0 110 6 0 0 20 0 1 0 58496693 92692480 20479 18446744073709551615 4198400 8335837 140723346053760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35635200 140723346061492 140723346061853 140723346061853 140723346067407 0
/proc/60382/statm: 22630 20479 928 1011 0 21397 0
Current children cumulated CPU time: 3601.96 s
Current children cumulated vsize: 1893772 KiB
Current children cumulated memory: 1848496 KiB

[startup+1837.2 s]
/proc/loadavg: 2.00 2.08 2.06 2/233 60382
/proc/meminfo: memFree=122863248/131382116 swapFree=33010160/33010684
[pid=60291] ppid=60288 vsize=1803252 memory=1766580 CPUtime=3600.8 cores=4,6
/proc/60291/stat : 60291 (LSIPExact) S 60288 60291 59622 0 -1 4194304 954818 228 0 0 359798 282 0 0 20 0 1 0 58313133 1846530048 441645 18446744073709551615 94507636453376 94507663709777 140725604700176 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94507672212616 94507672644224 94507683913728 140725604702554 140725604702730 140725604702730 140725604708332 0
/proc/60291/statm: 450813 441645 3616 6655 0 440171 0
[pid=60382] ppid=60291 vsize=105212 memory=88288 CPUtime=1.56 cores=4,6
/proc/60382/stat : 60382 (Exact) R 60291 60382 60382 0 -1 4194304 18385 0 0 0 149 7 0 0 20 0 1 0 58496693 107737088 22072 18446744073709551615 4198400 8335837 140723346053760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35635200 140723346061492 140723346061853 140723346061853 140723346067407 0
/proc/60382/statm: 26303 22072 928 1011 0 25070 0
Current children cumulated CPU time: 3602.36 s
Current children cumulated vsize: 1908464 KiB
Current children cumulated memory: 1854868 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1837.28
CPU time (s): 3602.46
CPU user time (s): 3599.48
CPU system time (s): 2.98588
CPU usage (%): 196.076
Max. virtual memory (cumulated for all children) (KiB): 2510988
Max. memory (cumulated for all children) (KiB): 2392660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.48
system time used= 2.98588
maximum resident set size= 2428112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 973431
page faults= 0
swaps= 0
block input operations= 89416
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 516
involuntary context switches= 23394


# summary of solver processes directly reported to runsolver:
#   pid: 60291
#   total CPU time (s): 3602.46
#   total CPU user time (s): 3599.48
#   total CPU system time (s): 2.98588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.71591 second user time and 8.96642 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-02 05:18:59
IDJOB=4503047
IDBENCH=155404
IDSOLVER=3336
FILE ID=nodeC004/4503047-1751426338
RUNJOBID= nodeC004-1751420981-59662
SLURM_JOB_ID= 9598348
Free space on /tmp= 431860 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_11_shg.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503047-1751426338/watcher-4503047-1751426338 -o /tmp/evaluation-result-4503047-1751426338/solver-4503047-1751426338 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751420981-59662 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4503047-1751426338.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 1fbef458f61b2221fcf0474a376c4852
RANDOM SEED=1822796201

nodeC004 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.297
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.74
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		: 3700.000
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.74
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		: 3700.000
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.74
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.74
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		: 3700.000
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.74
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		: 3700.000
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.74
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		: 1795.823
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.74
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		: 1197.306
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        124711920 kB
MemAvailable:   129881936 kB
Buffers:            2720 kB
Cached:          5920308 kB
SwapCached:           20 kB
Active:           405264 kB
Inactive:        5583660 kB
Active(anon):      77664 kB
Inactive(anon):     6188 kB
Active(file):     327600 kB
Inactive(file):  5577472 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             92956 kB
Writeback:             0 kB
AnonPages:         68948 kB
Mapped:           102624 kB
Shmem:             17956 kB
KReclaimable:     209140 kB
Slab:             294752 kB
SReclaimable:     209140 kB
SUnreclaim:        85612 kB
KernelStack:        3776 kB
PageTables:         2616 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     328364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149192 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431820 MiB
End job on nodeC004 at 2025-07-02 05:49:37