Trace number 4527282

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.07 1836.02

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-core4284-1064.opb
MD5SUM9634c234ec2c2f6b5ee1ba365a629db0
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 benchmark1073
Best CPU time to get the best result obtained on this benchmark72001.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21705
Total number of constraints4285
Number of constraints which are clauses4284
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 constraint15760
Number of terms in the objective function 21705
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 37465
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 9256
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 37465
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.17/1834.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.17/1834.01	c numVar: 21705
3600.17/1834.01	c numCon: 4285
3600.17/1834.01	c numEqual: 0
3600.17/1834.01	c intSize: 16
3600.17/1834.01	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.17/1834.01	c ------------------- Paras list -------------------
3600.17/1834.01	c Name                	 Type      	 Now       	 Default   	 Comment
3600.17/1834.01	c timeout             	 double    	 3600.000000	 3600      	 
3600.17/1834.01	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.17/1834.01	c ls_time             	 double    	 10.000000 	 10        	 
3600.17/1834.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.17/1834.01	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.17/1834.01	c random_seed         	 int       	 0         	 0         	 
3600.17/1834.01	c sample_size         	 int       	 50        	 50        	 
3600.17/1834.01	c sub_score           	 int       	 1         	 1         	 
3600.17/1834.01	c tabu_base           	 int       	 3         	 3         	 
3600.17/1834.01	c tabu_variation      	 int       	 1         	 1         	 
3600.17/1834.01	c sub_div             	 int       	 4         	 4         	 
3600.17/1834.01	c nbcore              	 int       	 2         	 1         	 
3600.17/1834.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.17/1834.01	c print_sol           	 int       	 1         	 1         	 
3600.17/1834.01	c tmpdir              	 string		 .         	 "."       	 
3600.17/1834.01	c home                	 string		 HOME	 "."       	 
3600.17/1834.01	c benchname           	 string		 HOME/instance-4527282-1752232205.opb	 ""        	 
3600.17/1834.01	c --------------------------------------------------
3600.17/1834.01	c Local Search solver
3600.17/1834.01	c LS find feasible solution for PBO with objective value 1166
3600.17/1834.01	c MIP solver
3600.17/1834.01	c receive signal 15, try to interrupt solver...
3600.17/1834.01	c MIP solver find feasible solution
3600.17/1834.01	c MIP solver objective value: 1077
3600.17/1834.08	c MIP find feasible solution for PBO with objective value 1077
3600.17/1834.08	c copy file: 0
3600.17/1834.08	c gen ub file: HOME/instance-4527282-1752232205.opb_ub.opb
3600.17/1834.08	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62832 MiB free)
  memory of node 1: 64465 MiB (63770 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100028 s]*
/proc/loadavg: 0.07 0.08 0.09 5/259 114528
/proc/meminfo: memFree=129516220/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=73596 memory=38588 CPUtime=0.08 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 8804 0 0 0 7 1 0 0 20 0 1 0 138898550 75362304 9647 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 18399 9647 1152 6655 0 8634 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 73596 KiB
Current children cumulated memory: 38588 KiB

[startup+0.205595 s]*
/proc/loadavg: 0.07 0.08 0.09 5/264 114537
/proc/meminfo: memFree=129515220/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=73596 memory=38588 CPUtime=0.18 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 8804 0 0 0 17 1 0 0 20 0 1 0 138898550 75362304 9647 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 18399 9647 1152 6655 0 8634 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 73596 KiB
Current children cumulated memory: 38588 KiB

[startup+0.305461 s]*
/proc/loadavg: 0.07 0.08 0.09 5/264 114537
/proc/meminfo: memFree=129515144/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=73596 memory=38588 CPUtime=0.28 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 8804 0 0 0 27 1 0 0 20 0 1 0 138898550 75362304 9647 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 18399 9647 1152 6655 0 8634 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 73596 KiB
Current children cumulated memory: 38588 KiB

[startup+0.700184 s]
/proc/loadavg: 0.07 0.08 0.09 5/264 114537
/proc/meminfo: memFree=129514892/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=73596 memory=38588 CPUtime=0.67 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 8804 0 0 0 66 1 0 0 20 0 1 0 138898550 75362304 9647 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 18399 9647 1152 6655 0 8634 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 73596 KiB
Current children cumulated memory: 38588 KiB

