Trace number 4527583

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.16 1832.01

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat50_6_9_3_ic.opb
MD5SUM1a585859cd518f3581f5f80c37fe0c7b
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 benchmark14659783
Best CPU time to get the best result obtained on this benchmark72002.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 45563322036
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 45563322036
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.06/1829.90	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.06/1829.90	c numVar: 125200
3600.06/1829.90	c numCon: 250157
3600.06/1829.90	c numEqual: 7357
3600.06/1829.90	c intSize: 36
3600.06/1829.90	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.06/1829.90	c ------------------- Paras list -------------------
3600.06/1829.90	c Name                	 Type      	 Now       	 Default   	 Comment
3600.06/1829.90	c timeout             	 double    	 3600.000000	 3600      	 
3600.06/1829.90	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.06/1829.90	c ls_time             	 double    	 10.000000 	 10        	 
3600.06/1829.90	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.06/1829.90	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.06/1829.90	c random_seed         	 int       	 0         	 0         	 
3600.06/1829.90	c sample_size         	 int       	 50        	 50        	 
3600.06/1829.90	c sub_score           	 int       	 1         	 1         	 
3600.06/1829.90	c tabu_base           	 int       	 3         	 3         	 
3600.06/1829.90	c tabu_variation      	 int       	 1         	 1         	 
3600.06/1829.90	c sub_div             	 int       	 4         	 4         	 
3600.06/1829.90	c nbcore              	 int       	 2         	 1         	 
3600.06/1829.90	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.06/1829.90	c print_sol           	 int       	 1         	 1         	 
3600.06/1829.90	c tmpdir              	 string		 .         	 "."       	 
3600.06/1829.90	c home                	 string		 HOME	 "."       	 
3600.06/1829.90	c benchname           	 string		 HOME/instance-4527583-1752234041.opb	 ""        	 
3600.06/1829.90	c --------------------------------------------------
3600.06/1829.90	c Local Search solver
3600.06/1829.90	c MIP solver
3600.06/1829.90	c receive signal 15, try to interrupt solver...
3600.06/1829.96	c MIP solver find feasible solution
3600.06/1829.98	c MIP solver objective value: 9.49061e+07
3600.21/1830.05	c MIP find feasible solution for PBO with objective value 94906095
3600.21/1830.05	c copy file: 0
3600.21/1830.05	c gen ub file: HOME/instance-4527583-1752234041.opb_ub.opb
3600.21/1830.05	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: 63837 MiB (61417 MiB free)
  memory of node 1: 64465 MiB (47631 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527583-1752234041/watcher-4527583-1752234041 -o /tmp/evaluation-result-4527583-1752234041/solver-4527583-1752234041 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1752232205-112022 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527583-1752234041.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=112626, runsolver pid=112623

[startup+0.100071 s]*
/proc/loadavg: 6.73 7.10 6.25 6/252 112627
/proc/meminfo: memFree=111618488/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=110972 memory=68076 CPUtime=0.08 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 12973 0 0 0 4 4 0 0 20 0 1 0 139082968 113635328 17019 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 27743 17019 1152 6655 0 17978 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 110972 KiB
Current children cumulated memory: 68076 KiB

[startup+0.213185 s]*
/proc/loadavg: 6.73 7.10 6.25 6/252 112627
/proc/meminfo: memFree=111618488/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=113084 memory=70124 CPUtime=0.19 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 13495 0 0 0 15 4 0 0 20 0 1 0 139082968 115798016 17531 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 28271 17531 1152 6655 0 18506 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 113084 KiB
Current children cumulated memory: 70124 KiB

[startup+0.313128 s]*
/proc/loadavg: 6.73 7.10 6.25 6/252 112627
/proc/meminfo: memFree=111575268/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=154292 memory=119508 CPUtime=0.29 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 22271 0 0 0 22 7 0 0 20 0 1 0 139082968 157995008 29877 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 38573 29877 1152 6655 0 28808 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 154292 KiB
Current children cumulated memory: 119508 KiB

[startup+0.700328 s]
/proc/loadavg: 6.73 7.10 6.25 6/252 112627
/proc/meminfo: memFree=111534948/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=225116 memory=190420 CPUtime=0.67 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 39986 0 0 0 55 12 0 0 20 0 1 0 139082968 230518784 47605 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 56279 47605 1152 6655 0 46514 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 225116 KiB
Current children cumulated memory: 190420 KiB

[startup+1.50035 s]
/proc/loadavg: 6.73 7.10 6.25 6/252 112627
/proc/meminfo: memFree=111462372/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=261680 memory=227028 CPUtime=1.46 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 49142 0 0 0 131 15 0 0 20 0 1 0 139082968 267960320 56757 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 65420 56757 1152 6655 0 55655 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 261680 KiB
Current children cumulated memory: 227028 KiB

[startup+3.1128 s]
/proc/loadavg: 6.73 7.10 6.25 6/252 112627
/proc/meminfo: memFree=111462452/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=261680 memory=227028 CPUtime=3.07 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 49156 0 0 0 292 15 0 0 20 0 1 0 139082968 267960320 56757 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 65420 56757 1152 6655 0 55655 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 261680 KiB
Current children cumulated memory: 227028 KiB

[startup+6.30024 s]
/proc/loadavg: 6.67 7.08 6.24 6/252 112627
/proc/meminfo: memFree=111462548/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=261680 memory=227028 CPUtime=6.25 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 49169 0 0 0 610 15 0 0 20 0 1 0 139082968 267960320 56757 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 65420 56757 1152 6655 0 55655 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 261680 KiB
Current children cumulated memory: 227028 KiB

[startup+12.7004 s]
/proc/loadavg: 6.54 7.05 6.24 5/249 112630
/proc/meminfo: memFree=111071088/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=729140 memory=613940 CPUtime=12.63 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 123583 0 0 0 1232 31 0 0 20 0 2 0 139082968 746639360 153485 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 182285 153485 2912 6655 0 156168 0
[pid=112626/tid=112629] ppid=112623 vsize=729140 memory=521336 CPUtime=0 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) S 112623 112626 112005 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139084026 746639360 153485 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 729140 KiB
Current children cumulated memory: 613940 KiB

