Trace number 4485721

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? 1095.73 1095.46

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.98/21.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
24.98/21.70	c numVar: 155020
24.98/21.70	c numCon: 2675
24.98/21.70	c numEqual: 2192
24.98/21.70	c intSize: 55
24.98/21.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
24.98/21.70	c ------------------- Paras list -------------------
24.98/21.70	c Name                	 Type      	 Now       	 Default   	 Comment
24.98/21.70	c timeout             	 double    	 3600.000000	 3600      	 
24.98/21.70	c mip_time            	 double    	 0.600000  	 0.5       	 
24.98/21.70	c ls_time             	 double    	 10.000000 	 10        	 
24.98/21.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
24.98/21.70	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
24.98/21.70	c random_seed         	 int       	 0         	 0         	 
24.98/21.70	c sample_size         	 int       	 50        	 50        	 
24.98/21.70	c sub_score           	 int       	 1         	 1         	 
24.98/21.70	c tabu_base           	 int       	 3         	 3         	 
24.98/21.70	c tabu_variation      	 int       	 1         	 1         	 
24.98/21.70	c sub_div             	 int       	 4         	 4         	 
24.98/21.70	c nbcore              	 int       	 2         	 1         	 
24.98/21.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
24.98/21.70	c print_sol           	 int       	 1         	 1         	 
24.98/21.70	c tmpdir              	 string		 .         	 "."       	 
24.98/21.70	c home                	 string		 HOME	 "."       	 
24.98/21.70	c benchname           	 string		 HOME/instance-4485721-1751288689.opb	 ""        	 
24.98/21.70	c --------------------------------------------------
24.98/21.70	c Local Search solver
24.98/21.70	c MIP solver
24.98/21.70	c MIP solver infeasible
24.98/21.72	c use Exact solver
1095.65/1095.44	s UNKNOWN
1095.65/1095.44	c Total time: 1095

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=42920, runsolver pid=42917

[startup+0.100065 s]*
/proc/loadavg: 7.89 8.04 7.97 8/267 42921
/proc/meminfo: memFree=123096896/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=114416 memory=78328 CPUtime=0.09 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) R 42917 42920 40512 0 -1 4194304 14649 0 0 0 7 2 0 0 20 0 1 0 44546636 117161984 19582 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 28604 19582 1184 6655 0 18839 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 114416 KiB
Current children cumulated memory: 78328 KiB

[startup+0.20574 s]*
/proc/loadavg: 7.89 8.04 7.97 8/267 42921
/proc/meminfo: memFree=123081020/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=169172 memory=133112 CPUtime=0.19 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) R 42917 42920 40512 0 -1 4194304 28327 0 0 0 15 4 0 0 20 0 1 0 44546636 173232128 33246 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 42293 33278 1184 6655 0 32528 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 169172 KiB
Current children cumulated memory: 133112 KiB

[startup+0.305618 s]*
/proc/loadavg: 7.89 8.04 7.97 8/267 42921
/proc/meminfo: memFree=123048764/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=192404 memory=156280 CPUtime=0.3 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) R 42917 42920 40512 0 -1 4194304 34139 0 0 0 25 5 0 0 20 0 1 0 44546636 197021696 39070 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 48101 39070 1184 6655 0 38336 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 192404 KiB
Current children cumulated memory: 156280 KiB

[startup+0.700196 s]
/proc/loadavg: 7.89 8.04 7.97 8/267 42921
/proc/meminfo: memFree=123048812/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=192404 memory=156280 CPUtime=0.68 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) R 42917 42920 40512 0 -1 4194304 34145 0 0 0 63 5 0 0 20 0 1 0 44546636 197021696 39070 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 48101 39070 1184 6655 0 38336 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 192404 KiB
Current children cumulated memory: 156280 KiB

[startup+1.5002 s]
/proc/loadavg: 7.89 8.04 7.97 8/267 42921
/proc/meminfo: memFree=123048812/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=192404 memory=156280 CPUtime=1.48 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) R 42917 42920 40512 0 -1 4194304 34145 0 0 0 143 5 0 0 20 0 1 0 44546636 197021696 39070 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 48101 39070 1184 6655 0 38336 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 192404 KiB
Current children cumulated memory: 156280 KiB

[startup+3.10557 s]
/proc/loadavg: 7.82 8.03 7.97 8/267 42921
/proc/meminfo: memFree=123048976/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=192404 memory=156280 CPUtime=3.08 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) R 42917 42920 40512 0 -1 4194304 34155 0 0 0 303 5 0 0 20 0 1 0 44546636 197021696 39070 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 48101 39070 1184 6655 0 38336 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 192404 KiB
Current children cumulated memory: 156280 KiB