[startup+1.50018 s]
/proc/loadavg: 0.07 0.08 0.09 5/264 114537
/proc/meminfo: memFree=129514640/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=73596 memory=38588 CPUtime=1.46 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 8804 0 0 0 145 1 0 0 20 0 1 0 138898550 75362304 9647 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 18399 9647 1152 6655 0 8634 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 73596 KiB
Current children cumulated memory: 38588 KiB

[startup+3.1055 s]
/proc/loadavg: 0.38 0.15 0.11 5/264 114537
/proc/meminfo: memFree=129515584/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=73596 memory=38588 CPUtime=3.06 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 8804 0 0 0 305 1 0 0 20 0 1 0 138898550 75362304 9647 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 18399 9647 1152 6655 0 8634 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 73596 KiB
Current children cumulated memory: 38588 KiB

[startup+6.30017 s]
/proc/loadavg: 0.38 0.15 0.11 5/264 114537
/proc/meminfo: memFree=129515904/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=73596 memory=38588 CPUtime=6.25 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 8804 0 0 0 624 1 0 0 20 0 1 0 138898550 75362304 9647 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 18399 9647 1152 6655 0 8634 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 73596 KiB
Current children cumulated memory: 38588 KiB

[startup+12.7002 s]
/proc/loadavg: 0.67 0.21 0.13 9/268 114542
/proc/meminfo: memFree=129293592/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=205192 memory=144448 CPUtime=14.45 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 32239 0 0 0 1441 4 0 0 20 0 2 0 138898550 210116608 36112 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 51298 36112 3328 6655 0 36217 0
[pid=114517/tid=114538] ppid=114510 vsize=205192 memory=121024 CPUtime=1.83 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 9843 0 0 0 181 2 0 0 20 0 2 0 138899557 210116608 36112 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 14.45 s
Current children cumulated vsize: 205192 KiB
Current children cumulated memory: 144448 KiB

[startup+25.5002 s]
/proc/loadavg: 2.37 0.61 0.26 9/269 114543
/proc/meminfo: memFree=129182096/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=205192 memory=150464 CPUtime=39.85 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 45465 0 0 0 3979 6 0 0 20 0 2 0 138898550 210116608 37616 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 51298 37616 3424 6655 0 37774 0
[pid=114517/tid=114538] ppid=114510 vsize=205192 memory=147008 CPUtime=14.48 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 17490 0 0 0 1445 3 0 0 20 0 2 0 138899557 210116608 37616 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 39.85 s
Current children cumulated vsize: 205192 KiB
Current children cumulated memory: 150464 KiB

[startup+51.1056 s]
/proc/loadavg: 4.29 1.20 0.47 9/269 114543
/proc/meminfo: memFree=129079720/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=270344 memory=212032 CPUtime=88.71 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 93442 0 0 0 8860 11 0 0 20 0 2 0 138898550 276832256 53008 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 67586 53008 3456 6655 0 54062 0
[pid=114517/tid=114538] ppid=114510 vsize=270344 memory=14156 CPUtime=37.82 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 39753 0 0 0 3778 4 0 0 20 0 2 0 138899557 276832256 53008 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 88.71 s
Current children cumulated vsize: 270344 KiB
Current children cumulated memory: 212032 KiB

[startup+102.3 s]
/proc/loadavg: 6.43 2.27 0.87 9/270 114546
/proc/meminfo: memFree=128828524/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=270344 memory=213440 CPUtime=190.29 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 103449 0 0 0 19017 12 0 0 20 0 2 0 138898550 276832256 53360 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 67586 53360 3456 6655 0 54062 0
[pid=114517/tid=114538] ppid=114510 vsize=270344 memory=14156 CPUtime=88.43 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 43838 0 0 0 8838 5 0 0 20 0 2 0 138899557 276832256 53360 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 190.29 s
Current children cumulated vsize: 270344 KiB
Current children cumulated memory: 213440 KiB

[startup+162.3 s]
/proc/loadavg: 7.39 3.31 1.32 9/270 114548
/proc/meminfo: memFree=128463932/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=270344 memory=214592 CPUtime=309.36 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 111841 0 0 0 30923 13 0 0 20 0 2 0 138898550 276832256 53648 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 67586 53648 3456 6655 0 54062 0
[pid=114517/tid=114538] ppid=114510 vsize=270344 memory=214592 CPUtime=147.74 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 48790 0 0 0 14769 5 0 0 20 0 2 0 138899557 276832256 53648 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 309.36 s
Current children cumulated vsize: 270344 KiB
Current children cumulated memory: 214592 KiB