[startup+25.5002 s]
/proc/loadavg: 6.13 6.93 6.21 6/252 112722
/proc/meminfo: memFree=107858792/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1280604 memory=1140804 CPUtime=33.82 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 198947 0 0 0 3331 51 0 0 20 0 2 0 139082968 1311338496 285201 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 320151 285201 3296 6655 0 302269 0
[pid=112626/tid=112629] ppid=112623 vsize=1280604 memory=1140804 CPUtime=8.53 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 23630 0 0 0 846 7 0 0 20 0 2 0 139084026 1311338496 285201 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 33.82 s
Current children cumulated vsize: 1280604 KiB
Current children cumulated memory: 1140804 KiB

[startup+51.1056 s]
/proc/loadavg: 5.98 6.83 6.19 6/254 112724
/proc/meminfo: memFree=103405664/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1645540 memory=1499192 CPUtime=84.44 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 311936 0 0 0 8372 72 0 0 20 0 2 0 139082968 1685032960 374798 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 411385 374798 3360 6655 0 396454 0
[pid=112626/tid=112629] ppid=112623 vsize=1645540 memory=1498936 CPUtime=33.66 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 49082 0 0 0 3353 13 0 0 20 0 2 0 139084026 1685032960 374798 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 84.44 s
Current children cumulated vsize: 1645540 KiB
Current children cumulated memory: 1499192 KiB

[startup+102.3 s]
/proc/loadavg: 5.57 6.59 6.14 6/254 112733
/proc/meminfo: memFree=103027100/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1672120 memory=1546232 CPUtime=186.02 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 379580 0 0 0 18522 80 0 0 20 0 2 0 139082968 1712250880 386558 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 418030 386558 3360 6655 0 403198 0
[pid=112626/tid=112629] ppid=112623 vsize=1672120 memory=1542196 CPUtime=84.28 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 67815 0 0 0 8413 15 0 0 20 0 2 0 139084026 1712250880 386558 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 186.02 s
Current children cumulated vsize: 1672120 KiB
Current children cumulated memory: 1546232 KiB

[startup+162.3 s]
/proc/loadavg: 6.04 6.52 6.15 8/254 112735
/proc/meminfo: memFree=102370856/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1541048 memory=1465556 CPUtime=302.98 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 494319 0 0 0 30202 96 0 0 20 0 2 0 139082968 1578033152 366389 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 385262 366389 3456 6655 0 374963 0
[pid=112626/tid=112629] ppid=112623 vsize=1541048 memory=14464 CPUtime=141.6 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 88336 0 0 0 14139 21 0 0 20 0 2 0 139084026 1578033152 366389 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 302.98 s
Current children cumulated vsize: 1541048 KiB
Current children cumulated memory: 1465556 KiB

