Trace number 4515050

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 S2? (TO) 3602.22 3563.13

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

1148.43/1104.35	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1148.43/1104.35	c numVar: 2569996
1148.43/1104.35	c numCon: 3437
1148.43/1104.35	c numEqual: 3436
1148.43/1104.35	c intSize: 29
1148.43/1104.35	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
1148.43/1104.35	c ------------------- Paras list -------------------
1148.43/1104.35	c Name                	 Type      	 Now       	 Default   	 Comment
1148.43/1104.35	c timeout             	 double    	 3600.000000	 3600      	 
1148.43/1104.35	c mip_time            	 double    	 0.300000  	 0.5       	 
1148.43/1104.35	c ls_time             	 double    	 10.000000 	 10        	 
1148.43/1104.35	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
1148.43/1104.35	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1148.43/1104.35	c random_seed         	 int       	 0         	 0         	 
1148.43/1104.35	c sample_size         	 int       	 50        	 50        	 
1148.43/1104.35	c sub_score           	 int       	 1         	 1         	 
1148.43/1104.35	c tabu_base           	 int       	 3         	 3         	 
1148.43/1104.35	c tabu_variation      	 int       	 1         	 1         	 
1148.43/1104.35	c sub_div             	 int       	 4         	 4         	 
1148.43/1104.35	c nbcore              	 int       	 2         	 1         	 
1148.43/1104.35	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1148.43/1104.35	c print_sol           	 int       	 1         	 1         	 
1148.43/1104.35	c tmpdir              	 string		 .         	 "."       	 
1148.43/1104.35	c home                	 string		 HOME	 "."       	 
1148.43/1104.35	c benchname           	 string		 HOME/instance-4515050-1751218408.opb	 ""        	 
1148.43/1104.35	c --------------------------------------------------
1148.43/1104.35	c Local Search solver
1148.43/1104.35	c MIP solver
1148.43/1104.35	c use Exact solver
3600.02/3560.90	c receive signal 15, try to interrupt solver...
1148.48/3561.01	c Exact solver (PID 30749) 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: 63708 MiB (62261 MiB free)
  memory of node 1: 64465 MiB (63154 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=30633, runsolver pid=30630

[startup+0.100067 s]*
/proc/loadavg: 5.88 6.11 6.38 6/268 30634
/proc/meminfo: memFree=128347260/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=168052 memory=85748 CPUtime=0.09 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 7454 0 0 0 6 3 0 0 20 0 1 0 37517724 172085248 21437 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 42013 21437 1120 6655 0 32248 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 168052 KiB
Current children cumulated memory: 85748 KiB

[startup+0.205623 s]*
/proc/loadavg: 5.88 6.11 6.38 6/268 30634
/proc/meminfo: memFree=128318844/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=186572 memory=109044 CPUtime=0.19 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 11255 0 0 0 15 4 0 0 20 0 1 0 37517724 191049728 27261 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 46643 27261 1120 6655 0 36878 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 186572 KiB
Current children cumulated memory: 109044 KiB

[startup+0.305363 s]*
/proc/loadavg: 5.88 6.11 6.38 6/268 30634
/proc/meminfo: memFree=128278524/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=237176 memory=148852 CPUtime=0.3 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 21206 0 0 0 23 7 0 0 20 0 1 0 37517724 242868224 37213 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 59294 37213 1120 6655 0 49529 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 237176 KiB
Current children cumulated memory: 148852 KiB

[startup+0.70017 s]
/proc/loadavg: 5.88 6.11 6.38 6/268 30634
/proc/meminfo: memFree=128189820/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=436872 memory=306548 CPUtime=0.69 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 60613 0 0 0 56 13 0 0 20 0 1 0 37517724 447356928 76637 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 109218 76637 1120 6655 0 99453 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 436872 KiB
Current children cumulated memory: 306548 KiB

[startup+1.50017 s]
/proc/loadavg: 5.88 6.11 6.38 6/268 30634
/proc/meminfo: memFree=127988472/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=842240 memory=630772 CPUtime=1.48 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 141676 0 0 0 121 27 0 0 20 0 1 0 37517724 862453760 157693 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 210560 157693 1120 6655 0 200795 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 842240 KiB
Current children cumulated memory: 630772 KiB

[startup+3.10538 s]
/proc/loadavg: 5.81 6.09 6.37 6/268 30634
/proc/meminfo: memFree=126466548/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=2205016 memory=2007912 CPUtime=3.09 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 388387 0 0 0 236 73 0 0 20 0 1 0 37517724 2257936384 501946 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 551254 501946 1152 6655 0 541489 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2205016 KiB
Current children cumulated memory: 2007912 KiB

[startup+6.30016 s]
/proc/loadavg: 5.81 6.09 6.37 6/268 30634
/proc/meminfo: memFree=125571444/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=3109256 memory=2912232 CPUtime=6.27 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 614589 0 0 0 518 109 0 0 20 0 1 0 37517724 3183878144 728058 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 777314 728058 1152 6655 0 767549 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3109256 KiB
Current children cumulated memory: 2912232 KiB

[startup+12.7002 s]
/proc/loadavg: 5.74 6.07 6.36 6/268 30634
/proc/meminfo: memFree=124266260/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=4559880 memory=4356456 CPUtime=12.66 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 960015 0 0 0 1104 162 0 0 20 0 1 0 37517724 4669317120 1089114 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 1139970 1089114 1152 6655 0 1130205 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 4559880 KiB
Current children cumulated memory: 4356456 KiB

[startup+25.5002 s]
/proc/loadavg: 5.65 6.04 6.34 6/268 30634
/proc/meminfo: memFree=120249488/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=8842520 memory=8177024 CPUtime=25.43 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 1512241 0 0 0 2254 289 0 0 20 0 1 0 37517724 9054740480 2044256 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2210630 2044256 2176 6655 0 2200865 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 8842520 KiB
Current children cumulated memory: 8177024 KiB

[startup+51.1054 s]
/proc/loadavg: 5.49 5.97 6.31 6/269 30635
/proc/meminfo: memFree=119542080/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=9453776 memory=8821468 CPUtime=50.97 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 1558262 0 0 0 4747 350 0 0 20 0 2 0 37517724 9680666624 2205367 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2363444 2205367 2688 6655 0 2337327 0
[pid=30633/tid=30635] ppid=30630 vsize=9453776 memory=14248 CPUtime=0 cores=4,6
/proc/30633/task/30635/stat : 30635 (LSIPExact) S 30630 30633 27651 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 37520532 9680666624 2205367 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 9453776 KiB
Current children cumulated memory: 8821468 KiB

[startup+102.3 s]
/proc/loadavg: 5.26 5.83 6.25 6/270 30638
/proc/meminfo: memFree=115696428/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=13910936 memory=12719060 CPUtime=102.03 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 1667309 0 0 0 9719 484 0 0 20 0 2 0 37517724 14244798464 3179765 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 3477734 3179765 2816 6655 0 3451617 0
[pid=30633/tid=30635] ppid=30630 vsize=13910936 memory=14248 CPUtime=0 cores=4,6
/proc/30633/task/30635/stat : 30635 (LSIPExact) S 30630 30633 27651 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 37520532 14244798464 3179765 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 13910936 KiB
Current children cumulated memory: 12719060 KiB

[startup+162.3 s]
/proc/loadavg: 5.20 5.71 6.18 7/269 30640
/proc/meminfo: memFree=115611208/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=15421276 memory=13353948 CPUtime=162.71 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 1834406 0 0 0 15623 648 0 0 20 0 2 0 37517724 15791386624 3338487 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 3855319 3338487 2944 6655 0 3802985 0
[pid=30633/tid=30635] ppid=30630 vsize=15421276 memory=14248 CPUtime=1.1 cores=4,6
/proc/30633/task/30635/stat : 30635 (LSIPExact) R 30630 30633 27651 0 -1 4194368 21666 0 0 0 75 35 0 0 20 0 2 0 37520532 15791386624 3338487 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
Current children cumulated CPU time: 162.71 s
Current children cumulated vsize: 15421276 KiB
Current children cumulated memory: 13353948 KiB

[startup+222.3 s]
/proc/loadavg: 5.55 5.73 6.15 6/268 30642
/proc/meminfo: memFree=112986280/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=17374484 memory=15086452 CPUtime=269.26 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 2245180 0 0 0 26012 914 0 0 20 0 2 0 37517724 17791471616 3771613 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 4343621 3771613 3328 6655 0 4272451 0
[pid=30633/tid=30635] ppid=30630 vsize=17374484 memory=14248 CPUtime=47.82 cores=4,6
/proc/30633/task/30635/stat : 30635 (LSIPExact) S 30630 30633 27651 0 -1 4194368 359321 0 0 0 4585 197 0 0 20 0 2 0 37520532 17791471616 3771613 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
Current children cumulated CPU time: 269.26 s
Current children cumulated vsize: 17374484 KiB
Current children cumulated memory: 15086452 KiB

[startup+282.3 s]
/proc/loadavg: 5.32 5.63 6.09 6/267 30644
/proc/meminfo: memFree=113295772/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=17400452 memory=15111380 CPUtime=329.08 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 2258029 0 0 0 31992 916 0 0 20 0 2 0 37517724 17818062848 3777845 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 4350113 3777845 3328 6655 0 4278943 0
[pid=30633/tid=30635] ppid=30630 vsize=17400452 memory=15109972 CPUtime=47.82 cores=4,6
/proc/30633/task/30635/stat : 30635 (LSIPExact) S 30630 30633 27651 0 -1 4194368 359321 0 0 0 4585 197 0 0 20 0 2 0 37520532 17818062848 3777845 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
Current children cumulated CPU time: 329.08 s
Current children cumulated vsize: 17400452 KiB
Current children cumulated memory: 15111380 KiB

[startup+342.3 s]
/proc/loadavg: 5.18 5.53 6.02 6/267 30646
/proc/meminfo: memFree=113295004/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=17400452 memory=15111380 CPUtime=388.91 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 2266097 0 0 0 37973 918 0 0 20 0 2 0 37517724 17818062848 3777845 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 4350113 3777845 3328 6655 0 4278943 0
[pid=30633/tid=30635] ppid=30630 vsize=17400452 memory=15109972 CPUtime=47.82 cores=4,6
/proc/30633/task/30635/stat : 30635 (LSIPExact) S 30630 30633 27651 0 -1 4194368 359321 0 0 0 4585 197 0 0 20 0 2 0 37520532 17818062848 3777845 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
Current children cumulated CPU time: 388.91 s
Current children cumulated vsize: 17400452 KiB
Current children cumulated memory: 15111380 KiB

[startup+402.3 s]
/proc/loadavg: 5.11 5.44 5.96 6/267 30649
/proc/meminfo: memFree=113270496/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=17411980 memory=15119656 CPUtime=448.74 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 2281870 0 0 0 43955 919 0 0 20 0 2 0 37517724 17829867520 3779914 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0

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

/proc/30633/stat : 30633 (LSIPExact) S 30630 30633 27651 0 -1 4194304 2680077 0 0 0 113889 959 0 0 20 0 1 0 37517724 12217307136 2690904 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2982741 2690904 3360 6655 0 2969136 0
[pid=30749] ppid=30633 vsize=4916508 memory=4837820 CPUtime=2053.7 cores=4,6
/proc/30749/stat : 30749 (Exact) R 30633 30749 30749 0 -1 4194304 550520 0 0 0 205176 194 0 0 20 0 1 0 37628160 5034504192 1209455 18446744073709551615 4198400 8335837 140733555338944 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39653376 140733555341499 140733555341853 140733555341853 140733555347407 0
/proc/30749/statm: 1229127 1209455 960 1011 0 1227894 0
Current children cumulated CPU time: 3202.18 s
Current children cumulated vsize: 16847472 KiB
Current children cumulated memory: 15601436 KiB

[startup+3222.3 s]
/proc/loadavg: 1.12 1.12 1.56 2/248 30897
/proc/meminfo: memFree=113535416/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=11930964 memory=10763616 CPUtime=1148.48 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) S 30630 30633 27651 0 -1 4194304 2680077 0 0 0 113889 959 0 0 20 0 1 0 37517724 12217307136 2690904 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2982741 2690904 3360 6655 0 2969136 0
[pid=30749] ppid=30633 vsize=4920072 memory=4843464 CPUtime=2113.59 cores=4,6
/proc/30749/stat : 30749 (Exact) R 30633 30749 30749 0 -1 4194304 551719 0 0 0 211164 195 0 0 20 0 1 0 37628160 5038153728 1210866 18446744073709551615 4198400 8335837 140733555338944 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39653376 140733555341499 140733555341853 140733555341853 140733555347407 0
/proc/30749/statm: 1230018 1210866 960 1011 0 1228785 0
Current children cumulated CPU time: 3262.07 s
Current children cumulated vsize: 16851036 KiB
Current children cumulated memory: 15607080 KiB

