Trace number 4527726

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.32 1823.32

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/
normalized-maxcut_opt_complete_6-partite_inlv_nvert_69.opb
MD5SUM1733aa67cc51115e0f42d9b93b5f287e
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 benchmark-1190
Best CPU time to get the best result obtained on this benchmark2067.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2346
Total number of constraints209576
Number of constraints which are clauses209576
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 constraint3
Maximum length of a constraint3
Number of terms in the objective function 1983
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 1983
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1983
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.07/1821.30	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.07/1821.30	c numVar: 2346
3600.07/1821.30	c numCon: 209576
3600.07/1821.30	c numEqual: 0
3600.07/1821.30	c intSize: 11
3600.07/1821.30	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.07/1821.30	c ------------------- Paras list -------------------
3600.07/1821.30	c Name                	 Type      	 Now       	 Default   	 Comment
3600.07/1821.30	c timeout             	 double    	 3600.000000	 3600      	 
3600.07/1821.30	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.07/1821.30	c ls_time             	 double    	 10.000000 	 10        	 
3600.07/1821.30	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.07/1821.30	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.07/1821.30	c random_seed         	 int       	 0         	 0         	 
3600.07/1821.30	c sample_size         	 int       	 50        	 50        	 
3600.07/1821.30	c sub_score           	 int       	 1         	 1         	 
3600.07/1821.30	c tabu_base           	 int       	 3         	 3         	 
3600.07/1821.30	c tabu_variation      	 int       	 1         	 1         	 
3600.07/1821.30	c sub_div             	 int       	 4         	 4         	 
3600.07/1821.30	c nbcore              	 int       	 2         	 1         	 
3600.07/1821.30	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.07/1821.30	c print_sol           	 int       	 1         	 1         	 
3600.07/1821.30	c tmpdir              	 string		 .         	 "."       	 
3600.07/1821.30	c home                	 string		 HOME	 "."       	 
3600.07/1821.30	c benchname           	 string		 HOME/instance-4527726-1752235998.opb	 ""        	 
3600.07/1821.30	c --------------------------------------------------
3600.07/1821.30	c Local Search solver
3600.07/1821.30	c LS find feasible solution for PBO with objective value -1190
3600.07/1821.30	c MIP solver
3600.07/1821.30	c receive signal 15, try to interrupt solver...
3600.47/1821.57	c MIP solver find feasible solution
3600.47/1821.59	c MIP solver objective value: -1190
3600.65/1821.64	c MIP find feasible solution for PBO with objective value -1190
3600.65/1821.64	c copy file: 0
3600.65/1821.64	c gen ub file: HOME/instance-4527726-1752235998.opb_ub.opb
3600.65/1821.64	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 (53554 MiB free)
  memory of node 1: 64465 MiB (59414 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527726-1752235998/watcher-4527726-1752235998 -o /tmp/evaluation-result-4527726-1752235998/solver-4527726-1752235998 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1752232205-128451 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527726-1752235998.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=129964, runsolver pid=129961
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 6.97 7.42 7.48 7/267 129965
/proc/meminfo: memFree=115681036/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=118096 memory=83568 CPUtime=0.09 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 16293 0 0 0 7 2 0 0 20 0 1 0 139277334 120930304 20892 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 29524 20892 1184 6655 0 19759 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 118096 KiB
Current children cumulated memory: 83568 KiB

[startup+0.205493 s]*
/proc/loadavg: 6.97 7.42 7.48 7/267 129965
/proc/meminfo: memFree=115681036/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=146764 memory=112240 CPUtime=0.19 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 23455 0 0 0 16 3 0 0 20 0 1 0 139277334 150286336 28060 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 36691 28060 1184 6655 0 26926 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 146764 KiB
Current children cumulated memory: 112240 KiB

[startup+0.305445 s]*
/proc/loadavg: 6.89 7.39 7.47 7/267 129965
/proc/meminfo: memFree=115681036/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=170136 memory=135664 CPUtime=0.3 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 29323 0 0 0 26 4 0 0 20 0 1 0 139277334 174219264 33916 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 42534 33916 1184 6655 0 32769 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 170136 KiB
Current children cumulated memory: 135664 KiB

[startup+0.700167 s]
/proc/loadavg: 6.89 7.39 7.47 7/267 129965
/proc/meminfo: memFree=115688968/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=178408 memory=143856 CPUtime=0.68 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 31347 0 0 0 64 4 0 0 20 0 1 0 139277334 182689792 35964 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 44602 35964 1184 6655 0 34837 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 178408 KiB
Current children cumulated memory: 143856 KiB

[startup+1.50019 s]
/proc/loadavg: 6.89 7.39 7.47 7/267 129965
/proc/meminfo: memFree=115688968/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=178408 memory=143856 CPUtime=1.48 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 31362 0 0 0 144 4 0 0 20 0 1 0 139277334 182689792 35964 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 44602 35964 1184 6655 0 34837 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 178408 KiB
Current children cumulated memory: 143856 KiB

[startup+3.10538 s]
/proc/loadavg: 6.89 7.39 7.47 8/268 129966
/proc/meminfo: memFree=115680336/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=178408 memory=143856 CPUtime=3.08 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 31369 0 0 0 304 4 0 0 20 0 1 0 139277334 182689792 35964 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 44602 35964 1184 6655 0 34837 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 178408 KiB
Current children cumulated memory: 143856 KiB

[startup+6.30016 s]
/proc/loadavg: 6.90 7.38 7.47 8/268 129966
/proc/meminfo: memFree=115705028/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=178408 memory=143856 CPUtime=6.26 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 31376 0 0 0 622 4 0 0 20 0 1 0 139277334 182689792 35964 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 44602 35964 1184 6655 0 34837 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 178408 KiB
Current children cumulated memory: 143856 KiB

[startup+12.7002 s]
/proc/loadavg: 6.91 7.38 7.46 8/269 129967
/proc/meminfo: memFree=115650956/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=526988 memory=414608 CPUtime=12.66 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 91822 0 0 0 1249 17 0 0 20 0 2 0 139277334 539635712 103652 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 131747 103652 2976 6655 0 111986 0
[pid=129964/tid=129967] ppid=129961 vsize=526988 memory=413584 CPUtime=0 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) S 129961 129964 128431 0 -1 4194368 2662 0 0 0 0 0 0 0 20 0 2 0 139278362 539635712 103652 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 526988 KiB
Current children cumulated memory: 414608 KiB

