Trace number 4545458

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2UNSAT 2168.82 1133.89

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-Hamming-20-10-03-08_c24.opb
MD5SUM9101894967509166591dd86e4191459c
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 benchmark0.667758
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6861
Total number of constraints13501
Number of constraints which are clauses2281
Number of constraints which are cardinality constraints (but not clauses)190
Number of constraints which are nor clauses,nor cardinality constraints11030
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 18
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2119.05/1084.06	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2119.05/1084.06	c numVar: 6861
2119.05/1084.06	c numCon: 13501
2119.05/1084.06	c numEqual: 0
2119.05/1084.06	c intSize: 5
2119.05/1084.06	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2119.05/1084.06	c ------------------- Paras list -------------------
2119.05/1084.06	c Name                	 Type      	 Now       	 Default   	 Comment
2119.05/1084.06	c timeout             	 double    	 3600.000000	 3600      	 
2119.05/1084.06	c mip_time            	 double    	 0.300000  	 0.5       	 
2119.05/1084.06	c ls_time             	 double    	 10.000000 	 10        	 
2119.05/1084.06	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2119.05/1084.06	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2119.05/1084.06	c random_seed         	 int       	 0         	 0         	 
2119.05/1084.06	c sample_size         	 int       	 50        	 50        	 
2119.05/1084.06	c sub_score           	 int       	 1         	 1         	 
2119.05/1084.06	c tabu_base           	 int       	 3         	 3         	 
2119.05/1084.06	c tabu_variation      	 int       	 1         	 1         	 
2119.05/1084.06	c sub_div             	 int       	 4         	 4         	 
2119.05/1084.06	c nbcore              	 int       	 2         	 1         	 
2119.05/1084.06	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2119.05/1084.06	c print_sol           	 int       	 1         	 1         	 
2119.05/1084.06	c tmpdir              	 string		 .         	 "."       	 
2119.05/1084.06	c home                	 string		 HOME	 "."       	 
2119.05/1084.06	c benchname           	 string		 HOME/instance-4545458-1753225402.opb	 ""        	 
2119.05/1084.06	c --------------------------------------------------
2119.05/1084.06	c Local Search solver
2119.05/1084.06	c MIP solver
2119.05/1084.06	c use Exact solver
2168.71/1133.83	c Exact infeasible
2168.71/1133.85	s UNSATISFIABLE
2168.71/1133.85	c Total time: 1134

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (61256 MiB free)
  memory of node 1: 64507 MiB (61796 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100076 s]*
/proc/loadavg: 7.16 7.25 7.38 8/254 200107
/proc/meminfo: memFree=125986708/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=52280 memory=17792 CPUtime=0.1 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 3433 0 0 0 9 1 0 0 20 0 1 0 238219904 53534720 4448 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 13070 4448 1184 6655 0 3305 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 52280 KiB
Current children cumulated memory: 17792 KiB

[startup+0.213732 s]*
/proc/loadavg: 7.16 7.25 7.38 8/254 200107
/proc/meminfo: memFree=125986708/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=52280 memory=17792 CPUtime=0.21 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 3433 0 0 0 20 1 0 0 20 0 1 0 238219904 53534720 4448 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 13070 4448 1184 6655 0 3305 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 52280 KiB
Current children cumulated memory: 17792 KiB

[startup+0.313683 s]*
/proc/loadavg: 7.16 7.25 7.38 8/254 200107
/proc/meminfo: memFree=125986708/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=52280 memory=17792 CPUtime=0.31 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 3433 0 0 0 30 1 0 0 20 0 1 0 238219904 53534720 4448 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 13070 4448 1184 6655 0 3305 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 52280 KiB
Current children cumulated memory: 17792 KiB

[startup+0.700304 s]
/proc/loadavg: 7.16 7.25 7.38 8/254 200107
/proc/meminfo: memFree=125986708/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=52280 memory=17792 CPUtime=0.68 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 3433 0 0 0 67 1 0 0 20 0 1 0 238219904 53534720 4448 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 13070 4448 1184 6655 0 3305 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 52280 KiB
Current children cumulated memory: 17792 KiB