[startup+6.30016 s]
/proc/loadavg: 7.82 8.03 7.97 8/267 42921
/proc/meminfo: memFree=123041800/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=192536 memory=156408 CPUtime=6.27 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) R 42917 42920 40512 0 -1 4194304 34173 0 0 0 622 5 0 0 20 0 1 0 44546636 197156864 39102 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 48134 39102 1184 6655 0 38369 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 192536 KiB
Current children cumulated memory: 156408 KiB

[startup+12.7002 s]
/proc/loadavg: 7.75 8.01 7.96 8/268 42922
/proc/meminfo: memFree=122935420/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=418012 memory=297492 CPUtime=12.64 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) R 42917 42920 40512 0 -1 4194304 61076 0 0 0 1254 10 0 0 20 0 2 0 44546636 428044288 74373 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 104503 74373 2752 6655 0 78386 0
[pid=42920/tid=42922] ppid=42917 vsize=418012 memory=297492 CPUtime=0 cores=1,3
/proc/42920/task/42922/stat : 42922 (LSIPExact) S 42917 42920 40512 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 44547664 428044288 74373 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 418012 KiB
Current children cumulated memory: 297492 KiB

[startup+25.5002 s]
/proc/loadavg: 7.58 7.96 7.94 8/268 42923
/proc/meminfo: memFree=122457596/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=379852 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 94963 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 94963 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=380852 memory=366456 CPUtime=3.74 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 57286 0 0 0 363 11 0 0 20 0 1 0 44548808 389992448 91614 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 95213 91614 1088 1011 0 93980 0
Current children cumulated CPU time: 28.75 s
Current children cumulated vsize: 871972 KiB
Current children cumulated memory: 746308 KiB

[startup+51.1056 s]
/proc/loadavg: 7.44 7.90 7.92 8/268 42924
/proc/meminfo: memFree=122215004/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=379852 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 94963 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 94963 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=576232 memory=526240 CPUtime=29.28 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 90699 0 0 0 2909 19 0 0 20 0 1 0 44548808 590061568 131560 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 144058 131560 1088 1011 0 142825 0
Current children cumulated CPU time: 54.29 s
Current children cumulated vsize: 1067352 KiB
Current children cumulated memory: 906092 KiB

[startup+102.3 s]
/proc/loadavg: 7.04 7.72 7.86 7/267 42972
/proc/meminfo: memFree=124709908/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=379852 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 94963 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 94963 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=708084 memory=650108 CPUtime=80.34 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 110573 0 0 0 8006 28 0 0 20 0 1 0 44548808 725078016 162527 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 177021 162527 1088 1011 0 175788 0
Current children cumulated CPU time: 105.35 s
Current children cumulated vsize: 1199204 KiB
Current children cumulated memory: 1029960 KiB

[startup+162.3 s]
/proc/loadavg: 7.44 7.70 7.84 8/267 42974
/proc/meminfo: memFree=124157716/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=379852 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 94963 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 94963 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=912592 memory=792780 CPUtime=140.17 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 136786 0 0 0 13979 38 0 0 20 0 1 0 44548808 934494208 198195 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 228148 198195 1088 1011 0 226915 0
Current children cumulated CPU time: 165.18 s
Current children cumulated vsize: 1403712 KiB
Current children cumulated memory: 1172632 KiB

[startup+222.3 s]
/proc/loadavg: 7.22 7.59 7.79 8/267 42976
/proc/meminfo: memFree=124145980/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=379852 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 94963 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 94963 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=912592 memory=797644 CPUtime=200.02 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 138062 0 0 0 19963 39 0 0 20 0 1 0 44548808 934494208 199411 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 228148 199411 1088 1011 0 226915 0
Current children cumulated CPU time: 225.03 s
Current children cumulated vsize: 1403712 KiB
Current children cumulated memory: 1177496 KiB

[startup+282.3 s]
/proc/loadavg: 6.66 7.37 7.70 7/267 43030
/proc/meminfo: memFree=124222416/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=379852 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 94963 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 94963 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=948028 memory=858060 CPUtime=259.84 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 153265 0 0 0 25941 43 0 0 20 0 1 0 44548808 970780672 214515 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 237007 214515 1088 1011 0 235774 0
Current children cumulated CPU time: 284.85 s
Current children cumulated vsize: 1439148 KiB
Current children cumulated memory: 1237912 KiB

[startup+342.3 s]
/proc/loadavg: 6.22 7.12 7.60 7/269 43038
/proc/meminfo: memFree=124137480/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=380364 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 95091 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 95091 3520 6655 0 112957 0

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

