Trace number 4485445

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.22 1821.17

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485445-1751286955/watcher-4485445-1751286955 -o /tmp/evaluation-result-4485445-1751286955/solver-4485445-1751286955 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40522 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4485445-1751286955.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
Current StackSize limit: 8192 KiB

solver pid=42546, runsolver pid=42543

[startup+0.100061 s]*
/proc/loadavg: 7.10 7.12 7.38 7/265 42547
/proc/meminfo: memFree=124735964/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=58156 memory=23504 CPUtime=0.09 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 4938 0 0 0 9 0 0 0 20 0 1 0 44373266 59551744 5876 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 14539 5876 1184 6655 0 4774 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23504 KiB

[startup+0.205725 s]*
/proc/loadavg: 7.10 7.12 7.38 7/265 42547
/proc/meminfo: memFree=124736216/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=58156 memory=23504 CPUtime=0.19 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 4938 0 0 0 19 0 0 0 20 0 1 0 44373266 59551744 5876 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 14539 5876 1184 6655 0 4774 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23504 KiB

[startup+0.305523 s]*
/proc/loadavg: 7.10 7.12 7.38 7/265 42547
/proc/meminfo: memFree=124736216/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=58156 memory=23504 CPUtime=0.29 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 4938 0 0 0 29 0 0 0 20 0 1 0 44373266 59551744 5876 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 14539 5876 1184 6655 0 4774 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23504 KiB

[startup+0.70017 s]
/proc/loadavg: 7.10 7.12 7.38 7/265 42547
/proc/meminfo: memFree=124736216/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=58156 memory=23504 CPUtime=0.68 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 4938 0 0 0 68 0 0 0 20 0 1 0 44373266 59551744 5876 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 14539 5876 1184 6655 0 4774 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23504 KiB

[startup+1.50018 s]
/proc/loadavg: 7.10 7.12 7.38 7/265 42547
/proc/meminfo: memFree=124736216/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=58156 memory=23504 CPUtime=1.48 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 4938 0 0 0 148 0 0 0 20 0 1 0 44373266 59551744 5876 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 14539 5876 1184 6655 0 4774 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23504 KiB

[startup+3.1054 s]
/proc/loadavg: 7.02 7.10 7.37 7/265 42547
/proc/meminfo: memFree=124736476/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=58156 memory=23504 CPUtime=3.08 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 4938 0 0 0 308 0 0 0 20 0 1 0 44373266 59551744 5876 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 14539 5876 1184 6655 0 4774 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23504 KiB

[startup+6.30016 s]
/proc/loadavg: 7.02 7.10 7.37 7/265 42547
/proc/meminfo: memFree=124736660/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=58156 memory=23504 CPUtime=6.27 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 4938 0 0 0 627 0 0 0 20 0 1 0 44373266 59551744 5876 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 14539 5876 1184 6655 0 4774 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 58156 KiB
Current children cumulated memory: 23504 KiB

[startup+12.7002 s]
/proc/loadavg: 6.94 7.08 7.36 8/266 42548
/proc/meminfo: memFree=124663588/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=209664 memory=117512 CPUtime=14.87 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 25862 0 0 0 1483 4 0 0 20 0 2 0 44373266 214695936 29378 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 52416 29378 3456 6655 0 29225 0
[pid=42546/tid=42548] ppid=42543 vsize=209664 memory=6388 CPUtime=2.21 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 2605 0 0 0 221 0 0 0 20 0 2 0 44374270 214695936 29378 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 14.87 s
Current children cumulated vsize: 209664 KiB
Current children cumulated memory: 117512 KiB

[startup+25.5002 s]
/proc/loadavg: 6.95 7.08 7.36 8/266 42548
/proc/meminfo: memFree=124614696/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=246688 memory=164736 CPUtime=39.55 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 80665 0 0 0 3947 8 0 0 20 0 2 0 44373266 252608512 41184 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 61672 41184 3488 6655 0 42492 0
[pid=42546/tid=42548] ppid=42543 vsize=246688 memory=14824 CPUtime=14.14 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 20437 0 0 0 1412 2 0 0 20 0 2 0 44374270 252608512 41184 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 39.55 s
Current children cumulated vsize: 246688 KiB
Current children cumulated memory: 164736 KiB