[startup+1.5003 s]
/proc/loadavg: 7.16 7.25 7.38 8/254 200107
/proc/meminfo: memFree=125987060/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=52280 memory=17792 CPUtime=1.48 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 3433 0 0 0 147 1 0 0 20 0 1 0 238219904 53534720 4448 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 13070 4448 1184 6655 0 3305 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 52280 KiB
Current children cumulated memory: 17792 KiB

[startup+3.11343 s]
/proc/loadavg: 7.15 7.25 7.38 8/254 200107
/proc/meminfo: memFree=125987136/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=52280 memory=17792 CPUtime=3.08 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 3433 0 0 0 307 1 0 0 20 0 1 0 238219904 53534720 4448 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 13070 4448 1184 6655 0 3305 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 52280 KiB
Current children cumulated memory: 17792 KiB

[startup+6.3003 s]
/proc/loadavg: 7.15 7.25 7.38 8/254 200107
/proc/meminfo: memFree=125987396/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=52280 memory=17792 CPUtime=6.26 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 3433 0 0 0 625 1 0 0 20 0 1 0 238219904 53534720 4448 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 13070 4448 1184 6655 0 3305 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 52280 KiB
Current children cumulated memory: 17792 KiB

[startup+12.7002 s]
/proc/loadavg: 7.22 7.26 7.38 8/255 200108
/proc/meminfo: memFree=125940100/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=171360 memory=83472 CPUtime=13.49 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) S 200103 200106 197377 0 -1 4194304 17516 0 0 0 1345 4 0 0 20 0 2 0 238219904 175472640 20868 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 42840 20868 3424 6655 0 19846 0
[pid=200106/tid=200108] ppid=200103 vsize=171360 memory=83472 CPUtime=2.43 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 2909 0 0 0 242 1 0 0 20 0 2 0 238220909 175472640 20868 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 13.49 s
Current children cumulated vsize: 171360 KiB
Current children cumulated memory: 83472 KiB

[startup+25.5002 s]
/proc/loadavg: 7.25 7.26 7.38 9/255 200108
/proc/meminfo: memFree=125917028/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=189816 memory=106128 CPUtime=32.74 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 37118 0 0 0 3266 8 0 0 20 0 2 0 238219904 194371584 26532 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 47454 26532 3456 6655 0 25789 0
[pid=200106/tid=200108] ppid=200103 vsize=189816 memory=106128 CPUtime=15.14 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 12490 0 0 0 1512 2 0 0 20 0 2 0 238220909 194371584 26532 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 32.74 s
Current children cumulated vsize: 189816 KiB
Current children cumulated memory: 106128 KiB

[startup+51.1057 s]
/proc/loadavg: 7.51 7.32 7.40 9/255 200109
/proc/meminfo: memFree=125891732/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=206844 memory=138404 CPUtime=83.45 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 92529 0 0 0 8330 15 0 0 20 0 2 0 238219904 211808256 34601 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 51711 34601 3520 6655 0 33006 0
[pid=200106/tid=200108] ppid=200103 vsize=206844 memory=132644 CPUtime=40.56 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 26549 0 0 0 4051 5 0 0 20 0 2 0 238220909 211808256 34601 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 83.45 s
Current children cumulated vsize: 206844 KiB
Current children cumulated memory: 138404 KiB

[startup+102.3 s]
/proc/loadavg: 7.85 7.45 7.44 8/255 200112
/proc/meminfo: memFree=125659464/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=218784 memory=160164 CPUtime=185.02 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 115174 0 0 0 18484 18 0 0 20 0 2 0 238219904 224034816 40041 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 54696 40041 3520 6655 0 38907 0
[pid=200106/tid=200108] ppid=200103 vsize=218784 memory=159396 CPUtime=91.52 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 37525 0 0 0 9146 6 0 0 20 0 2 0 238220909 224034816 40041 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 185.02 s
Current children cumulated vsize: 218784 KiB
Current children cumulated memory: 160164 KiB

