Trace number 4527593

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) 4618.62 2878.37

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_ic.opb
MD5SUM6f676becb9e8baff21bbed56e9641b4e
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 benchmark15505131
Best CPU time to get the best result obtained on this benchmark71294.4
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 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 179144885896
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 179144885896
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.13/1857.90	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.13/1857.90	c numVar: 1000400
3600.13/1857.90	c numCon: 2000307
3600.13/1857.90	c numEqual: 29707
3600.13/1857.90	c intSize: 38
3600.13/1857.90	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.13/1857.90	c ------------------- Paras list -------------------
3600.13/1857.90	c Name                	 Type      	 Now       	 Default   	 Comment
3600.13/1857.90	c timeout             	 double    	 3600.000000	 3600      	 
3600.13/1857.90	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.13/1857.90	c ls_time             	 double    	 10.000000 	 10        	 
3600.13/1857.90	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.13/1857.90	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.13/1857.90	c random_seed         	 int       	 0         	 0         	 
3600.13/1857.90	c sample_size         	 int       	 50        	 50        	 
3600.13/1857.90	c sub_score           	 int       	 1         	 1         	 
3600.13/1857.90	c tabu_base           	 int       	 3         	 3         	 
3600.13/1857.90	c tabu_variation      	 int       	 1         	 1         	 
3600.13/1857.90	c sub_div             	 int       	 4         	 4         	 
3600.13/1857.90	c nbcore              	 int       	 2         	 1         	 
3600.13/1857.90	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.13/1857.90	c print_sol           	 int       	 1         	 1         	 
3600.13/1857.90	c tmpdir              	 string		 .         	 "."       	 
3600.13/1857.90	c home                	 string		 HOME	 "."       	 
3600.13/1857.90	c benchname           	 string		 HOME/instance-4527593-1752234042.opb	 ""        	 
3600.13/1857.90	c --------------------------------------------------
3600.13/1857.90	c Local Search solver
3600.13/1857.90	c MIP solver
3600.13/1857.90	c receive signal 15, try to interrupt solver...
3601.80/1859.02	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 (46353 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-4527593-1752234042/watcher-4527593-1752234042 -o /tmp/evaluation-result-4527593-1752234042/solver-4527593-1752234042 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752232205-117370 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527593-1752234042.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=117651, runsolver pid=117647

[startup+0.100064 s]*
/proc/loadavg: 7.41 7.83 6.95 6/263 117654
/proc/meminfo: memFree=109367680/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=308684 memory=187984 CPUtime=0.09 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 34259 0 0 0 3 6 0 0 20 0 1 0 139080851 316092416 46996 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 77171 46996 1152 6655 0 67406 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 308684 KiB
Current children cumulated memory: 187984 KiB

[startup+0.20553 s]*
/proc/loadavg: 7.41 7.83 6.95 6/261 117655
/proc/meminfo: memFree=108930588/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=462728 memory=393296 CPUtime=0.19 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 72822 0 0 0 7 12 0 0 20 0 1 0 139080851 473833472 98324 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 115715 98324 1152 6655 0 105950 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 462728 KiB
Current children cumulated memory: 393296 KiB

[startup+0.305425 s]*
/proc/loadavg: 7.41 7.83 6.95 5/262 117660
/proc/meminfo: memFree=108744560/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=550168 memory=507188 CPUtime=0.29 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 95249 0 0 0 14 15 0 0 20 0 1 0 139080851 563372032 126797 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 137542 126797 1152 6655 0 127777 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 550168 KiB
Current children cumulated memory: 507188 KiB

[startup+0.700177 s]
/proc/loadavg: 7.41 7.83 6.95 6/266 117664
/proc/meminfo: memFree=108697452/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=673800 memory=609780 CPUtime=0.68 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 108737 0 0 0 48 20 0 0 20 0 1 0 139080851 689971200 152445 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 168450 152445 1152 6655 0 158685 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 673800 KiB
Current children cumulated memory: 609780 KiB

[startup+1.50017 s]
/proc/loadavg: 7.41 7.83 6.95 6/266 117664
/proc/meminfo: memFree=107892828/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=1115912 memory=1081248 CPUtime=1.48 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 180626 0 0 0 113 35 0 0 20 0 1 0 139080851 1142693888 270312 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 278978 270312 1152 6655 0 269213 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1115912 KiB
Current children cumulated memory: 1081248 KiB

[startup+3.10535 s]
/proc/loadavg: 7.41 7.83 6.95 6/266 117664
/proc/meminfo: memFree=106764080/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=1550848 memory=1516248 CPUtime=3.07 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 286456 0 0 0 254 53 0 0 20 0 1 0 139080851 1588068352 379062 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 387712 379062 1152 6655 0 377947 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1550848 KiB
Current children cumulated memory: 1516248 KiB

[startup+6.30017 s]
/proc/loadavg: 7.22 7.78 6.94 6/266 117664
/proc/meminfo: memFree=106127676/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=1827636 memory=1792984 CPUtime=6.26 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 355836 0 0 0 562 64 0 0 20 0 1 0 139080851 1871499264 448246 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 456909 448246 1152 6655 0 447144 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1827636 KiB
Current children cumulated memory: 1792984 KiB

[startup+12.7002 s]
/proc/loadavg: 7.04 7.73 6.93 7/267 117665
/proc/meminfo: memFree=103308336/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=3215424 memory=3167140 CPUtime=12.65 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 543425 0 0 0 1157 108 0 0 20 0 1 0 139080851 3292594176 791785 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 803856 791785 2304 6655 0 794091 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3215424 KiB
Current children cumulated memory: 3167140 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=117651] ppid=117647 vsize=3963404 memory=3771488 CPUtime=25.41 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 596953 0 0 0 2403 138 0 0 20 0 2 0 139080851 4058525696 942872 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 990851 942872 2816 6655 0 964734 0
[pid=117651/tid=117667] ppid=117647 vsize=3963404 memory=3852136 CPUtime=0 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) S 117647 117651 117353 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139082199 4058525696 942872 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 3963404 KiB
Current children cumulated memory: 3771488 KiB

