Trace number 4506788

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2? (TO) 3600.06 2570.63

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K138.opb
MD5SUMdf8f338dbd068337fef89bf4c43df9f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16422
Total number of constraints16700
Number of constraints which are clauses16562
Number of constraints which are cardinality constraints (but not clauses)138
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint138
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 139
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2117.67/1084.06	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2117.67/1084.06	c numVar: 16422
2117.67/1084.06	c numCon: 16700
2117.67/1084.06	c numEqual: 0
2117.67/1084.06	c intSize: 8
2117.67/1084.06	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2117.67/1084.06	c ------------------- Paras list -------------------
2117.67/1084.06	c Name                	 Type      	 Now       	 Default   	 Comment
2117.67/1084.06	c timeout             	 double    	 3600.000000	 3600      	 
2117.67/1084.06	c mip_time            	 double    	 0.300000  	 0.5       	 
2117.67/1084.06	c ls_time             	 double    	 10.000000 	 10        	 
2117.67/1084.06	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2117.67/1084.06	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2117.67/1084.06	c random_seed         	 int       	 0         	 0         	 
2117.67/1084.06	c sample_size         	 int       	 50        	 50        	 
2117.67/1084.06	c sub_score           	 int       	 1         	 1         	 
2117.67/1084.06	c tabu_base           	 int       	 3         	 3         	 
2117.67/1084.06	c tabu_variation      	 int       	 1         	 1         	 
2117.67/1084.06	c sub_div             	 int       	 4         	 4         	 
2117.67/1084.06	c nbcore              	 int       	 2         	 1         	 
2117.67/1084.06	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2117.67/1084.06	c print_sol           	 int       	 1         	 1         	 
2117.67/1084.06	c tmpdir              	 string		 .         	 "."       	 
2117.67/1084.06	c home                	 string		 HOME	 "."       	 
2117.67/1084.06	c benchname           	 string		 HOME/instance-4506788-1751141184.opb	 ""        	 
2117.67/1084.06	c --------------------------------------------------
2117.67/1084.06	c Local Search solver
2117.67/1084.06	c MIP solver
2117.67/1084.06	c use Exact solver
3600.00/2570.50	c receive signal 15, try to interrupt solver...
2117.77/2570.61	c Exact solver (PID 14623) interrupted gracefully.
2117.77/2570.62	s UNKNOWN
2117.77/2570.62	c Total time: 2571

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506788-1751141184/watcher-4506788-1751141184 -o /tmp/evaluation-result-4506788-1751141184/solver-4506788-1751141184 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11283 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4506788-1751141184.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
Current StackSize limit: 8192 KiB

solver pid=14434, runsolver pid=14431

[startup+0.100061 s]*
/proc/loadavg: 5.41 5.76 5.90 6/266 14435
/proc/meminfo: memFree=126240500/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=61772 memory=27264 CPUtime=0.09 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 5788 0 0 0 8 1 0 0 20 0 1 0 29797258 63254528 6816 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 15443 6816 1184 6655 0 5678 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 61772 KiB
Current children cumulated memory: 27264 KiB

[startup+0.205879 s]*
/proc/loadavg: 5.41 5.76 5.90 6/266 14435
/proc/meminfo: memFree=126240500/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=61772 memory=27264 CPUtime=0.2 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 5788 0 0 0 19 1 0 0 20 0 1 0 29797258 63254528 6816 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 15443 6816 1184 6655 0 5678 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 61772 KiB
Current children cumulated memory: 27264 KiB

[startup+0.305729 s]*
/proc/loadavg: 5.41 5.76 5.90 6/266 14435
/proc/meminfo: memFree=126240500/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=61772 memory=27264 CPUtime=0.3 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 5788 0 0 0 29 1 0 0 20 0 1 0 29797258 63254528 6816 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 15443 6816 1184 6655 0 5678 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 61772 KiB
Current children cumulated memory: 27264 KiB

[startup+0.700173 s]
/proc/loadavg: 5.41 5.76 5.90 6/266 14435
/proc/meminfo: memFree=126240500/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=61772 memory=27264 CPUtime=0.69 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 5788 0 0 0 68 1 0 0 20 0 1 0 29797258 63254528 6816 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 15443 6816 1184 6655 0 5678 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 61772 KiB
Current children cumulated memory: 27264 KiB

