Trace number 4485261

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.05 1823.71

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-core2586-950.opb
MD5SUM5a39ac8f1a01f5c3e570fe1132d30af4
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 benchmark951
Best CPU time to get the best result obtained on this benchmark72001.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13215
Total number of constraints2587
Number of constraints which are clauses2586
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 constraint10632
Number of terms in the objective function 13215
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 23847
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 9256
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 23847
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=42287, runsolver pid=42284

[startup+0.100059 s]*
/proc/loadavg: 7.99 7.95 7.98 8/269 42288
/proc/meminfo: memFree=125949760/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=55688 memory=20992 CPUtime=0.09 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 4228 0 0 0 9 0 0 0 20 0 1 0 44213869 57024512 5248 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 13922 5248 1184 6655 0 4157 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 55688 KiB
Current children cumulated memory: 20992 KiB

[startup+0.205778 s]*
/proc/loadavg: 7.99 7.95 7.98 8/269 42288
/proc/meminfo: memFree=125949760/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=55688 memory=20992 CPUtime=0.19 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 4228 0 0 0 19 0 0 0 20 0 1 0 44213869 57024512 5248 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 13922 5248 1184 6655 0 4157 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 55688 KiB
Current children cumulated memory: 20992 KiB

[startup+0.305561 s]*
/proc/loadavg: 7.99 7.95 7.98 8/269 42288
/proc/meminfo: memFree=125947744/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=55688 memory=20992 CPUtime=0.29 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 4228 0 0 0 29 0 0 0 20 0 1 0 44213869 57024512 5248 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 13922 5248 1184 6655 0 4157 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 55688 KiB
Current children cumulated memory: 20992 KiB

[startup+0.700161 s]
/proc/loadavg: 7.99 7.95 7.98 8/269 42288
/proc/meminfo: memFree=125947744/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=55688 memory=20992 CPUtime=0.68 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 4228 0 0 0 68 0 0 0 20 0 1 0 44213869 57024512 5248 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 13922 5248 1184 6655 0 4157 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 55688 KiB
Current children cumulated memory: 20992 KiB

[startup+1.50017 s]
/proc/loadavg: 7.99 7.95 7.98 8/269 42288
/proc/meminfo: memFree=125947744/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=55688 memory=20992 CPUtime=1.48 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 4228 0 0 0 148 0 0 0 20 0 1 0 44213869 57024512 5248 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 13922 5248 1184 6655 0 4157 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 55688 KiB
Current children cumulated memory: 20992 KiB

[startup+3.10547 s]
/proc/loadavg: 7.99 7.95 7.98 8/269 42288
/proc/meminfo: memFree=125944724/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=55688 memory=20992 CPUtime=3.08 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 4228 0 0 0 308 0 0 0 20 0 1 0 44213869 57024512 5248 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 13922 5248 1184 6655 0 4157 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 55688 KiB
Current children cumulated memory: 20992 KiB

[startup+6.30016 s]
/proc/loadavg: 7.91 7.94 7.97 8/269 42288
/proc/meminfo: memFree=125920720/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=55688 memory=20992 CPUtime=6.26 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 4228 0 0 0 626 0 0 0 20 0 1 0 44213869 57024512 5248 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 13922 5248 1184 6655 0 4157 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 55688 KiB
Current children cumulated memory: 20992 KiB

[startup+12.7002 s]
/proc/loadavg: 7.84 7.92 7.97 8/270 42289
/proc/meminfo: memFree=125889516/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=162624 memory=88628 CPUtime=14.91 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 18557 0 0 0 1488 3 0 0 20 0 2 0 44213869 166526976 22157 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 40656 22157 3456 6655 0 21292 0
[pid=42287/tid=42289] ppid=42284 vsize=162624 memory=85172 CPUtime=2.24 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 6142 0 0 0 224 0 0 0 20 0 2 0 44214872 166526976 22157 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 14.91 s
Current children cumulated vsize: 162624 KiB
Current children cumulated memory: 88628 KiB

