Trace number 4527252

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 NameAnswerCPU timeWall clock time
LSIPExact S1? (TO) 3602.25 3564.06

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ivu59.0.u.opb
MD5SUM35958f80d7fcf653e073babd26915af5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2569996
Total number of constraints3437
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3436
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint18
Maximum length of a constraint2569996
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 46418
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 500045678
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

794.50/748.51	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
794.50/748.51	c numVar: 2569996
794.50/748.51	c numCon: 3437
794.50/748.51	c numEqual: 3436
794.50/748.51	c intSize: 29
794.50/748.51	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
794.50/748.51	c ------------------- Paras list -------------------
794.50/748.51	c Name                	 Type      	 Now       	 Default   	 Comment
794.50/748.51	c timeout             	 double    	 3600.000000	 3600      	 
794.50/748.51	c mip_time            	 double    	 0.200000  	 0.5       	 
794.50/748.51	c ls_time             	 double    	 10.000000 	 10        	 
794.50/748.51	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
794.50/748.51	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
794.50/748.51	c random_seed         	 int       	 0         	 0         	 
794.50/748.51	c sample_size         	 int       	 50        	 50        	 
794.50/748.51	c sub_score           	 int       	 1         	 1         	 
794.50/748.51	c tabu_base           	 int       	 3         	 3         	 
794.50/748.51	c tabu_variation      	 int       	 1         	 1         	 
794.50/748.51	c sub_div             	 int       	 4         	 4         	 
794.50/748.51	c nbcore              	 int       	 2         	 1         	 
794.50/748.51	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
794.50/748.51	c print_sol           	 int       	 1         	 1         	 
794.50/748.51	c tmpdir              	 string		 .         	 "."       	 
794.50/748.51	c home                	 string		 HOME	 "."       	 
794.50/748.51	c benchname           	 string		 HOME/instance-4527252-1752235882.opb	 ""        	 
794.50/748.51	c --------------------------------------------------
794.50/748.51	c Local Search solver
794.50/748.51	c MIP solver
794.50/748.51	c use Exact solver
3600.01/3561.80	c receive signal 15, try to interrupt solver...
794.51/3561.91	c Exact solver (PID 114356) interrupted gracefully.

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: 63794 MiB (60222 MiB free)
  memory of node 1: 64507 MiB (62484 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100084 s]*
/proc/loadavg: 5.72 6.10 6.59 6/253 114312
/proc/meminfo: memFree=125599576/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=121972 memory=47480 CPUtime=0.09 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 5040 0 0 0 4 5 0 0 20 0 1 0 139268501 124899328 11870 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 30493 11870 1152 6655 0 20728 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 121972 KiB
Current children cumulated memory: 47480 KiB

[startup+0.205645 s]*
/proc/loadavg: 5.72 6.10 6.59 6/253 114312
/proc/meminfo: memFree=125587480/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=147572 memory=72380 CPUtime=0.19 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 6664 0 0 0 14 5 0 0 20 0 1 0 139268501 151113728 18095 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 36893 18095 1152 6655 0 27128 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 147572 KiB
Current children cumulated memory: 72380 KiB

[startup+0.305437 s]*
/proc/loadavg: 5.72 6.10 6.59 7/253 114312
/proc/meminfo: memFree=125579288/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=168052 memory=90776 CPUtime=0.29 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 7147 0 0 0 23 6 0 0 20 0 1 0 139268501 172085248 22694 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 42013 22694 1152 6655 0 32248 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 168052 KiB
Current children cumulated memory: 90776 KiB

[startup+0.700271 s]
/proc/loadavg: 5.72 6.10 6.59 7/253 114312
/proc/meminfo: memFree=125563160/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=238776 memory=149656 CPUtime=0.67 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 21335 0 0 0 58 9 0 0 20 0 1 0 139268501 244506624 37382 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 59694 37382 1152 6655 0 49929 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 238776 KiB
Current children cumulated memory: 149656 KiB

