Trace number 4527570

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) 3602.12 1821.71

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat100_4_32_6.opb
MD5SUM942f4c546294041bdb4c531ace867576
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5224547
Best CPU time to get the best result obtained on this benchmark2319.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 176505017008
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 176505017008
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/1819.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.13/1819.70	c numVar: 20200
3600.13/1819.70	c numCon: 30206
3600.13/1819.70	c numEqual: 19806
3600.13/1819.70	c intSize: 38
3600.13/1819.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.13/1819.70	c ------------------- Paras list -------------------
3600.13/1819.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.13/1819.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.13/1819.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.13/1819.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.13/1819.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.13/1819.70	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.13/1819.70	c random_seed         	 int       	 0         	 0         	 
3600.13/1819.70	c sample_size         	 int       	 50        	 50        	 
3600.13/1819.70	c sub_score           	 int       	 1         	 1         	 
3600.13/1819.70	c tabu_base           	 int       	 3         	 3         	 
3600.13/1819.70	c tabu_variation      	 int       	 1         	 1         	 
3600.13/1819.70	c sub_div             	 int       	 4         	 4         	 
3600.13/1819.70	c nbcore              	 int       	 2         	 1         	 
3600.13/1819.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.13/1819.70	c print_sol           	 int       	 1         	 1         	 
3600.13/1819.70	c tmpdir              	 string		 .         	 "."       	 
3600.13/1819.70	c home                	 string		 HOME	 "."       	 
3600.13/1819.70	c benchname           	 string		 HOME/instance-4527570-1752234039.opb	 ""        	 
3600.13/1819.70	c --------------------------------------------------
3600.13/1819.70	c Local Search solver
3600.13/1819.70	c MIP solver
3600.13/1819.70	c receive signal 15, try to interrupt solver...
3600.13/1819.71	c MIP solver find feasible solution
3600.13/1819.71	c MIP solver objective value: 5.22455e+06
3600.13/1819.75	c MIP find feasible solution for PBO with objective value 5224547
3600.13/1819.75	c copy file: 0
3600.13/1819.75	c gen ub file: HOME/instance-4527570-1752234039.opb_ub.opb
3600.13/1819.75	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: 63665 MiB (57911 MiB free)
  memory of node 1: 64507 MiB (61392 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527570-1752234039/watcher-4527570-1752234039 -o /tmp/evaluation-result-4527570-1752234039/solver-4527570-1752234039 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1752232205-111951 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527570-1752234039.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=112467, runsolver pid=112464

[startup+0.10006 s]*
/proc/loadavg: 7.76 7.95 6.89 6/266 112473
/proc/meminfo: memFree=122135788/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=70204 memory=35400 CPUtime=0.06 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 8019 0 0 0 5 1 0 0 20 0 1 0 139081728 71888896 8850 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 17551 8850 1152 6655 0 7786 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 70204 KiB
Current children cumulated memory: 35400 KiB

[startup+0.205853 s]*
/proc/loadavg: 7.76 7.95 6.89 7/266 112473
/proc/meminfo: memFree=122131772/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=70376 memory=35528 CPUtime=0.17 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 8046 0 0 0 16 1 0 0 20 0 1 0 139081728 72065024 8882 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 17594 8882 1152 6655 0 7829 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 70376 KiB
Current children cumulated memory: 35528 KiB

[startup+0.305606 s]*
/proc/loadavg: 7.76 7.95 6.89 7/266 112473
/proc/meminfo: memFree=122131772/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=70376 memory=35528 CPUtime=0.27 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 8046 0 0 0 26 1 0 0 20 0 1 0 139081728 72065024 8882 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 17594 8882 1152 6655 0 7829 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 70376 KiB
Current children cumulated memory: 35528 KiB

[startup+0.70018 s]
/proc/loadavg: 7.76 7.95 6.89 7/266 112473
/proc/meminfo: memFree=122131772/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=70376 memory=35528 CPUtime=0.65 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 8046 0 0 0 64 1 0 0 20 0 1 0 139081728 72065024 8882 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 17594 8882 1152 6655 0 7829 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 70376 KiB
Current children cumulated memory: 35528 KiB

[startup+1.50016 s]
/proc/loadavg: 7.62 7.91 6.89 7/266 112473
/proc/meminfo: memFree=122131772/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=70376 memory=35528 CPUtime=1.45 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 8046 0 0 0 144 1 0 0 20 0 1 0 139081728 72065024 8882 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 17594 8882 1152 6655 0 7829 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 70376 KiB
Current children cumulated memory: 35528 KiB

[startup+3.10543 s]
/proc/loadavg: 7.62 7.91 6.89 7/266 112473
/proc/meminfo: memFree=122131996/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=70376 memory=35528 CPUtime=3.05 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 8046 0 0 0 304 1 0 0 20 0 1 0 139081728 72065024 8882 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 17594 8882 1152 6655 0 7829 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 70376 KiB
Current children cumulated memory: 35528 KiB

[startup+6.30016 s]
/proc/loadavg: 7.57 7.90 6.89 7/266 112473
/proc/meminfo: memFree=122131996/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=70376 memory=35528 CPUtime=6.24 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 8046 0 0 0 623 1 0 0 20 0 1 0 139081728 72065024 8882 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 17594 8882 1152 6655 0 7829 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 70376 KiB
Current children cumulated memory: 35528 KiB

[startup+12.7002 s]
/proc/loadavg: 7.52 7.88 6.89 9/268 112475
/proc/meminfo: memFree=121972228/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=244752 memory=164596 CPUtime=13.85 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 37788 0 0 0 1378 7 0 0 20 0 2 0 139081728 250626048 41149 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 61188 41149 3392 6655 0 41076 0
[pid=112467/tid=112474] ppid=112464 vsize=244752 memory=155892 CPUtime=1.22 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 6001 0 0 0 121 1 0 0 20 0 2 0 139082738 250626048 41149 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 13.85 s
Current children cumulated vsize: 244752 KiB
Current children cumulated memory: 164596 KiB

[startup+25.5002 s]
/proc/loadavg: 7.60 7.89 6.90 9/268 112476
/proc/meminfo: memFree=121944532/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=244752 memory=173684 CPUtime=39.24 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 79947 0 0 0 3914 10 0 0 20 0 2 0 139081728 250626048 43421 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 61188 43421 3392 6655 0 42472 0
[pid=112467/tid=112474] ppid=112464 vsize=244752 memory=173684 CPUtime=13.86 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 22550 0 0 0 1383 3 0 0 20 0 2 0 139082738 250626048 43421 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 39.24 s
Current children cumulated vsize: 244752 KiB
Current children cumulated memory: 173684 KiB

[startup+51.1056 s]
/proc/loadavg: 7.84 7.91 6.94 9/268 112476
/proc/meminfo: memFree=121944792/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=244752 memory=176756 CPUtime=90.09 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 83234 0 0 0 8998 11 0 0 20 0 2 0 139081728 250626048 44189 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 61188 44189 3392 6655 0 43217 0
[pid=112467/tid=112474] ppid=112464 vsize=244752 memory=14592 CPUtime=39.19 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 24679 0 0 0 3915 4 0 0 20 0 2 0 139082738 250626048 44189 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 90.09 s
Current children cumulated vsize: 244752 KiB
Current children cumulated memory: 176756 KiB

[startup+102.3 s]
/proc/loadavg: 8.00 7.95 7.01 9/269 112479
/proc/meminfo: memFree=121944916/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=244752 memory=176756 CPUtime=191.75 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 104761 0 0 0 19160 15 0 0 20 0 2 0 139081728 250626048 44189 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 61188 44189 3392 6655 0 43217 0
[pid=112467/tid=112474] ppid=112464 vsize=244752 memory=16256 CPUtime=89.82 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 36259 0 0 0 8977 5 0 0 20 0 2 0 139082738 250626048 44189 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 191.75 s
Current children cumulated vsize: 244752 KiB
Current children cumulated memory: 176756 KiB

[startup+162.3 s]
/proc/loadavg: 8.06 7.97 7.08 9/269 112481
/proc/meminfo: memFree=121935124/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=244752 memory=176756 CPUtime=310.89 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 115745 0 0 0 31073 16 0 0 20 0 2 0 139081728 250626048 44189 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 61188 44189 3392 6655 0 43217 0
[pid=112467/tid=112474] ppid=112464 vsize=244752 memory=176756 CPUtime=149.17 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 41752 0 0 0 14911 6 0 0 20 0 2 0 139082738 250626048 44189 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 310.89 s
Current children cumulated vsize: 244752 KiB
Current children cumulated memory: 176756 KiB

[startup+222.3 s]
/proc/loadavg: 8.15 8.00 7.14 9/269 112533
/proc/meminfo: memFree=122047032/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=244752 memory=178292 CPUtime=425.11 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 151582 0 0 0 42486 25 0 0 20 0 2 0 139081728 250626048 44573 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 61188 44573 3392 6655 0 43217 0
[pid=112467/tid=112474] ppid=112464 vsize=244752 memory=177652 CPUtime=207.47 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 54379 0 0 0 20738 9 0 0 20 0 2 0 139082738 250626048 44573 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 425.11 s
Current children cumulated vsize: 244752 KiB
Current children cumulated memory: 178292 KiB

[startup+282.3 s]
/proc/loadavg: 7.52 7.84 7.14 8/269 112537
/proc/meminfo: memFree=121613952/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=246620 memory=196980 CPUtime=544.33 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 165394 0 0 0 54405 28 0 0 20 0 2 0 139081728 252538880 49245 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 61655 49245 3392 6655 0 47704 0
[pid=112467/tid=112474] ppid=112464 vsize=246620 memory=184692 CPUtime=267.28 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 61262 0 0 0 26718 10 0 0 20 0 2 0 139082738 252538880 49245 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 544.33 s
Current children cumulated vsize: 246620 KiB
Current children cumulated memory: 196980 KiB

[startup+342.3 s]
/proc/loadavg: 7.24 7.70 7.14 8/268 112539
/proc/meminfo: memFree=121262208/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=252592 memory=212340 CPUtime=663.53 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 169645 0 0 0 66323 30 0 0 20 0 2 0 139081728 258654208 53085 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 63148 53085 3392 6655 0 51482 0
[pid=112467/tid=112474] ppid=112464 vsize=252592 memory=184692 CPUtime=327.08 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 63837 0 0 0 32697 11 0 0 20 0 2 0 139082738 258654208 53085 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 663.53 s
Current children cumulated vsize: 252592 KiB
Current children cumulated memory: 212340 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 2810.2 s
Current children cumulated vsize: 449072 KiB
Current children cumulated memory: 356376 KiB

[startup+1482.3 s]
/proc/loadavg: 7.07 7.24 7.19 8/269 112701
/proc/meminfo: memFree=115769544/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=449072 memory=356376 CPUtime=2929.48 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 249701 0 0 0 292888 60 0 0 20 0 2 0 139081728 459849728 89094 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 112268 89094 3392 6655 0 87535 0
[pid=112467/tid=112474] ppid=112464 vsize=449072 memory=356376 CPUtime=1463.7 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 108218 0 0 0 146344 26 0 0 20 0 2 0 139082738 459849728 89094 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 2929.48 s
Current children cumulated vsize: 449072 KiB
Current children cumulated memory: 356376 KiB

[startup+1542.3 s]
/proc/loadavg: 7.07 7.21 7.18 8/269 112703
/proc/meminfo: memFree=115539564/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=449072 memory=356504 CPUtime=3048.74 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 249907 0 0 0 304814 60 0 0 20 0 2 0 139081728 459849728 89126 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 112268 89126 3392 6655 0 87535 0
[pid=112467/tid=112474] ppid=112464 vsize=449072 memory=14592 CPUtime=1523.53 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 108395 0 0 0 152327 26 0 0 20 0 2 0 139082738 459849728 89126 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 3048.74 s
Current children cumulated vsize: 449072 KiB
Current children cumulated memory: 356504 KiB

[startup+1602.3 s]
/proc/loadavg: 7.14 7.20 7.18 8/268 112706
/proc/meminfo: memFree=115244064/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=449072 memory=356632 CPUtime=3168 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 250023 0 0 0 316740 60 0 0 20 0 2 0 139081728 459849728 89158 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 112268 89158 3392 6655 0 87535 0
[pid=112467/tid=112474] ppid=112464 vsize=449072 memory=356504 CPUtime=1583.37 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 108492 0 0 0 158310 27 0 0 20 0 2 0 139082738 459849728 89158 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 3168 s
Current children cumulated vsize: 449072 KiB
Current children cumulated memory: 356632 KiB

[startup+1662.3 s]
/proc/loadavg: 7.11 7.18 7.17 8/268 112708
/proc/meminfo: memFree=114966960/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=449072 memory=356632 CPUtime=3287.28 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 250060 0 0 0 328668 60 0 0 20 0 2 0 139081728 459849728 89158 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 112268 89158 3392 6655 0 87535 0
[pid=112467/tid=112474] ppid=112464 vsize=449072 memory=356504 CPUtime=1643.2 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 108516 0 0 0 164293 27 0 0 20 0 2 0 139082738 459849728 89158 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 3287.28 s
Current children cumulated vsize: 449072 KiB
Current children cumulated memory: 356632 KiB

[startup+1722.3 s]
/proc/loadavg: 7.04 7.14 7.16 8/268 112710
/proc/meminfo: memFree=114659804/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=449072 memory=356632 CPUtime=3406.57 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 250087 0 0 0 340596 61 0 0 20 0 2 0 139081728 459849728 89158 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 112268 89158 3392 6655 0 87535 0
[pid=112467/tid=112474] ppid=112464 vsize=449072 memory=356504 CPUtime=1703.04 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 108531 0 0 0 170277 27 0 0 20 0 2 0 139082738 459849728 89158 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 3406.57 s
Current children cumulated vsize: 449072 KiB
Current children cumulated memory: 356632 KiB

[startup+1782.3 s]
/proc/loadavg: 7.11 7.14 7.16 8/267 112712
/proc/meminfo: memFree=114444784/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=449072 memory=356760 CPUtime=3525.83 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 250156 0 0 0 352522 61 0 0 20 0 2 0 139081728 459849728 89190 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 112268 89190 3392 6655 0 87535 0
[pid=112467/tid=112474] ppid=112464 vsize=449072 memory=5504 CPUtime=1762.87 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 108579 0 0 0 176260 27 0 0 20 0 2 0 139082738 459849728 89190 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 3525.83 s
Current children cumulated vsize: 449072 KiB
Current children cumulated memory: 356760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.7 s]
/proc/loadavg: 7.03 7.11 7.15 8/269 112762
/proc/meminfo: memFree=114169428/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=449072 memory=356888 CPUtime=3600.13 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) R 112464 112467 111934 0 -1 4194304 250182 0 0 0 359948 65 0 0 20 0 2 0 139081728 459849728 89222 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 112268 89222 3392 6655 0 87535 0
[pid=112467/tid=112474] ppid=112464 vsize=449072 memory=356760 CPUtime=1800.12 cores=0,2
/proc/112467/task/112474/stat : 112474 (LSIPExact) R 112464 112467 111934 0 -1 4194368 108595 0 0 0 179983 29 0 0 20 0 2 0 139082738 459849728 89222 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 449072 KiB
Current children cumulated memory: 356888 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.41 s, system=0.707748 s

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