[startup+51.1054 s]
/proc/loadavg: 6.48 7.50 6.88 7/271 117718
/proc/meminfo: memFree=98061588/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=7817344 memory=6629608 CPUtime=51.98 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 789284 0 0 0 4954 244 0 0 20 0 2 0 139080851 8004960256 1657402 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 1954336 1657402 3168 6655 0 1942123 0
[pid=117651/tid=117667] ppid=117647 vsize=7817344 memory=5981184 CPUtime=1.04 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) S 117647 117651 117353 0 -1 4194368 13471 0 0 0 97 7 0 0 20 0 2 0 139082199 8004960256 1657402 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 51.98 s
Current children cumulated vsize: 7817344 KiB
Current children cumulated memory: 6629608 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=117651] ppid=117647 vsize=8860244 memory=7510508 CPUtime=121.34 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 987347 0 0 0 11809 325 0 0 20 0 2 0 139080851 9072889856 1877627 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 2215061 1877627 3296 6655 0 2184632 0
[pid=117651/tid=117667] ppid=117647 vsize=8860244 memory=22272 CPUtime=19.55 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 67985 0 0 0 1925 30 0 0 20 0 2 0 139082199 9072889856 1877627 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 121.34 s
Current children cumulated vsize: 8860244 KiB
Current children cumulated memory: 7510508 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=117651] ppid=117647 vsize=8863472 memory=7483972 CPUtime=240.27 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 1017873 0 0 0 23691 336 0 0 20 0 2 0 139080851 9076195328 1870993 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 2215868 1870993 3392 6655 0 2186399 0
[pid=117651/tid=117667] ppid=117647 vsize=8863472 memory=7483844 CPUtime=78.8 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 79851 0 0 0 7847 33 0 0 20 0 2 0 139082199 9076195328 1870993 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 240.27 s
Current children cumulated vsize: 8863472 KiB
Current children cumulated memory: 7483972 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=117651] ppid=117647 vsize=8873964 memory=7497592 CPUtime=359.41 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 1046248 0 0 0 35597 344 0 0 20 0 2 0 139080851 9086939136 1874398 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 2218491 1874398 3392 6655 0 2189022 0
[pid=117651/tid=117667] ppid=117647 vsize=8873964 memory=14248 CPUtime=138.16 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 79854 0 0 0 13782 34 0 0 20 0 2 0 139082199 9086939136 1874398 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 359.41 s
Current children cumulated vsize: 8873964 KiB
Current children cumulated memory: 7497592 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=117651] ppid=117647 vsize=8876548 memory=7568264 CPUtime=478.51 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 1094433 0 0 0 47500 351 0 0 20 0 2 0 139080851 9089585152 1892066 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 2219137 1892066 3392 6655 0 2189668 0
[pid=117651/tid=117667] ppid=117647 vsize=8876548 memory=7497592 CPUtime=197.49 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 110530 0 0 0 19711 38 0 0 20 0 2 0 139082199 9089585152 1892066 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 478.51 s
Current children cumulated vsize: 8876548 KiB
Current children cumulated memory: 7568264 KiB