[startup+51.1054 s]
/proc/loadavg: 7.04 7.09 7.35 8/266 42548
/proc/meminfo: memFree=124602284/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=260216 memory=181808 CPUtime=90.29 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 108992 0 0 0 9017 12 0 0 20 0 2 0 44373266 266461184 45452 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 65054 45452 3488 6655 0 46205 0
[pid=42546/tid=42548] ppid=42543 vsize=260216 memory=181680 CPUtime=39.39 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 29132 0 0 0 3936 3 0 0 20 0 2 0 44374270 266461184 45452 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 90.29 s
Current children cumulated vsize: 260216 KiB
Current children cumulated memory: 181808 KiB

[startup+102.3 s]
/proc/loadavg: 7.00 7.07 7.33 8/266 42550
/proc/meminfo: memFree=124521308/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=309200 memory=237404 CPUtime=189.94 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 150383 0 0 0 18976 18 0 0 20 0 2 0 44373266 316620800 59351 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 77300 59351 3488 6655 0 59829 0
[pid=42546/tid=42548] ppid=42543 vsize=309200 memory=5760 CPUtime=88.19 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 43271 0 0 0 8814 5 0 0 20 0 2 0 44374270 316620800 59351 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 189.94 s
Current children cumulated vsize: 309200 KiB
Current children cumulated memory: 237404 KiB

[startup+162.3 s]
/proc/loadavg: 7.26 7.12 7.33 9/268 42647
/proc/meminfo: memFree=125891012/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=309200 memory=237404 CPUtime=309.11 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 170374 0 0 0 30886 25 0 0 20 0 2 0 44373266 316620800 59351 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 77300 59351 3488 6655 0 59829 0
[pid=42546/tid=42548] ppid=42543 vsize=309200 memory=237404 CPUtime=147.56 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 53338 0 0 0 14747 9 0 0 20 0 2 0 44374270 316620800 59351 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 309.11 s
Current children cumulated vsize: 309200 KiB
Current children cumulated memory: 237404 KiB

[startup+222.3 s]
/proc/loadavg: 7.83 7.31 7.39 9/268 42653
/proc/meminfo: memFree=125779632/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=309200 memory=268900 CPUtime=428.3 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 196812 0 0 0 42798 32 0 0 20 0 2 0 44373266 316620800 67225 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 77300 67225 3488 6655 0 67534 0
[pid=42546/tid=42548] ppid=42543 vsize=309200 memory=21996 CPUtime=206.97 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 70392 0 0 0 20681 16 0 0 20 0 2 0 44374270 316620800 67225 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 428.3 s
Current children cumulated vsize: 309200 KiB
Current children cumulated memory: 268900 KiB

[startup+282.3 s]
/proc/loadavg: 7.80 7.39 7.41 8/269 42703
/proc/meminfo: memFree=125743148/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=415908 memory=369640 CPUtime=547.46 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 244198 0 0 0 54702 44 0 0 20 0 2 0 44373266 425889792 92410 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 103977 92410 3488 6655 0 90891 0
[pid=42546/tid=42548] ppid=42543 vsize=415908 memory=17792 CPUtime=266.36 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 92052 0 0 0 26612 24 0 0 20 0 2 0 44374270 425889792 92410 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 547.46 s
Current children cumulated vsize: 415908 KiB
Current children cumulated memory: 369640 KiB

[startup+342.3 s]
/proc/loadavg: 7.88 7.48 7.44 9/269 42705
/proc/meminfo: memFree=125545956/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=534600 memory=467696 CPUtime=666.65 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 273562 0 0 0 66599 66 0 0 20 0 2 0 44373266 547430400 116924 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 133650 116924 3488 6655 0 115529 0
[pid=42546/tid=42548] ppid=42543 vsize=534600 memory=453232 CPUtime=325.77 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 112329 0 0 0 32534 43 0 0 20 0 2 0 44374270 547430400 116924 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 666.65 s
Current children cumulated vsize: 534600 KiB
Current children cumulated memory: 467696 KiB

