Trace number 4527594

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3603.12 1860.15

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_ic.opb
MD5SUM7da1f94ee5ce9c5dcd6f1f8ed9344299
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18610873
Best CPU time to get the best result obtained on this benchmark71145.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 207142313218
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 207142313218
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.04/1858.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.04/1858.01	c numVar: 1000400
3600.04/1858.01	c numCon: 2000307
3600.04/1858.01	c numEqual: 29707
3600.04/1858.01	c intSize: 38
3600.04/1858.01	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.04/1858.01	c ------------------- Paras list -------------------
3600.04/1858.01	c Name                	 Type      	 Now       	 Default   	 Comment
3600.04/1858.01	c timeout             	 double    	 3600.000000	 3600      	 
3600.04/1858.01	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.04/1858.01	c ls_time             	 double    	 10.000000 	 10        	 
3600.04/1858.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.04/1858.01	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.04/1858.01	c random_seed         	 int       	 0         	 0         	 
3600.04/1858.01	c sample_size         	 int       	 50        	 50        	 
3600.04/1858.01	c sub_score           	 int       	 1         	 1         	 
3600.04/1858.01	c tabu_base           	 int       	 3         	 3         	 
3600.04/1858.01	c tabu_variation      	 int       	 1         	 1         	 
3600.04/1858.01	c sub_div             	 int       	 4         	 4         	 
3600.04/1858.01	c nbcore              	 int       	 2         	 1         	 
3600.04/1858.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.04/1858.01	c print_sol           	 int       	 1         	 1         	 
3600.04/1858.01	c tmpdir              	 string		 .         	 "."       	 
3600.04/1858.01	c home                	 string		 HOME	 "."       	 
3600.04/1858.01	c benchname           	 string		 HOME/instance-4527594-1752234042.opb	 ""        	 
3600.04/1858.01	c --------------------------------------------------
3600.04/1858.01	c Local Search solver
3600.04/1858.01	c MIP solver
3600.04/1858.01	c receive signal 15, try to interrupt solver...
3602.27/1859.32	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (46388 MiB free)
  memory of node 1: 64465 MiB (60818 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527594-1752234042/watcher-4527594-1752234042 -o /tmp/evaluation-result-4527594-1752234042/solver-4527594-1752234042 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752232205-117369 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527594-1752234042.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=117645, runsolver pid=117641

[startup+0.100066 s]*
/proc/loadavg: 7.41 7.83 6.95 5/263 117654
/proc/meminfo: memFree=109489024/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=310928 memory=190168 CPUtime=0.09 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 34839 0 0 0 3 6 0 0 20 0 1 0 139080848 318390272 47542 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 77732 47542 1120 6655 0 67967 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 310928 KiB
Current children cumulated memory: 190168 KiB

[startup+0.205619 s]*
/proc/loadavg: 7.41 7.83 6.95 6/261 117655
/proc/meminfo: memFree=109060124/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=462464 memory=392792 CPUtime=0.19 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 72728 0 0 0 7 12 0 0 20 0 1 0 139080848 473563136 98198 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 115616 98198 1120 6655 0 105851 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 462464 KiB
Current children cumulated memory: 392792 KiB

[startup+0.305401 s]*
/proc/loadavg: 7.41 7.83 6.95 6/264 117659
/proc/meminfo: memFree=108744236/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=550168 memory=507068 CPUtime=0.29 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 95247 0 0 0 12 17 0 0 20 0 1 0 139080848 563372032 126767 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 137542 126767 1120 6655 0 127777 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 550168 KiB
Current children cumulated memory: 507068 KiB

[startup+0.700178 s]
/proc/loadavg: 7.41 7.83 6.95 6/266 117664
/proc/meminfo: memFree=108697452/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=673800 memory=599420 CPUtime=0.68 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 109241 0 0 0 46 22 0 0 20 0 1 0 139080848 689971200 149855 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 168450 149855 1120 6655 0 158685 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 673800 KiB
Current children cumulated memory: 599420 KiB

[startup+1.50017 s]
/proc/loadavg: 7.41 7.83 6.95 6/266 117664
/proc/meminfo: memFree=107917020/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=1115912 memory=1081128 CPUtime=1.48 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 180637 0 0 0 112 36 0 0 20 0 1 0 139080848 1142693888 270282 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 278978 270282 1120 6655 0 269213 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1115912 KiB
Current children cumulated memory: 1081128 KiB

[startup+3.1054 s]
/proc/loadavg: 7.41 7.83 6.95 6/266 117664
/proc/meminfo: memFree=106804400/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=1554940 memory=1520156 CPUtime=3.08 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 286947 0 0 0 256 52 0 0 20 0 1 0 139080848 1592258560 380039 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 388735 380039 1120 6655 0 378970 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1554940 KiB
Current children cumulated memory: 1520156 KiB

[startup+6.30018 s]
/proc/loadavg: 7.22 7.78 6.94 6/266 117664
/proc/meminfo: memFree=106127676/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=1827636 memory=1792796 CPUtime=6.26 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 355324 0 0 0 563 63 0 0 20 0 1 0 139080848 1871499264 448199 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 456909 448199 1120 6655 0 447144 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1827636 KiB
Current children cumulated memory: 1792796 KiB

[startup+12.7002 s]
/proc/loadavg: 7.04 7.73 6.93 7/267 117665
/proc/meminfo: memFree=103324592/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=3215424 memory=3165888 CPUtime=12.64 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 544736 0 0 0 1156 108 0 0 20 0 1 0 139080848 3292594176 791472 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 803856 791472 2208 6655 0 794091 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3215424 KiB
Current children cumulated memory: 3165888 KiB

[startup+25.5002 s]
/proc/loadavg: 6.74 7.63 6.91 7/269 117667
/proc/meminfo: memFree=101613988/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=3963404 memory=3770308 CPUtime=25.4 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 596099 0 0 0 2400 140 0 0 20 0 2 0 139080848 4058525696 942577 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 990851 942577 2784 6655 0 964734 0
[pid=117645/tid=117666] ppid=117641 vsize=3963404 memory=3849788 CPUtime=0 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) S 117641 117645 117353 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139082198 4058525696 942577 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 3963404 KiB
Current children cumulated memory: 3770308 KiB