[startup+342.3 s]
/proc/loadavg: 8.10 7.79 7.17 9/268 117729
/proc/meminfo: memFree=94881676/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=9411584 memory=8069516 CPUtime=597.59 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 1216205 0 0 0 59382 377 0 0 20 0 2 0 139080851 9637462016 2017379 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 2352896 2017379 3392 6655 0 2309913 0
[pid=117651/tid=117667] ppid=117647 vsize=9411584 memory=7497592 CPUtime=256.82 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 212248 0 0 0 25622 60 0 0 20 0 2 0 139082199 9637462016 2017379 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 597.59 s
Current children cumulated vsize: 9411584 KiB
Current children cumulated memory: 8069516 KiB

[startup+402.3 s]
/proc/loadavg: 8.09 7.85 7.23 9/266 117731

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

[pid=117651] ppid=117647 vsize=12236476 memory=10702272 CPUtime=2855.61 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 2065015 0 0 0 284908 653 0 0 20 0 2 0 139080851 12530151424 2675568 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 3059119 2675568 3552 6655 0 3021359 0
[pid=117651/tid=117667] ppid=117647 vsize=12236476 memory=10697680 CPUtime=1380.71 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 471142 0 0 0 137925 146 0 0 20 0 2 0 139082199 12530151424 2675568 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 2855.61 s
Current children cumulated vsize: 12236476 KiB
Current children cumulated memory: 10702272 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=117651] ppid=117647 vsize=12236904 memory=10702744 CPUtime=2974.56 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 2103799 0 0 0 296793 663 0 0 20 0 2 0 139080851 12530589696 2675686 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 3059226 2675686 3552 6655 0 3021466 0
[pid=117651/tid=117667] ppid=117647 vsize=12236904 memory=10702744 CPUtime=1439.96 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 496673 0 0 0 143842 154 0 0 20 0 2 0 139082199 12530589696 2675686 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 2974.56 s
Current children cumulated vsize: 12236904 KiB
Current children cumulated memory: 10702744 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=117651] ppid=117647 vsize=12240984 memory=10707096 CPUtime=3093.48 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 2142727 0 0 0 308678 670 0 0 20 0 2 0 139080851 12534767616 2676774 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 3060246 2676774 3552 6655 0 3022486 0
[pid=117651/tid=117667] ppid=117647 vsize=12240984 memory=10702744 CPUtime=1499.2 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 502914 0 0 0 149764 156 0 0 20 0 2 0 139082199 12534767616 2676774 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 3093.48 s
Current children cumulated vsize: 12240984 KiB
Current children cumulated memory: 10707096 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=117651] ppid=117647 vsize=12240984 memory=10707096 CPUtime=3212.39 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 2149209 0 0 0 320567 672 0 0 20 0 2 0 139080851 12534767616 2676774 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 3060246 2676774 3552 6655 0 3022486 0
[pid=117651/tid=117667] ppid=117647 vsize=12240984 memory=10707096 CPUtime=1558.42 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 506957 0 0 0 155685 157 0 0 20 0 2 0 139082199 12534767616 2676774 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 3212.39 s
Current children cumulated vsize: 12240984 KiB
Current children cumulated memory: 10707096 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=117651] ppid=117647 vsize=12241924 memory=10710224 CPUtime=3331.31 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 2210311 0 0 0 332447 684 0 0 20 0 2 0 139080851 12535730176 2677556 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 3060481 2677556 3552 6655 0 3022721 0
[pid=117651/tid=117667] ppid=117647 vsize=12241924 memory=10707096 CPUtime=1617.66 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 536137 0 0 0 161603 163 0 0 20 0 2 0 139082199 12535730176 2677556 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 3331.31 s
Current children cumulated vsize: 12241924 KiB
Current children cumulated memory: 10710224 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=117651] ppid=117647 vsize=12241924 memory=10710224 CPUtime=3450.26 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 2227877 0 0 0 344340 686 0 0 20 0 2 0 139080851 12535730176 2677556 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 3060481 2677556 3552 6655 0 3022721 0
[pid=117651/tid=117667] ppid=117647 vsize=12241924 memory=10752 CPUtime=1676.91 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 541871 0 0 0 167527 164 0 0 20 0 2 0 139082199 12535730176 2677556 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 3450.26 s
Current children cumulated vsize: 12241924 KiB
Current children cumulated memory: 10710224 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=117651] ppid=117647 vsize=12241924 memory=10710232 CPUtime=3569.21 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 2255727 0 0 0 356229 692 0 0 20 0 2 0 139080851 12535730176 2677558 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 3060481 2677558 3552 6655 0 3022721 0
[pid=117651/tid=117667] ppid=117647 vsize=12241924 memory=10710224 CPUtime=1736.16 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 551577 0 0 0 173449 167 0 0 20 0 2 0 139082199 12535730176 2677558 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 3569.21 s
Current children cumulated vsize: 12241924 KiB
Current children cumulated memory: 10710232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1857.9 s]
/proc/loadavg: 7.11 7.17 7.24 8/268 117861
/proc/meminfo: memFree=89512524/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=12241924 memory=10710232 CPUtime=3600.13 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) R 117647 117651 117353 0 -1 4194304 2263988 0 0 0 359320 693 0 0 20 0 2 0 139080851 12535730176 2677558 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 3060481 2677558 3552 6655 0 3022721 0
[pid=117651/tid=117667] ppid=117647 vsize=12241924 memory=10710224 CPUtime=1751.58 cores=4,6
/proc/117651/task/117667/stat : 117667 (LSIPExact) R 117647 117651 117353 0 -1 4194368 554553 0 0 0 174990 168 0 0 20 0 2 0 139082199 12535730176 2677558 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 12241924 KiB
Current children cumulated memory: 10710232 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3594.72 s, system=7.25115 s

