Trace number 4527764

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) 3604.21 2650.82

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
MD5SUM8dda82f4961ecebecfcf9bee24c61458
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1540
Best CPU time to get the best result obtained on this benchmark1304.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4576880
Total number of constraints176770
Number of constraints which are clauses89155
Number of constraints which are cardinality constraints (but not clauses)81620
Number of constraints which are nor clauses,nor cardinality constraints5995
Minimum length of a constraint54
Maximum length of a constraint59
Number of terms in the objective function 3080
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 3080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3080
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.00/2648.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.00/2648.60	c numVar: 4576880
3600.00/2648.60	c numCon: 176770
3600.00/2648.60	c numEqual: 0
3600.00/2648.60	c intSize: 12
3600.00/2648.60	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.00/2648.60	c ------------------- Paras list -------------------
3600.00/2648.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.00/2648.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.00/2648.60	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.00/2648.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.00/2648.60	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.00/2648.60	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.00/2648.60	c random_seed         	 int       	 0         	 0         	 
3600.00/2648.60	c sample_size         	 int       	 50        	 50        	 
3600.00/2648.60	c sub_score           	 int       	 1         	 1         	 
3600.00/2648.60	c tabu_base           	 int       	 3         	 3         	 
3600.00/2648.60	c tabu_variation      	 int       	 1         	 1         	 
3600.00/2648.60	c sub_div             	 int       	 4         	 4         	 
3600.00/2648.60	c nbcore              	 int       	 2         	 1         	 
3600.00/2648.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.00/2648.60	c print_sol           	 int       	 1         	 1         	 
3600.00/2648.60	c tmpdir              	 string		 .         	 "."       	 
3600.00/2648.60	c home                	 string		 HOME	 "."       	 
3600.00/2648.60	c benchname           	 string		 HOME/instance-4527764-1752236023.opb	 ""        	 
3600.00/2648.60	c --------------------------------------------------
3600.00/2648.60	c Local Search solver
3600.00/2648.60	c MIP solver
3600.00/2648.60	c receive signal 15, try to interrupt 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: 63708 MiB (60719 MiB free)
  memory of node 1: 64465 MiB (56155 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527764-1752236023/watcher-4527764-1752236023 -o /tmp/evaluation-result-4527764-1752236023/solver-4527764-1752236023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1752232205-105766 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527764-1752236023.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=107401, runsolver pid=107398

[startup+0.100059 s]*
/proc/loadavg: 7.13 7.50 7.42 7/264 107402
/proc/meminfo: memFree=119613096/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=122140 memory=79304 CPUtime=0.09 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 16784 0 0 0 6 3 0 0 20 0 1 0 139281013 125071360 19826 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 30535 19826 1152 6655 0 20770 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 122140 KiB
Current children cumulated memory: 79304 KiB

[startup+0.205632 s]*
/proc/loadavg: 7.13 7.50 7.42 7/264 107402
/proc/meminfo: memFree=119572776/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=162664 memory=119880 CPUtime=0.19 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 26912 0 0 0 15 4 0 0 20 0 1 0 139281013 166567936 29938 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 40666 29938 1152 6655 0 30901 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 162664 KiB
Current children cumulated memory: 119880 KiB

[startup+0.30559 s]*
/proc/loadavg: 7.13 7.50 7.42 7/264 107402
/proc/meminfo: memFree=119528424/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=200680 memory=157896 CPUtime=0.3 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 36436 0 0 0 24 6 0 0 20 0 1 0 139281013 205496320 39474 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 50170 39474 1152 6655 0 40405 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 200680 KiB
Current children cumulated memory: 157896 KiB

[startup+0.700212 s]
/proc/loadavg: 7.13 7.50 7.42 7/264 107402
/proc/meminfo: memFree=119447784/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=1032460 memory=860408 CPUtime=0.68 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 62293 0 0 0 46 22 0 0 20 0 1 0 139281013 1057239040 215102 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 258115 215102 1184 6655 0 248350 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1032460 KiB
Current children cumulated memory: 860408 KiB

[startup+1.50019 s]
/proc/loadavg: 7.13 7.50 7.42 7/264 107402
/proc/meminfo: memFree=118452960/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=1661224 memory=1626768 CPUtime=1.48 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 219159 0 0 0 100 48 0 0 20 0 1 0 139281013 1701093376 406692 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 415306 406692 1184 6655 0 405541 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1661224 KiB
Current children cumulated memory: 1626768 KiB

[startup+3.10543 s]
/proc/loadavg: 7.13 7.50 7.42 7/264 107402
/proc/meminfo: memFree=117059772/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=2698864 memory=2655256 CPUtime=3.07 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 448814 0 0 0 221 86 0 0 20 0 1 0 139281013 2763636736 663814 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 674716 663814 1184 6655 0 664951 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2698864 KiB
Current children cumulated memory: 2655256 KiB

[startup+6.30019 s]
/proc/loadavg: 7.04 7.48 7.41 7/264 107402
/proc/meminfo: memFree=116668848/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=3063024 memory=2977864 CPUtime=6.27 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 656414 0 0 0 366 261 0 0 20 0 1 0 139281013 3136536576 744466 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 765756 744466 1184 6655 0 755991 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3063024 KiB
Current children cumulated memory: 2977864 KiB

[startup+12.7002 s]
/proc/loadavg: 6.95 7.45 7.41 7/264 107402
/proc/meminfo: memFree=115388336/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=4522124 memory=4353120 CPUtime=12.64 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 1013856 0 0 0 695 569 0 0 20 0 1 0 139281013 4630654976 1088280 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 1130531 1088280 2304 6655 0 1120766 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 4522124 KiB
Current children cumulated memory: 4353120 KiB

[startup+25.5002 s]
/proc/loadavg: 6.81 7.39 7.39 7/265 107403
/proc/meminfo: memFree=111268472/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=10059960 memory=8148268 CPUtime=25.41 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 1151572 0 0 0 1814 727 0 0 20 0 2 0 139281013 10301399040 2037067 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 2514990 2037067 2944 6655 0 2488873 0
[pid=107401/tid=107403] ppid=107398 vsize=10059960 memory=0 CPUtime=0 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) S 107398 107401 105752 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139282341 10301399040 2037067 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 10059960 KiB
Current children cumulated memory: 8148268 KiB