[startup+162.3 s]
/proc/loadavg: 7.66 7.46 7.44 8/255 200114
/proc/meminfo: memFree=125549992/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=235696 memory=196388 CPUtime=304.27 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 158887 0 0 0 30404 23 0 0 20 0 2 0 238219904 241352704 49097 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 58924 49097 3520 6655 0 47782 0
[pid=200106/tid=200108] ppid=200103 vsize=235696 memory=177956 CPUtime=151.35 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 59813 0 0 0 15126 9 0 0 20 0 2 0 238220909 241352704 49097 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 304.27 s
Current children cumulated vsize: 235696 KiB
Current children cumulated memory: 196388 KiB

[startup+222.3 s]
/proc/loadavg: 7.28 7.39 7.42 8/255 200116
/proc/meminfo: memFree=125455108/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=316300 memory=224676 CPUtime=423.53 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 166349 0 0 0 42329 24 0 0 20 0 2 0 238219904 323891200 56169 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 79075 56169 3520 6655 0 54645 0
[pid=200106/tid=200108] ppid=200103 vsize=316300 memory=14636 CPUtime=211.17 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 63312 0 0 0 21107 10 0 0 20 0 2 0 238220909 323891200 56169 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 423.53 s
Current children cumulated vsize: 316300 KiB
Current children cumulated memory: 224676 KiB

[startup+282.3 s]
/proc/loadavg: 7.17 7.34 7.40 8/254 200118
/proc/meminfo: memFree=125421864/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=328924 memory=248228 CPUtime=542.78 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 193094 0 0 0 54251 27 0 0 20 0 2 0 238219904 336818176 62057 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 82231 62057 3520 6655 0 61033 0
[pid=200106/tid=200108] ppid=200103 vsize=328924 memory=244516 CPUtime=271 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 77028 0 0 0 27089 11 0 0 20 0 2 0 238220909 336818176 62057 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 542.78 s
Current children cumulated vsize: 328924 KiB
Current children cumulated memory: 248228 KiB

[startup+342.3 s]
/proc/loadavg: 6.62 7.17 7.34 7/254 200121
/proc/meminfo: memFree=118090136/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=344992 memory=279076 CPUtime=661.98 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 221690 0 0 0 66167 31 0 0 20 0 2 0 238219904 353271808 69769 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 86248 69769 3520 6655 0 68194 0
[pid=200106/tid=200108] ppid=200103 vsize=344992 memory=266660 CPUtime=330.8 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 91259 0 0 0 33068 12 0 0 20 0 2 0 238220909 353271808 69769 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 661.98 s
Current children cumulated vsize: 344992 KiB
Current children cumulated memory: 279076 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=111793708/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=375724 memory=295456 CPUtime=1599 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 331956 0 0 0 159859 41 0 0 20 0 2 0 238219904 384741376 73864 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 93931 73864 3520 6655 0 79258 0
[pid=200106/tid=200108] ppid=200103 vsize=375724 memory=295456 CPUtime=790 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 139182 0 0 0 78983 17 0 0 20 0 2 0 238220909 384741376 73864 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 1599 s
Current children cumulated vsize: 375724 KiB
Current children cumulated memory: 295456 KiB

[startup+882.3 s]
/proc/loadavg: 6.13 6.26 6.77 7/254 200194
/proc/meminfo: memFree=111768528/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=375724 memory=295456 CPUtime=1718.25 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 332226 0 0 0 171784 41 0 0 20 0 2 0 238219904 384741376 73864 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 93931 73864 3520 6655 0 79258 0
[pid=200106/tid=200108] ppid=200103 vsize=375724 memory=295456 CPUtime=849.42 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 139188 0 0 0 84925 17 0 0 20 0 2 0 238220909 384741376 73864 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 1718.25 s
Current children cumulated vsize: 375724 KiB
Current children cumulated memory: 295456 KiB