[startup+25.5002 s]
/proc/loadavg: 7.08 7.40 7.47 9/269 129968
/proc/meminfo: memFree=115638484/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=526988 memory=476664 CPUtime=35.61 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 110492 0 0 0 3541 20 0 0 20 0 2 0 139277334 539635712 119166 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 131747 119166 3392 6655 0 121536 0
[pid=129964/tid=129967] ppid=129961 vsize=526988 memory=476664 CPUtime=10.21 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 13078 0 0 0 1019 2 0 0 20 0 2 0 139278362 539635712 119166 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 35.61 s
Current children cumulated vsize: 526988 KiB
Current children cumulated memory: 476664 KiB

[startup+51.1056 s]
/proc/loadavg: 7.50 7.47 7.49 9/269 129968
/proc/meminfo: memFree=115776188/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=658860 memory=596692 CPUtime=86.42 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 146354 0 0 0 8616 26 0 0 20 0 2 0 139277334 674672640 149173 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 164715 149173 3392 6655 0 151658 0
[pid=129964/tid=129967] ppid=129961 vsize=658860 memory=596308 CPUtime=35.52 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 40305 0 0 0 3544 8 0 0 20 0 2 0 139278362 674672640 149173 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 86.42 s
Current children cumulated vsize: 658860 KiB
Current children cumulated memory: 596692 KiB

[startup+102.3 s]
/proc/loadavg: 7.53 7.50 7.50 6/266 129984
/proc/meminfo: memFree=115979680/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=1076820 memory=968964 CPUtime=188.13 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 248481 0 0 0 18772 41 0 0 20 0 2 0 139277334 1102663680 242241 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 269205 242241 3520 6655 0 258960 0
[pid=129964/tid=129967] ppid=129961 vsize=1076820 memory=968964 CPUtime=86.16 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 76980 0 0 0 8605 11 0 0 20 0 2 0 139278362 1102663680 242241 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 188.13 s
Current children cumulated vsize: 1076820 KiB
Current children cumulated memory: 968964 KiB

[startup+162.3 s]
/proc/loadavg: 7.44 7.45 7.48 9/270 130065
/proc/meminfo: memFree=115725060/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=1108932 memory=1005312 CPUtime=307.2 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 278918 0 0 0 30674 46 0 0 20 0 2 0 139277334 1135546368 251328 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 277233 251328 3520 6655 0 266988 0
[pid=129964/tid=129967] ppid=129961 vsize=1108932 memory=1005312 CPUtime=145.5 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 87531 0 0 0 14537 13 0 0 20 0 2 0 139278362 1135546368 251328 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 307.2 s
Current children cumulated vsize: 1108932 KiB
Current children cumulated memory: 1005312 KiB