[startup+3282.3 s]
/proc/loadavg: 1.04 1.09 1.53 2/247 30899
/proc/meminfo: memFree=113523300/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=11930964 memory=10763616 CPUtime=1148.48 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) S 30630 30633 27651 0 -1 4194304 2680077 0 0 0 113889 959 0 0 20 0 1 0 37517724 12217307136 2690904 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2982741 2690904 3360 6655 0 2969136 0
[pid=30749] ppid=30633 vsize=4927068 memory=4854612 CPUtime=2173.47 cores=4,6
/proc/30749/stat : 30749 (Exact) R 30633 30749 30749 0 -1 4194304 553885 0 0 0 217151 196 0 0 20 0 1 0 37628160 5045317632 1213653 18446744073709551615 4198400 8335837 140733555338944 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39653376 140733555341499 140733555341853 140733555341853 140733555347407 0
/proc/30749/statm: 1231767 1213653 960 1011 0 1230534 0
Current children cumulated CPU time: 3321.95 s
Current children cumulated vsize: 16858032 KiB
Current children cumulated memory: 15618228 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.10 1.50 2/248 30902
/proc/meminfo: memFree=113511424/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=11930964 memory=10763616 CPUtime=1148.48 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) S 30630 30633 27651 0 -1 4194304 2680077 0 0 0 113889 959 0 0 20 0 1 0 37517724 12217307136 2690904 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2982741 2690904 3360 6655 0 2969136 0
[pid=30749] ppid=30633 vsize=4939088 memory=4870716 CPUtime=2233.36 cores=4,6
/proc/30749/stat : 30749 (Exact) R 30633 30749 30749 0 -1 4194304 557414 0 0 0 223139 197 0 0 20 0 1 0 37628160 5057626112 1217679 18446744073709551615 4198400 8335837 140733555338944 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39653376 140733555341499 140733555341853 140733555341853 140733555347407 0
/proc/30749/statm: 1234772 1217679 960 1011 0 1233539 0
Current children cumulated CPU time: 3381.84 s
Current children cumulated vsize: 16870052 KiB
Current children cumulated memory: 15634332 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.10 1.47 2/247 30904
/proc/meminfo: memFree=113504104/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=11930964 memory=10763616 CPUtime=1148.48 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) S 30630 30633 27651 0 -1 4194304 2680077 0 0 0 113889 959 0 0 20 0 1 0 37517724 12217307136 2690904 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2982741 2690904 3360 6655 0 2969136 0
[pid=30749] ppid=30633 vsize=4943708 memory=4877364 CPUtime=2293.24 cores=4,6
/proc/30749/stat : 30749 (Exact) R 30633 30749 30749 0 -1 4194304 558903 0 0 0 229126 198 0 0 20 0 1 0 37628160 5062356992 1219341 18446744073709551615 4198400 8335837 140733555338944 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39653376 140733555341499 140733555341853 140733555341853 140733555347407 0
/proc/30749/statm: 1235927 1219341 960 1011 0 1234694 0
Current children cumulated CPU time: 3441.72 s
Current children cumulated vsize: 16874672 KiB
Current children cumulated memory: 15640980 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.09 1.44 2/247 30906
/proc/meminfo: memFree=113501112/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=11930964 memory=10763616 CPUtime=1148.48 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) S 30630 30633 27651 0 -1 4194304 2680077 0 0 0 113889 959 0 0 20 0 1 0 37517724 12217307136 2690904 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2982741 2690904 3360 6655 0 2969136 0
[pid=30749] ppid=30633 vsize=4947932 memory=4885576 CPUtime=2353.12 cores=4,6
/proc/30749/stat : 30749 (Exact) R 30633 30749 30749 0 -1 4194304 560349 0 0 0 235113 199 0 0 20 0 1 0 37628160 5066682368 1221394 18446744073709551615 4198400 8335837 140733555338944 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39653376 140733555341499 140733555341853 140733555341853 140733555347407 0
/proc/30749/statm: 1236983 1221394 960 1011 0 1235750 0
Current children cumulated CPU time: 3501.6 s
Current children cumulated vsize: 16878896 KiB
Current children cumulated memory: 15649192 KiB

