Trace number 4485399

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) 3601.99 1834.31

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-core4872-1529.opb
MD5SUM24a342ae8fc5469ab48a1ad2f6e90ddf
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 benchmark1543
Best CPU time to get the best result obtained on this benchmark3600.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables24645
Total number of constraints4873
Number of constraints which are clauses4872
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint17864
Number of terms in the objective function 24645
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 42509
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 9256
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 42509
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.00/1832.30	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.00/1832.30	c numVar: 24645
3600.00/1832.30	c numCon: 4873
3600.00/1832.30	c numEqual: 0
3600.00/1832.30	c intSize: 16
3600.00/1832.30	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.00/1832.30	c ------------------- Paras list -------------------
3600.00/1832.30	c Name                	 Type      	 Now       	 Default   	 Comment
3600.00/1832.30	c timeout             	 double    	 3600.000000	 3600      	 
3600.00/1832.30	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.00/1832.30	c ls_time             	 double    	 10.000000 	 10        	 
3600.00/1832.30	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.00/1832.30	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.00/1832.30	c random_seed         	 int       	 0         	 0         	 
3600.00/1832.30	c sample_size         	 int       	 50        	 50        	 
3600.00/1832.30	c sub_score           	 int       	 1         	 1         	 
3600.00/1832.30	c tabu_base           	 int       	 3         	 3         	 
3600.00/1832.30	c tabu_variation      	 int       	 1         	 1         	 
3600.00/1832.30	c sub_div             	 int       	 4         	 4         	 
3600.00/1832.30	c nbcore              	 int       	 2         	 1         	 
3600.00/1832.30	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.00/1832.30	c print_sol           	 int       	 1         	 1         	 
3600.00/1832.30	c tmpdir              	 string		 .         	 "."       	 
3600.00/1832.30	c home                	 string		 HOME	 "."       	 
3600.00/1832.30	c benchname           	 string		 HOME/instance-4485399-1751286841.opb	 ""        	 
3600.00/1832.30	c --------------------------------------------------
3600.00/1832.30	c Local Search solver
3600.00/1832.30	c LS find feasible solution for PBO with objective value 1716
3600.00/1832.30	c MIP solver
3600.00/1832.30	c receive signal 15, try to interrupt solver...
3600.00/1832.31	c MIP solver find feasible solution
3600.00/1832.31	c MIP solver objective value: 1561
3600.00/1832.33	c MIP find feasible solution for PBO with objective value 1561
3600.00/1832.33	c copy file: 0
3600.00/1832.33	c gen ub file: HOME/instance-4485399-1751286841.opb_ub.opb
3600.00/1832.33	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: 63665 MiB (59621 MiB free)
  memory of node 1: 64507 MiB (59335 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=42495, runsolver pid=42492
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 7.08 7.16 7.43 7/266 42496
/proc/meminfo: memFree=121775960/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=71792 memory=36992 CPUtime=0.09 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 8371 0 0 0 8 1 0 0 20 0 1 0 44361827 73515008 9248 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 17948 9248 1184 6655 0 8183 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 71792 KiB
Current children cumulated memory: 36992 KiB

[startup+0.205721 s]*
/proc/loadavg: 7.08 7.16 7.43 7/266 42496
/proc/meminfo: memFree=121775960/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=71792 memory=36992 CPUtime=0.19 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 8371 0 0 0 18 1 0 0 20 0 1 0 44361827 73515008 9248 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 17948 9248 1184 6655 0 8183 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 71792 KiB
Current children cumulated memory: 36992 KiB

[startup+0.3056 s]*
/proc/loadavg: 7.08 7.16 7.43 7/266 42496
/proc/meminfo: memFree=121775960/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=71792 memory=36992 CPUtime=0.29 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 8371 0 0 0 28 1 0 0 20 0 1 0 44361827 73515008 9248 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 17948 9248 1184 6655 0 8183 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 71792 KiB
Current children cumulated memory: 36992 KiB

[startup+0.700185 s]
/proc/loadavg: 7.08 7.16 7.43 7/266 42496
/proc/meminfo: memFree=121775960/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=71792 memory=36992 CPUtime=0.68 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 8371 0 0 0 67 1 0 0 20 0 1 0 44361827 73515008 9248 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 17948 9248 1184 6655 0 8183 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 71792 KiB
Current children cumulated memory: 36992 KiB

[startup+1.50018 s]
/proc/loadavg: 6.99 7.14 7.42 7/266 42496
/proc/meminfo: memFree=121772264/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=71792 memory=36992 CPUtime=1.48 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 8371 0 0 0 147 1 0 0 20 0 1 0 44361827 73515008 9248 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 17948 9248 1184 6655 0 8183 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 71792 KiB
Current children cumulated memory: 36992 KiB

[startup+3.1055 s]
/proc/loadavg: 6.99 7.14 7.42 7/266 42496
/proc/meminfo: memFree=121781892/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=71792 memory=36992 CPUtime=3.08 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 8371 0 0 0 307 1 0 0 20 0 1 0 44361827 73515008 9248 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 17948 9248 1184 6655 0 8183 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 71792 KiB
Current children cumulated memory: 36992 KiB

[startup+6.30017 s]
/proc/loadavg: 6.91 7.13 7.42 7/266 42496
/proc/meminfo: memFree=121780312/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=71792 memory=36992 CPUtime=6.27 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 8371 0 0 0 626 1 0 0 20 0 1 0 44361827 73515008 9248 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 17948 9248 1184 6655 0 8183 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 71792 KiB
Current children cumulated memory: 36992 KiB

[startup+12.7002 s]
/proc/loadavg: 6.84 7.11 7.41 8/267 42497
/proc/meminfo: memFree=121735108/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=203248 memory=140284 CPUtime=14.42 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 31683 0 0 0 1437 5 0 0 20 0 2 0 44361827 208125952 35071 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 50812 35071 3392 6655 0 35002 0
[pid=42495/tid=42497] ppid=42492 vsize=203248 memory=-6081665352531546469 CPUtime=1.76 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 9210 0 0 0 176 0 0 0 20 0 2 0 44362834 208125952 35071 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 14.42 s
Current children cumulated vsize: 203248 KiB
Current children cumulated memory: 140284 KiB

[startup+25.5002 s]
/proc/loadavg: 6.94 7.12 7.41 8/267 42497
/proc/meminfo: memFree=121682448/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=204424 memory=148860 CPUtime=39.86 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 47516 0 0 0 3979 7 0 0 20 0 2 0 44361827 209330176 37215 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 51106 37215 3456 6655 0 36995 0
[pid=42495/tid=42497] ppid=42492 vsize=204424 memory=148732 CPUtime=14.44 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 19016 0 0 0 1442 2 0 0 20 0 2 0 44362834 209330176 37215 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 39.86 s
Current children cumulated vsize: 204424 KiB
Current children cumulated memory: 148860 KiB

[startup+51.1057 s]
/proc/loadavg: 6.97 7.11 7.39 8/267 42498
/proc/meminfo: memFree=121547408/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=262052 memory=203260 CPUtime=90.74 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 77623 0 0 0 9062 12 0 0 20 0 2 0 44361827 268341248 50815 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 65513 50815 3520 6655 0 52105 0
[pid=42495/tid=42497] ppid=42492 vsize=262052 memory=2273 CPUtime=39.78 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 28569 0 0 0 3975 3 0 0 20 0 2 0 44362834 268341248 50815 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 90.74 s
Current children cumulated vsize: 262052 KiB
Current children cumulated memory: 203260 KiB

[startup+102.3 s]
/proc/loadavg: 7.03 7.10 7.38 8/266 42499
/proc/meminfo: memFree=121374772/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=264884 memory=206588 CPUtime=192.14 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 112379 0 0 0 19200 14 0 0 20 0 2 0 44361827 271241216 51647 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 66221 51647 3520 6655 0 52813 0
[pid=42495/tid=42497] ppid=42492 vsize=264884 memory=205692 CPUtime=90.13 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 44213 0 0 0 9009 4 0 0 20 0 2 0 44362834 271241216 51647 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 192.14 s
Current children cumulated vsize: 264884 KiB
Current children cumulated memory: 206588 KiB

[startup+162.3 s]
/proc/loadavg: 7.04 7.09 7.35 8/266 42548
/proc/meminfo: memFree=124602284/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=264884 memory=206588 CPUtime=311.38 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 112842 0 0 0 31124 14 0 0 20 0 2 0 44361827 271241216 51647 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 66221 51647 3520 6655 0 52813 0
[pid=42495/tid=42497] ppid=42492 vsize=264884 memory=206588 CPUtime=149.54 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 44302 0 0 0 14950 4 0 0 20 0 2 0 44362834 271241216 51647 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 311.38 s
Current children cumulated vsize: 264884 KiB
Current children cumulated memory: 206588 KiB

[startup+222.3 s]
/proc/loadavg: 7.00 7.07 7.33 8/266 42550
/proc/meminfo: memFree=124521308/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=264884 memory=206588 CPUtime=430.61 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 123380 0 0 0 43045 16 0 0 20 0 2 0 44361827 271241216 51647 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 66221 51647 3520 6655 0 52813 0
[pid=42495/tid=42497] ppid=42492 vsize=264884 memory=206588 CPUtime=208.94 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 50203 0 0 0 20889 5 0 0 20 0 2 0 44362834 271241216 51647 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 430.61 s
Current children cumulated vsize: 264884 KiB
Current children cumulated memory: 206588 KiB

[startup+282.3 s]
/proc/loadavg: 7.40 7.15 7.34 9/268 42647
/proc/meminfo: memFree=125867328/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=264884 memory=208124 CPUtime=549.83 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 134214 0 0 0 54967 16 0 0 20 0 2 0 44361827 271241216 52031 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 66221 52031 3520 6655 0 52813 0
[pid=42495/tid=42497] ppid=42492 vsize=264884 memory=5760 CPUtime=268.34 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 55452 0 0 0 26829 5 0 0 20 0 2 0 44362834 271241216 52031 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 549.83 s
Current children cumulated vsize: 264884 KiB
Current children cumulated memory: 208124 KiB

[startup+342.3 s]
/proc/loadavg: 7.84 7.32 7.39 9/268 42653
/proc/meminfo: memFree=125764204/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=264884 memory=208764 CPUtime=669.01 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 136873 0 0 0 66884 17 0 0 20 0 2 0 44361827 271241216 52191 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 66221 52191 3520 6655 0 52813 0
[pid=42495/tid=42497] ppid=42492 vsize=264884 memory=208764 CPUtime=327.72 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 56630 0 0 0 32766 6 0 0 20 0 2 0 44362834 271241216 52191 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 669.01 s
Current children cumulated vsize: 264884 KiB
Current children cumulated memory: 208764 KiB

[startup+402.3 s]

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

[pid=42495] ppid=42492 vsize=394360 memory=350620 CPUtime=2904.49 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 208120 0 0 0 290421 28 0 0 20 0 2 0 44361827 403824640 87655 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 98590 87655 3520 6655 0 87434 0
[pid=42495/tid=42497] ppid=42492 vsize=394360 memory=14824 CPUtime=1434.9 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 89545 0 0 0 143480 10 0 0 20 0 2 0 44362834 403824640 87655 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 2904.49 s
Current children cumulated vsize: 394360 KiB
Current children cumulated memory: 350620 KiB

[startup+1542.3 s]
/proc/loadavg: 8.10 8.10 7.93 9/268 42804
/proc/meminfo: memFree=123520140/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=394360 memory=350620 CPUtime=3023.7 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 208125 0 0 0 302342 28 0 0 20 0 2 0 44361827 403824640 87655 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 98590 87655 3520 6655 0 87434 0
[pid=42495/tid=42497] ppid=42492 vsize=394360 memory=350620 CPUtime=1494.73 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 89548 0 0 0 149463 10 0 0 20 0 2 0 44362834 403824640 87655 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 3023.7 s
Current children cumulated vsize: 394360 KiB
Current children cumulated memory: 350620 KiB

[startup+1602.3 s]
/proc/loadavg: 8.08 8.09 7.94 9/268 42807
/proc/meminfo: memFree=123407132/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=394360 memory=350620 CPUtime=3142.92 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 208129 0 0 0 314264 28 0 0 20 0 2 0 44361827 403824640 87655 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 98590 87655 3520 6655 0 87434 0
[pid=42495/tid=42497] ppid=42492 vsize=394360 memory=350620 CPUtime=1554.55 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 89550 0 0 0 155445 10 0 0 20 0 2 0 44362834 403824640 87655 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 3142.92 s
Current children cumulated vsize: 394360 KiB
Current children cumulated memory: 350620 KiB

[startup+1662.3 s]
/proc/loadavg: 8.15 8.10 7.95 9/268 42820
/proc/meminfo: memFree=123290496/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=394360 memory=352796 CPUtime=3262.16 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 208897 0 0 0 326187 29 0 0 20 0 2 0 44361827 403824640 88199 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 98590 88199 3520 6655 0 88014 0
[pid=42495/tid=42497] ppid=42492 vsize=394360 memory=350620 CPUtime=1614.38 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 90197 0 0 0 161428 10 0 0 20 0 2 0 44362834 403824640 88199 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 3262.16 s
Current children cumulated vsize: 394360 KiB
Current children cumulated memory: 352796 KiB

[startup+1722.3 s]
/proc/loadavg: 8.05 8.08 7.96 9/268 42822
/proc/meminfo: memFree=123199652/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=465188 memory=369848 CPUtime=3381.4 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 219575 0 0 0 338108 32 0 0 20 0 2 0 44361827 476352512 92462 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 116297 92462 3520 6655 0 92337 0
[pid=42495/tid=42497] ppid=42492 vsize=465188 memory=350620 CPUtime=1674.23 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 99527 0 0 0 167410 13 0 0 20 0 2 0 44362834 476352512 92462 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 3381.4 s
Current children cumulated vsize: 465188 KiB
Current children cumulated memory: 369848 KiB

[startup+1782.3 s]
/proc/loadavg: 8.06 8.08 7.97 9/268 42825
/proc/meminfo: memFree=123057180/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=476064 memory=383032 CPUtime=3500.63 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 222951 0 0 0 350031 32 0 0 20 0 2 0 44361827 487489536 95758 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 119016 95758 3520 6655 0 95419 0
[pid=42495/tid=42497] ppid=42492 vsize=476064 memory=373560 CPUtime=1734.08 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 99999 0 0 0 173395 13 0 0 20 0 2 0 44362834 487489536 95758 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 3500.63 s
Current children cumulated vsize: 476064 KiB
Current children cumulated memory: 383032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1832.3 s]
/proc/loadavg: 8.14 8.10 7.99 9/268 42827
/proc/meminfo: memFree=122928028/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=476064 memory=388920 CPUtime=3600 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) R 42492 42495 40512 0 -1 4194304 224431 0 0 0 359967 33 0 0 20 0 2 0 44361827 487489536 97230 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 119016 97230 3520 6655 0 96895 0
[pid=42495/tid=42497] ppid=42492 vsize=476064 memory=373560 CPUtime=1783.95 cores=1,3
/proc/42495/task/42497/stat : 42497 (LSIPExact) R 42492 42495 40512 0 -1 4194368 101479 0 0 0 178382 13 0 0 20 0 2 0 44362834 487489536 97230 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 476064 KiB
Current children cumulated memory: 388920 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.7 s, system=0.343255 s

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

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

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