[startup+222.3 s]
/proc/loadavg: 6.65 6.59 6.20 8/254 112738
/proc/meminfo: memFree=102016756/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1606584 memory=1507232 CPUtime=409.58 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 570084 0 0 0 40850 108 0 0 20 0 2 0 139082968 1645142016 376808 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 401646 376808 3456 6655 0 385809 0
[pid=112626/tid=112629] ppid=112623 vsize=1606584 memory=1503500 CPUtime=188.47 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 108575 0 0 0 18820 27 0 0 20 0 2 0 139084026 1645142016 376808 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 409.58 s
Current children cumulated vsize: 1606584 KiB
Current children cumulated memory: 1507232 KiB

[startup+282.3 s]
/proc/loadavg: 6.94 6.69 6.26 8/254 112740
/proc/meminfo: memFree=101978180/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1672120 memory=1543092 CPUtime=527.96 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 593261 0 0 0 52684 112 0 0 20 0 2 0 139082968 1712250880 385773 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 418030 385773 3456 6655 0 394237 0
[pid=112626/tid=112629] ppid=112623 vsize=1672120 memory=1531008 CPUtime=247.19 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 122690 0 0 0 24689 30 0 0 20 0 2 0 139084026 1712250880 385773 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 527.96 s
Current children cumulated vsize: 1672120 KiB
Current children cumulated memory: 1543092 KiB

[startup+342.3 s]
/proc/loadavg: 7.02 6.76 6.31 8/254 112742
/proc/meminfo: memFree=101976844/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1606584 memory=1532476 CPUtime=646.97 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 598240 0 0 0 64584 113 0 0 20 0 2 0 139082968 1645142016 383119 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 401646 383119 3456 6655 0 391326 0
[pid=112626/tid=112629] ppid=112623 vsize=1606584 memory=1531008 CPUtime=306.47 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 123296 0 0 0 30617 30 0 0 20 0 2 0 139084026 1645142016 383119 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 646.97 s
Current children cumulated vsize: 1606584 KiB
Current children cumulated memory: 1532476 KiB

[startup+402.3 s]

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

/proc/loadavg: 7.08 6.98 6.81 8/255 113041
/proc/meminfo: memFree=103812560/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1672120 memory=1584324 CPUtime=3028.6 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 975902 0 0 0 302706 154 0 0 20 0 2 0 139082968 1712250880 396081 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 418030 396081 3456 6655 0 404542 0
[pid=112626/tid=112629] ppid=112623 vsize=1672120 memory=1584196 CPUtime=1493.04 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 275758 0 0 0 149254 50 0 0 20 0 2 0 139084026 1712250880 396081 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 3028.6 s
Current children cumulated vsize: 1672120 KiB
Current children cumulated memory: 1584324 KiB

[startup+1602.3 s]
/proc/loadavg: 6.89 6.95 6.82 8/255 113091
/proc/meminfo: memFree=102402240/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1672120 memory=1584964 CPUtime=3147.79 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 1013255 0 0 0 314621 158 0 0 20 0 2 0 139082968 1712250880 396241 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 418030 396241 3456 6655 0 404542 0
[pid=112626/tid=112629] ppid=112623 vsize=1672120 memory=1584196 CPUtime=1552.44 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 296180 0 0 0 155191 53 0 0 20 0 2 0 139084026 1712250880 396241 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 3147.79 s
Current children cumulated vsize: 1672120 KiB
Current children cumulated memory: 1584964 KiB

[startup+1662.3 s]
/proc/loadavg: 7.01 6.98 6.84 8/254 113093
/proc/meminfo: memFree=101416784/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1672120 memory=1584964 CPUtime=3267.02 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 1014622 0 0 0 326544 158 0 0 20 0 2 0 139082968 1712250880 396241 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 418030 396241 3456 6655 0 404542 0
[pid=112626/tid=112629] ppid=112623 vsize=1672120 memory=1584196 CPUtime=1611.85 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 296821 0 0 0 161132 53 0 0 20 0 2 0 139084026 1712250880 396241 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 3267.02 s
Current children cumulated vsize: 1672120 KiB
Current children cumulated memory: 1584964 KiB

