Trace number 4485446

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 S2? (TO) 3600.12 1839.08

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
MD5SUM55b762fd6bb408eb2777c16ed585e3a1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1078264320
Best CPU time to get the best result obtained on this benchmark72000.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11503
Total number of constraints971
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)835
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint4
Maximum length of a constraint9784
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 508832629179091
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3561.95/1800.79	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3561.95/1800.79	c numVar: 11503
3561.95/1800.79	c numCon: 971
3561.95/1800.79	c numEqual: 92
3561.95/1800.79	c intSize: 49
3561.95/1800.79	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
3561.95/1800.79	c ------------------- Paras list -------------------
3561.95/1800.79	c Name                	 Type      	 Now       	 Default   	 Comment
3561.95/1800.79	c timeout             	 double    	 3600.000000	 3600      	 
3561.95/1800.79	c mip_time            	 double    	 0.500000  	 0.5       	 
3561.95/1800.79	c ls_time             	 double    	 10.000000 	 10        	 
3561.95/1800.79	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
3561.95/1800.79	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3561.95/1800.79	c random_seed         	 int       	 0         	 0         	 
3561.95/1800.79	c sample_size         	 int       	 50        	 50        	 
3561.95/1800.79	c sub_score           	 int       	 1         	 1         	 
3561.95/1800.79	c tabu_base           	 int       	 3         	 3         	 
3561.95/1800.79	c tabu_variation      	 int       	 1         	 1         	 
3561.95/1800.79	c sub_div             	 int       	 4         	 4         	 
3561.95/1800.79	c nbcore              	 int       	 2         	 1         	 
3561.95/1800.79	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3561.95/1800.79	c print_sol           	 int       	 1         	 1         	 
3561.95/1800.79	c tmpdir              	 string		 .         	 "."       	 
3561.95/1800.79	c home                	 string		 HOME	 "."       	 
3561.95/1800.79	c benchname           	 string		 HOME/instance-4485446-1751302914.opb	 ""        	 
3561.95/1800.79	c --------------------------------------------------
3561.95/1800.79	c Local Search solver
3561.95/1800.79	c MIP solver
3561.95/1800.79	c use Exact solver
3600.02/1838.90	c receive signal 15, try to interrupt solver...
3562.04/1839.01	c Exact solver (PID 42835) interrupted gracefully.
3562.04/1839.02	s UNKNOWN
3562.04/1839.02	c Total time: 1839

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: 63665 MiB (62623 MiB free)
  memory of node 1: 64507 MiB (63872 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 1.18 2.15 3.17 5/263 42609
/proc/meminfo: memFree=129428668/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=58156 memory=23296 CPUtime=0.08 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 4940 0 0 0 8 0 0 0 20 0 1 0 45971722 59551744 5824 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 14539 5824 1152 6655 0 4774 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23296 KiB

[startup+0.204866 s]*
/proc/loadavg: 1.18 2.15 3.17 4/261 42617
/proc/meminfo: memFree=129420604/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=58156 memory=23296 CPUtime=0.19 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 4940 0 0 0 19 0 0 0 20 0 1 0 45971722 59551744 5824 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 14539 5824 1152 6655 0 4774 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23296 KiB

[startup+0.305565 s]*
/proc/loadavg: 1.18 2.15 3.17 4/261 42617
/proc/meminfo: memFree=129420604/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=58156 memory=23296 CPUtime=0.28 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 4940 0 0 0 28 0 0 0 20 0 1 0 45971722 59551744 5824 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 14539 5824 1152 6655 0 4774 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23296 KiB

[startup+0.700158 s]
/proc/loadavg: 1.18 2.15 3.17 4/261 42617
/proc/meminfo: memFree=129420100/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=58156 memory=23296 CPUtime=0.66 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 4940 0 0 0 65 1 0 0 20 0 1 0 45971722 59551744 5824 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 14539 5824 1152 6655 0 4774 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23296 KiB

[startup+1.50015 s]
/proc/loadavg: 1.18 2.15 3.17 4/261 42617
/proc/meminfo: memFree=129417764/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=58156 memory=23296 CPUtime=1.45 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 4940 0 0 0 142 3 0 0 20 0 1 0 45971722 59551744 5824 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 14539 5824 1152 6655 0 4774 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23296 KiB

[startup+3.10546 s]
/proc/loadavg: 1.18 2.15 3.17 5/260 42691
/proc/meminfo: memFree=129432732/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=58156 memory=23296 CPUtime=3.02 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 4940 0 0 0 295 7 0 0 20 0 1 0 45971722 59551744 5824 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 14539 5824 1152 6655 0 4774 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23296 KiB

[startup+6.30016 s]
/proc/loadavg: 1.40 2.18 3.17 5/265 42700
/proc/meminfo: memFree=129402752/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=58156 memory=23296 CPUtime=6.2 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 4940 0 0 0 613 7 0 0 20 0 1 0 45971722 59551744 5824 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 14539 5824 1152 6655 0 4774 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23296 KiB

[startup+12.7002 s]
/proc/loadavg: 1.69 2.23 3.18 8/268 42703
/proc/meminfo: memFree=129028880/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=209664 memory=117548 CPUtime=14.79 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 25865 0 0 0 1469 10 0 0 20 0 2 0 45971722 214695936 29387 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 52416 29387 3456 6655 0 29225 0
[pid=42600/tid=42701] ppid=42590 vsize=209664 memory=117292 CPUtime=2.19 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 2605 0 0 0 219 0 0 0 20 0 2 0 45972726 214695936 29387 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 14.79 s
Current children cumulated vsize: 209664 KiB
Current children cumulated memory: 117548 KiB

[startup+25.5002 s]
/proc/loadavg: 2.79 2.45 3.24 8/269 42704
/proc/meminfo: memFree=128727380/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=246688 memory=165232 CPUtime=39.45 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 64705 0 0 0 3931 14 0 0 20 0 2 0 45971722 252608512 41308 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 61672 41308 3456 6655 0 42740 0
[pid=42600/tid=42701] ppid=42590 vsize=246688 memory=160064 CPUtime=14.11 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 14349 0 0 0 1410 1 0 0 20 0 2 0 45972726 252608512 41308 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 39.45 s
Current children cumulated vsize: 246688 KiB
Current children cumulated memory: 165232 KiB

[startup+51.1055 s]
/proc/loadavg: 4.51 2.88 3.36 9/269 42704
/proc/meminfo: memFree=128602380/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=260396 memory=184228 CPUtime=90.17 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 105480 0 0 0 8999 18 0 0 20 0 2 0 45971722 266645504 46057 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 65099 46057 3456 6655 0 47001 0
[pid=42600/tid=42701] ppid=42590 vsize=260396 memory=184228 CPUtime=39.35 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 29443 0 0 0 3931 4 0 0 20 0 2 0 45972726 266645504 46057 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 90.17 s
Current children cumulated vsize: 260396 KiB
Current children cumulated memory: 184228 KiB

[startup+102.3 s]
/proc/loadavg: 6.60 3.70 3.62 9/270 42711
/proc/meminfo: memFree=128558496/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=315980 memory=239100 CPUtime=189.75 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 147596 0 0 0 18950 25 0 0 20 0 2 0 45971722 323563520 59775 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 78995 59775 3456 6655 0 61515 0
[pid=42600/tid=42701] ppid=42590 vsize=315980 memory=14720 CPUtime=88.07 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 46265 0 0 0 8801 6 0 0 20 0 2 0 45972726 323563520 59775 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 189.75 s
Current children cumulated vsize: 315980 KiB
Current children cumulated memory: 239100 KiB

[startup+162.3 s]
/proc/loadavg: 7.62 4.52 3.91 9/270 42713
/proc/meminfo: memFree=128486672/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=315980 memory=239868 CPUtime=308.88 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 167208 0 0 0 30860 28 0 0 20 0 2 0 45971722 323563520 59967 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 78995 59967 3456 6655 0 61515 0
[pid=42600/tid=42701] ppid=42590 vsize=315980 memory=239228 CPUtime=147.5 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 56677 0 0 0 14742 8 0 0 20 0 2 0 45972726 323563520 59967 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 308.88 s
Current children cumulated vsize: 315980 KiB
Current children cumulated memory: 239868 KiB

[startup+222.3 s]
/proc/loadavg: 7.62 5.11 4.15 8/270 42715
/proc/meminfo: memFree=128435912/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=315980 memory=270588 CPUtime=428 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 183346 0 0 0 42766 34 0 0 20 0 2 0 45971722 323563520 67647 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 78995 67647 3456 6655 0 69021 0
[pid=42600/tid=42701] ppid=42590 vsize=315980 memory=268284 CPUtime=207.06 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 69424 0 0 0 20693 13 0 0 20 0 2 0 45972726 323563520 67647 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 428 s
Current children cumulated vsize: 315980 KiB
Current children cumulated memory: 270588 KiB

[startup+282.3 s]
/proc/loadavg: 7.32 5.48 4.34 8/270 42717
/proc/meminfo: memFree=128349296/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=411068 memory=355468 CPUtime=547.12 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 212858 0 0 0 54669 43 0 0 20 0 2 0 45971722 420933632 88867 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 102767 88867 3456 6655 0 88845 0
[pid=42600/tid=42701] ppid=42590 vsize=411068 memory=327308 CPUtime=266.37 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 85180 0 0 0 26617 20 0 0 20 0 2 0 45972726 420933632 88867 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 547.12 s
Current children cumulated vsize: 411068 KiB
Current children cumulated memory: 355468 KiB

[startup+342.3 s]
/proc/loadavg: 7.24 5.79 4.52 8/267 42719
/proc/meminfo: memFree=128240944/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=529764 memory=453628 CPUtime=666.26 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 242097 0 0 0 66563 63 0 0 20 0 2 0 45971722 542478336 113407 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 132441 113407 3456 6655 0 113424 0
[pid=42600/tid=42701] ppid=42590 vsize=529764 memory=442492 CPUtime=325.71 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 104907 0 0 0 32534 37 0 0 20 0 2 0 45972726 542478336 113407 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 666.26 s
Current children cumulated vsize: 529764 KiB
Current children cumulated memory: 453628 KiB

[startup+402.3 s]

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

/proc/loadavg: 7.43 7.24 6.20 8/266 42760
/proc/meminfo: memFree=125364020/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=2095072 memory=2027032 CPUtime=2453.49 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 705680 0 0 0 245119 230 0 0 20 0 2 0 45971722 2145353728 506758 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 523768 506758 3456 6655 0 509115 0
[pid=42600/tid=42701] ppid=42590 vsize=2095072 memory=13824 CPUtime=1215.93 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 367788 0 0 0 121439 154 0 0 20 0 2 0 45972726 2145353728 506758 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 2453.49 s
Current children cumulated vsize: 2095072 KiB
Current children cumulated memory: 2027032 KiB

[startup+1302.3 s]
/proc/loadavg: 7.36 7.25 6.28 8/268 42768
/proc/meminfo: memFree=125278352/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=2216332 memory=2117612 CPUtime=2572.68 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 735938 0 0 0 257030 238 0 0 20 0 2 0 45971722 2269523968 529403 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 554083 529403 3456 6655 0 531653 0
[pid=42600/tid=42701] ppid=42590 vsize=2216332 memory=14720 CPUtime=1275.33 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 380493 0 0 0 127375 158 0 0 20 0 2 0 45972726 2269523968 529403 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 2572.68 s
Current children cumulated vsize: 2216332 KiB
Current children cumulated memory: 2117612 KiB

[startup+1362.3 s]
/proc/loadavg: 7.19 7.22 6.33 8/268 42770
/proc/meminfo: memFree=125175756/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=2267688 memory=2213228 CPUtime=2691.85 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 764556 0 0 0 268940 245 0 0 20 0 2 0 45971722 2322112512 553307 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 566922 553307 3456 6655 0 555720 0
[pid=42600/tid=42701] ppid=42590 vsize=2267688 memory=14720 CPUtime=1334.7 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 396355 0 0 0 133308 162 0 0 20 0 2 0 45972726 2322112512 553307 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 2691.85 s
Current children cumulated vsize: 2267688 KiB
Current children cumulated memory: 2213228 KiB

[startup+1422.3 s]
/proc/loadavg: 7.46 7.28 6.41 8/269 42773
/proc/meminfo: memFree=125029568/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=2396604 memory=2335720 CPUtime=2811.03 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 795696 0 0 0 280848 255 0 0 20 0 2 0 45971722 2454122496 583930 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 599151 583930 3456 6655 0 586342 0
[pid=42600/tid=42701] ppid=42590 vsize=2396604 memory=14720 CPUtime=1394.08 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 410776 0 0 0 139241 167 0 0 20 0 2 0 45972726 2454122496 583930 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 2811.03 s
Current children cumulated vsize: 2396604 KiB
Current children cumulated memory: 2335720 KiB

[startup+1482.3 s]
/proc/loadavg: 7.24 7.24 6.45 8/269 42775
/proc/meminfo: memFree=124646252/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=2523004 memory=2443776 CPUtime=2930.22 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 831310 0 0 0 292755 267 0 0 20 0 2 0 45971722 2583556096 610944 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 630751 610944 3456 6655 0 613320 0
[pid=42600/tid=42701] ppid=42590 vsize=2523004 memory=14720 CPUtime=1453.47 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 427637 0 0 0 145173 174 0 0 20 0 2 0 45972726 2583556096 610944 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 2930.22 s
Current children cumulated vsize: 2523004 KiB
Current children cumulated memory: 2443776 KiB

[startup+1542.3 s]
/proc/loadavg: 7.14 7.21 6.50 8/269 42777
/proc/meminfo: memFree=124481440/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=2650324 memory=2560828 CPUtime=3049.4 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 863142 0 0 0 304664 276 0 0 20 0 2 0 45971722 2713931776 640207 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 662581 640207 3456 6655 0 642749 0
[pid=42600/tid=42701] ppid=42590 vsize=2650324 memory=2534716 CPUtime=1512.86 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 443231 0 0 0 151106 180 0 0 20 0 2 0 45972726 2713931776 640207 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 3049.4 s
Current children cumulated vsize: 2650324 KiB
Current children cumulated memory: 2560828 KiB

[startup+1602.3 s]
/proc/loadavg: 7.09 7.18 6.54 8/268 42779
/proc/meminfo: memFree=124354732/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=2766100 memory=2666192 CPUtime=3168.59 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 893678 0 0 0 316574 285 0 0 20 0 2 0 45971722 2832486400 666548 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 691525 666548 3456 6655 0 668998 0
[pid=42600/tid=42701] ppid=42590 vsize=2766100 memory=2662096 CPUtime=1572.24 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 461773 0 0 0 157038 186 0 0 20 0 2 0 45972726 2832486400 666548 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 3168.59 s
Current children cumulated vsize: 2766100 KiB
Current children cumulated memory: 2666192 KiB

[startup+1662.3 s]
/proc/loadavg: 7.06 7.16 6.57 8/268 42781
/proc/meminfo: memFree=124251660/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=2886744 memory=2775472 CPUtime=3287.8 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 928023 0 0 0 328484 296 0 0 20 0 2 0 45971722 2956025856 693868 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 721686 693868 3456 6655 0 696152 0
[pid=42600/tid=42701] ppid=42590 vsize=2886744 memory=14720 CPUtime=1631.63 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 478152 0 0 0 162970 193 0 0 20 0 2 0 45972726 2956025856 693868 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 3287.8 s
Current children cumulated vsize: 2886744 KiB
Current children cumulated memory: 2775472 KiB

[startup+1722.3 s]
/proc/loadavg: 7.07 7.14 6.61 7/263 42790
/proc/meminfo: memFree=125935640/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=2966004 memory=2913560 CPUtime=3406.95 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 961738 0 0 0 340385 310 0 0 20 0 2 0 45971722 3037188096 728390 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 741501 728390 3456 6655 0 730990 0
[pid=42600/tid=42701] ppid=42590 vsize=2966004 memory=2908056 CPUtime=1691.02 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 491796 0 0 0 168901 201 0 0 20 0 2 0 45972726 3037188096 728390 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 3406.95 s
Current children cumulated vsize: 2966004 KiB
Current children cumulated memory: 2913560 KiB

[startup+1782.3 s]
/proc/loadavg: 7.70 7.31 6.70 9/267 42830
/proc/meminfo: memFree=125679792/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=3090276 memory=3036200 CPUtime=3526.06 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) R 42590 42600 42536 0 -1 4194304 996056 0 0 0 352281 325 0 0 20 0 2 0 45971722 3164442624 759050 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 772569 759050 3456 6655 0 761382 0
[pid=42600/tid=42701] ppid=42590 vsize=3090276 memory=3020560 CPUtime=1750.35 cores=0,2
/proc/42600/task/42701/stat : 42701 (LSIPExact) R 42590 42600 42536 0 -1 4194368 508337 0 0 0 174825 210 0 0 20 0 2 0 45972726 3164442624 759050 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
Current children cumulated CPU time: 3526.06 s
Current children cumulated vsize: 3090276 KiB
Current children cumulated memory: 3036200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1838.9 s]
/proc/loadavg: 6.37 7.04 6.64 5/267 42839
/proc/meminfo: memFree=123691844/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=1697248 memory=1647980 CPUtime=3562.04 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) S 42590 42600 42536 0 -1 4194304 1594033 0 0 0 355842 362 0 0 20 0 1 0 45971722 1737981952 411995 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 424312 411995 3488 6655 0 414546 0
[pid=42835] ppid=42600 vsize=364876 memory=332912 CPUtime=37.98 cores=0,2
/proc/42835/stat : 42835 (Exact) R 42600 42835 42835 0 -1 4194304 53146 0 0 0 3781 17 0 0 20 0 1 0 46151801 373633024 83228 18446744073709551615 4198400 8335837 140729325283280 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38391808 140729325291707 140729325292061 140729325292061 140729325297615 0
/proc/42835/statm: 91219 83228 1120 1011 0 89986 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2062124 KiB
Current children cumulated memory: 1980892 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.26 s, system=3.86031 s

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