[startup+51.1055 s]
/proc/loadavg: 6.48 7.50 6.88 7/271 117718
/proc/meminfo: memFree=98070284/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=7817344 memory=6621196 CPUtime=51.96 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 793751 0 0 0 4951 245 0 0 20 0 2 0 139080848 8004960256 1655299 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 1954336 1655299 3072 6655 0 1942123 0
[pid=117645/tid=117666] ppid=117641 vsize=7817344 memory=5889560 CPUtime=1.05 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) S 117641 117645 117353 0 -1 4194368 14011 0 0 0 98 7 0 0 20 0 2 0 139082198 8004960256 1655299 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 51.96 s
Current children cumulated vsize: 7817344 KiB
Current children cumulated memory: 6621196 KiB

[startup+102.3 s]
/proc/loadavg: 6.70 7.38 6.87 9/271 117720
/proc/meminfo: memFree=96239932/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=8860244 memory=7508268 CPUtime=121.3 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 962541 0 0 0 11811 319 0 0 20 0 2 0 139080848 9072889856 1877067 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 2215061 1877067 3232 6655 0 2184632 0
[pid=117645/tid=117666] ppid=117641 vsize=8860244 memory=6849968 CPUtime=19.54 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 63841 0 0 0 1926 28 0 0 20 0 2 0 139082198 9072889856 1877067 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 121.3 s
Current children cumulated vsize: 8860244 KiB
Current children cumulated memory: 7508268 KiB

[startup+162.3 s]
/proc/loadavg: 7.56 7.51 6.95 9/271 117722
/proc/meminfo: memFree=96175572/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=8871640 memory=7491296 CPUtime=240.19 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 998821 0 0 0 23688 331 0 0 20 0 2 0 139080848 9084559360 1872824 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 2217910 1872824 3296 6655 0 2188441 0
[pid=117645/tid=117666] ppid=117641 vsize=8871640 memory=7558644 CPUtime=78.78 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 67385 0 0 0 7848 30 0 0 20 0 2 0 139082198 9084559360 1872824 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 240.19 s
Current children cumulated vsize: 8871640 KiB
Current children cumulated memory: 7491296 KiB