[startup+222.3 s]
/proc/loadavg: 7.85 7.57 7.52 9/268 130067
/proc/meminfo: memFree=115710252/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=1084584 memory=996744 CPUtime=426.27 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 324701 0 0 0 42577 50 0 0 20 0 2 0 139277334 1110614016 249186 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 271146 249186 3520 6655 0 260901 0
[pid=129964/tid=129967] ppid=129961 vsize=1084584 memory=14432 CPUtime=204.82 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 115362 0 0 0 20466 16 0 0 20 0 2 0 139278362 1110614016 249186 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 426.27 s
Current children cumulated vsize: 1084584 KiB
Current children cumulated memory: 996744 KiB

[startup+282.3 s]
/proc/loadavg: 7.99 7.66 7.56 9/269 130070
/proc/meminfo: memFree=115623288/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=1084592 memory=997588 CPUtime=545.31 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 341266 0 0 0 54478 53 0 0 20 0 2 0 139277334 1110622208 249397 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 271148 249397 3520 6655 0 260903 0
[pid=129964/tid=129967] ppid=129961 vsize=1084592 memory=997588 CPUtime=264.12 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 122668 0 0 0 26395 17 0 0 20 0 2 0 139278362 1110622208 249397 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 545.31 s
Current children cumulated vsize: 1084592 KiB
Current children cumulated memory: 997588 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 7.76 7.60 9/268 130072
/proc/meminfo: memFree=115581908/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=1084592 memory=997588 CPUtime=664.35 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 344236 0 0 0 66380 55 0 0 20 0 2 0 139277334 1110622208 249397 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 271148 249397 3520 6655 0 260903 0
[pid=129964/tid=129967] ppid=129961 vsize=1084592 memory=997588 CPUtime=323.44 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 122764 0 0 0 32325 19 0 0 20 0 2 0 139278362 1110622208 249397 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 664.35 s
Current children cumulated vsize: 1084592 KiB
Current children cumulated memory: 997588 KiB

[startup+402.3 s]

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

[pid=129964] ppid=129961 vsize=1064092 memory=1013452 CPUtime=2926.92 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 518370 0 0 0 292604 88 0 0 20 0 2 0 139277334 1089630208 253363 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 266023 253363 3520 6655 0 255778 0
[pid=129964/tid=129967] ppid=129961 vsize=1064092 memory=1013448 CPUtime=1450.31 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 212294 0 0 0 144988 43 0 0 20 0 2 0 139278362 1089630208 253363 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 2926.92 s
Current children cumulated vsize: 1064092 KiB
Current children cumulated memory: 1013452 KiB

[startup+1542.3 s]
/proc/loadavg: 7.14 7.15 7.34 8/268 130133
/proc/meminfo: memFree=109576632/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=1064092 memory=1013596 CPUtime=3046.04 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 518499 0 0 0 304516 88 0 0 20 0 2 0 139277334 1089630208 253399 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 266023 253399 3520 6655 0 255778 0
[pid=129964/tid=129967] ppid=129961 vsize=1064092 memory=10624 CPUtime=1509.65 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 212388 0 0 0 150921 44 0 0 20 0 2 0 139278362 1089630208 253399 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 3046.04 s
Current children cumulated vsize: 1064092 KiB
Current children cumulated memory: 1013596 KiB

[startup+1602.3 s]
/proc/loadavg: 7.11 7.14 7.32 8/268 130135
/proc/meminfo: memFree=109530604/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=1064092 memory=1013604 CPUtime=3165.18 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 518763 0 0 0 316429 89 0 0 20 0 2 0 139277334 1089630208 253401 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 266023 253401 3520 6655 0 255778 0
[pid=129964/tid=129967] ppid=129961 vsize=1064092 memory=10624 CPUtime=1569 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 212632 0 0 0 156855 45 0 0 20 0 2 0 139278362 1089630208 253401 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 3165.18 s
Current children cumulated vsize: 1064092 KiB
Current children cumulated memory: 1013604 KiB

[startup+1662.3 s]
/proc/loadavg: 7.16 7.14 7.31 8/267 130137
/proc/meminfo: memFree=109391384/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=1064092 memory=1013604 CPUtime=3284.33 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 522312 0 0 0 328342 91 0 0 20 0 2 0 139277334 1089630208 253401 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 266023 253401 3520 6655 0 255778 0
[pid=129964/tid=129967] ppid=129961 vsize=1064092 memory=10624 CPUtime=1628.35 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 212658 0 0 0 162789 46 0 0 20 0 2 0 139278362 1089630208 253401 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 3284.33 s
Current children cumulated vsize: 1064092 KiB
Current children cumulated memory: 1013604 KiB