[startup+3522.3 s]
/proc/loadavg: 1.09 1.09 1.42 2/248 30911
/proc/meminfo: memFree=113430116/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=11930964 memory=10763616 CPUtime=1148.48 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) S 30630 30633 27651 0 -1 4194304 2680077 0 0 0 113889 959 0 0 20 0 1 0 37517724 12217307136 2690904 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2982741 2690904 3360 6655 0 2969136 0
[pid=30749] ppid=30633 vsize=5001928 memory=4941596 CPUtime=2413.01 cores=4,6
/proc/30749/stat : 30749 (Exact) R 30633 30749 30749 0 -1 4194304 563038 0 0 0 241099 202 0 0 20 0 1 0 37628160 5121974272 1235399 18446744073709551615 4198400 8335837 140733555338944 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39653376 140733555341499 140733555341853 140733555341853 140733555347407 0
/proc/30749/statm: 1250482 1235399 960 1011 0 1249249 0
Current children cumulated CPU time: 3561.49 s
Current children cumulated vsize: 16932892 KiB
Current children cumulated memory: 15705212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3560.9 s]
/proc/loadavg: 1.11 1.09 1.41 2/248 30916
/proc/meminfo: memFree=113431336/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=11930964 memory=10763616 CPUtime=1148.48 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) S 30630 30633 27651 0 -1 4194304 2680077 0 0 0 113889 959 0 0 20 0 1 0 37517724 12217307136 2690904 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2982741 2690904 3360 6655 0 2969136 0
[pid=30749] ppid=30633 vsize=5006020 memory=4947732 CPUtime=2451.54 cores=4,6
/proc/30749/stat : 30749 (Exact) R 30633 30749 30749 0 -1 4194304 564370 0 0 0 244951 203 0 0 20 0 1 0 37628160 5126164480 1236933 18446744073709551615 4198400 8335837 140733555338944 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39653376 140733555341499 140733555341853 140733555341853 140733555347407 0
/proc/30749/statm: 1251505 1236933 960 1011 0 1250272 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 16936984 KiB
Current children cumulated memory: 15711348 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3590.11 s, system=12.104 s

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