[startup+1833.6 s]
/proc/loadavg: 8.14 8.10 7.99 8/268 42829
/proc/meminfo: memFree=122960232/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=300428 memory=267184 CPUtime=3600.02 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) S 42492 42495 40512 0 -1 4194304 227155 228 0 0 359969 33 0 0 20 0 1 0 44361827 307638272 66796 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 75107 66796 3552 6655 0 65340 0
[pid=42829] ppid=42495 vsize=177096 memory=141464 CPUtime=1.23 cores=1,3
/proc/42829/stat : 42829 (Exact) R 42495 42829 42829 0 -1 4194304 33093 0 0 0 117 6 0 0 20 0 1 0 44545061 181346304 35366 18446744073709551615 4198400 8335837 140731705762416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24580096 140731705768116 140731705768477 140731705768477 140731705774031 0
/proc/42829/statm: 44274 35366 1120 1011 0 43041 0
Current children cumulated CPU time: 3601.25 s
Current children cumulated vsize: 477524 KiB
Current children cumulated memory: 408648 KiB

[startup+1834 s]*
/proc/loadavg: 8.14 8.10 7.99 8/268 42829
/proc/meminfo: memFree=122835304/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=300428 memory=267184 CPUtime=3600.02 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) S 42492 42495 40512 0 -1 4194304 227155 228 0 0 359969 33 0 0 20 0 1 0 44361827 307638272 66796 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 75107 66796 3552 6655 0 65340 0
[pid=42829] ppid=42495 vsize=206028 memory=198064 CPUtime=1.63 cores=1,3
/proc/42829/stat : 42829 (Exact) R 42495 42829 42829 0 -1 4194304 44911 0 0 0 155 8 0 0 20 0 1 0 44545061 210972672 49516 18446744073709551615 4198400 8335837 140731705762416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24580096 140731705768116 140731705768477 140731705768477 140731705774031 0
/proc/42829/statm: 51507 49516 1120 1011 0 50274 0
Current children cumulated CPU time: 3601.65 s
Current children cumulated vsize: 506456 KiB
Current children cumulated memory: 465248 KiB