[startup+1.50018 s]
/proc/loadavg: 5.41 5.76 5.90 6/266 14435
/proc/meminfo: memFree=126240500/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=61772 memory=27264 CPUtime=1.48 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 5788 0 0 0 147 1 0 0 20 0 1 0 29797258 63254528 6816 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 15443 6816 1184 6655 0 5678 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 61772 KiB
Current children cumulated memory: 27264 KiB

[startup+3.10553 s]
/proc/loadavg: 5.38 5.75 5.90 6/266 14435
/proc/meminfo: memFree=126232316/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=61772 memory=27264 CPUtime=3.08 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 5788 0 0 0 307 1 0 0 20 0 1 0 29797258 63254528 6816 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 15443 6816 1184 6655 0 5678 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 61772 KiB
Current children cumulated memory: 27264 KiB

[startup+6.30016 s]
/proc/loadavg: 5.38 5.75 5.90 6/266 14435
/proc/meminfo: memFree=126220156/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=61772 memory=27264 CPUtime=6.27 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 5788 0 0 0 626 1 0 0 20 0 1 0 29797258 63254528 6816 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 15443 6816 1184 6655 0 5678 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 61772 KiB
Current children cumulated memory: 27264 KiB

[startup+12.7002 s]
/proc/loadavg: 5.35 5.74 5.89 7/267 14436
/proc/meminfo: memFree=126145088/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=211836 memory=126572 CPUtime=14.85 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 27338 0 0 0 1481 4 0 0 20 0 2 0 29797258 216920064 31643 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 52959 31643 3424 6655 0 32166 0
[pid=14434/tid=14436] ppid=14431 vsize=211836 memory=113132 CPUtime=2.21 cores=0,2
/proc/14434/task/14436/stat : 14436 (LSIPExact) R 14431 14434 11267 0 -1 4194368 4883 0 0 0 221 0 0 0 20 0 2 0 29798263 216920064 31643 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
Current children cumulated CPU time: 14.85 s
Current children cumulated vsize: 211836 KiB
Current children cumulated memory: 126572 KiB

[startup+25.5002 s]
/proc/loadavg: 5.41 5.73 5.89 6/267 14436
/proc/meminfo: memFree=126116372/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=213984 memory=129004 CPUtime=35.91 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 38293 0 0 0 3586 5 0 0 20 0 2 0 29797258 219119616 32251 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 53496 32251 3424 6655 0 32703 0
[pid=14434/tid=14436] ppid=14431 vsize=213984 memory=14444 CPUtime=10.51 cores=0,2
/proc/14434/task/14436/stat : 14436 (LSIPExact) S 14431 14434 11267 0 -1 4194368 5981 0 0 0 1051 0 0 0 20 0 2 0 29798263 219119616 32251 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
Current children cumulated CPU time: 35.91 s
Current children cumulated vsize: 213984 KiB
Current children cumulated memory: 129004 KiB

[startup+51.1057 s]
/proc/loadavg: 5.41 5.70 5.88 7/268 14438
/proc/meminfo: memFree=126095632/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=249804 memory=161644 CPUtime=68.73 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 59438 0 0 0 6865 8 0 0 20 0 2 0 29797258 255799296 40411 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 62451 40411 3488 6655 0 41915 0
[pid=14434/tid=14436] ppid=14431 vsize=249804 memory=129132 CPUtime=17.83 cores=0,2
/proc/14434/task/14436/stat : 14436 (LSIPExact) R 14431 14434 11267 0 -1 4194368 10599 0 0 0 1782 1 0 0 20 0 2 0 29798263 255799296 40411 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
Current children cumulated CPU time: 68.73 s
Current children cumulated vsize: 249804 KiB
Current children cumulated memory: 161644 KiB

[startup+102.3 s]
/proc/loadavg: 5.98 5.82 5.91 7/268 14487
/proc/meminfo: memFree=127891564/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=249804 memory=161900 CPUtime=170.18 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 82012 0 0 0 17007 11 0 0 20 0 2 0 29797258 255799296 40475 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 62451 40475 3488 6655 0 41915 0
[pid=14434/tid=14436] ppid=14431 vsize=249804 memory=-6153720760431120742 CPUtime=68.35 cores=0,2
/proc/14434/task/14436/stat : 14436 (LSIPExact) R 14431 14434 11267 0 -1 4194368 20163 0 0 0 6833 2 0 0 20 0 2 0 29798263 255799296 40475 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
Current children cumulated CPU time: 170.18 s
Current children cumulated vsize: 249804 KiB
Current children cumulated memory: 161900 KiB