[startup+25.5002 s]
/proc/loadavg: 7.87 7.93 7.97 9/270 42289
/proc/meminfo: memFree=125831212/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=193072 memory=118068 CPUtime=40.33 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 43208 0 0 0 4028 5 0 0 20 0 2 0 44213869 197705728 29517 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 48268 29517 3520 6655 0 29338 0
[pid=42287/tid=42289] ppid=42284 vsize=193072 memory=118068 CPUtime=14.91 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 14390 0 0 0 1490 1 0 0 20 0 2 0 44214872 197705728 29517 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 40.33 s
Current children cumulated vsize: 193072 KiB
Current children cumulated memory: 118068 KiB

[startup+51.1055 s]
/proc/loadavg: 7.98 7.95 7.97 9/270 42290
/proc/meminfo: memFree=125756328/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=195836 memory=123060 CPUtime=90.91 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 54026 0 0 0 9084 7 0 0 20 0 2 0 44213869 200536064 30765 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 48959 30765 3520 6655 0 30029 0
[pid=42287/tid=42289] ppid=42284 vsize=195836 memory=123060 CPUtime=40.24 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 19371 0 0 0 4022 2 0 0 20 0 2 0 44214872 200536064 30765 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 90.91 s
Current children cumulated vsize: 195836 KiB
Current children cumulated memory: 123060 KiB

[startup+102.3 s]
/proc/loadavg: 8.06 7.97 7.98 9/270 42293
/proc/meminfo: memFree=125707256/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=195836 memory=123316 CPUtime=192.64 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 63040 0 0 0 19256 8 0 0 20 0 2 0 44213869 200536064 30829 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 48959 30829 3520 6655 0 30029 0
[pid=42287/tid=42289] ppid=42284 vsize=195836 memory=123316 CPUtime=90.92 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 24729 0 0 0 9089 3 0 0 20 0 2 0 44214872 200536064 30829 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 192.64 s
Current children cumulated vsize: 195836 KiB
Current children cumulated memory: 123316 KiB

[startup+162.3 s]
/proc/loadavg: 7.92 7.95 7.98 9/268 42295
/proc/meminfo: memFree=125514024/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=298324 memory=211112 CPUtime=302.38 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 110336 0 0 0 30225 13 0 0 20 0 2 0 44213869 305483776 52778 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 74581 52778 3520 6655 0 55978 0
[pid=42287/tid=42289] ppid=42284 vsize=298324 memory=330644 CPUtime=141.25 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 40841 0 0 0 14121 4 0 0 20 0 2 0 44214872 305483776 52778 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 302.38 s
Current children cumulated vsize: 298324 KiB
Current children cumulated memory: 211112 KiB

[startup+222.3 s]
/proc/loadavg: 8.07 7.99 8.00 9/268 42298
/proc/meminfo: memFree=125363416/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=301028 memory=213800 CPUtime=421.61 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 112679 0 0 0 42147 14 0 0 20 0 2 0 44213869 308252672 53450 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 75257 53450 3520 6655 0 56654 0
[pid=42287/tid=42289] ppid=42284 vsize=301028 memory=212904 CPUtime=200.65 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 42294 0 0 0 20061 4 0 0 20 0 2 0 44214872 308252672 53450 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 421.61 s
Current children cumulated vsize: 301028 KiB
Current children cumulated memory: 213800 KiB

[startup+282.3 s]
/proc/loadavg: 8.08 8.01 8.00 9/267 42300
/proc/meminfo: memFree=125096236/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=301028 memory=213800 CPUtime=540.84 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 126502 0 0 0 54069 15 0 0 20 0 2 0 44213869 308252672 53450 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 75257 53450 3520 6655 0 56654 0
[pid=42287/tid=42289] ppid=42284 vsize=301028 memory=213800 CPUtime=260.05 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 49497 0 0 0 26000 5 0 0 20 0 2 0 44214872 308252672 53450 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 540.84 s
Current children cumulated vsize: 301028 KiB
Current children cumulated memory: 213800 KiB