[startup+1820.8 s]
/proc/loadavg: 7.03 7.11 7.15 7/269 112764
/proc/meminfo: memFree=114231516/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=318000 memory=238540 CPUtime=3600.17 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) S 112464 112467 111934 0 -1 4194304 254841 228 0 0 359951 66 0 0 20 0 1 0 139081728 325632000 59635 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 79500 59635 3424 6655 0 69733 0
[pid=112764] ppid=112467 vsize=102688 memory=82420 CPUtime=1.01 cores=0,2
/proc/112764/stat : 112764 (Exact) R 112467 112764 112764 0 -1 4194304 19104 0 0 0 98 3 0 0 20 0 1 0 139263703 105152512 20605 18446744073709551615 4198400 8335837 140721402818160 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22568960 140721402824882 140721402825243 140721402825243 140721402830799 0
/proc/112764/statm: 25672 20605 1120 1011 0 24439 0
Current children cumulated CPU time: 3601.18 s
Current children cumulated vsize: 420688 KiB
Current children cumulated memory: 320960 KiB

[startup+1821.2 s]
/proc/loadavg: 7.03 7.11 7.15 7/269 112764
/proc/meminfo: memFree=114211684/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=318000 memory=238540 CPUtime=3600.17 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) S 112464 112467 111934 0 -1 4194304 254841 228 0 0 359951 66 0 0 20 0 1 0 139081728 325632000 59635 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 79500 59635 3424 6655 0 69733 0
[pid=112764] ppid=112467 vsize=102688 memory=82420 CPUtime=1.41 cores=0,2
/proc/112764/stat : 112764 (Exact) R 112467 112764 112764 0 -1 4194304 19104 0 0 0 138 3 0 0 20 0 1 0 139263703 105152512 20605 18446744073709551615 4198400 8335837 140721402818160 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22568960 140721402824882 140721402825243 140721402825243 140721402830799 0
/proc/112764/statm: 25672 20605 1120 1011 0 24439 0
Current children cumulated CPU time: 3601.58 s
Current children cumulated vsize: 420688 KiB
Current children cumulated memory: 320960 KiB