[startup+3561.6 s]
/proc/loadavg: 1.11 1.09 1.41 1/248 30918
/proc/meminfo: memFree=118382104/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=11930964 memory=10763616 CPUtime=3600.69 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 2838525 564621 0 0 113939 968 244952 210 20 0 1 0 37517724 12217307136 2690904 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2982741 2690904 3360 6655 0 2969136 0
Current children cumulated CPU time: 3600.69 s
Current children cumulated vsize: 11930964 KiB
Current children cumulated memory: 10763616 KiB

[startup+3562.4 s]
/proc/loadavg: 1.11 1.09 1.41 2/247 30918
/proc/meminfo: memFree=118382300/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=11930964 memory=10763616 CPUtime=3601.48 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 2964216 564621 0 0 114012 974 244952 210 20 0 1 0 37517724 12217307136 2690904 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2982741 2690904 3360 6655 0 2969136 0
Current children cumulated CPU time: 3601.48 s
Current children cumulated vsize: 11930964 KiB
Current children cumulated memory: 10763616 KiB

[startup+3562.8 s]
/proc/loadavg: 1.11 1.09 1.41 2/247 30918
/proc/meminfo: memFree=118382300/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=11930964 memory=10763616 CPUtime=3601.87 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 3024775 564621 0 0 114049 976 244952 210 20 0 1 0 37517724 12217307136 2690904 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2982741 2690904 3360 6655 0 2969136 0
Current children cumulated CPU time: 3601.87 s
Current children cumulated vsize: 11930964 KiB
Current children cumulated memory: 10763616 KiB