[startup+222.3 s]
/proc/loadavg: 7.82 4.18 1.75 9/271 114551
/proc/meminfo: memFree=128158348/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=270344 memory=216128 CPUtime=428.42 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 113094 0 0 0 42829 13 0 0 20 0 2 0 138898550 276832256 54032 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 67586 54032 3456 6655 0 54062 0
[pid=114517/tid=114538] ppid=114510 vsize=270344 memory=215360 CPUtime=207.04 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 49632 0 0 0 20699 5 0 0 20 0 2 0 138899557 276832256 54032 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 428.42 s
Current children cumulated vsize: 270344 KiB
Current children cumulated memory: 216128 KiB

[startup+282.3 s]
/proc/loadavg: 8.05 4.91 2.15 9/271 114553
/proc/meminfo: memFree=127788772/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=270344 memory=220864 CPUtime=547.45 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 123905 0 0 0 54731 14 0 0 20 0 2 0 138898550 276832256 55216 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 67586 55216 3456 6655 0 54291 0
[pid=114517/tid=114538] ppid=114510 vsize=270344 memory=14156 CPUtime=266.36 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 56493 0 0 0 26630 6 0 0 20 0 2 0 138899557 276832256 55216 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 547.45 s
Current children cumulated vsize: 270344 KiB
Current children cumulated memory: 220864 KiB

[startup+342.3 s]
/proc/loadavg: 7.74 5.40 2.49 9/268 114555
/proc/meminfo: memFree=127403364/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=328944 memory=268136 CPUtime=639.27 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 132638 0 0 0 63912 15 0 0 20 0 2 0 138898550 336838656 67034 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 82236 67034 3456 6655 0 69498 0
[pid=114517/tid=114538] ppid=114510 vsize=328944 memory=225600 CPUtime=306.06 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 57629 0 0 0 30600 6 0 0 20 0 2 0 138899557 336838656 67034 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 639.27 s
Current children cumulated vsize: 328944 KiB
Current children cumulated memory: 268136 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=121402716/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=544988 memory=439408 CPUtime=2782.98 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 210140 0 0 0 278264 34 0 0 20 0 2 0 138898550 558067712 109852 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 136247 109852 3488 6655 0 111083 0
[pid=114517/tid=114538] ppid=114510 vsize=544988 memory=419184 CPUtime=1373.97 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 91738 0 0 0 137381 16 0 0 20 0 2 0 138899557 558067712 109852 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 2782.98 s
Current children cumulated vsize: 544988 KiB
Current children cumulated memory: 439408 KiB

[startup+1482.3 s]
/proc/loadavg: 8.08 8.06 6.51 9/269 114615
/proc/meminfo: memFree=121102516/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=549376 memory=444528 CPUtime=2902.08 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 211460 0 0 0 290173 35 0 0 20 0 2 0 138898550 562561024 111132 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 137344 111132 3488 6655 0 112284 0
[pid=114517/tid=114538] ppid=114510 vsize=549376 memory=444528 CPUtime=1433.34 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 91951 0 0 0 143318 16 0 0 20 0 2 0 138899557 562561024 111132 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 2902.08 s
Current children cumulated vsize: 549376 KiB
Current children cumulated memory: 444528 KiB

[startup+1542.3 s]
/proc/loadavg: 8.09 8.06 6.61 9/268 114617
/proc/meminfo: memFree=120757020/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=552604 memory=450544 CPUtime=3021.16 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 212922 0 0 0 302080 36 0 0 20 0 2 0 138898550 565866496 112636 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 138151 112636 3488 6655 0 113713 0
[pid=114517/tid=114538] ppid=114510 vsize=552604 memory=449008 CPUtime=1492.7 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 92578 0 0 0 149254 16 0 0 20 0 2 0 138899557 565866496 112636 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 3021.16 s
Current children cumulated vsize: 552604 KiB
Current children cumulated memory: 450544 KiB

[startup+1602.3 s]
/proc/loadavg: 8.08 8.06 6.70 9/267 114619
/proc/meminfo: memFree=120403112/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=573616 memory=484976 CPUtime=3140.21 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 221567 0 0 0 313981 40 0 0 20 0 2 0 138898550 587382784 121244 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 143404 121244 3488 6655 0 122685 0
[pid=114517/tid=114538] ppid=114510 vsize=573616 memory=484464 CPUtime=1552.04 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 96303 0 0 0 155184 20 0 0 20 0 2 0 138899557 587382784 121244 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 3140.21 s
Current children cumulated vsize: 573616 KiB
Current children cumulated memory: 484976 KiB