[startup+1834.2 s]
/proc/loadavg: 8.14 8.10 7.99 8/268 42829
/proc/meminfo: memFree=122835304/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=300428 memory=267184 CPUtime=3600.02 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) S 42492 42495 40512 0 -1 4194304 227155 228 0 0 359969 33 0 0 20 0 1 0 44361827 307638272 66796 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 75107 66796 3552 6655 0 65340 0
[pid=42829] ppid=42495 vsize=232520 memory=207156 CPUtime=1.82 cores=1,3
/proc/42829/stat : 42829 (Exact) R 42495 42829 42829 0 -1 4194304 46041 0 0 0 173 9 0 0 20 0 1 0 44545061 238100480 51789 18446744073709551615 4198400 8335837 140731705762416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24580096 140731705768116 140731705768477 140731705768477 140731705774031 0
/proc/42829/statm: 58130 51789 1120 1011 0 56897 0
Current children cumulated CPU time: 3601.84 s
Current children cumulated vsize: 532948 KiB
Current children cumulated memory: 474340 KiB

[startup+1834.3 s]
/proc/loadavg: 8.14 8.10 7.99 8/268 42829
/proc/meminfo: memFree=122835304/131249996 swapFree=33010684/33010684
[pid=42495] ppid=42492 vsize=300428 memory=267184 CPUtime=3600.02 cores=1,3
/proc/42495/stat : 42495 (LSIPExact) S 42492 42495 40512 0 -1 4194304 227155 228 0 0 359969 33 0 0 20 0 1 0 44361827 307638272 66796 18446744073709551615 94764247629824 94764274886225 140732358800416 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94764283389064 94764283820672 94764289667072 140732358805850 140732358806026 140732358806026 140732358811628 0
/proc/42495/statm: 75107 66796 3552 6655 0 65340 0
[pid=42829] ppid=42495 vsize=310104 memory=275420 CPUtime=1.93 cores=1,3
/proc/42829/stat : 42829 (Exact) R 42495 42829 42829 0 -1 4194304 62609 0 0 0 181 12 0 0 20 0 1 0 44545061 317546496 68855 18446744073709551615 4198400 8335837 140731705762416 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24580096 140731705768116 140731705768477 140731705768477 140731705774031 0
/proc/42829/statm: 77526 68855 1120 1011 0 76293 0
Current children cumulated CPU time: 3601.95 s
Current children cumulated vsize: 610532 KiB
Current children cumulated memory: 542604 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1834.31
CPU time (s): 3601.99
CPU user time (s): 3601.51
CPU system time (s): 0.474922
CPU usage (%): 196.367
Max. virtual memory (cumulated for all children) (KiB): 610532
Max. memory (cumulated for all children) (KiB): 542604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.51
system time used= 0.474922
maximum resident set size= 389176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289992
page faults= 0
swaps= 0
block input operations= 4120
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 529
involuntary context switches= 95957