[startup+942.3 s]
/proc/loadavg: 6.10 6.22 6.72 7/253 200195
/proc/meminfo: memFree=111774608/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=375724 memory=295456 CPUtime=1837.48 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 334204 0 0 0 183707 41 0 0 20 0 2 0 238219904 384741376 73864 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 93931 73864 3520 6655 0 79258 0
[pid=200106/tid=200108] ppid=200103 vsize=375724 memory=14636 CPUtime=908.84 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 139196 0 0 0 90867 17 0 0 20 0 2 0 238220909 384741376 73864 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 1837.48 s
Current children cumulated vsize: 375724 KiB
Current children cumulated memory: 295456 KiB

[startup+1002.3 s]
/proc/loadavg: 6.14 6.21 6.69 7/253 200197
/proc/meminfo: memFree=111752852/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=375724 memory=295456 CPUtime=1956.7 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 355573 0 0 0 195627 43 0 0 20 0 2 0 238219904 384741376 73864 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 93931 73864 3520 6655 0 79258 0
[pid=200106/tid=200108] ppid=200103 vsize=375724 memory=295456 CPUtime=968.25 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 149580 0 0 0 96807 18 0 0 20 0 2 0 238220909 384741376 73864 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 1956.7 s
Current children cumulated vsize: 375724 KiB
Current children cumulated memory: 295456 KiB

[startup+1062.3 s]
/proc/loadavg: 6.11 6.19 6.65 7/254 200202
/proc/meminfo: memFree=111752712/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=375724 memory=295456 CPUtime=2075.93 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) R 200103 200106 197377 0 -1 4194304 379853 0 0 0 207547 46 0 0 20 0 2 0 238219904 384741376 73864 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 93931 73864 3520 6655 0 79258 0
[pid=200106/tid=200108] ppid=200103 vsize=375724 memory=295456 CPUtime=1027.66 cores=0,2
/proc/200106/task/200108/stat : 200108 (LSIPExact) R 200103 200106 197377 0 -1 4194368 163462 0 0 0 102746 20 0 0 20 0 2 0 238220909 384741376 73864 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
Current children cumulated CPU time: 2075.93 s
Current children cumulated vsize: 375724 KiB
Current children cumulated memory: 295456 KiB

[startup+1122.3 s]
/proc/loadavg: 5.64 6.06 6.57 6/254 200205
/proc/meminfo: memFree=111761164/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=296572 memory=240840 CPUtime=2119.17 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) S 200103 200106 197377 0 -1 4194304 386823 0 0 0 211870 47 0 0 20 0 1 0 238219904 303689728 60210 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 74143 60210 3552 6655 0 64351 0
[pid=200204] ppid=200106 vsize=65836 memory=51616 CPUtime=38.08 cores=0,2
/proc/200204/stat : 200204 (Exact) R 200106 200204 200204 0 -1 4194304 11288 0 0 0 3802 6 0 0 20 0 1 0 238328311 67416064 12904 18446744073709551615 4198400 8335837 140723976429456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44105728 140723976431801 140723976432155 140723976432155 140723976437711 0
/proc/200204/statm: 16459 12904 1120 1011 0 15226 0
Current children cumulated CPU time: 2157.25 s
Current children cumulated vsize: 362408 KiB
Current children cumulated memory: 292456 KiB

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

# cumulated CPU time of all completed processes:  user=2168.24 s, system=0.579053 s

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

[startup+1126.4 s]
/proc/loadavg: 5.59 6.04 6.56 6/254 200206
/proc/meminfo: memFree=111759656/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=296572 memory=240840 CPUtime=2119.17 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) S 200103 200106 197377 0 -1 4194304 386823 0 0 0 211870 47 0 0 20 0 1 0 238219904 303689728 60210 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 74143 60210 3552 6655 0 64351 0
[pid=200204] ppid=200106 vsize=66560 memory=52384 CPUtime=42.16 cores=0,2
/proc/200204/stat : 200204 (Exact) R 200106 200204 200204 0 -1 4194304 11470 0 0 0 4210 6 0 0 20 0 1 0 238328311 68157440 13096 18446744073709551615 4198400 8335837 140723976429456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44105728 140723976431801 140723976432155 140723976432155 140723976437711 0
/proc/200204/statm: 16640 13096 1120 1011 0 15407 0
Current children cumulated CPU time: 2161.33 s
Current children cumulated vsize: 363132 KiB
Current children cumulated memory: 293224 KiB