[startup+1722.3 s]
/proc/loadavg: 7.04 7.00 6.85 8/254 113096
/proc/meminfo: memFree=100579576/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1672120 memory=1590128 CPUtime=3386.24 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 1039953 0 0 0 338464 160 0 0 20 0 2 0 139082968 1712250880 397532 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 418030 397532 3456 6655 0 405748 0
[pid=112626/tid=112629] ppid=112623 vsize=1672120 memory=1584196 CPUtime=1671.25 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 309557 0 0 0 167071 54 0 0 20 0 2 0 139084026 1712250880 397532 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 3386.24 s
Current children cumulated vsize: 1672120 KiB
Current children cumulated memory: 1590128 KiB

[startup+1782.3 s]
/proc/loadavg: 6.95 6.99 6.86 8/254 113144
/proc/meminfo: memFree=100289584/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1672120 memory=1592688 CPUtime=3505.47 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 1075090 0 0 0 350383 164 0 0 20 0 2 0 139082968 1712250880 398172 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 418030 398172 3456 6655 0 406231 0
[pid=112626/tid=112629] ppid=112623 vsize=1672120 memory=1592560 CPUtime=1730.66 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 328665 0 0 0 173010 56 0 0 20 0 2 0 139084026 1712250880 398172 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 3505.47 s
Current children cumulated vsize: 1672120 KiB
Current children cumulated memory: 1592688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1829.9 s]
/proc/loadavg: 6.70 6.93 6.85 8/253 113236
/proc/meminfo: memFree=99807656/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1672120 memory=1595964 CPUtime=3600.06 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) R 112623 112626 112005 0 -1 4194304 1096439 0 0 0 359839 167 0 0 20 0 2 0 139082968 1712250880 398991 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 418030 398991 3456 6655 0 407437 0
[pid=112626/tid=112629] ppid=112623 vsize=1672120 memory=1592688 CPUtime=1777.8 cores=0,2
/proc/112626/task/112629/stat : 112629 (LSIPExact) R 112623 112626 112005 0 -1 4194368 344617 0 0 0 177721 59 0 0 20 0 2 0 139084026 1712250880 398991 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1672120 KiB
Current children cumulated memory: 1595964 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.54 s, system=1.78558 s

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

# cumulated CPU time of all completed processes:  user=3600.21 s, system=1.95522 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+1830.4 s]
/proc/loadavg: 6.70 6.93 6.85 7/252 113236
/proc/meminfo: memFree=99899960/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1567984 memory=1494200 CPUtime=3600.23 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) S 112623 112626 112005 0 -1 4194304 1140489 227 0 0 359854 169 0 0 20 0 1 0 139082968 1605615616 373550 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 391996 373550 3488 6655 0 381676 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 1567984 KiB
Current children cumulated memory: 1494200 KiB

[startup+1831.2 s]
/proc/loadavg: 6.70 6.93 6.85 7/253 113238
/proc/meminfo: memFree=99668180/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1567984 memory=1494200 CPUtime=3600.23 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) S 112623 112626 112005 0 -1 4194304 1140489 227 0 0 359854 169 0 0 20 0 1 0 139082968 1605615616 373550 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 391996 373550 3488 6655 0 381676 0
[pid=113238] ppid=112626 vsize=198056 memory=181724 CPUtime=1.12 cores=0,2
/proc/113238/stat : 113238 (Exact) R 112626 113238 113238 0 -1 4194304 31671 0 0 0 105 7 0 0 20 0 1 0 139265973 202809344 45431 18446744073709551615 4198400 8335837 140729608589040 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41611264 140729608595634 140729608595995 140729608595995 140729608601551 0
/proc/113238/statm: 49514 45431 960 1011 0 48281 0
Current children cumulated CPU time: 3601.35 s
Current children cumulated vsize: 1766040 KiB
Current children cumulated memory: 1675924 KiB

[startup+1831.6 s]
/proc/loadavg: 6.70 6.93 6.85 7/253 113238
/proc/meminfo: memFree=99668180/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1567984 memory=1494200 CPUtime=3600.23 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) S 112623 112626 112005 0 -1 4194304 1140489 227 0 0 359854 169 0 0 20 0 1 0 139082968 1605615616 373550 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 391996 373550 3488 6655 0 381676 0
[pid=113238] ppid=112626 vsize=355324 memory=339056 CPUtime=1.51 cores=0,2
/proc/113238/stat : 113238 (Exact) R 112626 113238 113238 0 -1 4194304 40364 0 0 0 139 12 0 0 20 0 1 0 139265973 363851776 84764 18446744073709551615 4198400 8335837 140729608589040 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41611264 140729608595634 140729608595995 140729608595995 140729608601551 0
/proc/113238/statm: 88831 84764 1056 1011 0 87598 0
Current children cumulated CPU time: 3601.74 s
Current children cumulated vsize: 1923308 KiB
Current children cumulated memory: 1833256 KiB