# summary of solver processes directly reported to runsolver:
#   pid: 42495,42829
#   total CPU time (s): 3601.99
#   total CPU user time (s): 3601.51
#   total CPU system time (s): 0.474922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.56013 second user time and 8.7425 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 14:34:01
IDJOB=4485399
IDBENCH=146794
IDSOLVER=3336
FILE ID=nodeC017/4485399-1751286841
RUNJOBID= nodeC017-1751279512-40524
SLURM_JOB_ID= 9594216
Free space on /tmp= 432876 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-core4872-1529.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485399-1751286841/watcher-4485399-1751286841 -o /tmp/evaluation-result-4485399-1751286841/solver-4485399-1751286841 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40524 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4485399-1751286841.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 24a342ae8fc5469ab48a1ad2f6e90ddf
RANDOM SEED=510920439

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.051
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	: 7000.12
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.872
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	: 7000.12
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		: 3601.429
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.039
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	: 7000.12
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		: 3600.056
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	: 7000.12
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		: 3600.069
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	: 7000.12
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		: 3600.091
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	: 7000.12
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		: 3588.926
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121811948 kB
MemAvailable:   124779508 kB
Buffers:            2380 kB
Cached:          3738832 kB
SwapCached:            0 kB
Active:          5296872 kB
Inactive:        3433288 kB
Active(anon):    5007016 kB
Inactive(anon):       12 kB
Active(file):     289856 kB
Inactive(file):  3433276 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46456 kB
Writeback:            24 kB
AnonPages:       4991196 kB
Mapped:           144372 kB
Shmem:             18080 kB
KReclaimable:     166936 kB
Slab:             256344 kB
SReclaimable:     166936 kB
SUnreclaim:        89408 kB
KernelStack:        4336 kB
PageTables:        13108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5425744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1527808 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432836 MiB
End job on nodeC017 at 2025-06-30 15:04:35