[startup+1.50031 s]
/proc/loadavg: 5.72 6.10 6.59 6/253 114312
/proc/meminfo: memFree=125442220/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=505796 memory=361368 CPUtime=1.48 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 74288 0 0 0 124 24 0 0 20 0 1 0 139268501 517935104 90342 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 126449 90342 1152 6655 0 116684 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 505796 KiB
Current children cumulated memory: 361368 KiB

[startup+3.11291 s]
/proc/loadavg: 5.72 6.10 6.59 6/253 114312
/proc/meminfo: memFree=124180488/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=1786848 memory=1589896 CPUtime=3.09 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 283136 0 0 0 240 69 0 0 20 0 1 0 139268501 1829732352 397474 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 446712 397474 1184 6655 0 436947 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1786848 KiB
Current children cumulated memory: 1589896 KiB

[startup+6.30031 s]
/proc/loadavg: 5.74 6.10 6.59 6/253 114312
/proc/meminfo: memFree=123014932/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=2902332 memory=2705416 CPUtime=6.26 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 562110 0 0 0 513 113 0 0 20 0 1 0 139268501 2971987968 676354 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 725583 676354 1184 6655 0 715818 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2902332 KiB
Current children cumulated memory: 2705416 KiB

[startup+12.7003 s]
/proc/loadavg: 5.68 6.08 6.58 6/253 114313
/proc/meminfo: memFree=121925400/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=4137412 memory=3939692 CPUtime=12.65 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 859665 0 0 0 1102 163 0 0 20 0 1 0 139268501 4236709888 984923 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 1034353 984923 1184 6655 0 1024588 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 4137412 KiB
Current children cumulated memory: 3939692 KiB

[startup+25.5003 s]
/proc/loadavg: 5.53 6.03 6.55 6/253 114313
/proc/meminfo: memFree=118016592/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=8842520 memory=8088036 CPUtime=25.42 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 1513854 0 0 0 2234 308 0 0 20 0 1 0 139268501 9054740480 2022009 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2210630 2022009 2272 6655 0 2200865 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 8842520 KiB
Current children cumulated memory: 8088036 KiB

[startup+51.1132 s]
/proc/loadavg: 5.48 5.98 6.52 6/254 114314
/proc/meminfo: memFree=116825780/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=9715580 memory=8980644 CPUtime=50.97 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 1553343 0 0 0 4728 369 0 0 20 0 2 0 139268501 9948753920 2244649 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2428895 2244649 2752 6655 0 2402778 0
[pid=114311/tid=114314] ppid=114308 vsize=9715580 memory=8802652 CPUtime=0 cores=5,7
/proc/114311/task/114314/stat : 114314 (LSIPExact) S 114308 114311 113672 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139271528 9948753920 2245161 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 9715580 KiB
Current children cumulated memory: 8980644 KiB

[startup+102.3 s]
/proc/loadavg: 5.27 5.84 6.44 6/253 114316
/proc/meminfo: memFree=112897888/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=13910936 memory=12716824 CPUtime=102.04 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 1670365 0 0 0 9695 509 0 0 20 0 2 0 139268501 14244798464 3179206 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 3477734 3179206 2912 6655 0 3451617 0
[pid=114311/tid=114314] ppid=114308 vsize=13910936 memory=12716824 CPUtime=0 cores=5,7
/proc/114311/task/114314/stat : 114314 (LSIPExact) S 114308 114311 113672 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139271528 14244798464 3179206 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 13910936 KiB
Current children cumulated memory: 12716824 KiB

[startup+162.3 s]
/proc/loadavg: 5.07 5.68 6.35 6/254 114325
/proc/meminfo: memFree=112682840/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=14355248 memory=12956344 CPUtime=161.89 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 1769007 0 0 0 15583 606 0 0 20 0 2 0 139268501 14699773952 3239086 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 3588812 3239086 2912 6655 0 3562695 0
[pid=114311/tid=114314] ppid=114308 vsize=14355248 memory=12296644 CPUtime=0 cores=5,7
/proc/114311/task/114314/stat : 114314 (LSIPExact) S 114308 114311 113672 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139271528 14699773952 3239086 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 14355248 KiB
Current children cumulated memory: 12956344 KiB