[startup+1831.8 s]
/proc/loadavg: 6.70 6.93 6.85 7/253 113238
/proc/meminfo: memFree=99668180/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1567984 memory=1494200 CPUtime=3600.23 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) S 112623 112626 112005 0 -1 4194304 1140489 227 0 0 359854 169 0 0 20 0 1 0 139082968 1605615616 373550 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 391996 373550 3488 6655 0 381676 0
[pid=113238] ppid=112626 vsize=407328 memory=390284 CPUtime=1.71 cores=0,2
/proc/113238/stat : 113238 (Exact) R 112626 113238 113238 0 -1 4194304 46523 0 0 0 157 14 0 0 20 0 1 0 139265973 417103872 97571 18446744073709551615 4198400 8335837 140729608589040 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41611264 140729608595634 140729608595995 140729608595995 140729608601551 0
/proc/113238/statm: 101832 97571 1056 1011 0 100599 0
Current children cumulated CPU time: 3601.94 s
Current children cumulated vsize: 1975312 KiB
Current children cumulated memory: 1884484 KiB

[startup+1831.9 s]
/proc/loadavg: 6.70 6.93 6.85 7/253 113238
/proc/meminfo: memFree=99668180/131382120 swapFree=33010416/33010684
[pid=112626] ppid=112623 vsize=1567984 memory=1494200 CPUtime=3600.23 cores=0,2
/proc/112626/stat : 112626 (LSIPExact) S 112623 112626 112005 0 -1 4194304 1140489 227 0 0 359854 169 0 0 20 0 1 0 139082968 1605615616 373550 18446744073709551615 94101891850240 94101919107409 140728645128928 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94101927609480 94101928041088 94101950291968 140728645134680 140728645134856 140728645134856 140728645140460 0
/proc/112626/statm: 391996 373550 3488 6655 0 381676 0
[pid=113238] ppid=112626 vsize=432344 memory=415884 CPUtime=1.81 cores=0,2
/proc/113238/stat : 113238 (Exact) R 112626 113238 113238 0 -1 4194304 48320 0 0 0 166 15 0 0 20 0 1 0 139265973 442720256 103971 18446744073709551615 4198400 8335837 140729608589040 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41611264 140729608595634 140729608595995 140729608595995 140729608601551 0
/proc/113238/statm: 108086 103971 1056 1011 0 106853 0
Current children cumulated CPU time: 3602.04 s
Current children cumulated vsize: 2000328 KiB
Current children cumulated memory: 1910084 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1832.01
CPU time (s): 3602.16
CPU user time (s): 3600.21
CPU system time (s): 1.95522
CPU usage (%): 196.624
Max. virtual memory (cumulated for all children) (KiB): 2000328
Max. memory (cumulated for all children) (KiB): 1910084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.21
system time used= 1.95522
maximum resident set size= 1596092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1189036
page faults= 0
swaps= 0
block input operations= 24120
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 504
involuntary context switches= 30142


# summary of solver processes directly reported to runsolver:
#   pid: 112626,113238
#   total CPU time (s): 3602.16
#   total CPU user time (s): 3600.21
#   total CPU system time (s): 1.95522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.13008 second user time and 9.57049 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-11 13:40:41
IDJOB=4527583
IDBENCH=155733
IDSOLVER=3384
FILE ID=nodeC002/4527583-1752234041
RUNJOBID= nodeC002-1752232205-112022
SLURM_JOB_ID= 9682513
Free space on /tmp= 430540 MiB

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

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

MD5SUM BENCH= 1a585859cd518f3581f5f80c37fe0c7b
RANDOM SEED=291300059

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        111668572 kB
MemAvailable:   114929628 kB
Buffers:            2128 kB
Cached:          4060400 kB
SwapCached:           28 kB
Active:         15337092 kB
Inactive:        3753092 kB
Active(anon):   15039184 kB
Inactive(anon):     6404 kB
Active(file):     297908 kB
Inactive(file):  3746688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            101680 kB
Writeback:             0 kB
AnonPages:      15030756 kB
Mapped:           133008 kB
Shmem:             17932 kB
KReclaimable:     112172 kB
Slab:             200208 kB
SReclaimable:     112172 kB
SUnreclaim:        88036 kB
KernelStack:        4048 kB
PageTables:        32844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   15788996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5007360 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430420 MiB
End job on nodeC002 at 2025-07-11 14:11:14