[startup+3562.9 s]
/proc/loadavg: 1.11 1.09 1.41 2/247 30918
/proc/meminfo: memFree=118382300/131250000 swapFree=33010684/33010684
[pid=30633] ppid=30630 vsize=11930964 memory=10763616 CPUtime=3601.97 cores=4,6
/proc/30633/stat : 30633 (LSIPExact) R 30630 30633 27651 0 -1 4194304 3039648 564621 0 0 114058 977 244952 210 20 0 1 0 37517724 12217307136 2690904 18446744073709551615 94515193372672 94515220629073 140736822003776 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94515229131912 94515229563520 94515231793152 140736822008154 140736822008330 140736822008330 140736822013932 0
/proc/30633/statm: 2982741 2690904 3360 6655 0 2969136 0
Current children cumulated CPU time: 3601.97 s
Current children cumulated vsize: 11930964 KiB
Current children cumulated memory: 10763616 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3563.13
CPU time (s): 3602.22
CPU user time (s): 3590.11
CPU system time (s): 12.104
CPU usage (%): 101.097
Max. virtual memory (cumulated for all children) (KiB): 19362428
Max. memory (cumulated for all children) (KiB): 16956536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.11
system time used= 12.104
maximum resident set size= 17069552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3604269
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= 510
involuntary context switches= 5340