[startup+222.3 s]
/proc/loadavg: 7.90 7.62 7.03 9/271 117725
/proc/meminfo: memFree=96159728/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=8872216 memory=7491820 CPUtime=359.28 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 1012569 0 0 0 35594 334 0 0 20 0 2 0 139080848 9085149184 1872955 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 2218054 1872955 3296 6655 0 2188585 0
[pid=117645/tid=117666] ppid=117641 vsize=8872216 memory=7491820 CPUtime=138.12 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 67389 0 0 0 13782 30 0 0 20 0 2 0 139082198 9085149184 1872955 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 359.28 s
Current children cumulated vsize: 8872216 KiB
Current children cumulated memory: 7491820 KiB

[startup+282.3 s]
/proc/loadavg: 8.01 7.70 7.10 9/270 117727
/proc/meminfo: memFree=96017936/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=8939776 memory=7565856 CPUtime=478.33 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 1078404 0 0 0 47488 345 0 0 20 0 2 0 139080848 9154330624 1891464 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 2234944 1891464 3296 6655 0 2189164 0
[pid=117645/tid=117666] ppid=117641 vsize=8939776 memory=248788 CPUtime=197.44 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 103659 0 0 0 19710 34 0 0 20 0 2 0 139082198 9154330624 1891464 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 478.33 s
Current children cumulated vsize: 8939776 KiB
Current children cumulated memory: 7565856 KiB

[startup+342.3 s]
/proc/loadavg: 8.10 7.79 7.17 9/268 117729
/proc/meminfo: memFree=94885772/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=9538524 memory=8185436 CPUtime=597.37 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 1228175 0 0 0 59360 377 0 0 20 0 2 0 139080848 9767448576 2046359 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 2384631 2046359 3328 6655 0 2347292 0
[pid=117645/tid=117666] ppid=117641 vsize=9538524 memory=248788 CPUtime=256.75 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 234087 0 0 0 25611 64 0 0 20 0 2 0 139082198 9767448576 2046359 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 597.37 s
Current children cumulated vsize: 9538524 KiB
Current children cumulated memory: 8185436 KiB

[startup+402.3 s]
/proc/loadavg: 8.09 7.85 7.23 9/266 117731
/proc/meminfo: memFree=94585660/131250000 swapFree=33008356/33010684

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

Current children cumulated CPU time: 2736.4 s
Current children cumulated vsize: 12050256 KiB
Current children cumulated memory: 10741060 KiB

[startup+1482.3 s]
/proc/loadavg: 7.07 7.14 7.26 8/268 117840
/proc/meminfo: memFree=89592872/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=12050256 memory=10741060 CPUtime=2855.33 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 2115634 0 0 0 284889 644 0 0 20 0 2 0 139080848 12339462144 2685265 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 3012564 2685265 3360 6655 0 2976410 0
[pid=117645/tid=117666] ppid=117641 vsize=12050256 memory=10741060 CPUtime=1380.85 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 546415 0 0 0 137914 171 0 0 20 0 2 0 139082198 12339462144 2685265 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 2855.33 s
Current children cumulated vsize: 12050256 KiB
Current children cumulated memory: 10741060 KiB

[startup+1542.3 s]
/proc/loadavg: 7.50 7.22 7.28 8/268 117842
/proc/meminfo: memFree=89600996/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=12050256 memory=10741060 CPUtime=2974.27 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 2150305 0 0 0 296778 649 0 0 20 0 2 0 139080848 12339462144 2685265 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 3012564 2685265 3360 6655 0 2976410 0
[pid=117645/tid=117666] ppid=117641 vsize=12050256 memory=10741060 CPUtime=1440.1 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 547559 0 0 0 143839 171 0 0 20 0 2 0 139082198 12339462144 2685265 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 2974.27 s
Current children cumulated vsize: 12050256 KiB
Current children cumulated memory: 10741060 KiB

[startup+1602.3 s]
/proc/loadavg: 7.18 7.18 7.26 8/268 117845
/proc/meminfo: memFree=89569052/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=12052080 memory=10743800 CPUtime=3093.19 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 2173260 0 0 0 308665 654 0 0 20 0 2 0 139080848 12341329920 2685950 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 3013020 2685950 3360 6655 0 2976866 0
[pid=117645/tid=117666] ppid=117641 vsize=12052080 memory=10743800 CPUtime=1499.35 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 556145 0 0 0 149759 176 0 0 20 0 2 0 139082198 12341329920 2685950 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 3093.19 s
Current children cumulated vsize: 12052080 KiB
Current children cumulated memory: 10743800 KiB