[startup+342.3 s]
/proc/loadavg: 8.14 8.04 8.01 9/267 42348
/proc/meminfo: memFree=125105676/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=301028 memory=214184 CPUtime=660.02 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 127405 0 0 0 65982 20 0 0 20 0 2 0 44213869 308252672 53546 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 75257 53546 3520 6655 0 56654 0
[pid=42287/tid=42289] ppid=42284 vsize=301028 memory=214184 CPUtime=319.41 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 49788 0 0 0 31935 6 0 0 20 0 2 0 44214872 308252672 53546 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 660.02 s
Current children cumulated vsize: 301028 KiB
Current children cumulated memory: 214184 KiB


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

[pid=42287] ppid=42284 vsize=405032 memory=290984 CPUtime=2925.66 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 189446 0 0 0 292518 48 0 0 20 0 2 0 44213869 414752768 72746 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 101258 72746 3520 6655 0 75674 0
[pid=42287/tid=42289] ppid=42284 vsize=405032 memory=289704 CPUtime=1448.19 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 86239 0 0 0 144789 30 0 0 20 0 2 0 44214872 414752768 72746 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 2925.66 s
Current children cumulated vsize: 405032 KiB
Current children cumulated memory: 290984 KiB

[startup+1542.3 s]
/proc/loadavg: 6.97 7.10 7.39 8/267 42499
/proc/meminfo: memFree=121522752/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=411404 memory=301992 CPUtime=3044.92 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 195324 0 0 0 304443 49 0 0 20 0 2 0 44213869 421277696 75498 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 102851 75498 3520 6655 0 78422 0
[pid=42287/tid=42289] ppid=42284 vsize=411404 memory=301992 CPUtime=1507.61 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 89586 0 0 0 150730 31 0 0 20 0 2 0 44214872 421277696 75498 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 3044.92 s
Current children cumulated vsize: 411404 KiB
Current children cumulated memory: 301992 KiB

[startup+1602.3 s]
/proc/loadavg: 6.93 7.08 7.36 7/265 42547
/proc/meminfo: memFree=124736660/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=411404 memory=301992 CPUtime=3164.16 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 201580 0 0 0 316365 51 0 0 20 0 2 0 44213869 421277696 75498 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 102851 75498 3520 6655 0 78422 0
[pid=42287/tid=42289] ppid=42284 vsize=411404 memory=301992 CPUtime=1567.01 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 90858 0 0 0 156669 32 0 0 20 0 2 0 44214872 421277696 75498 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 3164.16 s
Current children cumulated vsize: 411404 KiB
Current children cumulated memory: 301992 KiB

[startup+1662.3 s]
/proc/loadavg: 7.03 7.08 7.34 8/266 42550
/proc/meminfo: memFree=124563520/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=411404 memory=301992 CPUtime=3283.4 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 203594 0 0 0 328288 52 0 0 20 0 2 0 44213869 421277696 75498 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 102851 75498 3520 6655 0 78422 0
[pid=42287/tid=42289] ppid=42284 vsize=411404 memory=301992 CPUtime=1626.42 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 92388 0 0 0 162609 33 0 0 20 0 2 0 44214872 421277696 75498 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 3283.4 s
Current children cumulated vsize: 411404 KiB
Current children cumulated memory: 301992 KiB

[startup+1722.3 s]
/proc/loadavg: 7.07 7.08 7.33 8/268 42556
/proc/meminfo: memFree=124516096/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=411404 memory=304040 CPUtime=3402.63 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 205368 0 0 0 340211 52 0 0 20 0 2 0 44213869 421277696 76010 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 102851 76010 3520 6655 0 78796 0
[pid=42287/tid=42289] ppid=42284 vsize=411404 memory=301992 CPUtime=1685.83 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 93674 0 0 0 168549 34 0 0 20 0 2 0 44214872 421277696 76010 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 3402.63 s
Current children cumulated vsize: 411404 KiB
Current children cumulated memory: 304040 KiB