[startup+1821.6 s]
/proc/loadavg: 7.03 7.11 7.15 7/269 112764
/proc/meminfo: memFree=114211684/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=318000 memory=238540 CPUtime=3600.17 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) S 112464 112467 111934 0 -1 4194304 254841 228 0 0 359951 66 0 0 20 0 1 0 139081728 325632000 59635 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 79500 59635 3424 6655 0 69733 0
[pid=112764] ppid=112467 vsize=102688 memory=82420 CPUtime=1.81 cores=0,2
/proc/112764/stat : 112764 (Exact) R 112467 112764 112764 0 -1 4194304 19105 0 0 0 178 3 0 0 20 0 1 0 139263703 105152512 20605 18446744073709551615 4198400 8335837 140721402818160 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22568960 140721402824882 140721402825243 140721402825243 140721402830799 0
/proc/112764/statm: 25672 20605 1120 1011 0 24439 0
Current children cumulated CPU time: 3601.98 s
Current children cumulated vsize: 420688 KiB
Current children cumulated memory: 320960 KiB

[startup+1821.7 s]
/proc/loadavg: 7.03 7.11 7.15 7/269 112764
/proc/meminfo: memFree=114211684/131249996 swapFree=33003468/33010684
[pid=112467] ppid=112464 vsize=318000 memory=238540 CPUtime=3600.17 cores=0,2
/proc/112467/stat : 112467 (LSIPExact) S 112464 112467 111934 0 -1 4194304 254841 228 0 0 359951 66 0 0 20 0 1 0 139081728 325632000 59635 18446744073709551615 94803342254080 94803369511249 140726630246432 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94803378013320 94803378444928 94803379552256 140726630250840 140726630251016 140726630251016 140726630256620 0
/proc/112467/statm: 79500 59635 3424 6655 0 69733 0
[pid=112764] ppid=112467 vsize=102688 memory=82420 CPUtime=1.91 cores=0,2
/proc/112764/stat : 112764 (Exact) R 112467 112764 112764 0 -1 4194304 19105 0 0 0 188 3 0 0 20 0 1 0 139263703 105152512 20605 18446744073709551615 4198400 8335837 140721402818160 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 22568960 140721402824882 140721402825243 140721402825243 140721402830799 0
/proc/112764/statm: 25672 20605 1120 1011 0 24439 0
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 420688 KiB
Current children cumulated memory: 320960 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1821.71
CPU time (s): 3602.12
CPU user time (s): 3601.41
CPU system time (s): 0.707748
CPU usage (%): 197.733
Max. virtual memory (cumulated for all children) (KiB): 449072
Max. memory (cumulated for all children) (KiB): 356888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.41
system time used= 0.707748
maximum resident set size= 357016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274174
page faults= 0
swaps= 0
block input operations= 3336
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 589
involuntary context switches= 62573