[startup+1839 s]*
/proc/loadavg: 6.37 7.04 6.64 5/267 42840
/proc/meminfo: memFree=123996464/131250000 swapFree=33010684/33010684
[pid=42600] ppid=42590 vsize=1697248 memory=1647980 CPUtime=3562.04 cores=0,2
/proc/42600/stat : 42600 (LSIPExact) S 42590 42600 42536 0 -1 4194304 1594034 136 0 0 355842 362 0 0 20 0 1 0 45971722 1737981952 411995 18446744073709551615 94518800429056 94518827685457 140721485620992 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94518836188296 94518836619904 94518860599296 140721485625690 140721485625866 140721485625866 140721485631468 0
/proc/42600/statm: 424312 411995 3488 6655 0 414546 0
Current children cumulated CPU time: 3562.04 s
Current children cumulated vsize: 1697248 KiB
Current children cumulated memory: 1647980 KiB

Child status: 0

Real time (s): 1839.08
CPU time (s): 3600.12
CPU user time (s): 3596.26
CPU system time (s): 3.86031
CPU usage (%): 195.757
Max. virtual memory (cumulated for all children) (KiB): 3169060
Max. memory (cumulated for all children) (KiB): 3074888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.26
system time used= 3.86031
maximum resident set size= 3075144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1649637
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 539
involuntary context switches= 42993