[startup+1782.3 s]
/proc/loadavg: 7.57 7.21 7.36 9/268 42648
/proc/meminfo: memFree=125800800/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=412596 memory=308392 CPUtime=3521.8 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 207283 0 0 0 352121 59 0 0 20 0 2 0 44213869 422498304 77098 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 103149 77098 3520 6655 0 79864 0
[pid=42287/tid=42289] ppid=42284 vsize=412596 memory=308264 CPUtime=1745.2 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 94849 0 0 0 174485 35 0 0 20 0 2 0 44214872 422498304 77098 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 3521.8 s
Current children cumulated vsize: 412596 KiB
Current children cumulated memory: 308392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1821.7 s]
/proc/loadavg: 7.84 7.32 7.39 9/268 42653
/proc/meminfo: memFree=125764204/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=421256 memory=317096 CPUtime=3600.07 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) R 42284 42287 40512 0 -1 4194304 209531 0 0 0 359947 60 0 0 20 0 2 0 44213869 431366144 79274 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 105314 79274 3520 6655 0 82029 0
[pid=42287/tid=42289] ppid=42284 vsize=421256 memory=308648 CPUtime=1784.19 cores=4,6
/proc/42287/task/42289/stat : 42289 (LSIPExact) R 42284 42287 40512 0 -1 4194368 94852 0 0 0 178383 36 0 0 20 0 2 0 44214872 431366144 79274 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 421256 KiB
Current children cumulated memory: 317096 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.51 s, system=0.61124 s

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

# cumulated CPU time of all completed processes:  user=3601.33 s, system=0.726001 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+1822.4 s]
/proc/loadavg: 7.84 7.32 7.39 8/268 42655
/proc/meminfo: memFree=125813552/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=278504 memory=227080 CPUtime=3600.1 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) S 42284 42287 40512 0 -1 4194304 210255 228 0 0 359950 60 0 0 20 0 1 0 44213869 285188096 56770 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 69626 56770 3552 6655 0 59830 0
[pid=42655] ppid=42287 vsize=116192 memory=105964 CPUtime=0.62 cores=4,6
/proc/42655/stat : 42655 (Exact) R 42287 42655 42655 0 -1 4194304 24284 0 0 0 58 4 0 0 20 0 1 0 44396044 118980608 26491 18446744073709551615 4198400 8335837 140726901518640 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16699392 140726901524660 140726901525021 140726901525021 140726901530575 0
/proc/42655/statm: 29048 26491 1120 1011 0 27815 0
Current children cumulated CPU time: 3600.72 s
Current children cumulated vsize: 394696 KiB
Current children cumulated memory: 333044 KiB

[startup+1823.2 s]
/proc/loadavg: 7.84 7.32 7.39 8/268 42655
/proc/meminfo: memFree=125668896/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=278504 memory=227080 CPUtime=3600.1 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) S 42284 42287 40512 0 -1 4194304 210255 228 0 0 359950 60 0 0 20 0 1 0 44213869 285188096 56770 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 69626 56770 3552 6655 0 59830 0
[pid=42655] ppid=42287 vsize=206776 memory=183692 CPUtime=1.41 cores=4,6
/proc/42655/stat : 42655 (Exact) R 42287 42655 42655 0 -1 4194304 38698 0 0 0 134 7 0 0 20 0 1 0 44396044 211738624 45923 18446744073709551615 4198400 8335837 140726901518640 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16699392 140726901524660 140726901525021 140726901525021 140726901530575 0
/proc/42655/statm: 51694 45923 1120 1011 0 50461 0
Current children cumulated CPU time: 3601.51 s
Current children cumulated vsize: 485280 KiB
Current children cumulated memory: 410772 KiB