[startup+51.1057 s]
/proc/loadavg: 6.38 7.25 7.34 6/264 107451
/proc/meminfo: memFree=112935036/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=10686392 memory=8727420 CPUtime=50.95 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 1258902 0 0 0 4267 828 0 0 20 0 2 0 139281013 10942865408 2181855 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 2671598 2181855 2976 6655 0 2645481 0
[pid=107401/tid=107403] ppid=107398 vsize=10686392 memory=7972832 CPUtime=0 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) S 107398 107401 105752 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139282341 10942865408 2181855 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 10686392 KiB
Current children cumulated memory: 8727420 KiB

[startup+102.3 s]
/proc/loadavg: 5.91 6.98 7.24 7/265 107455
/proc/meminfo: memFree=110541660/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=10696292 memory=8739504 CPUtime=101.98 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 1263192 0 0 0 9368 830 0 0 20 0 2 0 139281013 10953003008 2184876 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 2674073 2184876 2976 6655 0 2647956 0
[pid=107401/tid=107403] ppid=107398 vsize=10696292 memory=14720 CPUtime=0 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) S 107398 107401 105752 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139282341 10953003008 2184876 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 10696292 KiB
Current children cumulated memory: 8739504 KiB

[startup+162.3 s]
/proc/loadavg: 5.97 6.81 7.16 6/265 107457
/proc/meminfo: memFree=110587052/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=10714772 memory=8758064 CPUtime=161.78 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 1269624 0 0 0 15345 833 0 0 20 0 2 0 139281013 10971926528 2189516 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 2678693 2189516 2976 6655 0 2652576 0
[pid=107401/tid=107403] ppid=107398 vsize=10714772 memory=14720 CPUtime=0 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) S 107398 107401 105752 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139282341 10971926528 2189516 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 10714772 KiB
Current children cumulated memory: 8758064 KiB

[startup+222.3 s]
/proc/loadavg: 5.40 6.49 7.03 6/266 107461
/proc/meminfo: memFree=110573904/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=10733120 memory=8776624 CPUtime=221.57 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 1275199 0 0 0 21321 836 0 0 20 0 2 0 139281013 10990714880 2194156 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 2683280 2194156 2976 6655 0 2657163 0
[pid=107401/tid=107403] ppid=107398 vsize=10733120 memory=8771376 CPUtime=0 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) S 107398 107401 105752 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139282341 10990714880 2194156 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 10733120 KiB
Current children cumulated memory: 8776624 KiB