[startup+1722.3 s]
/proc/loadavg: 7.12 7.13 7.29 8/267 130139
/proc/meminfo: memFree=109390428/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=1064092 memory=1013604 CPUtime=3403.46 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 523320 0 0 0 340254 92 0 0 20 0 2 0 139277334 1089630208 253401 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 266023 253401 3520 6655 0 255778 0
[pid=129964/tid=129967] ppid=129961 vsize=1064092 memory=10624 CPUtime=1687.69 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 212681 0 0 0 168722 47 0 0 20 0 2 0 139278362 1089630208 253401 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 3403.46 s
Current children cumulated vsize: 1064092 KiB
Current children cumulated memory: 1013604 KiB

[startup+1782.3 s]
/proc/loadavg: 7.09 7.12 7.27 8/267 130148
/proc/meminfo: memFree=109357612/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=1064092 memory=1013604 CPUtime=3522.61 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 524200 0 0 0 352168 93 0 0 20 0 2 0 139277334 1089630208 253401 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 266023 253401 3520 6655 0 255778 0
[pid=129964/tid=129967] ppid=129961 vsize=1064092 memory=1013604 CPUtime=1747.05 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 213507 0 0 0 174657 48 0 0 20 0 2 0 139278362 1089630208 253401 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 3522.61 s
Current children cumulated vsize: 1064092 KiB
Current children cumulated memory: 1013604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1821.3 s]
/proc/loadavg: 7.10 7.12 7.27 8/267 130150
/proc/meminfo: memFree=109287976/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=1064092 memory=1013604 CPUtime=3600.07 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) R 129961 129964 128431 0 -1 4194304 524213 0 0 0 359914 93 0 0 20 0 2 0 139277334 1089630208 253401 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 266023 253401 3520 6655 0 255778 0
[pid=129964/tid=129967] ppid=129961 vsize=1064092 memory=1013604 CPUtime=1785.63 cores=5,7
/proc/129964/task/129967/stat : 129967 (LSIPExact) R 129961 129964 128431 0 -1 4194368 213520 0 0 0 178515 48 0 0 20 0 2 0 139278362 1089630208 253401 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1064092 KiB
Current children cumulated memory: 1013604 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.73 s, system=0.966082 s

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

# cumulated CPU time of all completed processes:  user=3601.28 s, system=1.03934 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1822.4 s]
/proc/loadavg: 7.10 7.12 7.27 7/267 130152
/proc/meminfo: memFree=109417584/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=891932 memory=851860 CPUtime=3600.66 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) S 129961 129964 128431 0 -1 4194304 552526 227 0 0 359972 94 0 0 20 0 1 0 139277334 913338368 212965 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 222983 212965 3552 6655 0 212738 0
[pid=130152] ppid=129964 vsize=188104 memory=176208 CPUtime=0.72 cores=5,7
/proc/130152/stat : 130152 (Exact) R 129964 130152 130152 0 -1 4194304 24072 0 0 0 66 6 0 0 20 0 1 0 139459499 192618496 44052 18446744073709551615 4198400 8335837 140722915281872 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 15015936 140722915289266 140722915289627 140722915289627 140722915295183 0
/proc/130152/statm: 47026 44052 1056 1011 0 45793 0
Current children cumulated CPU time: 3601.38 s
Current children cumulated vsize: 1080036 KiB
Current children cumulated memory: 1028068 KiB

[startup+1822.8 s]
/proc/loadavg: 7.10 7.12 7.27 7/267 130152
/proc/meminfo: memFree=109417584/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=891932 memory=851860 CPUtime=3600.66 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) S 129961 129964 128431 0 -1 4194304 552526 227 0 0 359972 94 0 0 20 0 1 0 139277334 913338368 212965 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 222983 212965 3552 6655 0 212738 0
[pid=130152] ppid=129964 vsize=161904 memory=150748 CPUtime=1.11 cores=5,7
/proc/130152/stat : 130152 (Exact) R 129964 130152 130152 0 -1 4194304 24176 0 0 0 105 6 0 0 20 0 1 0 139459499 165789696 37687 18446744073709551615 4198400 8335837 140722915281872 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 15015936 140722915289266 140722915289627 140722915289627 140722915295183 0
/proc/130152/statm: 40476 37687 1120 1011 0 39243 0
Current children cumulated CPU time: 3601.77 s
Current children cumulated vsize: 1053836 KiB
Current children cumulated memory: 1002608 KiB