/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 98579 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 98579 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=1207896 memory=1135948 CPUtime=798.29 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 213370 0 0 0 79766 63 0 0 20 0 1 0 44548808 1236885504 283987 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 301974 283987 1088 1011 0 300741 0
Current children cumulated CPU time: 823.3 s
Current children cumulated vsize: 1699016 KiB
Current children cumulated memory: 1530264 KiB

[startup+882.3 s]
/proc/loadavg: 6.08 6.18 6.86 7/267 43294
/proc/meminfo: memFree=123887760/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=394316 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 98579 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 98579 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=1207896 memory=1137484 CPUtime=858.12 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 213535 0 0 0 85748 64 0 0 20 0 1 0 44548808 1236885504 284371 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 301974 284371 1088 1011 0 300741 0
Current children cumulated CPU time: 883.13 s
Current children cumulated vsize: 1699016 KiB
Current children cumulated memory: 1531800 KiB

[startup+942.3 s]
/proc/loadavg: 6.06 6.16 6.81 7/268 43299
/proc/meminfo: memFree=123873340/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=394316 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 98579 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 98579 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=1207896 memory=1138636 CPUtime=917.96 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 213817 0 0 0 91732 64 0 0 20 0 1 0 44548808 1236885504 284659 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 301974 284659 1088 1011 0 300741 0
Current children cumulated CPU time: 942.97 s
Current children cumulated vsize: 1699016 KiB
Current children cumulated memory: 1532952 KiB

[startup+1002.3 s]
/proc/loadavg: 6.07 6.14 6.76 7/267 43305
/proc/meminfo: memFree=123880468/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=394316 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 98579 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 98579 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=1207896 memory=1146572 CPUtime=977.8 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 214199 0 0 0 97716 64 0 0 20 0 1 0 44548808 1236885504 286643 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 301974 286643 1088 1011 0 300741 0
Current children cumulated CPU time: 1002.81 s
Current children cumulated vsize: 1699016 KiB
Current children cumulated memory: 1540888 KiB

[startup+1062.3 s]
/proc/loadavg: 6.14 6.15 6.72 7/267 43307
/proc/meminfo: memFree=123747476/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=394316 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 98579 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 98579 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=1269128 memory=1227536 CPUtime=1037.63 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 217472 0 0 0 103696 67 0 0 20 0 1 0 44548808 1299587072 306884 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 317282 306884 1088 1011 0 316049 0
Current children cumulated CPU time: 1062.64 s
Current children cumulated vsize: 1760248 KiB
Current children cumulated memory: 1621852 KiB

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

# cumulated CPU time of all completed processes:  user=1094.79 s, system=0.935576 s

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

[startup+1075.2 s]
/proc/loadavg: 6.11 6.14 6.71 7/267 43308
/proc/meminfo: memFree=123730692/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=394316 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 98579 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 98579 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=1269128 memory=1227536 CPUtime=1050.5 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 217473 0 0 0 104983 67 0 0 20 0 1 0 44548808 1299587072 306884 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 317282 306884 1088 1011 0 316049 0
Current children cumulated CPU time: 1075.51 s
Current children cumulated vsize: 1760248 KiB
Current children cumulated memory: 1621852 KiB

[startup+1088 s]*
/proc/loadavg: 6.09 6.13 6.70 7/267 43308
/proc/meminfo: memFree=123732164/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=394316 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 98579 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 98579 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=1269128 memory=1227536 CPUtime=1063.27 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 217580 0 0 0 106260 67 0 0 20 0 1 0 44548808 1299587072 306884 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 317282 306884 1088 1011 0 316049 0
Current children cumulated CPU time: 1088.28 s
Current children cumulated vsize: 1760248 KiB
Current children cumulated memory: 1621852 KiB

[startup+1091.2 s]
/proc/loadavg: 6.16 6.15 6.71 7/267 43309
/proc/meminfo: memFree=123730144/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=394316 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 98579 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 98579 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=1269128 memory=1227536 CPUtime=1066.46 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 217580 0 0 0 106579 67 0 0 20 0 1 0 44548808 1299587072 306884 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 317282 306884 1088 1011 0 316049 0
Current children cumulated CPU time: 1091.47 s
Current children cumulated vsize: 1760248 KiB
Current children cumulated memory: 1621852 KiB

[startup+1092.8 s]
/proc/loadavg: 6.16 6.15 6.71 7/267 43309
/proc/meminfo: memFree=123730304/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=394316 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 98579 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 98579 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=1269128 memory=1227536 CPUtime=1068.05 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 217581 0 0 0 106738 67 0 0 20 0 1 0 44548808 1299587072 306884 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 317282 306884 1088 1011 0 316049 0
Current children cumulated CPU time: 1093.06 s
Current children cumulated vsize: 1760248 KiB
Current children cumulated memory: 1621852 KiB