[startup+282.3 s]
/proc/loadavg: 5.25 6.25 6.91 6/266 107463
/proc/meminfo: memFree=110542416/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=10751732 memory=8797384 CPUtime=281.38 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 1281657 0 0 0 27298 840 0 0 20 0 2 0 139281013 11009773568 2199346 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 2687933 2199346 2976 6655 0 2661816 0
[pid=107401/tid=107403] ppid=107398 vsize=10751732 memory=8793520 CPUtime=0 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) S 107398 107401 105752 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139282341 11009773568 2199346 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 10751732 KiB
Current children cumulated memory: 8797384 KiB

[startup+342.3 s]
/proc/loadavg: 5.15 6.03 6.79 6/266 107465
/proc/meminfo: memFree=110425120/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=10770344 memory=8815944 CPUtime=341.2 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 1287547 0 0 0 33277 843 0 0 20 0 2 0 139281013 11028832256 2203986 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 2692586 2203986 2976 6655 0 2666469 0
[pid=107401/tid=107403] ppid=107398 vsize=10770344 memory=8806216 CPUtime=0 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) S 107398 107401 105752 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139282341 11028832256 2203986 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 10770344 KiB
Current children cumulated memory: 8815944 KiB

[startup+402.3 s]
/proc/loadavg: 5.13 5.86 6.68 6/266 107467

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

/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 3210047 0 0 0 269643 1614 0 0 20 0 2 0 139281013 22105714688 4151362 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 5396903 4151362 3360 6655 0 5376101 0
[pid=107401/tid=107403] ppid=107398 vsize=21587612 memory=16567712 CPUtime=517.25 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) R 107398 107401 105752 0 -1 4194368 631421 0 0 0 51391 334 0 0 20 0 2 0 139282341 22105714688 4151362 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 2712.57 s
Current children cumulated vsize: 21587612 KiB
Current children cumulated memory: 16605448 KiB

[startup+2262.3 s]
/proc/loadavg: 3.80 3.94 4.17 4/252 107617
/proc/meminfo: memFree=109285296/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=21669532 memory=16685320 CPUtime=2831.85 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 3266561 0 0 0 281565 1620 0 0 20 0 2 0 139281013 22189600768 4171330 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 5417383 4171330 3360 6655 0 5396581 0
[pid=107401/tid=107403] ppid=107398 vsize=21669532 memory=16673032 CPUtime=576.69 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) R 107398 107401 105752 0 -1 4194368 631430 0 0 0 57334 335 0 0 20 0 2 0 139282341 22189600768 4171330 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 2831.85 s
Current children cumulated vsize: 21669532 KiB
Current children cumulated memory: 16685320 KiB

[startup+2322.3 s]
/proc/loadavg: 3.35 3.78 4.10 4/252 107619
/proc/meminfo: memFree=109209560/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=21751452 memory=16765192 CPUtime=2951.16 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 3423885 0 0 0 293485 1631 0 0 20 0 2 0 139281013 22273486848 4191298 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 5437863 4191298 3360 6655 0 5417061 0
[pid=107401/tid=107403] ppid=107398 vsize=21751452 memory=14720 CPUtime=636.15 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) R 107398 107401 105752 0 -1 4194368 631452 0 0 0 63279 336 0 0 20 0 2 0 139282341 22273486848 4191298 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 2951.16 s
Current children cumulated vsize: 21751452 KiB
Current children cumulated memory: 16765192 KiB

[startup+2382.3 s]
/proc/loadavg: 3.25 3.67 4.04 4/252 107621
/proc/meminfo: memFree=109123880/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=21833372 memory=16845064 CPUtime=3070.48 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 3579810 0 0 0 305407 1641 0 0 20 0 2 0 139281013 22357372928 4211266 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 5458343 4211266 3360 6655 0 5437541 0
[pid=107401/tid=107403] ppid=107398 vsize=21833372 memory=16773128 CPUtime=695.61 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) R 107398 107401 105752 0 -1 4194368 631476 0 0 0 69225 336 0 0 20 0 2 0 139282341 22357372928 4211266 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 3070.48 s
Current children cumulated vsize: 21833372 KiB
Current children cumulated memory: 16845064 KiB