# summary of solver processes directly reported to runsolver:
#   pid: 30633
#   total CPU time (s): 3602.22
#   total CPU user time (s): 3590.11
#   total CPU system time (s): 12.104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.48803 second user time and 14.3627 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 19:33:31
IDJOB=4515050
IDBENCH=164110
IDSOLVER=3337
FILE ID=nodeC014/4515050-1751218408
RUNJOBID= nodeC014-1751208587-27662
SLURM_JOB_ID= 9587642
Free space on /tmp= 432452 MiB

SOLVER NAME= LSIPExact  S2
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-4515050-1751218408/watcher-4515050-1751218408 -o /tmp/evaluation-result-4515050-1751218408/solver-4515050-1751218408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751208587-27662 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4515050-1751218408.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 35958f80d7fcf653e073babd26915af5
RANDOM SEED=1360127114

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128425204 kB
MemAvailable:   129091076 kB
Buffers:            3280 kB
Cached:          1474692 kB
SwapCached:            0 kB
Active:           895656 kB
Inactive:        1265224 kB
Active(anon):     700976 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):  1265224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            489064 kB
Writeback:             4 kB
AnonPages:        685996 kB
Mapped:           149232 kB
Shmem:             18068 kB
KReclaimable:      90416 kB
Slab:             176804 kB
SReclaimable:      90416 kB
SUnreclaim:        86388 kB
KernelStack:        4304 kB
PageTables:         4568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1146476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    587776 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432540 MiB
End job on nodeC014 at 2025-06-29 20:32:55