[startup+402.3 s]

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

[pid=42546/tid=42548] ppid=42543 vsize=2536232 memory=2459708 CPUtime=1454.65 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 425907 0 0 0 145293 172 0 0 20 0 2 0 44374270 2597101568 618927 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 2931.2 s
Current children cumulated vsize: 2536232 KiB
Current children cumulated memory: 2475708 KiB

[startup+1542.3 s]
/proc/loadavg: 8.07 8.09 7.95 9/268 42820
/proc/meminfo: memFree=123297104/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=2657492 memory=2588820 CPUtime=3050.37 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 893083 0 0 0 304760 277 0 0 20 0 2 0 44373266 2721271808 647205 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 664373 647205 3488 6655 0 648260 0
[pid=42546/tid=42548] ppid=42543 vsize=2657492 memory=14824 CPUtime=1514.01 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 440725 0 0 0 151222 179 0 0 20 0 2 0 44374270 2721271808 647205 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 3050.37 s
Current children cumulated vsize: 2657492 KiB
Current children cumulated memory: 2588820 KiB

[startup+1602.3 s]
/proc/loadavg: 8.06 8.08 7.96 9/268 42822
/proc/meminfo: memFree=123206772/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=2773980 memory=2686384 CPUtime=3169.57 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 920944 0 0 0 316670 287 0 0 20 0 2 0 44373266 2840555520 671596 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 693495 671596 3488 6655 0 672574 0
[pid=42546/tid=42548] ppid=42543 vsize=2773980 memory=17792 CPUtime=1573.4 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 456969 0 0 0 157154 186 0 0 20 0 2 0 44374270 2840555520 671596 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 3169.57 s
Current children cumulated vsize: 2773980 KiB
Current children cumulated memory: 2686384 KiB

[startup+1662.3 s]
/proc/loadavg: 8.06 8.08 7.97 9/268 42825
/proc/meminfo: memFree=123068820/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=2903440 memory=2812256 CPUtime=3288.79 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 958464 0 0 0 328582 297 0 0 20 0 2 0 44373266 2973122560 703064 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 725860 703064 3488 6655 0 703818 0
[pid=42546/tid=42548] ppid=42543 vsize=2903440 memory=2810720 CPUtime=1632.82 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 474134 0 0 0 163091 191 0 0 20 0 2 0 44374270 2973122560 703064 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 3288.79 s
Current children cumulated vsize: 2903440 KiB
Current children cumulated memory: 2812256 KiB

[startup+1722.3 s]
/proc/loadavg: 8.05 8.08 7.98 8/267 42874
/proc/meminfo: memFree=123098880/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=3041844 memory=2946504 CPUtime=3407.97 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 991368 0 0 0 340486 311 0 0 20 0 2 0 44373266 3114848256 736626 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 760461 736626 3488 6655 0 737575 0
[pid=42546/tid=42548] ppid=42543 vsize=3041844 memory=17792 CPUtime=1692.23 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 488516 0 0 0 169028 195 0 0 20 0 2 0 44374270 3114848256 736626 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 3407.97 s
Current children cumulated vsize: 3041844 KiB
Current children cumulated memory: 2946504 KiB

