Trace number 4485722

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S2? 1448.49 1450.35

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbeb.opb
MD5SUMd021d78883fac2a7bf820bb220b2a7e2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.14616
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155020
Total number of constraints2675
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2675
Minimum length of a constraint11
Maximum length of a constraint7172
Number of terms in the objective function 14882
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 12491747892670016
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

24.47/21.47	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
24.47/21.47	c numVar: 155020
24.47/21.47	c numCon: 2675
24.47/21.47	c numEqual: 2192
24.47/21.47	c intSize: 55
24.47/21.47	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
24.47/21.47	c ------------------- Paras list -------------------
24.47/21.47	c Name                	 Type      	 Now       	 Default   	 Comment
24.47/21.47	c timeout             	 double    	 3600.000000	 3600      	 
24.47/21.47	c mip_time            	 double    	 0.500000  	 0.5       	 
24.47/21.47	c ls_time             	 double    	 10.000000 	 10        	 
24.47/21.47	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
24.47/21.47	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
24.47/21.47	c random_seed         	 int       	 0         	 0         	 
24.47/21.47	c sample_size         	 int       	 50        	 50        	 
24.47/21.47	c sub_score           	 int       	 1         	 1         	 
24.47/21.47	c tabu_base           	 int       	 3         	 3         	 
24.47/21.47	c tabu_variation      	 int       	 1         	 1         	 
24.47/21.47	c sub_div             	 int       	 4         	 4         	 
24.47/21.47	c nbcore              	 int       	 2         	 1         	 
24.47/21.47	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
24.47/21.47	c print_sol           	 int       	 1         	 1         	 
24.47/21.47	c tmpdir              	 string		 .         	 "."       	 
24.47/21.47	c home                	 string		 HOME	 "."       	 
24.47/21.47	c benchname           	 string		 HOME/instance-4485722-1751304790.opb	 ""        	 
24.47/21.47	c --------------------------------------------------
24.47/21.47	c Local Search solver
24.47/21.47	c MIP solver
24.47/21.47	c MIP solver infeasible
24.47/21.49	c use Exact solver
1448.43/1450.34	s UNKNOWN
1448.43/1450.34	c Total time: 1450

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62506 MiB free)
  memory of node 1: 64507 MiB (59832 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485722-1751304790/watcher-4485722-1751304790 -o /tmp/evaluation-result-4485722-1751304790/solver-4485722-1751304790 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751302914-42550 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4485722-1751304790.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=42984, runsolver pid=42981

[startup+0.100066 s]*
/proc/loadavg: 5.56 6.74 6.56 6/269 42985
/proc/meminfo: memFree=125218968/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=116528 memory=80632 CPUtime=0.09 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) R 42981 42984 42536 0 -1 4194304 15162 0 0 0 7 2 0 0 20 0 1 0 46159322 119324672 20158 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 29132 20158 1216 6655 0 19367 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 116528 KiB
Current children cumulated memory: 80632 KiB

[startup+0.205666 s]*
/proc/loadavg: 5.56 6.74 6.56 6/269 42985
/proc/meminfo: memFree=125162520/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=170756 memory=134904 CPUtime=0.2 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) R 42981 42984 42536 0 -1 4194304 28731 0 0 0 16 4 0 0 20 0 1 0 46159322 174854144 33726 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 42689 33726 1216 6655 0 32924 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 170756 KiB
Current children cumulated memory: 134904 KiB

[startup+0.305583 s]*
/proc/loadavg: 5.56 6.74 6.56 6/269 42985
/proc/meminfo: memFree=125138328/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=192404 memory=156536 CPUtime=0.3 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) R 42981 42984 42536 0 -1 4194304 34139 0 0 0 25 5 0 0 20 0 1 0 46159322 197021696 39134 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 48101 39134 1216 6655 0 38336 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 192404 KiB
Current children cumulated memory: 156536 KiB

[startup+0.700166 s]
/proc/loadavg: 5.56 6.74 6.56 6/269 42985
/proc/meminfo: memFree=125138328/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=192404 memory=156536 CPUtime=0.68 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) R 42981 42984 42536 0 -1 4194304 34145 0 0 0 63 5 0 0 20 0 1 0 46159322 197021696 39134 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 48101 39134 1216 6655 0 38336 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 192404 KiB
Current children cumulated memory: 156536 KiB

[startup+1.50016 s]
/proc/loadavg: 5.56 6.74 6.56 7/269 42985
/proc/meminfo: memFree=125145148/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=192404 memory=156536 CPUtime=1.48 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) R 42981 42984 42536 0 -1 4194304 34145 0 0 0 143 5 0 0 20 0 1 0 46159322 197021696 39134 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 48101 39134 1216 6655 0 38336 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 192404 KiB
Current children cumulated memory: 156536 KiB