[startup+2442.3 s]
/proc/loadavg: 3.15 3.56 3.97 4/252 107623
/proc/meminfo: memFree=109041192/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=21915292 memory=16929032 CPUtime=3189.78 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 3686060 0 0 0 317330 1648 0 0 20 0 2 0 139281013 22441259008 4232258 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 5478823 4232258 3360 6655 0 5458021 0
[pid=107401/tid=107403] ppid=107398 vsize=21915292 memory=16773128 CPUtime=755.06 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) R 107398 107401 105752 0 -1 4194368 631494 0 0 0 75170 336 0 0 20 0 2 0 139282341 22441259008 4232258 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 3189.78 s
Current children cumulated vsize: 21915292 KiB
Current children cumulated memory: 16929032 KiB

[startup+2502.3 s]
/proc/loadavg: 3.10 3.47 3.92 4/254 107631
/proc/meminfo: memFree=108955160/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=21997212 memory=17017096 CPUtime=3309.1 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 3838836 0 0 0 329249 1661 0 0 20 0 2 0 139281013 22525145088 4254274 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 5499303 4254274 3360 6655 0 5478501 0
[pid=107401/tid=107403] ppid=107398 vsize=21997212 memory=16972552 CPUtime=814.52 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) R 107398 107401 105752 0 -1 4194368 631516 0 0 0 81114 338 0 0 20 0 2 0 139282341 22525145088 4254274 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 3309.1 s
Current children cumulated vsize: 21997212 KiB
Current children cumulated memory: 17017096 KiB

[startup+2562.3 s]
/proc/loadavg: 3.14 3.41 3.87 4/254 107632
/proc/meminfo: memFree=108870764/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=22079136 memory=17103112 CPUtime=3428.39 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 3990064 0 0 0 341169 1670 0 0 20 0 2 0 139281013 22609035264 4275778 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 5519784 4275778 3360 6655 0 5498982 0
[pid=107401/tid=107403] ppid=107398 vsize=22079136 memory=17094920 CPUtime=873.96 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) R 107398 107401 105752 0 -1 4194368 631540 0 0 0 87058 338 0 0 20 0 2 0 139282341 22609035264 4275778 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 3428.39 s
Current children cumulated vsize: 22079136 KiB
Current children cumulated memory: 17103112 KiB

[startup+2622.3 s]
/proc/loadavg: 3.10 3.35 3.82 4/254 107636
/proc/meminfo: memFree=108769076/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=22161056 memory=17187080 CPUtime=3547.71 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 4093011 0 0 0 353092 1679 0 0 20 0 2 0 139281013 22692921344 4296770 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 5540264 4296770 3360 6655 0 5519462 0
[pid=107401/tid=107403] ppid=107398 vsize=22161056 memory=17099016 CPUtime=933.42 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) R 107398 107401 105752 0 -1 4194368 631557 0 0 0 93003 339 0 0 20 0 2 0 139282341 22692921344 4296770 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 3547.71 s
Current children cumulated vsize: 22161056 KiB
Current children cumulated memory: 17187080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2648.6 s]
/proc/loadavg: 3.20 3.35 3.81 4/254 107637
/proc/meminfo: memFree=108740404/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=22210208 memory=17223176 CPUtime=3600 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 4160331 0 0 0 358316 1684 0 0 20 0 2 0 139281013 22743252992 4305794 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 5552552 4305794 3360 6655 0 5531750 0
[pid=107401/tid=107403] ppid=107398 vsize=22210208 memory=437193 CPUtime=959.47 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) R 107398 107401 105752 0 -1 4194368 631572 0 0 0 95608 339 0 0 20 0 2 0 139282341 22743252992 4305794 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 22210208 KiB
Current children cumulated memory: 17223176 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3587.13 s, system=17.0829 s

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

[startup+2649.6 s]
/proc/loadavg: 3.19 3.35 3.80 4/254 107637
/proc/meminfo: memFree=108740404/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=22210208 memory=17223304 CPUtime=3601.99 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 4189689 0 0 0 358513 1686 0 0 20 0 2 0 139281013 22743252992 4305826 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 5552552 4305826 3360 6655 0 5531750 0
[pid=107401/tid=107403] ppid=107398 vsize=22210208 memory=17197320 CPUtime=960.47 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) R 107398 107401 105752 0 -1 4194368 631572 0 0 0 95708 339 0 0 20 0 2 0 139282341 22743252992 4305826 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 3601.99 s
Current children cumulated vsize: 22210208 KiB
Current children cumulated memory: 17223304 KiB

