Trace number 4489539

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.1 1821.86

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUMfd0e2798224bd891f728fecfed3c6d1b
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 benchmark236
Best CPU time to get the best result obtained on this benchmark12722.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495618
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495618
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.09/1819.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.09/1819.80	c numVar: 10000
3600.09/1819.80	c numCon: 656900
3600.09/1819.80	c numEqual: 0
3600.09/1819.80	c intSize: 19
3600.09/1819.80	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.09/1819.80	c ------------------- Paras list -------------------
3600.09/1819.80	c Name                	 Type      	 Now       	 Default   	 Comment
3600.09/1819.80	c timeout             	 double    	 3600.000000	 3600      	 
3600.09/1819.80	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.09/1819.80	c ls_time             	 double    	 10.000000 	 10        	 
3600.09/1819.80	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.09/1819.80	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.09/1819.80	c random_seed         	 int       	 0         	 0         	 
3600.09/1819.80	c sample_size         	 int       	 50        	 50        	 
3600.09/1819.80	c sub_score           	 int       	 1         	 1         	 
3600.09/1819.80	c tabu_base           	 int       	 3         	 3         	 
3600.09/1819.80	c tabu_variation      	 int       	 1         	 1         	 
3600.09/1819.80	c sub_div             	 int       	 4         	 4         	 
3600.09/1819.80	c nbcore              	 int       	 2         	 1         	 
3600.09/1819.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.09/1819.80	c print_sol           	 int       	 1         	 1         	 
3600.09/1819.80	c tmpdir              	 string		 .         	 "."       	 
3600.09/1819.80	c home                	 string		 HOME	 "."       	 
3600.09/1819.80	c benchname           	 string		 HOME/instance-4489539-1751352998.opb	 ""        	 
3600.09/1819.80	c --------------------------------------------------
3600.09/1819.80	c Local Search solver
3600.09/1819.80	c LS find feasible solution for PBO with objective value 264
3600.09/1819.80	c MIP solver
3600.09/1819.80	c receive signal 15, try to interrupt solver...
3600.09/1819.80	c MIP solver find feasible solution
3600.09/1819.84	c MIP solver objective value: 247
3600.58/1820.36	c MIP find feasible solution for PBO with objective value 247
3600.58/1820.36	c copy file: 0
3600.58/1820.36	c gen ub file: HOME/instance-4489539-1751352998.opb_ub.opb
3600.58/1820.36	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: 63708 MiB (60677 MiB free)
  memory of node 1: 64465 MiB (61623 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489539-1751352998/watcher-4489539-1751352998 -o /tmp/evaluation-result-4489539-1751352998/solver-4489539-1751352998 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751349357-49213 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4489539-1751352998.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=49756, runsolver pid=49748

[startup+0.100064 s]*
/proc/loadavg: 7.82 8.03 8.00 6/267 49757
/proc/meminfo: memFree=124831928/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=212584 memory=169640 CPUtime=0.09 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 31729 0 0 0 4 5 0 0 20 0 1 0 50977383 217686016 42410 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 53146 42410 1120 6655 0 43381 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 212584 KiB
Current children cumulated memory: 169640 KiB

[startup+0.205804 s]*
/proc/loadavg: 7.82 8.03 8.00 5/263 49760
/proc/meminfo: memFree=126909504/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=253084 memory=218252 CPUtime=0.2 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 38278 0 0 0 13 7 0 0 20 0 1 0 50977383 259158016 54563 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 63271 54563 1120 6655 0 53506 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 253084 KiB
Current children cumulated memory: 218252 KiB

[startup+0.305646 s]*
/proc/loadavg: 7.82 8.03 8.00 4/257 49770
/proc/meminfo: memFree=128535792/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=275128 memory=240268 CPUtime=0.29 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 43787 0 0 0 21 8 0 0 20 0 1 0 50977383 281731072 60067 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 68782 60067 1120 6655 0 59017 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 275128 KiB
Current children cumulated memory: 240268 KiB

[startup+0.70019 s]
/proc/loadavg: 7.82 8.03 8.00 4/257 49773
/proc/meminfo: memFree=128462264/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=346572 memory=311692 CPUtime=0.68 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 61634 0 0 0 56 12 0 0 20 0 1 0 50977383 354889728 77923 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 86643 77923 1120 6655 0 76878 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 346572 KiB
Current children cumulated memory: 311692 KiB

[startup+1.5002 s]
/proc/loadavg: 7.82 8.03 8.00 6/260 49828
/proc/meminfo: memFree=128500212/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=388288 memory=353420 CPUtime=1.47 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 72047 0 0 0 134 13 0 0 20 0 1 0 50977383 397606912 88355 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 97072 88355 1120 6655 0 87307 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353420 KiB

[startup+3.10548 s]
/proc/loadavg: 7.82 8.03 8.00 6/266 49848
/proc/meminfo: memFree=127775648/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=388288 memory=353420 CPUtime=3.08 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 72077 0 0 0 294 14 0 0 20 0 1 0 50977383 397606912 88355 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 97072 88355 1120 6655 0 87307 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353420 KiB

[startup+6.30009 s]
/proc/loadavg: 7.59 7.98 7.98 6/266 49848
/proc/meminfo: memFree=127776164/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=388288 memory=353420 CPUtime=6.26 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 72137 0 0 0 612 14 0 0 20 0 1 0 50977383 397606912 88355 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 97072 88355 1120 6655 0 87307 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353420 KiB

[startup+12.7002 s]
/proc/loadavg: 7.38 7.93 7.96 6/268 49850
/proc/meminfo: memFree=126143280/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=900088 memory=800044 CPUtime=12.76 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 143275 0 0 0 1246 30 0 0 20 0 2 0 50977383 921690112 200011 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 225022 200011 3360 6655 0 200994 0
[pid=49756/tid=49849] ppid=49748 vsize=900088 memory=353552 CPUtime=0.11 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 1500 0 0 0 11 0 0 0 20 0 2 0 50978466 921690112 200011 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 12.76 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 800044 KiB

[startup+25.5002 s]
/proc/loadavg: 7.47 7.92 7.96 9/270 49853
/proc/meminfo: memFree=125836804/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=900088 memory=809772 CPUtime=37.69 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 158228 0 0 0 3738 31 0 0 20 0 2 0 50977383 921690112 202443 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 225022 202443 3616 6655 0 202542 0
[pid=49756/tid=49849] ppid=49748 vsize=900088 memory=807468 CPUtime=12.3 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 6337 0 0 0 1229 1 0 0 20 0 2 0 50978466 921690112 202443 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 37.69 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 809772 KiB

[startup+51.1055 s]
/proc/loadavg: 7.73 7.95 7.97 10/269 49853
/proc/meminfo: memFree=125887828/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=900088 memory=821420 CPUtime=88.57 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 174359 0 0 0 8824 33 0 0 20 0 2 0 50977383 921690112 205355 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 225022 205355 3616 6655 0 205671 0
[pid=49756/tid=49849] ppid=49748 vsize=900088 memory=821420 CPUtime=37.64 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 16206 0 0 0 3762 2 0 0 20 0 2 0 50978466 921690112 205355 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 88.57 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 821420 KiB

[startup+102.3 s]
/proc/loadavg: 7.96 7.97 7.98 10/269 49859
/proc/meminfo: memFree=125713664/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=928724 memory=889376 CPUtime=190.28 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 212205 0 0 0 18989 39 0 0 20 0 2 0 50977383 951013376 222344 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 232181 222344 3616 6655 0 221123 0
[pid=49756/tid=49849] ppid=49748 vsize=928724 memory=848800 CPUtime=88.32 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 36902 0 0 0 8827 5 0 0 20 0 2 0 50978466 951013376 222344 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 190.28 s
Current children cumulated vsize: 928724 KiB
Current children cumulated memory: 889376 KiB

[startup+162.3 s]
/proc/loadavg: 8.03 7.99 7.99 10/268 49861
/proc/meminfo: memFree=125507604/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=1043668 memory=950424 CPUtime=307.55 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 256020 0 0 0 30710 45 0 0 20 0 2 0 50977383 1068716032 237606 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 260917 237606 3616 6655 0 236728 0
[pid=49756/tid=49849] ppid=49748 vsize=1043668 memory=14848 CPUtime=145.79 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 48159 0 0 0 14572 7 0 0 20 0 2 0 50978466 1068716032 237606 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 307.55 s
Current children cumulated vsize: 1043668 KiB
Current children cumulated memory: 950424 KiB

[startup+222.3 s]
/proc/loadavg: 8.13 8.03 8.00 10/267 49863
/proc/meminfo: memFree=125447832/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=1043668 memory=950424 CPUtime=426.73 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 268772 0 0 0 42626 47 0 0 20 0 2 0 50977383 1068716032 237606 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 260917 237606 3616 6655 0 236728 0
[pid=49756/tid=49849] ppid=49748 vsize=1043668 memory=14848 CPUtime=205.19 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 55294 0 0 0 20511 8 0 0 20 0 2 0 50978466 1068716032 237606 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 426.73 s
Current children cumulated vsize: 1043668 KiB
Current children cumulated memory: 950424 KiB

[startup+282.3 s]
/proc/loadavg: 8.11 8.04 8.00 10/267 49876
/proc/meminfo: memFree=125363012/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=1043668 memory=961944 CPUtime=545.89 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 295804 0 0 0 54538 51 0 0 20 0 2 0 50977383 1068716032 240486 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 260917 240486 3616 6655 0 239595 0
[pid=49756/tid=49849] ppid=49748 vsize=1043668 memory=950424 CPUtime=264.58 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 71276 0 0 0 26447 11 0 0 20 0 2 0 50978466 1068716032 240486 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 545.89 s
Current children cumulated vsize: 1043668 KiB
Current children cumulated memory: 961944 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 8.04 8.00 10/266 49878
/proc/meminfo: memFree=125149648/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=1070028 memory=1027992 CPUtime=665.11 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 326837 0 0 0 66452 59 0 0 20 0 2 0 50977383 1095708672 256998 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 267507 256998 3616 6655 0 255845 0
[pid=49756/tid=49849] ppid=49748 vsize=1070028 memory=1022232 CPUtime=323.98 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 88601 0 0 0 32382 16 0 0 20 0 2 0 50978466 1095708672 256998 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 665.11 s
Current children cumulated vsize: 1070028 KiB
Current children cumulated memory: 1027992 KiB

[startup+402.3 s]

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

/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 1229103 0 0 0 268914 212 0 0 20 0 2 0 50977383 2163335168 516951 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 528158 516951 3616 6655 0 515447 0
[pid=49756/tid=49849] ppid=49748 vsize=2112632 memory=2044252 CPUtime=1333.57 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 537720 0 0 0 133259 98 0 0 20 0 2 0 50978466 2163335168 516951 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 2691.26 s
Current children cumulated vsize: 2112632 KiB
Current children cumulated memory: 2067804 KiB

[startup+1422.3 s]
/proc/loadavg: 8.10 8.15 8.09 10/268 49935
/proc/meminfo: memFree=120227976/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=2210672 memory=2128228 CPUtime=2810.43 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 1277840 0 0 0 280822 221 0 0 20 0 2 0 50977383 2263728128 532057 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 552668 532057 3616 6655 0 530475 0
[pid=49756/tid=49849] ppid=49748 vsize=2210672 memory=2116964 CPUtime=1392.95 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 562753 0 0 0 139191 104 0 0 20 0 2 0 50978466 2263728128 532057 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 2810.43 s
Current children cumulated vsize: 2210672 KiB
Current children cumulated memory: 2128228 KiB

[startup+1482.3 s]
/proc/loadavg: 8.13 8.15 8.09 10/269 49938
/proc/meminfo: memFree=119925396/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=2243956 memory=2191844 CPUtime=2929.63 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 1337640 0 0 0 292731 232 0 0 20 0 2 0 50977383 2297810944 547961 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 560989 547961 3616 6655 0 546591 0
[pid=49756/tid=49849] ppid=49748 vsize=2243956 memory=2145252 CPUtime=1452.67 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 595176 0 0 0 145157 110 0 0 20 0 2 0 50978466 2297810944 547961 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 2929.63 s
Current children cumulated vsize: 2243956 KiB
Current children cumulated memory: 2191844 KiB

[startup+1542.3 s]
/proc/loadavg: 8.10 8.14 8.09 10/269 49940
/proc/meminfo: memFree=119608940/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=2342224 memory=2258916 CPUtime=3048.82 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 1401539 0 0 0 304637 245 0 0 20 0 2 0 50977383 2398437376 564729 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 585556 564729 3616 6655 0 563082 0
[pid=49756/tid=49849] ppid=49748 vsize=2342224 memory=2254564 CPUtime=1512.47 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 628423 0 0 0 151131 116 0 0 20 0 2 0 50978466 2398437376 564729 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 3048.82 s
Current children cumulated vsize: 2342224 KiB
Current children cumulated memory: 2258916 KiB

[startup+1602.3 s]
/proc/loadavg: 8.15 8.14 8.09 10/268 49942
/proc/meminfo: memFree=119296992/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=2384360 memory=2333412 CPUtime=3168.01 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 1464651 0 0 0 316546 255 0 0 20 0 2 0 50977383 2441584640 583353 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 596090 583353 3616 6655 0 582185 0
[pid=49756/tid=49849] ppid=49748 vsize=2384360 memory=2332900 CPUtime=1572.28 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 661887 0 0 0 157106 122 0 0 20 0 2 0 50978466 2441584640 583353 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 3168.01 s
Current children cumulated vsize: 2384360 KiB
Current children cumulated memory: 2333412 KiB

[startup+1662.3 s]
/proc/loadavg: 8.16 8.15 8.09 10/268 49944
/proc/meminfo: memFree=118998856/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=2482908 memory=2399312 CPUtime=3287.2 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 1522501 0 0 0 328455 265 0 0 20 0 2 0 50977383 2542497792 599828 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 620727 599828 3616 6655 0 598304 0
[pid=49756/tid=49849] ppid=49748 vsize=2482908 memory=2379856 CPUtime=1631.94 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 691952 0 0 0 163067 127 0 0 20 0 2 0 50978466 2542497792 599828 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 3287.2 s
Current children cumulated vsize: 2482908 KiB
Current children cumulated memory: 2399312 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 8.13 8.09 10/268 49949
/proc/meminfo: memFree=118658636/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=2516520 memory=2469456 CPUtime=3406.4 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 1578553 0 0 0 340365 275 0 0 20 0 2 0 50977383 2576916480 617364 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 629130 617364 3616 6655 0 615794 0
[pid=49756/tid=49849] ppid=49748 vsize=2516520 memory=2379856 CPUtime=1691.74 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 722619 0 0 0 169042 132 0 0 20 0 2 0 50978466 2576916480 617364 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 3406.4 s
Current children cumulated vsize: 2516520 KiB
Current children cumulated memory: 2469456 KiB

[startup+1782.3 s]
/proc/loadavg: 8.13 8.14 8.09 10/269 49953
/proc/meminfo: memFree=118345376/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=2619096 memory=2539728 CPUtime=3525.59 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 1626476 0 0 0 352274 285 0 0 20 0 2 0 50977383 2681954304 634932 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 654774 634932 3616 6655 0 633219 0
[pid=49756/tid=49849] ppid=49748 vsize=2619096 memory=14848 CPUtime=1751.55 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 747230 0 0 0 175018 137 0 0 20 0 2 0 50978466 2681954304 634932 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 3525.59 s
Current children cumulated vsize: 2619096 KiB
Current children cumulated memory: 2539728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.8 s]
/proc/loadavg: 8.06 8.12 8.09 9/268 49955
/proc/meminfo: memFree=118111192/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=2645604 memory=2592028 CPUtime=3600.09 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) R 49748 49756 49202 0 -1 4194304 1654770 0 0 0 359719 290 0 0 20 0 2 0 50977383 2709098496 648007 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 661401 648007 3616 6655 0 646956 0
[pid=49756/tid=49849] ppid=49748 vsize=2645604 memory=2592028 CPUtime=1788.92 cores=4,6
/proc/49756/task/49849/stat : 49849 (LSIPExact) R 49748 49756 49202 0 -1 4194368 762927 0 0 0 178753 139 0 0 20 0 2 0 50978466 2709098496 648007 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2645604 KiB
Current children cumulated memory: 2592028 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.97 s, system=3.13493 s

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