[startup+3.10549 s]
/proc/loadavg: 5.56 6.74 6.56 7/269 42985
/proc/meminfo: memFree=125167800/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=192404 memory=156536 CPUtime=3.08 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) R 42981 42984 42536 0 -1 4194304 34155 0 0 0 303 5 0 0 20 0 1 0 46159322 197021696 39134 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 48101 39134 1216 6655 0 38336 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 192404 KiB
Current children cumulated memory: 156536 KiB

[startup+6.30015 s]
/proc/loadavg: 5.51 6.71 6.55 7/269 42985
/proc/meminfo: memFree=125201776/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=192536 memory=156536 CPUtime=6.27 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) R 42981 42984 42536 0 -1 4194304 34173 0 0 0 622 5 0 0 20 0 1 0 46159322 197156864 39134 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 48134 39134 1216 6655 0 38369 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 192536 KiB
Current children cumulated memory: 156536 KiB

[startup+12.7002 s]
/proc/loadavg: 5.47 6.68 6.54 7/270 42986
/proc/meminfo: memFree=125138620/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=418012 memory=297364 CPUtime=12.64 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) R 42981 42984 42536 0 -1 4194304 60762 0 0 0 1253 11 0 0 20 0 2 0 46159322 428044288 74341 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 104503 74341 2752 6655 0 78386 0
[pid=42984/tid=42986] ppid=42981 vsize=418012 memory=297364 CPUtime=0 cores=4,6
/proc/42984/task/42986/stat : 42986 (LSIPExact) S 42981 42984 42536 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 46160346 428044288 74341 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 418012 KiB
Current children cumulated memory: 297364 KiB

[startup+25.5002 s]
/proc/loadavg: 5.45 6.61 6.52 6/270 43034
/proc/meminfo: memFree=126553360/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=397004 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 99251 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 99251 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=380852 memory=366500 CPUtime=3.97 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 57745 0 0 0 384 13 0 0 20 0 1 0 46161471 389992448 91625 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 95213 91625 1120 1011 0 93980 0
Current children cumulated CPU time: 28.6 s
Current children cumulated vsize: 888628 KiB
Current children cumulated memory: 763504 KiB

[startup+51.1056 s]
/proc/loadavg: 5.64 6.56 6.51 7/270 43035
/proc/meminfo: memFree=126023024/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=397004 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 99251 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 99251 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=574272 memory=524688 CPUtime=29.5 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 90257 0 0 0 2929 21 0 0 20 0 1 0 46161471 588054528 131172 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 143568 131172 1120 1011 0 142335 0
Current children cumulated CPU time: 54.13 s
Current children cumulated vsize: 1082048 KiB
Current children cumulated memory: 921692 KiB

[startup+102.3 s]
/proc/loadavg: 5.85 6.47 6.48 7/270 43041
/proc/meminfo: memFree=125753700/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=397004 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 99251 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 99251 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=708084 memory=652164 CPUtime=80.56 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 111005 0 0 0 8026 30 0 0 20 0 1 0 46161471 725078016 163041 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 177021 163041 1120 1011 0 175788 0
Current children cumulated CPU time: 105.19 s
Current children cumulated vsize: 1215860 KiB
Current children cumulated memory: 1049168 KiB

[startup+162.3 s]
/proc/loadavg: 6.06 6.42 6.45 7/270 43043
/proc/meminfo: memFree=125603196/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=397004 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 99251 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 99251 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=912592 memory=793060 CPUtime=140.34 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 137309 0 0 0 13996 38 0 0 20 0 1 0 46161471 934494208 198265 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 228148 198265 1120 1011 0 226915 0
Current children cumulated CPU time: 164.97 s
Current children cumulated vsize: 1420368 KiB
Current children cumulated memory: 1190064 KiB

[startup+222.3 s]
/proc/loadavg: 6.23 6.41 6.45 7/270 43045
/proc/meminfo: memFree=125444464/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=397004 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 99251 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 99251 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=912592 memory=797924 CPUtime=200.13 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 138583 0 0 0 19974 39 0 0 20 0 1 0 46161471 934494208 199481 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 228148 199481 1120 1011 0 226915 0
Current children cumulated CPU time: 224.76 s
Current children cumulated vsize: 1420368 KiB
Current children cumulated memory: 1194928 KiB

[startup+282.3 s]
/proc/loadavg: 6.12 6.35 6.43 7/268 43047
/proc/meminfo: memFree=125347820/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=397004 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 99251 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 99251 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=947276 memory=857700 CPUtime=259.92 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 153628 0 0 0 25949 43 0 0 20 0 1 0 46161471 970010624 214425 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 236819 214425 1120 1011 0 235586 0
Current children cumulated CPU time: 284.55 s
Current children cumulated vsize: 1455052 KiB
Current children cumulated memory: 1254704 KiB