[startup+162.3 s]
/proc/loadavg: 6.87 6.08 6.00 8/268 14535
/proc/meminfo: memFree=128758212/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=275420 memory=184684 CPUtime=289.05 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 101351 0 0 0 28890 15 0 0 20 0 2 0 29797258 282030080 46171 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 68855 46171 3520 6655 0 48319 0
[pid=14434/tid=14436] ppid=14431 vsize=275420 memory=162668 CPUtime=127.53 cores=0,2
/proc/14434/task/14436/stat : 14436 (LSIPExact) R 14431 14434 11267 0 -1 4194368 23389 0 0 0 12750 3 0 0 20 0 2 0 29798263 282030080 46171 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
Current children cumulated CPU time: 289.05 s
Current children cumulated vsize: 275420 KiB
Current children cumulated memory: 184684 KiB

[startup+222.3 s]
/proc/loadavg: 7.50 6.39 6.11 8/268 14538
/proc/meminfo: memFree=128624876/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=275420 memory=185836 CPUtime=407.98 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 110988 0 0 0 40782 16 0 0 20 0 2 0 29797258 282030080 46459 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 68855 46459 3520 6655 0 48319 0
[pid=14434/tid=14436] ppid=14431 vsize=275420 memory=185836 CPUtime=186.74 cores=0,2
/proc/14434/task/14436/stat : 14436 (LSIPExact) R 14431 14434 11267 0 -1 4194368 28510 0 0 0 18670 4 0 0 20 0 2 0 29798263 282030080 46459 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
Current children cumulated CPU time: 407.98 s
Current children cumulated vsize: 275420 KiB
Current children cumulated memory: 185836 KiB

[startup+282.3 s]
/proc/loadavg: 7.23 6.52 6.17 8/268 14540
/proc/meminfo: memFree=128539052/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=276964 memory=187500 CPUtime=527.13 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 113090 0 0 0 52697 16 0 0 20 0 2 0 29797258 283611136 46875 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 69241 46875 3520 6655 0 49127 0
[pid=14434/tid=14436] ppid=14431 vsize=276964 memory=14444 CPUtime=246.07 cores=0,2
/proc/14434/task/14436/stat : 14436 (LSIPExact) R 14431 14434 11267 0 -1 4194368 29071 0 0 0 24603 4 0 0 20 0 2 0 29798263 283611136 46875 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
Current children cumulated CPU time: 527.13 s
Current children cumulated vsize: 276964 KiB
Current children cumulated memory: 187500 KiB

[startup+342.3 s]
/proc/loadavg: 7.42 6.72 6.26 8/267 14542
/proc/meminfo: memFree=128508740/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=276964 memory=187628 CPUtime=646.29 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) R 14431 14434 11267 0 -1 4194304 117274 0 0 0 64612 17 0 0 20 0 2 0 29797258 283611136 46907 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 69241 46907 3520 6655 0 49127 0
[pid=14434/tid=14436] ppid=14431 vsize=276964 memory=187628 CPUtime=305.41 cores=0,2
/proc/14434/task/14436/stat : 14436 (LSIPExact) R 14431 14434 11267 0 -1 4194368 29834 0 0 0 30536 5 0 0 20 0 2 0 29798263 283611136 46907 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
Current children cumulated CPU time: 646.29 s
Current children cumulated vsize: 276964 KiB
Current children cumulated memory: 187628 KiB

[startup+402.3 s]

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

Current children cumulated memory: 578856 KiB