[startup+222.3 s]
/proc/loadavg: 5.66 5.74 6.33 6/254 114327
/proc/meminfo: memFree=110151472/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=17374484 memory=15093996 CPUtime=269.69 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 2273527 0 0 0 26016 953 0 0 20 0 2 0 139268501 17791471616 3773499 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 4343621 3773499 3392 6655 0 4272451 0
[pid=114311/tid=114314] ppid=114308 vsize=17374484 memory=16163748 CPUtime=48.46 cores=5,7
/proc/114311/task/114314/stat : 114314 (LSIPExact) S 114308 114311 113672 0 -1 4194368 374365 0 0 0 4635 211 0 0 20 0 2 0 139271528 17791471616 3773499 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
Current children cumulated CPU time: 269.69 s
Current children cumulated vsize: 17374484 KiB
Current children cumulated memory: 15093996 KiB

[startup+282.3 s]
/proc/loadavg: 5.38 5.64 6.25 6/254 114329
/proc/meminfo: memFree=110486116/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=17400452 memory=15118684 CPUtime=329.54 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 2285744 0 0 0 31999 955 0 0 20 0 2 0 139268501 17818062848 3779671 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 4350113 3779671 3392 6655 0 4278943 0
[pid=114311/tid=114314] ppid=114308 vsize=17400452 memory=15117404 CPUtime=48.46 cores=5,7
/proc/114311/task/114314/stat : 114314 (LSIPExact) S 114308 114311 113672 0 -1 4194368 374365 0 0 0 4635 211 0 0 20 0 2 0 139271528 17818062848 3779671 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
Current children cumulated CPU time: 329.54 s
Current children cumulated vsize: 17400452 KiB
Current children cumulated memory: 15118684 KiB

[startup+342.3 s]
/proc/loadavg: 5.18 5.53 6.17 6/253 114331
/proc/meminfo: memFree=110448804/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=17400452 memory=15118684 CPUtime=389.38 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 2289357 0 0 0 37983 955 0 0 20 0 2 0 139268501 17818062848 3779671 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 4350113 3779671 3392 6655 0 4278943 0
[pid=114311/tid=114314] ppid=114308 vsize=17400452 memory=15117404 CPUtime=48.46 cores=5,7
/proc/114311/task/114314/stat : 114314 (LSIPExact) S 114308 114311 113672 0 -1 4194368 374365 0 0 0 4635 211 0 0 20 0 2 0 139271528 17818062848 3779671 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
Current children cumulated CPU time: 389.38 s
Current children cumulated vsize: 17400452 KiB
Current children cumulated memory: 15118684 KiB

[startup+402.3 s]
/proc/loadavg: 5.16 5.46 6.11 6/254 114334
/proc/meminfo: memFree=110434304/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=17411980 memory=15124916 CPUtime=449.23 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 2302593 0 0 0 43967 956 0 0 20 0 2 0 139268501 17829867520 3781229 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0

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

/proc/114356/stat : 114356 (Exact) R 114311 114356 114356 0 -1 4194304 565933 0 0 0 234543 190 0 0 20 0 1 0 139343352 5120622592 1234831 18446744073709551615 4198400 8335837 140732219982608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45088768 140732219984057 140732219984411 140732219984411 140732219989967 0
/proc/114356/statm: 1250152 1234831 960 1011 0 1248919 0
Current children cumulated CPU time: 3141.84 s
Current children cumulated vsize: 16912936 KiB
Current children cumulated memory: 15691312 KiB