[startup+1129.6 s]
/proc/loadavg: 5.62 6.04 6.56 6/254 200206
/proc/meminfo: memFree=111759680/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=296572 memory=240840 CPUtime=2119.17 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) S 200103 200106 197377 0 -1 4194304 386823 0 0 0 211870 47 0 0 20 0 1 0 238219904 303689728 60210 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 74143 60210 3552 6655 0 64351 0
[pid=200204] ppid=200106 vsize=66840 memory=52640 CPUtime=45.35 cores=0,2
/proc/200204/stat : 200204 (Exact) R 200106 200204 200204 0 -1 4194304 11540 0 0 0 4529 6 0 0 20 0 1 0 238328311 68444160 13160 18446744073709551615 4198400 8335837 140723976429456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44105728 140723976431801 140723976432155 140723976432155 140723976437711 0
/proc/200204/statm: 16710 13160 1120 1011 0 15477 0
Current children cumulated CPU time: 2164.52 s
Current children cumulated vsize: 363412 KiB
Current children cumulated memory: 293480 KiB

[startup+1131.2 s]
/proc/loadavg: 5.62 6.04 6.56 6/255 200207
/proc/meminfo: memFree=111759688/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=296572 memory=240840 CPUtime=2119.17 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) S 200103 200106 197377 0 -1 4194304 386823 0 0 0 211870 47 0 0 20 0 1 0 238219904 303689728 60210 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 74143 60210 3552 6655 0 64351 0
[pid=200204] ppid=200106 vsize=67256 memory=55112 CPUtime=46.95 cores=0,2
/proc/200204/stat : 200204 (Exact) R 200106 200204 200204 0 -1 4194304 11647 0 0 0 4689 6 0 0 20 0 1 0 238328311 68870144 13778 18446744073709551615 4198400 8335837 140723976429456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44105728 140723976431801 140723976432155 140723976432155 140723976437711 0
/proc/200204/statm: 16814 13778 1120 1011 0 15581 0
Current children cumulated CPU time: 2166.12 s
Current children cumulated vsize: 363828 KiB
Current children cumulated memory: 295952 KiB

[startup+1132.8 s]
/proc/loadavg: 5.62 6.04 6.56 6/255 200207
/proc/meminfo: memFree=111759688/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=296572 memory=240840 CPUtime=2119.17 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) S 200103 200106 197377 0 -1 4194304 386823 0 0 0 211870 47 0 0 20 0 1 0 238219904 303689728 60210 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 74143 60210 3552 6655 0 64351 0
[pid=200204] ppid=200106 vsize=67256 memory=55112 CPUtime=48.54 cores=0,2
/proc/200204/stat : 200204 (Exact) R 200106 200204 200204 0 -1 4194304 11647 0 0 0 4848 6 0 0 20 0 1 0 238328311 68870144 13778 18446744073709551615 4198400 8335837 140723976429456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44105728 140723976431801 140723976432155 140723976432155 140723976437711 0
/proc/200204/statm: 16814 13778 1120 1011 0 15581 0
Current children cumulated CPU time: 2167.71 s
Current children cumulated vsize: 363828 KiB
Current children cumulated memory: 295952 KiB