[startup+1662.3 s]
/proc/loadavg: 8.13 8.08 6.80 9/267 114622
/proc/meminfo: memFree=120026484/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=579788 memory=503920 CPUtime=3259.26 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 227402 0 0 0 325884 42 0 0 20 0 2 0 138898550 593702912 125980 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 144947 125980 3488 6655 0 127382 0
[pid=114517/tid=114538] ppid=114510 vsize=579788 memory=498416 CPUtime=1611.6 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 99344 0 0 0 161138 22 0 0 20 0 2 0 138899557 593702912 125980 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 3259.26 s
Current children cumulated vsize: 579788 KiB
Current children cumulated memory: 503920 KiB

[startup+1722.3 s]
/proc/loadavg: 8.05 8.06 6.87 9/268 114625
/proc/meminfo: memFree=119658516/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=585552 memory=518128 CPUtime=3378.38 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 235873 0 0 0 337793 45 0 0 20 0 2 0 138898550 599605248 129532 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 146388 129532 3488 6655 0 130657 0
[pid=114517/tid=114538] ppid=114510 vsize=585552 memory=498416 CPUtime=1671.21 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 102756 0 0 0 167098 23 0 0 20 0 2 0 138899557 599605248 129532 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 3378.38 s
Current children cumulated vsize: 585552 KiB
Current children cumulated memory: 518128 KiB

[startup+1782.3 s]
/proc/loadavg: 8.13 8.08 6.96 9/269 114628
/proc/meminfo: memFree=119320660/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=597804 memory=538480 CPUtime=3497.48 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 242892 0 0 0 349701 47 0 0 20 0 2 0 138898550 612151296 134620 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 149451 134620 3488 6655 0 135744 0
[pid=114517/tid=114538] ppid=114510 vsize=597804 memory=537328 CPUtime=1730.9 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 106174 0 0 0 173065 25 0 0 20 0 2 0 138899557 612151296 134620 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 3497.48 s
Current children cumulated vsize: 597804 KiB
Current children cumulated memory: 538480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1834 s]*
/proc/loadavg: 7.40 7.92 6.97 3/263 114741
/proc/meminfo: memFree=128945544/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=607724 memory=561904 CPUtime=3600.17 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) R 114510 114517 114460 0 -1 4194304 249235 0 0 0 359967 50 0 0 20 0 2 0 138898550 622309376 140476 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 151931 140476 3488 6655 0 141564 0
[pid=114517/tid=114538] ppid=114510 vsize=607724 memory=4942591221915410749 CPUtime=1782.42 cores=1,3
/proc/114517/task/114538/stat : 114538 (LSIPExact) R 114510 114517 114460 0 -1 4194368 109808 0 0 0 178216 26 0 0 20 0 2 0 138899557 622309376 140476 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 607724 KiB
Current children cumulated memory: 561904 KiB

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

Sending SIGKILL to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3601.42 s, system=0.649965 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+1835.2 s]
/proc/loadavg: 7.40 7.92 6.97 6/263 114743
/proc/meminfo: memFree=128076572/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=430280 memory=395484 CPUtime=3600.2 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) S 114510 114517 114460 0 -1 4194304 256158 229 0 0 359970 50 0 0 20 0 1 0 138898550 440606720 98871 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 107570 98871 3552 6655 0 97789 0
[pid=114743] ppid=114517 vsize=134468 memory=126336 CPUtime=1.02 cores=1,3
/proc/114743/stat : 114743 (Exact) R 114517 114743 114743 0 -1 4194304 31325 0 0 0 97 5 0 0 20 0 1 0 139081959 137695232 31584 18446744073709551615 4198400 8335837 140724107096272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 44568576 140724107098290 140724107098651 140724107098651 140724107104207 0
/proc/114743/statm: 33617 31584 1120 1011 0 32384 0
Current children cumulated CPU time: 3601.22 s
Current children cumulated vsize: 564748 KiB
Current children cumulated memory: 521820 KiB