[startup+2878.37 s]
# the end of solver process 117862 was just reported to runsolver
# Child ended because it received signal 13 (SIGPIPE)

# cumulated CPU time of all completed processes:  user=4609.3 s, system=9.31177 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=94014800/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=8397356 memory=7607788 CPUtime=3601.82 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) S 117647 117651 117353 0 -1 4194304 2478246 0 0 0 359472 710 0 0 20 0 1 0 139080851 8598892544 1901947 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 2099339 1901947 3584 6655 0 2067241 0
Current children cumulated CPU time: 3601.82 s
Current children cumulated vsize: 8397356 KiB
Current children cumulated memory: 7607788 KiB

[startup+1859.6 s]
/proc/loadavg: 7.11 7.17 7.24 6/267 117861
/proc/meminfo: memFree=94014800/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=8397356 memory=7607788 CPUtime=3601.82 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) S 117647 117651 117353 0 -1 4194304 2478246 0 0 0 359472 710 0 0 20 0 1 0 139080851 8598892544 1901947 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 2099339 1901947 3584 6655 0 2067241 0
Current children cumulated CPU time: 3601.82 s
Current children cumulated vsize: 8397356 KiB
Current children cumulated memory: 7607788 KiB

[startup+1859.8 s]
/proc/loadavg: 7.11 7.17 7.24 6/267 117861
/proc/meminfo: memFree=94014800/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=8397356 memory=7607788 CPUtime=3601.82 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) S 117647 117651 117353 0 -1 4194304 2478246 0 0 0 359472 710 0 0 20 0 1 0 139080851 8598892544 1901947 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 2099339 1901947 3584 6655 0 2067241 0
Current children cumulated CPU time: 3601.82 s
Current children cumulated vsize: 8397356 KiB
Current children cumulated memory: 7607788 KiB