[startup+342.3 s]
/proc/loadavg: 6.14 6.31 6.41 7/268 43049
/proc/meminfo: memFree=125309264/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=397004 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 99251 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 99251 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=948028 memory=858980 CPUtime=319.71 cores=4,6

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

/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 99283 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 99283 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=1273224 memory=1190136 CPUtime=1216.52 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 218584 0 0 0 121584 68 0 0 20 0 1 0 46161471 1303781376 297534 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 318306 297534 1120 1011 0 317073 0
Current children cumulated CPU time: 1241.15 s
Current children cumulated vsize: 1781000 KiB
Current children cumulated memory: 1587268 KiB

[startup+1302.3 s]
/proc/loadavg: 6.11 6.12 6.21 7/269 43145
/proc/meminfo: memFree=126505880/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=399052 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 99763 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 99763 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=1281168 memory=1197688 CPUtime=1276.31 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 220571 0 0 0 127563 68 0 0 20 0 1 0 46161471 1311916032 299422 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 320292 299422 1120 1011 0 319059 0
Current children cumulated CPU time: 1300.94 s
Current children cumulated vsize: 1788944 KiB
Current children cumulated memory: 1596740 KiB

[startup+1362.3 s]
/proc/loadavg: 6.16 6.13 6.20 7/268 43147
/proc/meminfo: memFree=126473696/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=407884 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 101971 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 101971 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=1281168 memory=1197944 CPUtime=1336.09 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 220715 0 0 0 133540 69 0 0 20 0 1 0 46161471 1311916032 299486 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 320292 299486 1120 1011 0 319059 0
Current children cumulated CPU time: 1360.72 s
Current children cumulated vsize: 1788944 KiB
Current children cumulated memory: 1605828 KiB

[startup+1422.3 s]
/proc/loadavg: 6.12 6.12 6.19 7/268 43149
/proc/meminfo: memFree=126464212/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=409804 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 102451 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 102451 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=1281168 memory=1198328 CPUtime=1395.89 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 220842 0 0 0 139519 70 0 0 20 0 1 0 46161471 1311916032 299582 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 320292 299582 1120 1011 0 319059 0
Current children cumulated CPU time: 1420.52 s
Current children cumulated vsize: 1788944 KiB
Current children cumulated memory: 1608132 KiB

[startup+1450.35 s]
# the end of solver process 42984 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1447.49 s, system=1.00598 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1433.6 s]
/proc/loadavg: 6.10 6.12 6.19 7/268 43149
/proc/meminfo: memFree=126464464/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=411212 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 102803 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 102803 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=1281168 memory=1198456 CPUtime=1407.15 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 220904 0 0 0 140645 70 0 0 20 0 1 0 46161471 1311916032 299614 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 320292 299614 1120 1011 0 319059 0
Current children cumulated CPU time: 1431.78 s
Current children cumulated vsize: 1788944 KiB
Current children cumulated memory: 1609668 KiB

[startup+1440 s]*
/proc/loadavg: 6.08 6.11 6.19 7/268 43149
/proc/meminfo: memFree=126464716/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=411212 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 102803 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 102803 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=1281168 memory=1198456 CPUtime=1413.53 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 220922 0 0 0 141283 70 0 0 20 0 1 0 46161471 1311916032 299614 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 320292 299614 1120 1011 0 319059 0
Current children cumulated CPU time: 1438.16 s
Current children cumulated vsize: 1788944 KiB
Current children cumulated memory: 1609668 KiB

[startup+1446.4 s]
/proc/loadavg: 6.08 6.11 6.18 7/268 43150
/proc/meminfo: memFree=126456920/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=411212 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 102803 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 102803 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=1281168 memory=1198456 CPUtime=1419.91 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 220934 0 0 0 141921 70 0 0 20 0 1 0 46161471 1311916032 299614 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 320292 299614 1120 1011 0 319059 0
Current children cumulated CPU time: 1444.54 s
Current children cumulated vsize: 1788944 KiB
Current children cumulated memory: 1609668 KiB

[startup+1448 s]*
/proc/loadavg: 6.08 6.11 6.18 7/268 43150
/proc/meminfo: memFree=126456920/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=411212 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 102803 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 102803 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=1281168 memory=1198456 CPUtime=1421.51 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 220939 0 0 0 142081 70 0 0 20 0 1 0 46161471 1311916032 299614 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 320292 299614 1120 1011 0 319059 0
Current children cumulated CPU time: 1446.14 s
Current children cumulated vsize: 1788944 KiB
Current children cumulated memory: 1609668 KiB

[startup+1449.6 s]
/proc/loadavg: 6.08 6.11 6.18 7/268 43150
/proc/meminfo: memFree=126456920/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=411212 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 102803 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 102803 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=1281168 memory=1198456 CPUtime=1423.1 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 220955 0 0 0 142240 70 0 0 20 0 1 0 46161471 1311916032 299614 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 320292 299614 1120 1011 0 319059 0
Current children cumulated CPU time: 1447.73 s
Current children cumulated vsize: 1788944 KiB
Current children cumulated memory: 1609668 KiB