[startup+1662.3 s]
/proc/loadavg: 7.11 7.16 7.25 8/268 117847
/proc/meminfo: memFree=89557544/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=12053064 memory=10744200 CPUtime=3212.12 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 2192805 0 0 0 320552 660 0 0 20 0 2 0 139080848 12342337536 2686050 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 3013266 2686050 3360 6655 0 2977112 0
[pid=117645/tid=117666] ppid=117641 vsize=12053064 memory=10743800 CPUtime=1558.59 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 562306 0 0 0 155679 180 0 0 20 0 2 0 139082198 12342337536 2686050 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 3212.12 s
Current children cumulated vsize: 12053064 KiB
Current children cumulated memory: 10744200 KiB

[startup+1722.3 s]
/proc/loadavg: 7.35 7.23 7.27 8/268 117849
/proc/meminfo: memFree=89562308/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=12053064 memory=10744200 CPUtime=3331.04 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 2227737 0 0 0 332439 665 0 0 20 0 2 0 139080848 12342337536 2686050 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 3013266 2686050 3360 6655 0 2977112 0
[pid=117645/tid=117666] ppid=117641 vsize=12053064 memory=10743800 CPUtime=1617.82 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 563322 0 0 0 161602 180 0 0 20 0 2 0 139082198 12342337536 2686050 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 3331.04 s
Current children cumulated vsize: 12053064 KiB
Current children cumulated memory: 10744200 KiB

[startup+1782.3 s]
/proc/loadavg: 7.18 7.20 7.26 8/268 117851
/proc/meminfo: memFree=89554124/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=12054492 memory=10744752 CPUtime=3449.98 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 2241237 0 0 0 344327 671 0 0 20 0 2 0 139080848 12343799808 2686188 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 3013623 2686188 3360 6655 0 2977469 0
[pid=117645/tid=117666] ppid=117641 vsize=12054492 memory=10744752 CPUtime=1677.06 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 571970 0 0 0 167521 185 0 0 20 0 2 0 139082198 12343799808 2686188 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 3449.98 s
Current children cumulated vsize: 12054492 KiB
Current children cumulated memory: 10744752 KiB

[startup+1842.3 s]
/proc/loadavg: 7.14 7.18 7.25 8/267 117859
/proc/meminfo: memFree=89509576/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=12054492 memory=10745776 CPUtime=3568.91 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 2276020 0 0 0 356216 675 0 0 20 0 2 0 139080848 12343799808 2686444 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 3013623 2686444 3360 6655 0 2977469 0
[pid=117645/tid=117666] ppid=117641 vsize=12054492 memory=10752 CPUtime=1736.3 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 572802 0 0 0 173445 185 0 0 20 0 2 0 139082198 12343799808 2686444 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 3568.91 s
Current children cumulated vsize: 12054492 KiB
Current children cumulated memory: 10745776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1858 s]*
/proc/loadavg: 7.11 7.17 7.24 8/268 117861
/proc/meminfo: memFree=89512524/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=12054492 memory=10745776 CPUtime=3600.04 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 2286595 0 0 0 359328 676 0 0 20 0 2 0 139080848 12343799808 2686444 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 3013623 2686444 3360 6655 0 2977469 0
[pid=117645/tid=117666] ppid=117641 vsize=12054492 memory=-7880352373835790201 CPUtime=1751.81 cores=0,2
/proc/117645/task/117666/stat : 117666 (LSIPExact) R 117641 117645 117353 0 -1 4194368 573628 0 0 0 174996 185 0 0 20 0 2 0 139082198 12343799808 2686444 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 12054492 KiB
Current children cumulated memory: 10745776 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3595.39 s, system=7.0654 s

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

# cumulated CPU time of all completed processes:  user=3595.93 s, system=7.19489 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1859.2 s]
/proc/loadavg: 7.11 7.17 7.24 6/267 117861
/proc/meminfo: memFree=93592760/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=8898312 memory=8123320 CPUtime=3602.17 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) R 117641 117645 117353 0 -1 4194304 2387414 0 0 0 359531 686 0 0 20 0 1 0 139080848 9111871488 2030830 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 2224578 2030830 3360 6655 0 2188424 0
Current children cumulated CPU time: 3602.17 s
Current children cumulated vsize: 8898312 KiB
Current children cumulated memory: 8123320 KiB