[startup+1782.3 s]
/proc/loadavg: 7.44 7.90 7.92 8/268 42924
/proc/meminfo: memFree=122234660/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=3169284 memory=3076284 CPUtime=3527.07 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 1029847 0 0 0 352382 325 0 0 20 0 2 0 44373266 3245346816 769071 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 792321 769071 3488 6655 0 770236 0
[pid=42546/tid=42548] ppid=42543 vsize=3169284 memory=14824 CPUtime=1751.55 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 506870 0 0 0 174952 203 0 0 20 0 2 0 44374270 3245346816 769071 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 3527.07 s
Current children cumulated vsize: 3169284 KiB
Current children cumulated memory: 3076284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.11 s]
/proc/loadavg: 7.24 7.80 7.89 8/267 42925
/proc/meminfo: memFree=122112948/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=3198380 memory=3135632 CPUtime=3600.17 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 1050004 0 0 0 359686 331 0 0 20 0 2 0 44373266 3275141120 783908 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 799595 783908 3488 6655 0 784934 0
[pid=42546/tid=42548] ppid=42543 vsize=3198380 memory=14824 CPUtime=1787.96 cores=0,2
/proc/42546/task/42548/stat : 42548 (LSIPExact) R 42543 42546 40512 0 -1 4194368 516057 0 0 0 178589 207 0 0 20 0 2 0 44374270 3275141120 783908 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 3198380 KiB
Current children cumulated memory: 3135632 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.49 s, system=3.73145 s

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

[startup+1819.2 s]
/proc/loadavg: 7.24 7.80 7.89 8/267 42925
/proc/meminfo: memFree=122112948/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=3198380 memory=3133908 CPUtime=3600.27 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) R 42543 42546 40512 0 -1 4194304 1117054 0 0 0 359693 334 0 0 20 0 1 0 44373266 3275141120 783477 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 799595 783477 3520 6655 0 784934 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 3198380 KiB
Current children cumulated memory: 3133908 KiB

[startup+1820 s]*
/proc/loadavg: 7.24 7.80 7.89 7/267 42926
/proc/meminfo: memFree=123624792/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=1629024 memory=1586412 CPUtime=3600.91 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) S 42543 42546 40512 0 -1 4194304 1623808 0 0 0 359727 364 0 0 20 0 1 0 44373266 1668120576 396603 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 407256 396603 3520 6655 0 397490 0
[pid=42926] ppid=42546 vsize=43272 memory=22688 CPUtime=0.13 cores=0,2
/proc/42926/stat : 42926 (Exact) R 42546 42926 42926 0 -1 4194304 5291 0 0 0 13 0 0 0 20 0 1 0 44555250 44310528 5672 18446744073709551615 4198400 8335837 140722880705104 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9148648 9230840 17072128 140722880710843 140722880711197 140722880711197 140722880716751 0
/proc/42926/statm: 10818 5672 960 1011 0 9585 0
Current children cumulated CPU time: 3601.04 s
Current children cumulated vsize: 1672296 KiB
Current children cumulated memory: 1609100 KiB

[startup+1820.8 s]
/proc/loadavg: 7.24 7.80 7.89 7/267 42926
/proc/meminfo: memFree=123624792/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=1629024 memory=1586412 CPUtime=3600.91 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) S 42543 42546 40512 0 -1 4194304 1623808 0 0 0 359727 364 0 0 20 0 1 0 44373266 1668120576 396603 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 407256 396603 3520 6655 0 397490 0
[pid=42926] ppid=42546 vsize=61108 memory=43344 CPUtime=0.93 cores=0,2
/proc/42926/stat : 42926 (Exact) R 42546 42926 42926 0 -1 4194304 14511 0 0 0 90 3 0 0 20 0 1 0 44555250 62574592 10836 18446744073709551615 4198400 8335837 140722880705104 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9148648 9230840 17072128 140722880710843 140722880711197 140722880711197 140722880716751 0
/proc/42926/statm: 15277 10836 1120 1011 0 14044 0
Current children cumulated CPU time: 3601.84 s
Current children cumulated vsize: 1690132 KiB
Current children cumulated memory: 1629756 KiB