[startup+3162.3 s]
/proc/loadavg: 1.09 1.10 1.57 2/234 114574
/proc/meminfo: memFree=110747988/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=11912328 memory=10751988 CPUtime=794.51 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) S 114308 114311 113672 0 -1 4194304 2649338 0 0 0 78459 992 0 0 20 0 1 0 139268501 12198223872 2687997 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2978082 2687997 3456 6655 0 2964477 0
[pid=114356] ppid=114311 vsize=5007076 memory=4947716 CPUtime=2407.16 cores=5,7
/proc/114356/stat : 114356 (Exact) R 114311 114356 114356 0 -1 4194304 567983 0 0 0 240525 191 0 0 20 0 1 0 139343352 5127245824 1236929 18446744073709551615 4198400 8335837 140732219982608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45088768 140732219984057 140732219984411 140732219984411 140732219989967 0
/proc/114356/statm: 1251769 1236929 960 1011 0 1250536 0
Current children cumulated CPU time: 3201.67 s
Current children cumulated vsize: 16919404 KiB
Current children cumulated memory: 15699704 KiB

[startup+3222.3 s]
/proc/loadavg: 1.08 1.09 1.54 2/234 114576
/proc/meminfo: memFree=110740668/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=11912328 memory=10751988 CPUtime=794.51 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) S 114308 114311 113672 0 -1 4194304 2649338 0 0 0 78459 992 0 0 20 0 1 0 139268501 12198223872 2687997 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2978082 2687997 3456 6655 0 2964477 0
[pid=114356] ppid=114311 vsize=5016316 memory=4961056 CPUtime=2466.99 cores=5,7
/proc/114356/stat : 114356 (Exact) R 114311 114356 114356 0 -1 4194304 570582 0 0 0 246507 192 0 0 20 0 1 0 139343352 5136707584 1240264 18446744073709551615 4198400 8335837 140732219982608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45088768 140732219984057 140732219984411 140732219984411 140732219989967 0
/proc/114356/statm: 1254079 1240264 960 1011 0 1252846 0
Current children cumulated CPU time: 3261.5 s
Current children cumulated vsize: 16928644 KiB
Current children cumulated memory: 15713044 KiB

[startup+3282.3 s]
/proc/loadavg: 1.06 1.09 1.51 2/233 114578
/proc/meminfo: memFree=110733612/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=11912328 memory=10751988 CPUtime=794.51 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) S 114308 114311 113672 0 -1 4194304 2649338 0 0 0 78459 992 0 0 20 0 1 0 139268501 12198223872 2687997 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2978082 2687997 3456 6655 0 2964477 0
[pid=114356] ppid=114311 vsize=5023972 memory=4974956 CPUtime=2526.81 cores=5,7
/proc/114356/stat : 114356 (Exact) R 114311 114356 114356 0 -1 4194304 572926 0 0 0 252489 192 0 0 20 0 1 0 139343352 5144547328 1243739 18446744073709551615 4198400 8335837 140732219982608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45088768 140732219984057 140732219984411 140732219984411 140732219989967 0
/proc/114356/statm: 1255993 1243739 960 1011 0 1254760 0
Current children cumulated CPU time: 3321.32 s
Current children cumulated vsize: 16936300 KiB
Current children cumulated memory: 15726944 KiB

[startup+3342.3 s]
/proc/loadavg: 1.07 1.08 1.48 2/234 114581
/proc/meminfo: memFree=110716728/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=11912328 memory=10751988 CPUtime=794.51 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) S 114308 114311 113672 0 -1 4194304 2649338 0 0 0 78459 992 0 0 20 0 1 0 139268501 12198223872 2687997 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2978082 2687997 3456 6655 0 2964477 0
[pid=114356] ppid=114311 vsize=5034928 memory=4990016 CPUtime=2586.63 cores=5,7
/proc/114356/stat : 114356 (Exact) R 114311 114356 114356 0 -1 4194304 576072 0 0 0 258470 193 0 0 20 0 1 0 139343352 5155766272 1247504 18446744073709551615 4198400 8335837 140732219982608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45088768 140732219984057 140732219984411 140732219984411 140732219989967 0
/proc/114356/statm: 1258732 1247504 960 1011 0 1257499 0
Current children cumulated CPU time: 3381.14 s
Current children cumulated vsize: 16947256 KiB
Current children cumulated memory: 15742004 KiB