[startup+1820.8 s]
/proc/loadavg: 8.06 8.12 8.09 8/268 49957
/proc/meminfo: memFree=118893144/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=2206656 memory=2170728 CPUtime=3600.63 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) S 49748 49756 49202 0 -1 4194304 1868127 229 0 0 359762 301 0 0 20 0 1 0 50977383 2259615744 542682 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 551664 542682 3648 6655 0 541881 0
Current children cumulated CPU time: 3600.63 s
Current children cumulated vsize: 2206656 KiB
Current children cumulated memory: 2170728 KiB

[startup+1821.6 s]
/proc/loadavg: 8.06 8.12 8.09 5/263 49967
/proc/meminfo: memFree=121207484/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=2206656 memory=2170728 CPUtime=3600.63 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) S 49748 49756 49202 0 -1 4194304 1868127 229 0 0 359762 301 0 0 20 0 1 0 50977383 2259615744 542682 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 551664 542682 3648 6655 0 541881 0
[pid=49959] ppid=49756 vsize=152620 memory=113392 CPUtime=1.2 cores=4,6
/proc/49959/stat : 49959 (Exact) R 49756 49959 49959 0 -1 4194304 16168 0 0 0 115 5 0 0 20 0 1 0 51159419 156282880 28348 18446744073709551615 4198400 8335837 140722143904432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 31006720 140722143910068 140722143910429 140722143910429 140722143915983 0
/proc/49959/statm: 38155 28348 928 1011 0 36922 0
Current children cumulated CPU time: 3601.83 s
Current children cumulated vsize: 2359276 KiB
Current children cumulated memory: 2284120 KiB