[startup+1859.6 s]
/proc/loadavg: 7.11 7.17 7.24 6/267 117861
/proc/meminfo: memFree=93592760/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=8898312 memory=8123320 CPUtime=3602.3 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) S 117641 117645 117353 0 -1 4194304 2500569 0 0 0 359538 692 0 0 20 0 1 0 139080848 9111871488 2030830 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 2224578 2030830 3360 6655 0 2188424 0
Current children cumulated CPU time: 3602.3 s
Current children cumulated vsize: 8898312 KiB
Current children cumulated memory: 8123320 KiB

[startup+1860 s]*
/proc/loadavg: 7.11 7.17 7.24 7/267 117863
/proc/meminfo: memFree=95649208/131250000 swapFree=33008356/33010684
[pid=117645] ppid=117641 vsize=8898312 memory=8123320 CPUtime=3602.3 cores=0,2
/proc/117645/stat : 117645 (LSIPExact) S 117641 117645 117353 0 -1 4194304 2500569 0 0 0 359538 692 0 0 20 0 1 0 139080848 9111871488 2030830 18446744073709551615 94566102654976 94566129912145 140731153459168 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94566138414216 94566138845824 94566150422528 140731153467736 140731153467912 140731153467912 140731153473516 0
/proc/117645/statm: 2224578 2030830 3360 6655 0 2188424 0
[pid=117863] ppid=117645 vsize=609420 memory=596448 CPUtime=0.65 cores=0,2
/proc/117863/stat : 117863 (Exact) R 117645 117863 117863 0 -1 4194304 29968 0 0 0 53 12 0 0 20 0 1 0 139266780 624046080 149112 18446744073709551615 4198400 8335837 140736582449248 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32428032 140736582453433 140736582453787 140736582453787 140736582459343 0
/proc/117863/statm: 152355 149112 960 1011 0 151122 0
Current children cumulated CPU time: 3602.95 s
Current children cumulated vsize: 9507732 KiB
Current children cumulated memory: 8719768 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1860.15
CPU time (s): 3603.12
CPU user time (s): 3595.93
CPU system time (s): 7.19489
CPU usage (%): 193.7
Max. virtual memory (cumulated for all children) (KiB): 13151772
Max. memory (cumulated for all children) (KiB): 11204896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.93
system time used= 7.19489
maximum resident set size= 11206984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2530538
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= 376
involuntary context switches= 68515


# summary of solver processes directly reported to runsolver:
#   pid: 117645,117863
#   total CPU time (s): 3603.12
#   total CPU user time (s): 3595.93
#   total CPU system time (s): 7.19489

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.92869 second user time and 8.90197 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-11 13:40:42
IDJOB=4527594
IDBENCH=155760
IDSOLVER=3384
FILE ID=nodeC014/4527594-1752234042
RUNJOBID= nodeC014-1752232205-117369
SLURM_JOB_ID= 9682525
Free space on /tmp= 430176 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_3_ic.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527594-1752234042/watcher-4527594-1752234042 -o /tmp/evaluation-result-4527594-1752234042/solver-4527594-1752234042 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752232205-117369 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527594-1752234042.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 7da1f94ee5ce9c5dcd6f1f8ed9344299
RANDOM SEED=1101230875

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        109707380 kB
MemAvailable:   127552684 kB
Buffers:             696 kB
Cached:         18595912 kB
SwapCached:         1628 kB
Active:          2532044 kB
Inactive:       18225604 kB
Active(anon):    2154680 kB
Inactive(anon):    31012 kB
Active(file):     377364 kB
Inactive(file): 18194592 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            272588 kB
Writeback:          7896 kB
AnonPages:       2161932 kB
Mapped:           117536 kB
Shmem:             24596 kB
KReclaimable:     225176 kB
Slab:             319488 kB
SReclaimable:     225176 kB
SUnreclaim:        94312 kB
KernelStack:        4208 kB
PageTables:         7124 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2485700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    854016 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430144 MiB
End job on nodeC014 at 2025-07-11 14:11:43