[startup+3402.3 s]
/proc/loadavg: 1.14 1.10 1.46 2/234 114583
/proc/meminfo: memFree=110701980/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=11912328 memory=10751988 CPUtime=794.51 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) S 114308 114311 113672 0 -1 4194304 2649338 0 0 0 78459 992 0 0 20 0 1 0 139268501 12198223872 2687997 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2978082 2687997 3456 6655 0 2964477 0
[pid=114356] ppid=114311 vsize=5056092 memory=5019240 CPUtime=2646.46 cores=5,7
/proc/114356/stat : 114356 (Exact) R 114311 114356 114356 0 -1 4194304 581591 0 0 0 264451 195 0 0 20 0 1 0 139343352 5177438208 1254810 18446744073709551615 4198400 8335837 140732219982608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45088768 140732219984057 140732219984411 140732219984411 140732219989967 0
/proc/114356/statm: 1264023 1254810 960 1011 0 1262790 0
Current children cumulated CPU time: 3440.97 s
Current children cumulated vsize: 16968420 KiB
Current children cumulated memory: 15771228 KiB

[startup+3462.3 s]
/proc/loadavg: 1.11 1.09 1.43 2/234 114585
/proc/meminfo: memFree=110677408/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=11912328 memory=10751988 CPUtime=794.51 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) S 114308 114311 113672 0 -1 4194304 2649338 0 0 0 78459 992 0 0 20 0 1 0 139268501 12198223872 2687997 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2978082 2687997 3456 6655 0 2964477 0
[pid=114356] ppid=114311 vsize=5070384 memory=5039664 CPUtime=2706.28 cores=5,7
/proc/114356/stat : 114356 (Exact) R 114311 114356 114356 0 -1 4194304 585711 0 0 0 270432 196 0 0 20 0 1 0 139343352 5192073216 1259916 18446744073709551615 4198400 8335837 140732219982608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45088768 140732219984057 140732219984411 140732219984411 140732219989967 0
/proc/114356/statm: 1267596 1259916 960 1011 0 1266363 0
Current children cumulated CPU time: 3500.79 s
Current children cumulated vsize: 16982712 KiB
Current children cumulated memory: 15791652 KiB

[startup+3522.3 s]
/proc/loadavg: 1.09 1.09 1.41 2/233 114587
/proc/meminfo: memFree=110653340/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=11912328 memory=10751988 CPUtime=794.51 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) S 114308 114311 113672 0 -1 4194304 2649338 0 0 0 78459 992 0 0 20 0 1 0 139268501 12198223872 2687997 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2978082 2687997 3456 6655 0 2964477 0
[pid=114356] ppid=114311 vsize=5085968 memory=5063444 CPUtime=2766.11 cores=5,7
/proc/114356/stat : 114356 (Exact) R 114311 114356 114356 0 -1 4194304 590043 0 0 0 276413 198 0 0 20 0 1 0 139343352 5208031232 1265861 18446744073709551615 4198400 8335837 140732219982608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45088768 140732219984057 140732219984411 140732219984411 140732219989967 0
/proc/114356/statm: 1271492 1265861 960 1011 0 1270259 0
Current children cumulated CPU time: 3560.62 s
Current children cumulated vsize: 16998296 KiB
Current children cumulated memory: 15815432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3561.8 s]
/proc/loadavg: 1.09 1.09 1.40 2/234 114588
/proc/meminfo: memFree=110641432/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=11912328 memory=10751988 CPUtime=794.51 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) S 114308 114311 113672 0 -1 4194304 2649338 0 0 0 78459 992 0 0 20 0 1 0 139268501 12198223872 2687997 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2978082 2687997 3456 6655 0 2964477 0
[pid=114356] ppid=114311 vsize=5096416 memory=5077900 CPUtime=2805.5 cores=5,7
/proc/114356/stat : 114356 (Exact) R 114311 114356 114356 0 -1 4194304 592902 0 0 0 280351 199 0 0 20 0 1 0 139343352 5218729984 1269475 18446744073709551615 4198400 8335837 140732219982608 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45088768 140732219984057 140732219984411 140732219984411 140732219989967 0
/proc/114356/statm: 1274104 1269475 960 1011 0 1272871 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 17008744 KiB
Current children cumulated memory: 15829888 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3589.79 s, system=12.4566 s

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