[startup+2650.4 s]
/proc/loadavg: 3.19 3.35 3.80 4/254 107637
/proc/meminfo: memFree=108728244/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=22210208 memory=17225992 CPUtime=3603.58 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 4189955 0 0 0 358672 1686 0 0 20 0 2 0 139281013 22743252992 4306498 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 5552552 4306498 3360 6655 0 5531750 0
[pid=107401/tid=107403] ppid=107398 vsize=22210208 memory=20224 CPUtime=961.26 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) R 107398 107401 105752 0 -1 4194368 631572 0 0 0 95787 339 0 0 20 0 2 0 139282341 22743252992 4306498 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 3603.58 s
Current children cumulated vsize: 22210208 KiB
Current children cumulated memory: 17225992 KiB

[startup+2650.6 s]
/proc/loadavg: 3.19 3.35 3.80 4/254 107637
/proc/meminfo: memFree=108728244/131250000 swapFree=33010672/33010684
[pid=107401] ppid=107398 vsize=22210208 memory=17228040 CPUtime=3603.97 cores=0,2
/proc/107401/stat : 107401 (LSIPExact) R 107398 107401 105752 0 -1 4194304 4190002 0 0 0 358711 1686 0 0 20 0 2 0 139281013 22743252992 4307010 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
/proc/107401/statm: 5552552 4307010 3360 6655 0 5531750 0
[pid=107401/tid=107403] ppid=107398 vsize=22210208 memory=8244522367396698478 CPUtime=961.46 cores=0,2
/proc/107401/task/107403/stat : 107403 (LSIPExact) R 107398 107401 105752 0 -1 4194368 631572 0 0 0 95807 339 0 0 20 0 2 0 139282341 22743252992 4307010 18446744073709551615 94448862568448 94448889825617 140726890604096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94448898327688 94448898759296 94448917262336 140726890613080 140726890613256 140726890613256 140726890618860 0
Current children cumulated CPU time: 3603.97 s
Current children cumulated vsize: 22210208 KiB
Current children cumulated memory: 17228040 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2650.82
CPU time (s): 3604.21
CPU user time (s): 3587.13
CPU system time (s): 17.0829
CPU usage (%): 135.966
Max. virtual memory (cumulated for all children) (KiB): 22210208
Max. memory (cumulated for all children) (KiB): 17228040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.13
system time used= 17.0829
maximum resident set size= 17228040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4190002
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 18834


# summary of solver processes directly reported to runsolver:
#   pid: 107401
#   total CPU time (s): 3604.21
#   total CPU user time (s): 3587.13
#   total CPU system time (s): 17.0829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.1262 second user time and 12.0502 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-11 14:13:44
IDJOB=4527764
IDBENCH=178517
IDSOLVER=3384
FILE ID=nodeC026/4527764-1752236023
RUNJOBID= nodeC026-1752232205-105766
SLURM_JOB_ID= 9682537
Free space on /tmp= 429488 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527764-1752236023/watcher-4527764-1752236023 -o /tmp/evaluation-result-4527764-1752236023/solver-4527764-1752236023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1752232205-105766 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527764-1752236023.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 8dda82f4961ecebecfcf9bee24c61458
RANDOM SEED=1681265207

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        119682460 kB
MemAvailable:   123272748 kB
Buffers:            2128 kB
Cached:          4213924 kB
SwapCached:            4 kB
Active:          7014372 kB
Inactive:        3540064 kB
Active(anon):    6346776 kB
Inactive(anon):     9684 kB
Active(file):     667596 kB
Inactive(file):  3530380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            144868 kB
Writeback:          8204 kB
AnonPages:       6337496 kB
Mapped:           134264 kB
Shmem:             18076 kB
KReclaimable:     453112 kB
Slab:             556308 kB
SReclaimable:     453112 kB
SUnreclaim:       103196 kB
KernelStack:        4256 kB
PageTables:        15628 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6978068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3694592 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429648 MiB
End job on nodeC026 at 2025-07-11 14:57:55