[startup+1823.6 s]
/proc/loadavg: 7.84 7.32 7.39 8/268 42655
/proc/meminfo: memFree=125668896/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=278504 memory=227080 CPUtime=3600.1 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) S 42284 42287 40512 0 -1 4194304 210255 228 0 0 359950 60 0 0 20 0 1 0 44213869 285188096 56770 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 69626 56770 3552 6655 0 59830 0
[pid=42655] ppid=42287 vsize=302720 memory=264052 CPUtime=1.82 cores=4,6
/proc/42655/stat : 42655 (Exact) R 42287 42655 42655 0 -1 4194304 56248 0 0 0 172 10 0 0 20 0 1 0 44396044 309985280 66013 18446744073709551615 4198400 8335837 140726901518640 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16699392 140726901524660 140726901525021 140726901525021 140726901530575 0
/proc/42655/statm: 75680 66013 1120 1011 0 74447 0
Current children cumulated CPU time: 3601.92 s
Current children cumulated vsize: 581224 KiB
Current children cumulated memory: 491132 KiB

[startup+1823.7 s]
/proc/loadavg: 7.84 7.32 7.39 8/268 42655
/proc/meminfo: memFree=125668896/131249996 swapFree=33010684/33010684
[pid=42287] ppid=42284 vsize=278504 memory=227080 CPUtime=3600.1 cores=4,6
/proc/42287/stat : 42287 (LSIPExact) S 42284 42287 40512 0 -1 4194304 210255 228 0 0 359950 60 0 0 20 0 1 0 44213869 285188096 56770 18446744073709551615 94328626364416 94328653620817 140727226427632 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94328662123656 94328662555264 94328674746368 140727226435930 140727226436106 140727226436106 140727226441708 0
/proc/42287/statm: 69626 56770 3552 6655 0 59830 0
[pid=42655] ppid=42287 vsize=304736 memory=270944 CPUtime=1.91 cores=4,6
/proc/42655/stat : 42655 (Exact) R 42287 42655 42655 0 -1 4194304 57438 0 0 0 181 10 0 0 20 0 1 0 44396044 312049664 67736 18446744073709551615 4198400 8335837 140726901518640 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16699392 140726901524660 140726901525021 140726901525021 140726901530575 0
/proc/42655/statm: 76184 67736 1120 1011 0 74951 0
Current children cumulated CPU time: 3602.01 s
Current children cumulated vsize: 583240 KiB
Current children cumulated memory: 498024 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1823.71
CPU time (s): 3602.05
CPU user time (s): 3601.33
CPU system time (s): 0.726001
CPU usage (%): 197.513
Max. virtual memory (cumulated for all children) (KiB): 583240
Max. memory (cumulated for all children) (KiB): 498024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.33
system time used= 0.726001
maximum resident set size= 317352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267921
page faults= 0
swaps= 0
block input operations= 1896
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 537
involuntary context switches= 68263


# summary of solver processes directly reported to runsolver:
#   pid: 42287,42655
#   total CPU time (s): 3602.05
#   total CPU user time (s): 3601.33
#   total CPU system time (s): 0.726001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.74741 second user time and 8.04633 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 14:09:21
IDJOB=4485261
IDBENCH=146778
IDSOLVER=3336
FILE ID=nodeC017/4485261-1751285361
RUNJOBID= nodeC017-1751279512-40523
SLURM_JOB_ID= 9594216
Free space on /tmp= 432884 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-core2586-950.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485261-1751285361/watcher-4485261-1751285361 -o /tmp/evaluation-result-4485261-1751285361/solver-4485261-1751285361 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40523 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4485261-1751285361.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 5a39ac8f1a01f5c3e570fe1132d30af4
RANDOM SEED=344548077

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.068
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.063
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		: 3600.058
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.056
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		: 3598.622
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.057
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.073
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		: 3600.096
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:        125967400 kB
MemAvailable:   128928156 kB
Buffers:            2380 kB
Cached:          3732032 kB
SwapCached:            0 kB
Active:          1141188 kB
Inactive:        3426488 kB
Active(anon):     851332 kB
Inactive(anon):       12 kB
Active(file):     289856 kB
Inactive(file):  3426476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45588 kB
Writeback:             8 kB
AnonPages:        835076 kB
Mapped:           139524 kB
Shmem:             18080 kB
KReclaimable:     166928 kB
Slab:             255600 kB
SReclaimable:     166928 kB
SUnreclaim:        88672 kB
KernelStack:        4336 kB
PageTables:         4780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1241764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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 14:39:45