[startup+2082.3 s]
/proc/loadavg: 4.04 4.31 5.30 5/268 14677
/proc/meminfo: memFree=127679168/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=296904 memory=219204 CPUtime=2117.77 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) S 14431 14434 11267 0 -1 4194304 153280 0 0 0 211753 24 0 0 20 0 1 0 29797258 304029696 54801 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 74226 54801 3552 6655 0 54602 0
[pid=14623] ppid=14434 vsize=422776 memory=361828 CPUtime=995.29 cores=0,2
/proc/14623/stat : 14623 (Exact) R 14434 14623 14623 0 -1 4194304 53509 0 0 0 99434 95 0 0 20 0 1 0 29905665 432922624 90457 18446744073709551615 4198400 8335837 140724786374992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 46174208 140724786378939 140724786379293 140724786379293 140724786384847 0
/proc/14623/statm: 105694 90457 1120 1011 0 104461 0
Current children cumulated CPU time: 3113.06 s
Current children cumulated vsize: 719680 KiB
Current children cumulated memory: 581032 KiB

[startup+2142.3 s]
/proc/loadavg: 4.12 4.28 5.22 5/268 14680
/proc/meminfo: memFree=127615852/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=296904 memory=219204 CPUtime=2117.77 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) S 14431 14434 11267 0 -1 4194304 153280 0 0 0 211753 24 0 0 20 0 1 0 29797258 304029696 54801 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 74226 54801 3552 6655 0 54602 0
[pid=14623] ppid=14434 vsize=426920 memory=372044 CPUtime=1055.14 cores=0,2
/proc/14623/stat : 14623 (Exact) R 14434 14623 14623 0 -1 4194304 54559 0 0 0 105418 96 0 0 20 0 1 0 29905665 437166080 93011 18446744073709551615 4198400 8335837 140724786374992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 46174208 140724786378939 140724786379293 140724786379293 140724786384847 0
/proc/14623/statm: 106730 93011 1120 1011 0 105497 0
Current children cumulated CPU time: 3172.91 s
Current children cumulated vsize: 723824 KiB
Current children cumulated memory: 591248 KiB

[startup+2202.3 s]
/proc/loadavg: 4.10 4.24 5.15 5/268 14682
/proc/meminfo: memFree=127572212/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=296904 memory=219204 CPUtime=2117.77 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) S 14431 14434 11267 0 -1 4194304 153280 0 0 0 211753 24 0 0 20 0 1 0 29797258 304029696 54801 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 74226 54801 3552 6655 0 54602 0
[pid=14623] ppid=14434 vsize=428564 memory=373708 CPUtime=1114.98 cores=0,2
/proc/14623/stat : 14623 (Exact) R 14434 14623 14623 0 -1 4194304 54970 0 0 0 111393 105 0 0 20 0 1 0 29905665 438849536 93427 18446744073709551615 4198400 8335837 140724786374992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 46174208 140724786378939 140724786379293 140724786379293 140724786384847 0
/proc/14623/statm: 107141 93427 1120 1011 0 105908 0
Current children cumulated CPU time: 3232.75 s
Current children cumulated vsize: 725468 KiB
Current children cumulated memory: 592912 KiB

[startup+2262.3 s]
/proc/loadavg: 4.08 4.21 5.08 5/268 14684
/proc/meminfo: memFree=127520404/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=296904 memory=219204 CPUtime=2117.77 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) S 14431 14434 11267 0 -1 4194304 153280 0 0 0 211753 24 0 0 20 0 1 0 29797258 304029696 54801 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 74226 54801 3552 6655 0 54602 0
[pid=14623] ppid=14434 vsize=450980 memory=410564 CPUtime=1174.83 cores=0,2
/proc/14623/stat : 14623 (Exact) R 14434 14623 14623 0 -1 4194304 56041 0 0 0 117372 111 0 0 20 0 1 0 29905665 461803520 102641 18446744073709551615 4198400 8335837 140724786374992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 46174208 140724786378939 140724786379293 140724786379293 140724786384847 0
/proc/14623/statm: 112745 102641 1120 1011 0 111512 0
Current children cumulated CPU time: 3292.6 s
Current children cumulated vsize: 747884 KiB
Current children cumulated memory: 629768 KiB