[startup+1094.4 s]
/proc/loadavg: 6.23 6.16 6.71 7/267 43309
/proc/meminfo: memFree=123730304/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=394316 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 98579 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 98579 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=1269128 memory=1227536 CPUtime=1069.65 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 217582 0 0 0 106898 67 0 0 20 0 1 0 44548808 1299587072 306884 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 317282 306884 1088 1011 0 316049 0
Current children cumulated CPU time: 1094.66 s
Current children cumulated vsize: 1760248 KiB
Current children cumulated memory: 1621852 KiB

[startup+1095.2 s]
/proc/loadavg: 6.23 6.16 6.71 7/267 43309
/proc/meminfo: memFree=123730304/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=491120 memory=394316 CPUtime=25.01 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) S 42917 42920 40512 0 -1 4194304 137247 0 0 0 2478 23 0 0 20 0 1 0 44546636 502906880 98579 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 122780 98579 3520 6655 0 112957 0
[pid=42923] ppid=42920 vsize=1269128 memory=1227536 CPUtime=1070.45 cores=1,3
/proc/42923/stat : 42923 (Exact) R 42920 42923 42923 0 -1 4194304 217583 0 0 0 106978 67 0 0 20 0 1 0 44548808 1299587072 306884 18446744073709551615 4198400 8335837 140735403510272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34967552 140735403518139 140735403518493 140735403518493 140735403524047 0
/proc/42923/statm: 317282 306884 1088 1011 0 316049 0
Current children cumulated CPU time: 1095.46 s
Current children cumulated vsize: 1760248 KiB
Current children cumulated memory: 1621852 KiB

[startup+1095.4 s]
/proc/loadavg: 6.23 6.16 6.71 7/267 43309
/proc/meminfo: memFree=123730304/131249996 swapFree=33010684/33010684
[pid=42920] ppid=42917 vsize=482640 memory=385892 CPUtime=1095.65 cores=1,3
/proc/42920/stat : 42920 (LSIPExact) R 42917 42920 40512 0 -1 4194304 150832 217748 0 0 2483 23 106991 68 20 0 1 0 44546636 494223360 96473 18446744073709551615 93993204813824 93993232070225 140735742107008 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93993240573064 93993241004672 93993252474880 140735742110042 140735742110218 140735742110218 140735742115820 0
/proc/42920/statm: 120660 96473 3520 6655 0 110837 0
Current children cumulated CPU time: 1095.65 s
Current children cumulated vsize: 482640 KiB
Current children cumulated memory: 385892 KiB

Child status: 0

Real time (s): 1095.46
CPU time (s): 1095.73
CPU user time (s): 1094.79
CPU system time (s): 0.935576
CPU usage (%): 100.025
Max. virtual memory (cumulated for all children) (KiB): 1762300
Max. memory (cumulated for all children) (KiB): 1623780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1094.79
system time used= 0.935576
maximum resident set size= 1240748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380846
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= 458
involuntary context switches= 2654


# summary of solver processes directly reported to runsolver:
#   pid: 42920
#   total CPU time (s): 1095.73
#   total CPU user time (s): 1094.79
#   total CPU system time (s): 0.935576

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.76354 second user time and 4.77687 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 15:04:49
IDJOB=4485721
IDBENCH=146868
IDSOLVER=3336
FILE ID=nodeC017/4485721-1751288689
RUNJOBID= nodeC017-1751279512-40524
SLURM_JOB_ID= 9594216
Free space on /tmp= 432868 MiB

SOLVER NAME= LSIPExact S1
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-4485721-1751288689/watcher-4485721-1751288689 -o /tmp/evaluation-result-4485721-1751288689/solver-4485721-1751288689 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40524 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4485721-1751288689.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= d021d78883fac2a7bf820bb220b2a7e2
RANDOM SEED=1049350902

nodeC017 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123169176 kB
MemAvailable:   126151544 kB
Buffers:            2380 kB
Cached:          3753592 kB
SwapCached:            0 kB
Active:          3859524 kB
Inactive:        3448048 kB
Active(anon):    3569668 kB
Inactive(anon):       12 kB
Active(file):     289856 kB
Inactive(file):  3448036 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58892 kB
Writeback:            40 kB
AnonPages:       3554752 kB
Mapped:           140148 kB
Shmem:             18080 kB
KReclaimable:     167032 kB
Slab:             256256 kB
SReclaimable:     167032 kB
SUnreclaim:        89224 kB
KernelStack:        4304 kB
PageTables:        10072 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3924444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    907264 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432808 MiB
End job on nodeC017 at 2025-06-30 15:23:04