# summary of solver processes directly reported to runsolver:
#   pid: 42600
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3596.26
#   total CPU system time (s): 3.86031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.21317 second user time and 9.02413 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-30 19:01:54
IDJOB=4485446
IDBENCH=146795
IDSOLVER=3337
FILE ID=nodeC013/4485446-1751302914
RUNJOBID= nodeC013-1751302914-42549
SLURM_JOB_ID= 9594288
Free space on /tmp= 433048 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485446-1751302914/watcher-4485446-1751302914 -o /tmp/evaluation-result-4485446-1751302914/solver-4485446-1751302914 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751302914-42549 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4485446-1751302914.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 55b762fd6bb408eb2777c16ed585e3a1
RANDOM SEED=341534243

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129531104 kB
MemAvailable:   129751020 kB
Buffers:            3280 kB
Cached:          1021540 kB
SwapCached:            0 kB
Active:           313524 kB
Inactive:         777892 kB
Active(anon):      79908 kB
Inactive(anon):        0 kB
Active(file):     233616 kB
Inactive(file):   777892 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            192044 kB
Writeback:             4 kB
AnonPages:         69492 kB
Mapped:            98272 kB
Shmem:             13284 kB
KReclaimable:      94896 kB
Slab:             181244 kB
SReclaimable:      94896 kB
SUnreclaim:        86348 kB
KernelStack:        4036 kB
PageTables:         2820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     315888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432876 MiB
End job on nodeC013 at 2025-06-30 19:32:34