[startup+1823.2 s]
/proc/loadavg: 7.10 7.12 7.27 7/267 130152
/proc/meminfo: memFree=109260644/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=891932 memory=851860 CPUtime=3600.66 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) S 129961 129964 128431 0 -1 4194304 552526 227 0 0 359972 94 0 0 20 0 1 0 139277334 913338368 212965 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 222983 212965 3552 6655 0 212738 0
[pid=130152] ppid=129964 vsize=161904 memory=151004 CPUtime=1.5 cores=5,7
/proc/130152/stat : 130152 (Exact) R 129964 130152 130152 0 -1 4194304 24253 0 0 0 144 6 0 0 20 0 1 0 139459499 165789696 37751 18446744073709551615 4198400 8335837 140722915281872 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 15015936 140722915289266 140722915289627 140722915289627 140722915295183 0
/proc/130152/statm: 40476 37751 1120 1011 0 39243 0
Current children cumulated CPU time: 3602.16 s
Current children cumulated vsize: 1053836 KiB
Current children cumulated memory: 1002864 KiB

[startup+1823.3 s]
/proc/loadavg: 7.10 7.12 7.27 7/267 130152
/proc/meminfo: memFree=109260644/131250000 swapFree=33010160/33010684
[pid=129964] ppid=129961 vsize=891932 memory=851860 CPUtime=3600.66 cores=5,7
/proc/129964/stat : 129964 (LSIPExact) S 129961 129964 128431 0 -1 4194304 552526 227 0 0 359972 94 0 0 20 0 1 0 139277334 913338368 212965 18446744073709551615 93892922015744 93892949272913 140734328332000 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93892957774984 93892958206592 93892988342272 140734328334680 140734328334856 140734328334856 140734328340460 0
/proc/129964/statm: 222983 212965 3552 6655 0 212738 0
[pid=130152] ppid=129964 vsize=161904 memory=151004 CPUtime=1.6 cores=5,7
/proc/130152/stat : 130152 (Exact) R 129964 130152 130152 0 -1 4194304 24253 0 0 0 154 6 0 0 20 0 1 0 139459499 165789696 37751 18446744073709551615 4198400 8335837 140722915281872 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 15015936 140722915289266 140722915289627 140722915289627 140722915295183 0
/proc/130152/statm: 40476 37751 1120 1011 0 39243 0
Current children cumulated CPU time: 3602.26 s
Current children cumulated vsize: 1053836 KiB
Current children cumulated memory: 1002864 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1823.32
CPU time (s): 3602.32
CPU user time (s): 3601.28
CPU system time (s): 1.03934
CPU usage (%): 197.569
Max. virtual memory (cumulated for all children) (KiB): 1108932
Max. memory (cumulated for all children) (KiB): 1028068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.28
system time used= 1.03934
maximum resident set size= 1015652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 577006
page faults= 0
swaps= 0
block input operations= 13480
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 476
involuntary context switches= 58898


# summary of solver processes directly reported to runsolver:
#   pid: 129964,130152
#   total CPU time (s): 3602.32
#   total CPU user time (s): 3601.28
#   total CPU system time (s): 1.03934

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.61756 second user time and 8.47381 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-11 14:13:18
IDJOB=4527726
IDBENCH=178227
IDSOLVER=3384
FILE ID=nodeC016/4527726-1752235998
RUNJOBID= nodeC016-1752232205-128451
SLURM_JOB_ID= 9682527
Free space on /tmp= 430492 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/normalized-maxcut_opt_complete_6-partite_inlv_nvert_69.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527726-1752235998/watcher-4527726-1752235998 -o /tmp/evaluation-result-4527726-1752235998/solver-4527726-1752235998 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1752232205-128451 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527726-1752235998.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 1733aa67cc51115e0f42d9b93b5f287e
RANDOM SEED=1356610466

nodeC016 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.772
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.48
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.804
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.48
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.732
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.48
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.505
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.48
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.734
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.48
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.48
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.735
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.48
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.768
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115680988 kB
MemAvailable:   127957556 kB
Buffers:            2144 kB
Cached:         12988852 kB
SwapCached:           28 kB
Active:          1351356 kB
Inactive:       12304224 kB
Active(anon):     680516 kB
Inactive(anon):     2112 kB
Active(file):     670840 kB
Inactive(file): 12302112 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             81792 kB
Writeback:            44 kB
AnonPages:        666384 kB
Mapped:           133548 kB
Shmem:             18044 kB
KReclaimable:     285708 kB
Slab:             383136 kB
SReclaimable:     285708 kB
SUnreclaim:        97428 kB
KernelStack:        4304 kB
PageTables:         4424 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1041096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430448 MiB
End job on nodeC016 at 2025-07-11 14:43:41