[startup+1835.6 s]
/proc/loadavg: 7.40 7.92 6.97 6/263 114743
/proc/meminfo: memFree=128076572/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=430280 memory=395484 CPUtime=3600.2 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) S 114510 114517 114460 0 -1 4194304 256158 229 0 0 359970 50 0 0 20 0 1 0 138898550 440606720 98871 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 107570 98871 3552 6655 0 97789 0
[pid=114743] ppid=114517 vsize=190296 memory=180184 CPUtime=1.42 cores=1,3
/proc/114743/stat : 114743 (Exact) R 114517 114743 114743 0 -1 4194304 42473 0 0 0 134 8 0 0 20 0 1 0 139081959 194863104 45046 18446744073709551615 4198400 8335837 140724107096272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 44568576 140724107098290 140724107098651 140724107098651 140724107104207 0
/proc/114743/statm: 47574 45046 1120 1011 0 46341 0
Current children cumulated CPU time: 3601.62 s
Current children cumulated vsize: 620576 KiB
Current children cumulated memory: 575668 KiB

[startup+1836 s]*
/proc/loadavg: 7.40 7.92 6.97 7/267 114780
/proc/meminfo: memFree=127847056/131249996 swapFree=33000896/33010684
[pid=114517] ppid=114510 vsize=430280 memory=395484 CPUtime=3600.2 cores=1,3
/proc/114517/stat : 114517 (LSIPExact) S 114510 114517 114460 0 -1 4194304 256158 229 0 0 359970 50 0 0 20 0 1 0 138898550 440606720 98871 18446744073709551615 94855054925824 94855082182993 140726122749264 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94855090685064 94855091116672 94855113244672 140726122756440 140726122756616 140726122756616 140726122762220 0
/proc/114517/statm: 107570 98871 3552 6655 0 97789 0
[pid=114743] ppid=114517 vsize=293436 memory=264208 CPUtime=1.82 cores=1,3
/proc/114743/stat : 114743 (Exact) R 114517 114743 114743 0 -1 4194304 61323 0 0 0 171 11 0 0 20 0 1 0 139081959 300478464 66052 18446744073709551615 4198400 8335837 140724107096272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 44568576 140724107098290 140724107098651 140724107098651 140724107104207 0
/proc/114743/statm: 73359 66052 1120 1011 0 72126 0
Current children cumulated CPU time: 3602.02 s
Current children cumulated vsize: 723716 KiB
Current children cumulated memory: 659692 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1836.02
CPU time (s): 3602.07
CPU user time (s): 3601.42
CPU system time (s): 0.649965
CPU usage (%): 196.189
Max. virtual memory (cumulated for all children) (KiB): 723716
Max. memory (cumulated for all children) (KiB): 659692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.42
system time used= 0.649965
maximum resident set size= 562160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317710
page faults= 0
swaps= 0
block input operations= 4592
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 554
involuntary context switches= 109926


# summary of solver processes directly reported to runsolver:
#   pid: 114517,114743
#   total CPU time (s): 3602.07
#   total CPU user time (s): 3601.42
#   total CPU system time (s): 0.649965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.60995 second user time and 8.77079 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-11 13:10:06
IDJOB=4527282
IDBENCH=146800
IDSOLVER=3384
FILE ID=nodeC023/4527282-1752232205
RUNJOBID= nodeC023-1752232205-114479
SLURM_JOB_ID= 9682534
Free space on /tmp= 431868 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-core4284-1064.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527282-1752232205/watcher-4527282-1752232205 -o /tmp/evaluation-result-4527282-1752232205/solver-4527282-1752232205 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752232205-114479 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527282-1752232205.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 9634c234ec2c2f6b5ee1ba365a629db0
RANDOM SEED=417534739

nodeC023 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.149
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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.034
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 3226.141
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.910
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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.001
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.877
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.938
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.976
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129695508 kB
MemAvailable:   129680772 kB
Buffers:              16 kB
Cached:           726424 kB
SwapCached:         2860 kB
Active:           243348 kB
Inactive:         563016 kB
Active(anon):      39780 kB
Inactive(anon):    52756 kB
Active(file):     203568 kB
Inactive(file):   510260 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             48576 kB
Writeback:             0 kB
AnonPages:         80248 kB
Mapped:           100016 kB
Shmem:             12612 kB
KReclaimable:     221348 kB
Slab:             313064 kB
SReclaimable:     221348 kB
SUnreclaim:        91716 kB
KernelStack:        4096 kB
PageTables:         2968 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     342980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431640 MiB
End job on nodeC023 at 2025-07-11 13:40:43