# summary of solver processes directly reported to runsolver:
#   pid: 112467
#   total CPU time (s): 3602.12
#   total CPU user time (s): 3601.41
#   total CPU system time (s): 0.707748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.70347 second user time and 8.10707 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-11 13:40:40
IDJOB=4527570
IDBENCH=155635
IDSOLVER=3384
FILE ID=nodeC021/4527570-1752234039
RUNJOBID= nodeC021-1752232205-111951
SLURM_JOB_ID= 9682532
Free space on /tmp= 430768 MiB

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

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

MD5SUM BENCH= 942f4c546294041bdb4c531ace867576
RANDOM SEED=1101230875

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122167724 kB
MemAvailable:   128972672 kB
Buffers:            1056 kB
Cached:          7536032 kB
SwapCached:           32 kB
Active:          1231784 kB
Inactive:        7066404 kB
Active(anon):     734788 kB
Inactive(anon):    39764 kB
Active(file):     496996 kB
Inactive(file):  7026640 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             91492 kB
Writeback:             4 kB
AnonPages:        764148 kB
Mapped:           125200 kB
Shmem:             13452 kB
KReclaimable:     240700 kB
Slab:             334840 kB
SReclaimable:     240700 kB
SUnreclaim:        94140 kB
KernelStack:        4224 kB
PageTables:         4516 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1119924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430684 MiB
End job on nodeC021 at 2025-07-11 14:11:02