[startup+1859.9 s]
/proc/loadavg: 7.11 7.17 7.24 6/267 117861
/proc/meminfo: memFree=94014800/131250000 swapFree=33008356/33010684
[pid=117651] ppid=117647 vsize=8397356 memory=7607788 CPUtime=3601.82 cores=4,6
/proc/117651/stat : 117651 (LSIPExact) S 117647 117651 117353 0 -1 4194304 2478246 0 0 0 359472 710 0 0 20 0 1 0 139080851 8598892544 1901947 18446744073709551615 94485154910208 94485182167377 140736137797680 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94485190669448 94485191101056 94485195042816 140736137800024 140736137800200 140736137800200 140736137805804 0
/proc/117651/statm: 2099339 1901947 3584 6655 0 2067241 0
Current children cumulated CPU time: 3601.82 s
Current children cumulated vsize: 8397356 KiB
Current children cumulated memory: 7607788 KiB

Child ended because it received signal 13 (SIGPIPE)

Real time (s): 2878.37
CPU time (s): 4618.62
CPU user time (s): 4609.3
CPU system time (s): 9.31177
CPU usage (%): 160.46
Max. virtual memory (cumulated for all children) (KiB): 13347824
Max. memory (cumulated for all children) (KiB): 11356876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4609.3
system time used= 9.31177
maximum resident set size= 11356876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2889467
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= 405
involuntary context switches= 60675


# summary of solver processes directly reported to runsolver:
#   pid: 117651,117862
#   total CPU time (s): 4618.62
#   total CPU user time (s): 4609.3
#   total CPU system time (s): 9.31177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.85049 second user time and 8.77276 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-11 13:40:42
IDJOB=4527593
IDBENCH=155761
IDSOLVER=3384
FILE ID=nodeC014/4527593-1752234042
RUNJOBID= nodeC014-1752232205-117370
SLURM_JOB_ID= 9682525
Free space on /tmp= 430156 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_2_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-4527593-1752234042/watcher-4527593-1752234042 -o /tmp/evaluation-result-4527593-1752234042/solver-4527593-1752234042 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752232205-117370 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527593-1752234042.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 6f676becb9e8baff21bbed56e9641b4e
RANDOM SEED=1287912451

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.385
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.902
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		: 3600.725
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.190
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		: 3643.808
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		: 3599.801
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.125
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		: 3598.574
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:        109715540 kB
MemAvailable:   127560860 kB
Buffers:             696 kB
Cached:         18595928 kB
SwapCached:         1628 kB
Active:          2532312 kB
Inactive:       18225620 kB
Active(anon):    2154948 kB
Inactive(anon):    31012 kB
Active(file):     377364 kB
Inactive(file): 18194608 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            272588 kB
Writeback:             0 kB
AnonPages:       2162236 kB
Mapped:           117704 kB
Shmem:             24596 kB
KReclaimable:     225176 kB
Slab:             319424 kB
SReclaimable:     225176 kB
SUnreclaim:        94248 kB
KernelStack:        4240 kB
PageTables:         7288 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2486340 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= 430284 MiB
End job on nodeC014 at 2025-07-11 14:28:41