[startup+1821.8 s]
/proc/loadavg: 8.06 8.12 8.09 5/263 49967
/proc/meminfo: memFree=121207484/131249988 swapFree=33010684/33010684
[pid=49756] ppid=49748 vsize=2206656 memory=2170728 CPUtime=3600.63 cores=4,6
/proc/49756/stat : 49756 (LSIPExact) S 49748 49756 49202 0 -1 4194304 1868127 229 0 0 359762 301 0 0 20 0 1 0 50977383 2259615744 542682 18446744073709551615 94352370565120 94352397821521 140736325580032 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94352406324360 94352406755968 94352435707904 140736325589338 140736325589514 140736325589514 140736325595116 0
/proc/49756/statm: 551664 542682 3648 6655 0 541881 0
[pid=49959] ppid=49756 vsize=187400 memory=159196 CPUtime=1.39 cores=4,6
/proc/49959/stat : 49959 (Exact) R 49756 49959 49959 0 -1 4194304 20354 0 0 0 133 6 0 0 20 0 1 0 51159419 191897600 39799 18446744073709551615 4198400 8335837 140722143904432 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 31006720 140722143910068 140722143910429 140722143910429 140722143915983 0
/proc/49959/statm: 46850 39799 1056 1011 0 45617 0
Current children cumulated CPU time: 3602.02 s
Current children cumulated vsize: 2394056 KiB
Current children cumulated memory: 2329924 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1821.86
CPU time (s): 3602.1
CPU user time (s): 3598.97
CPU system time (s): 3.13493
CPU usage (%): 197.716
Max. virtual memory (cumulated for all children) (KiB): 2645604
Max. memory (cumulated for all children) (KiB): 2592028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.97
system time used= 3.13493
maximum resident set size= 2592156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1888710
page faults= 0
swaps= 0
block input operations= 33664
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1157
involuntary context switches= 87833