[startup+1821 s]*
/proc/loadavg: 7.24 7.80 7.89 7/267 42926
/proc/meminfo: memFree=123591652/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=1629024 memory=1586412 CPUtime=3600.91 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) S 42543 42546 40512 0 -1 4194304 1623808 0 0 0 359727 364 0 0 20 0 1 0 44373266 1668120576 396603 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 407256 396603 3520 6655 0 397490 0
[pid=42926] ppid=42546 vsize=63880 memory=48248 CPUtime=1.13 cores=0,2
/proc/42926/stat : 42926 (Exact) R 42546 42926 42926 0 -1 4194304 15233 0 0 0 110 3 0 0 20 0 1 0 44555250 65413120 12062 18446744073709551615 4198400 8335837 140722880705104 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17072128 140722880710843 140722880711197 140722880711197 140722880716751 0
/proc/42926/statm: 15970 12062 1120 1011 0 14737 0
Current children cumulated CPU time: 3602.04 s
Current children cumulated vsize: 1692904 KiB
Current children cumulated memory: 1634660 KiB

[startup+1821.11 s]
/proc/loadavg: 7.24 7.80 7.89 7/267 42926
/proc/meminfo: memFree=123591652/131249996 swapFree=33010684/33010684
[pid=42546] ppid=42543 vsize=1629024 memory=1586412 CPUtime=3600.91 cores=0,2
/proc/42546/stat : 42546 (LSIPExact) S 42543 42546 40512 0 -1 4194304 1623808 0 0 0 359727 364 0 0 20 0 1 0 44373266 1668120576 396603 18446744073709551615 94852834209792 94852861466193 140731496858688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94852869969032 94852870400640 94852903550976 140731496864090 140731496864266 140731496864266 140731496869868 0
/proc/42546/statm: 407256 396603 3520 6655 0 397490 0
[pid=42926] ppid=42546 vsize=64936 memory=51236 CPUtime=1.23 cores=0,2
/proc/42926/stat : 42926 (Exact) R 42546 42926 42926 0 -1 4194304 15470 0 0 0 120 3 0 0 20 0 1 0 44555250 66494464 12809 18446744073709551615 4198400 8335837 140722880705104 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17072128 140722880710843 140722880711197 140722880711197 140722880716751 0
/proc/42926/statm: 16234 12809 1120 1011 0 15001 0
Current children cumulated CPU time: 3602.14 s
Current children cumulated vsize: 1693960 KiB
Current children cumulated memory: 1637648 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1821.17
CPU time (s): 3602.22
CPU user time (s): 3598.49
CPU system time (s): 3.73145
CPU usage (%): 197.796
Max. virtual memory (cumulated for all children) (KiB): 3198380
Max. memory (cumulated for all children) (KiB): 3135632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.49
system time used= 3.73145
maximum resident set size= 3135888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1642403
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= 439
involuntary context switches= 88099


# summary of solver processes directly reported to runsolver:
#   pid: 42546
#   total CPU time (s): 3602.22
#   total CPU user time (s): 3598.49
#   total CPU system time (s): 3.73145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.0435 second user time and 7.94923 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 14:35:55
IDJOB=4485445
IDBENCH=146795
IDSOLVER=3336
FILE ID=nodeC017/4485445-1751286955
RUNJOBID= nodeC017-1751279512-40522
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-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-4485445-1751286955/watcher-4485445-1751286955 -o /tmp/evaluation-result-4485445-1751286955/solver-4485445-1751286955 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40522 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4485445-1751286955.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 55b762fd6bb408eb2777c16ed585e3a1
RANDOM SEED=654336272

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		: 3610.644
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		: 3600.035
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		: 3599.656
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.090
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.084
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.034
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.072
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		: 3566.253
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:        124751840 kB
MemAvailable:   127720608 kB
Buffers:            2380 kB
Cached:          3740036 kB
SwapCached:            0 kB
Active:          2377692 kB
Inactive:        3434492 kB
Active(anon):    2087836 kB
Inactive(anon):       12 kB
Active(file):     289856 kB
Inactive(file):  3434480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46128 kB
Writeback:             4 kB
AnonPages:       2072148 kB
Mapped:           144348 kB
Shmem:             18080 kB
KReclaimable:     166940 kB
Slab:             255772 kB
SReclaimable:     166940 kB
SUnreclaim:        88832 kB
KernelStack:        4272 kB
PageTables:         7252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2513892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1314816 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= 432824 MiB
End job on nodeC017 at 2025-06-30 15:06:16