[startup+2322.3 s]
/proc/loadavg: 4.12 4.20 5.02 5/267 14686
/proc/meminfo: memFree=127471916/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=296904 memory=219204 CPUtime=2117.77 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) S 14431 14434 11267 0 -1 4194304 153280 0 0 0 211753 24 0 0 20 0 1 0 29797258 304029696 54801 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 74226 54801 3552 6655 0 54602 0
[pid=14623] ppid=14434 vsize=458264 memory=426120 CPUtime=1234.67 cores=0,2
/proc/14623/stat : 14623 (Exact) R 14434 14623 14623 0 -1 4194304 56353 0 0 0 123356 111 0 0 20 0 1 0 29905665 469262336 106530 18446744073709551615 4198400 8335837 140724786374992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 46174208 140724786378939 140724786379293 140724786379293 140724786384847 0
/proc/14623/statm: 114566 106530 1120 1011 0 113333 0
Current children cumulated CPU time: 3352.44 s
Current children cumulated vsize: 755168 KiB
Current children cumulated memory: 645324 KiB

[startup+2382.3 s]
/proc/loadavg: 4.09 4.18 4.96 5/268 14691
/proc/meminfo: memFree=127470168/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=296904 memory=219204 CPUtime=2117.77 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) S 14431 14434 11267 0 -1 4194304 153280 0 0 0 211753 24 0 0 20 0 1 0 29797258 304029696 54801 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 74226 54801 3552 6655 0 54602 0
[pid=14623] ppid=14434 vsize=458264 memory=426120 CPUtime=1294.52 cores=0,2
/proc/14623/stat : 14623 (Exact) R 14434 14623 14623 0 -1 4194304 56464 0 0 0 129341 111 0 0 20 0 1 0 29905665 469262336 106530 18446744073709551615 4198400 8335837 140724786374992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 46174208 140724786378939 140724786379293 140724786379293 140724786384847 0
/proc/14623/statm: 114566 106530 1120 1011 0 113333 0
Current children cumulated CPU time: 3412.29 s
Current children cumulated vsize: 755168 KiB
Current children cumulated memory: 645324 KiB

[startup+2442.3 s]
/proc/loadavg: 4.15 4.17 4.91 5/267 14697
/proc/meminfo: memFree=127451036/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=296904 memory=219204 CPUtime=2117.77 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) S 14431 14434 11267 0 -1 4194304 153280 0 0 0 211753 24 0 0 20 0 1 0 29797258 304029696 54801 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 74226 54801 3552 6655 0 54602 0
[pid=14623] ppid=14434 vsize=460304 memory=428040 CPUtime=1354.37 cores=0,2
/proc/14623/stat : 14623 (Exact) R 14434 14623 14623 0 -1 4194304 57015 0 0 0 135320 117 0 0 20 0 1 0 29905665 471351296 107010 18446744073709551615 4198400 8335837 140724786374992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 46174208 140724786378939 140724786379293 140724786379293 140724786384847 0
/proc/14623/statm: 115076 107010 1120 1011 0 113843 0
Current children cumulated CPU time: 3472.14 s
Current children cumulated vsize: 757208 KiB
Current children cumulated memory: 647244 KiB

[startup+2502.3 s]
/proc/loadavg: 4.12 4.16 4.85 5/267 14699
/proc/meminfo: memFree=127415008/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=296904 memory=219204 CPUtime=2117.77 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) S 14431 14434 11267 0 -1 4194304 153280 0 0 0 211753 24 0 0 20 0 1 0 29797258 304029696 54801 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 74226 54801 3552 6655 0 54602 0
[pid=14623] ppid=14434 vsize=464828 memory=432564 CPUtime=1414.21 cores=0,2
/proc/14623/stat : 14623 (Exact) R 14434 14623 14623 0 -1 4194304 57635 0 0 0 141291 130 0 0 20 0 1 0 29905665 475983872 108141 18446744073709551615 4198400 8335837 140724786374992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 46174208 140724786378939 140724786379293 140724786379293 140724786384847 0
/proc/14623/statm: 116207 108141 1120 1011 0 114974 0
Current children cumulated CPU time: 3531.98 s
Current children cumulated vsize: 761732 KiB
Current children cumulated memory: 651768 KiB