# summary of solver processes directly reported to runsolver:
#   pid: 49756
#   total CPU time (s): 3602.1
#   total CPU user time (s): 3598.97
#   total CPU system time (s): 3.13493

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.67992 second user time and 8.61519 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 08:56:38
IDJOB=4489539
IDBENCH=147557
IDSOLVER=3336
FILE ID=nodeC020/4489539-1751352998
RUNJOBID= nodeC020-1751349357-49213
SLURM_JOB_ID= 9598127
Free space on /tmp= 432796 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489539-1751352998/watcher-4489539-1751352998 -o /tmp/evaluation-result-4489539-1751352998/solver-4489539-1751352998 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751349357-49213 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4489539-1751352998.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= fd0e2798224bd891f728fecfed3c6d1b
RANDOM SEED=1120022120

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

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

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        125250204 kB
MemAvailable:   125871196 kB
Buffers:            3280 kB
Cached:          1425456 kB
SwapCached:            0 kB
Active:          4204612 kB
Inactive:        1117052 kB
Active(anon):    3910984 kB
Inactive(anon):        0 kB
Active(file):     293628 kB
Inactive(file):  1117052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            123152 kB
Writeback:             0 kB
AnonPages:       3890312 kB
Mapped:           137956 kB
Shmem:             18056 kB
KReclaimable:      99104 kB
Slab:             187460 kB
SReclaimable:      99104 kB
SUnreclaim:        88356 kB
KernelStack:        4224 kB
PageTables:        10440 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    4310888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1507328 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432772 MiB
End job on nodeC020 at 2025-07-01 09:27:00