[startup+1450 s]*
/proc/loadavg: 6.15 6.12 6.19 7/268 43150
/proc/meminfo: memFree=126456920/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=411212 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 102803 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 102803 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=1281168 memory=1198584 CPUtime=1423.5 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 220957 0 0 0 142280 70 0 0 20 0 1 0 46161471 1311916032 299646 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 320292 299646 1120 1011 0 319059 0
Current children cumulated CPU time: 1448.13 s
Current children cumulated vsize: 1788944 KiB
Current children cumulated memory: 1609796 KiB

[startup+1450.2 s]
/proc/loadavg: 6.15 6.12 6.19 7/268 43150
/proc/meminfo: memFree=126456920/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=507776 memory=411212 CPUtime=24.63 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) S 42981 42984 42536 0 -1 4194304 135088 0 0 0 2438 25 0 0 20 0 1 0 46159322 519962624 102803 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 126944 102803 3520 6655 0 117121 0
[pid=43033] ppid=42984 vsize=1016384 memory=970868 CPUtime=1423.69 cores=4,6
/proc/43033/stat : 43033 (Exact) R 42984 43033 43033 0 -1 4194304 220991 0 0 0 142299 70 0 0 20 0 1 0 46161471 1040777216 242717 18446744073709551615 4198400 8335837 140736516460800 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 17506304 140736516462779 140736516463133 140736516463133 140736516468687 0
/proc/43033/statm: 254096 242717 1152 1011 0 252863 0
Current children cumulated CPU time: 1448.32 s
Current children cumulated vsize: 1524160 KiB
Current children cumulated memory: 1382080 KiB

[startup+1450.3 s]
/proc/loadavg: 6.15 6.12 6.19 7/268 43150
/proc/meminfo: memFree=126456920/131250000 swapFree=33010684/33010684
[pid=42984] ppid=42981 vsize=499296 memory=402736 CPUtime=1448.43 cores=4,6
/proc/42984/stat : 42984 (LSIPExact) R 42981 42984 42536 0 -1 4194304 148150 221006 0 0 2443 26 142301 73 20 0 1 0 46159322 511279104 100684 18446744073709551615 94905023881216 94905051137617 140724629254000 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94905059640456 94905060072064 94905076162560 140724629256538 140724629256714 140724629256714 140724629262316 0
/proc/42984/statm: 124824 100684 3520 6655 0 115001 0
Current children cumulated CPU time: 1448.43 s
Current children cumulated vsize: 499296 KiB
Current children cumulated memory: 402736 KiB

Child status: 0

Real time (s): 1450.35
CPU time (s): 1448.49
CPU user time (s): 1447.49
CPU system time (s): 1.00598
CPU usage (%): 99.8718
Max. virtual memory (cumulated for all children) (KiB): 1788944
Max. memory (cumulated for all children) (KiB): 1609796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1447.49
system time used= 1.00598
maximum resident set size= 1201388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381198
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= 277
involuntary context switches= 1987


# summary of solver processes directly reported to runsolver:
#   pid: 42984
#   total CPU time (s): 1448.49
#   total CPU user time (s): 1447.49
#   total CPU system time (s): 1.00598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.72642 second user time and 6.60417 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-30 19:33:11
IDJOB=4485722
IDBENCH=146868
IDSOLVER=3337
FILE ID=nodeC013/4485722-1751304790
RUNJOBID= nodeC013-1751302914-42550
SLURM_JOB_ID= 9594288
Free space on /tmp= 432908 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-greenbeb.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485722-1751304790/watcher-4485722-1751304790 -o /tmp/evaluation-result-4485722-1751304790/solver-4485722-1751304790 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751302914-42550 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4485722-1751304790.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= d021d78883fac2a7bf820bb220b2a7e2
RANDOM SEED=1879827052

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125275164 kB
MemAvailable:   125506264 kB
Buffers:            3280 kB
Cached:          1032632 kB
SwapCached:            0 kB
Active:          4350320 kB
Inactive:         788996 kB
Active(anon):    4116688 kB
Inactive(anon):        0 kB
Active(file):     233632 kB
Inactive(file):   788996 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58896 kB
Writeback:             4 kB
AnonPages:       4102492 kB
Mapped:           143876 kB
Shmem:             13284 kB
KReclaimable:      95024 kB
Slab:             182044 kB
SReclaimable:      95024 kB
SUnreclaim:        87020 kB
KernelStack:        4336 kB
PageTables:        11848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5055888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1308672 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432848 MiB
End job on nodeC013 at 2025-06-30 19:57:21