[startup+2562.3 s]
/proc/loadavg: 4.08 4.14 4.80 5/267 14701
/proc/meminfo: memFree=127403304/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=296904 memory=219204 CPUtime=2117.77 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) S 14431 14434 11267 0 -1 4194304 153280 0 0 0 211753 24 0 0 20 0 1 0 29797258 304029696 54801 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 74226 54801 3552 6655 0 54602 0
[pid=14623] ppid=14434 vsize=466804 memory=434484 CPUtime=1474.05 cores=0,2
/proc/14623/stat : 14623 (Exact) R 14434 14623 14623 0 -1 4194304 58134 0 0 0 147275 130 0 0 20 0 1 0 29905665 478007296 108621 18446744073709551615 4198400 8335837 140724786374992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 46174208 140724786378939 140724786379293 140724786379293 140724786384847 0
/proc/14623/statm: 116701 108621 1120 1011 0 115468 0
Current children cumulated CPU time: 3591.82 s
Current children cumulated vsize: 763708 KiB
Current children cumulated memory: 653688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2570.5 s]
/proc/loadavg: 4.14 4.15 4.80 5/267 14701
/proc/meminfo: memFree=127399288/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=296904 memory=219204 CPUtime=2117.77 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) S 14431 14434 11267 0 -1 4194304 153280 0 0 0 211753 24 0 0 20 0 1 0 29797258 304029696 54801 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 74226 54801 3552 6655 0 54602 0
[pid=14623] ppid=14434 vsize=466804 memory=434484 CPUtime=1482.23 cores=0,2
/proc/14623/stat : 14623 (Exact) R 14434 14623 14623 0 -1 4194304 58134 0 0 0 148093 130 0 0 20 0 1 0 29905665 478007296 108621 18446744073709551615 4198400 8335837 140724786374992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 46174208 140724786378939 140724786379293 140724786379293 140724786384847 0
/proc/14623/statm: 116701 108621 1120 1011 0 115468 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 763708 KiB
Current children cumulated memory: 653688 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.49 s, system=1.56386 s

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

[startup+2570.6 s]
/proc/loadavg: 4.14 4.15 4.80 5/267 14701
/proc/meminfo: memFree=127399288/131249988 swapFree=33010684/33010684
[pid=14434] ppid=14431 vsize=296904 memory=219204 CPUtime=2117.77 cores=0,2
/proc/14434/stat : 14434 (LSIPExact) S 14431 14434 11267 0 -1 4194304 153281 134 0 0 211753 24 0 0 20 0 1 0 29797258 304029696 54801 18446744073709551615 94348040896512 94348068152913 140730453765568 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94348076655752 94348077087360 94348105502720 140730453768538 140730453768714 140730453768714 140730453774316 0
/proc/14434/statm: 74226 54801 3552 6655 0 54602 0
Current children cumulated CPU time: 2117.77 s
Current children cumulated vsize: 296904 KiB
Current children cumulated memory: 219204 KiB

Child status: 0

Real time (s): 2570.63
CPU time (s): 3600.06
CPU user time (s): 3598.49
CPU system time (s): 1.56386
CPU usage (%): 140.046
Max. virtual memory (cumulated for all children) (KiB): 763708
Max. memory (cumulated for all children) (KiB): 653688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.49
system time used= 1.56386
maximum resident set size= 434484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215415
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= 463
involuntary context switches= 56183


# summary of solver processes directly reported to runsolver:
#   pid: 14434
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3598.49
#   total CPU system time (s): 1.56386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.01998 second user time and 11.9503 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 22:06:24
IDJOB=4506788
IDBENCH=158265
IDSOLVER=3337
FILE ID=nodeC034/4506788-1751141184
RUNJOBID= nodeC034-1751133631-11283
SLURM_JOB_ID= 9587434
Free space on /tmp= 432900 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K138.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506788-1751141184/watcher-4506788-1751141184 -o /tmp/evaluation-result-4506788-1751141184/solver-4506788-1751141184 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11283 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4506788-1751141184.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= df8f338dbd068337fef89bf4c43df9f5
RANDOM SEED=1818746801

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        126266204 kB
MemAvailable:   126034728 kB
Buffers:            3280 kB
Cached:           579868 kB
SwapCached:            0 kB
Active:          4018440 kB
Inactive:         371072 kB
Active(anon):    3824468 kB
Inactive(anon):        0 kB
Active(file):     193972 kB
Inactive(file):   371072 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45732 kB
Writeback:             4 kB
AnonPages:       3802452 kB
Mapped:           147964 kB
Shmem:             18104 kB
KReclaimable:      85036 kB
Slab:             168184 kB
SReclaimable:      85036 kB
SUnreclaim:        83148 kB
KernelStack:        4288 kB
PageTables:        10648 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    4302160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2246656 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC034 at 2025-06-28 22:49:15