[startup+3563.2 s]
/proc/loadavg: 1.09 1.09 1.40 2/233 114590
/proc/meminfo: memFree=115731008/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=11912328 memory=10751988 CPUtime=3601.38 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 2898830 593233 0 0 78571 1007 280352 208 20 0 1 0 139268501 12198223872 2687997 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2978082 2687997 3456 6655 0 2964477 0
Current children cumulated CPU time: 3601.38 s
Current children cumulated vsize: 11912328 KiB
Current children cumulated memory: 10751988 KiB

[startup+3563.6 s]
/proc/loadavg: 1.09 1.09 1.40 2/233 114590
/proc/meminfo: memFree=115731008/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=11912328 memory=10751988 CPUtime=3601.77 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 2953764 593233 0 0 78607 1010 280352 208 20 0 1 0 139268501 12198223872 2687997 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2978082 2687997 3456 6655 0 2964477 0
Current children cumulated CPU time: 3601.77 s
Current children cumulated vsize: 11912328 KiB
Current children cumulated memory: 10751988 KiB

[startup+3563.8 s]
/proc/loadavg: 1.09 1.09 1.40 2/233 114590
/proc/meminfo: memFree=115731008/131382112 swapFree=33010160/33010684
[pid=114311] ppid=114308 vsize=11912328 memory=10751988 CPUtime=3601.97 cores=5,7
/proc/114311/stat : 114311 (LSIPExact) R 114308 114311 113672 0 -1 4194304 2980363 593233 0 0 78626 1011 280352 208 20 0 1 0 139268501 12198223872 2687997 18446744073709551615 94795941253120 94795968510289 140724294301568 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94795977012360 94795977443968 94795988770816 140724294306136 140724294306312 140724294306312 140724294311916 0
/proc/114311/statm: 2978082 2687997 3456 6655 0 2964477 0
Current children cumulated CPU time: 3601.97 s
Current children cumulated vsize: 11912328 KiB
Current children cumulated memory: 10751988 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3564.06
CPU time (s): 3602.25
CPU user time (s): 3589.79
CPU system time (s): 12.4566
CPU usage (%): 101.072
Max. virtual memory (cumulated for all children) (KiB): 19362428
Max. memory (cumulated for all children) (KiB): 17071856

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


# summary of solver processes directly reported to runsolver:
#   pid: 114311
#   total CPU time (s): 3602.25
#   total CPU user time (s): 3589.79
#   total CPU system time (s): 12.4566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9788 second user time and 33.9397 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-11 14:11:27
IDJOB=4527252
IDBENCH=164110
IDSOLVER=3384
FILE ID=nodeC009/4527252-1752235882
RUNJOBID= nodeC009-1752232205-113692
SLURM_JOB_ID= 9682520
Free space on /tmp= 430660 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ivu59.0.u.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527252-1752235882/watcher-4527252-1752235882 -o /tmp/evaluation-result-4527252-1752235882/solver-4527252-1752235882 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752232205-113692 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527252-1752235882.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 35958f80d7fcf653e073babd26915af5
RANDOM SEED=291300059

nodeC009 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	: 0xb00001f
cpu MHz		: 3591.668
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3662.461
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3591.694
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.479
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3591.719
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.233
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.606
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125652444 kB
MemAvailable:   129089888 kB
Buffers:            2144 kB
Cached:          4168760 kB
SwapCached:           24 kB
Active:          1413904 kB
Inactive:        3536488 kB
Active(anon):     793244 kB
Inactive(anon):     4180 kB
Active(file):     620660 kB
Inactive(file):  3532308 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            533860 kB
Writeback:             0 kB
AnonPages:        782592 kB
Mapped:           150572 kB
Shmem:             17936 kB
KReclaimable:     247820 kB
Slab:             337648 kB
SReclaimable:     247820 kB
SUnreclaim:        89828 kB
KernelStack:        4080 kB
PageTables:         4676 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1180108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430748 MiB
End job on nodeC009 at 2025-07-11 15:10:51