[startup+1133.6 s]
/proc/loadavg: 5.57 6.02 6.55 6/255 200207
/proc/meminfo: memFree=111759704/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=296572 memory=240840 CPUtime=2119.17 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) S 200103 200106 197377 0 -1 4194304 386823 0 0 0 211870 47 0 0 20 0 1 0 238219904 303689728 60210 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 74143 60210 3552 6655 0 64351 0
[pid=200204] ppid=200106 vsize=67256 memory=55112 CPUtime=49.34 cores=0,2
/proc/200204/stat : 200204 (Exact) R 200106 200204 200204 0 -1 4194304 11652 0 0 0 4928 6 0 0 20 0 1 0 238328311 68870144 13778 18446744073709551615 4198400 8335837 140723976429456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44105728 140723976431801 140723976432155 140723976432155 140723976437711 0
/proc/200204/statm: 16814 13778 1120 1011 0 15581 0
Current children cumulated CPU time: 2168.51 s
Current children cumulated vsize: 363828 KiB
Current children cumulated memory: 295952 KiB

[startup+1133.8 s]
/proc/loadavg: 5.57 6.02 6.55 6/255 200207
/proc/meminfo: memFree=111759704/131382112 swapFree=33010416/33010684
[pid=200106] ppid=200103 vsize=296572 memory=240840 CPUtime=2119.17 cores=0,2
/proc/200106/stat : 200106 (LSIPExact) S 200103 200106 197377 0 -1 4194304 386823 0 0 0 211870 47 0 0 20 0 1 0 238219904 303689728 60210 18446744073709551615 93920747560960 93920774817361 140728472559440 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93920783320200 93920783751808 93920816353280 140728472562008 140728472562184 140728472562184 140728472567788 0
/proc/200106/statm: 74143 60210 3552 6655 0 64351 0
[pid=200204] ppid=200106 vsize=67256 memory=55112 CPUtime=49.54 cores=0,2
/proc/200204/stat : 200204 (Exact) R 200106 200204 200204 0 -1 4194304 11652 0 0 0 4948 6 0 0 20 0 1 0 238328311 68870144 13778 18446744073709551615 4198400 8335837 140723976429456 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44105728 140723976431801 140723976432155 140723976432155 140723976437711 0
/proc/200204/statm: 16814 13778 1120 1011 0 15581 0
Current children cumulated CPU time: 2168.71 s
Current children cumulated vsize: 363828 KiB
Current children cumulated memory: 295952 KiB

Child status: 0

Real time (s): 1133.89
CPU time (s): 2168.82
CPU user time (s): 2168.24
CPU system time (s): 0.579053
CPU usage (%): 191.273
Max. virtual memory (cumulated for all children) (KiB): 375724
Max. memory (cumulated for all children) (KiB): 309412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2168.24
system time used= 0.579053
maximum resident set size= 309412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401447
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= 352
involuntary context switches= 21386


# summary of solver processes directly reported to runsolver:
#   pid: 200106
#   total CPU time (s): 2168.82
#   total CPU user time (s): 2168.24
#   total CPU system time (s): 0.579053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.53678 second user time and 5.66748 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-23 01:03:22
IDJOB=4545458
IDBENCH=180876
IDSOLVER=3337
FILE ID=nodeC012/4545458-1753225402
RUNJOBID= nodeC012-1753220119-197387
SLURM_JOB_ID= 9687805
Free space on /tmp= 432776 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-Hamming-20-10-03-08_c24.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545458-1753225402/watcher-4545458-1753225402 -o /tmp/evaluation-result-4545458-1753225402/solver-4545458-1753225402 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753220119-197387 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545458-1753225402.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 9101894967509166591dd86e4191459c
RANDOM SEED=875240586

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        126006148 kB
MemAvailable:   126986352 kB
Buffers:            2136 kB
Cached:          1745720 kB
SwapCached:           12 kB
Active:          4146304 kB
Inactive:         542148 kB
Active(anon):    2962048 kB
Inactive(anon):     4688 kB
Active(file):    1184256 kB
Inactive(file):   537460 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45224 kB
Writeback:             0 kB
AnonPages:       2940744 kB
Mapped:           144688 kB
Shmem:             26140 kB
KReclaimable:     195844 kB
Slab:             287592 kB
SReclaimable:     195844 kB
SUnreclaim:        91748 kB
KernelStack:        4096 kB
PageTables:         9008 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3363444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    993280 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432732 MiB
End job on nodeC012 at 2025-07-23 01:22:16