Trace number 4527585

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.14 1847.65

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_6_mh_ic.opb
MD5SUM1bb082b6412719493b7deb7ac7dad108
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 benchmark1178861
Best CPU time to get the best result obtained on this benchmark515.301
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 74618461
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 10171756525
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 74618461
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 10171756525
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.17/1845.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.17/1845.60	c numVar: 45775
3600.17/1845.60	c numCon: 102733
3600.17/1845.60	c numEqual: 1808
3600.17/1845.60	c intSize: 34
3600.17/1845.60	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.17/1845.60	c ------------------- Paras list -------------------
3600.17/1845.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.17/1845.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.17/1845.60	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.17/1845.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.17/1845.60	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.17/1845.60	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.17/1845.60	c random_seed         	 int       	 0         	 0         	 
3600.17/1845.60	c sample_size         	 int       	 50        	 50        	 
3600.17/1845.60	c sub_score           	 int       	 1         	 1         	 
3600.17/1845.60	c tabu_base           	 int       	 3         	 3         	 
3600.17/1845.60	c tabu_variation      	 int       	 1         	 1         	 
3600.17/1845.60	c sub_div             	 int       	 4         	 4         	 
3600.17/1845.60	c nbcore              	 int       	 2         	 1         	 
3600.17/1845.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.17/1845.60	c print_sol           	 int       	 1         	 1         	 
3600.17/1845.60	c tmpdir              	 string		 .         	 "."       	 
3600.17/1845.60	c home                	 string		 HOME	 "."       	 
3600.17/1845.60	c benchname           	 string		 HOME/instance-4527585-1752234040.opb	 ""        	 
3600.17/1845.60	c --------------------------------------------------
3600.17/1845.60	c Local Search solver
3600.17/1845.60	c LS find feasible solution for PBO with objective value 137432932
3600.17/1845.60	c MIP solver
3600.17/1845.60	c receive signal 15, try to interrupt solver...
3600.17/1845.62	c MIP solver find feasible solution
3600.17/1845.63	c MIP solver objective value: 1.20295e+06
3600.17/1845.69	c MIP find feasible solution for PBO with objective value 1202948
3600.17/1845.69	c copy file: 0
3600.17/1845.69	c gen ub file: HOME/instance-4527585-1752234040.opb_ub.opb
3600.17/1845.69	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 (62149 MiB free)
  memory of node 1: 64465 MiB (62719 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527585-1752234040/watcher-4527585-1752234040 -o /tmp/evaluation-result-4527585-1752234040/solver-4527585-1752234040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1752232205-115994 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527585-1752234040.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=116421, runsolver pid=116418

[startup+0.100101 s]*
/proc/loadavg: 7.77 7.98 6.92 6/248 116422
/proc/meminfo: memFree=127857700/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=73628 memory=38324 CPUtime=0.09 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 7163 0 0 0 7 2 0 0 20 0 1 0 139083501 75395072 9581 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 18407 9581 1184 6655 0 8642 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 73628 KiB
Current children cumulated memory: 38324 KiB

[startup+0.213268 s]*
/proc/loadavg: 7.77 7.98 6.92 6/248 116422
/proc/meminfo: memFree=127820592/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=103808 memory=68872 CPUtime=0.19 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 14303 0 0 0 15 4 0 0 20 0 1 0 139083501 106299392 17218 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 25952 17218 1184 6655 0 16187 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 103808 KiB
Current children cumulated memory: 68872 KiB

[startup+0.313576 s]*
/proc/loadavg: 7.77 7.98 6.92 6/248 116422
/proc/meminfo: memFree=127804464/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=120128 memory=85256 CPUtime=0.29 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 18383 0 0 0 23 6 0 0 20 0 1 0 139083501 123011072 21314 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 30032 21314 1184 6655 0 20267 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 120128 KiB
Current children cumulated memory: 85256 KiB

[startup+0.700279 s]
/proc/loadavg: 7.77 7.98 6.92 6/248 116422
/proc/meminfo: memFree=127796400/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=123868 memory=88968 CPUtime=0.66 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 19337 0 0 0 60 6 0 0 20 0 1 0 139083501 126840832 22242 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 30967 22242 1184 6655 0 21202 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 123868 KiB
Current children cumulated memory: 88968 KiB

[startup+1.50028 s]
/proc/loadavg: 7.77 7.98 6.92 6/248 116422
/proc/meminfo: memFree=127804724/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=123868 memory=89096 CPUtime=1.45 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 19339 0 0 0 138 7 0 0 20 0 1 0 139083501 126840832 22274 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 30967 22274 1184 6655 0 21202 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 123868 KiB
Current children cumulated memory: 89096 KiB

[startup+3.11287 s]
/proc/loadavg: 7.77 7.98 6.92 7/247 116450
/proc/meminfo: memFree=127842144/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=124156 memory=89224 CPUtime=3.04 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 19388 0 0 0 295 9 0 0 20 0 1 0 139083501 127135744 22306 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 31039 22306 1184 6655 0 21274 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 124156 KiB
Current children cumulated memory: 89224 KiB

[startup+6.30025 s]
/proc/loadavg: 7.63 7.95 6.91 7/252 116459
/proc/meminfo: memFree=127321832/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=124156 memory=89224 CPUtime=6.22 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 19392 0 0 0 613 9 0 0 20 0 1 0 139083501 127135744 22306 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 31039 22306 1184 6655 0 21274 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 124156 KiB
Current children cumulated memory: 89224 KiB

[startup+12.7003 s]
/proc/loadavg: 7.58 7.93 6.91 7/253 116460
/proc/meminfo: memFree=127133956/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=411108 memory=288780 CPUtime=12.61 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 65356 0 0 0 1242 19 0 0 20 0 2 0 139083501 420974592 72195 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 102777 72195 3136 6655 0 76660 0
[pid=116421/tid=116460] ppid=116418 vsize=411108 memory=11136 CPUtime=0 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) S 116418 116421 115975 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139084524 420974592 72195 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 411108 KiB
Current children cumulated memory: 288780 KiB

[startup+25.5002 s]
/proc/loadavg: 7.24 7.83 6.90 8/254 116512
/proc/meminfo: memFree=126373432/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=779076 memory=701324 CPUtime=36.07 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 220965 0 0 0 3564 43 0 0 20 0 2 0 139083501 797773824 175331 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 194769 175331 3520 6655 0 176316 0
[pid=116421/tid=116460] ppid=116418 vsize=779076 memory=26624 CPUtime=10.8 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 49773 0 0 0 1069 11 0 0 20 0 2 0 139084524 797773824 175331 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 36.07 s
Current children cumulated vsize: 779076 KiB
Current children cumulated memory: 701324 KiB

[startup+51.1056 s]
/proc/loadavg: 7.29 7.80 6.91 8/255 116513
/proc/meminfo: memFree=125893076/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=779076 memory=723972 CPUtime=86.91 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 256663 0 0 0 8644 47 0 0 20 0 2 0 139083501 797773824 180993 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 194769 180993 3520 6655 0 183205 0
[pid=116421/tid=116460] ppid=116418 vsize=779076 memory=723972 CPUtime=36.13 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 73360 0 0 0 3599 14 0 0 20 0 2 0 139084524 797773824 180993 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 86.91 s
Current children cumulated vsize: 779076 KiB
Current children cumulated memory: 723972 KiB

[startup+102.3 s]
/proc/loadavg: 7.65 7.82 6.97 9/256 116520
/proc/meminfo: memFree=125786496/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=859084 memory=783416 CPUtime=187.06 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 371585 0 0 0 18647 59 0 0 20 0 2 0 139083501 879702016 195854 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 214771 195854 3520 6655 0 203207 0
[pid=116421/tid=116460] ppid=116418 vsize=859084 memory=783416 CPUtime=85.74 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 125537 0 0 0 8553 21 0 0 20 0 2 0 139084524 879702016 195854 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 187.06 s
Current children cumulated vsize: 859084 KiB
Current children cumulated memory: 783416 KiB

[startup+162.3 s]
/proc/loadavg: 7.81 7.82 7.02 9/255 116522
/proc/meminfo: memFree=125310392/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=779076 memory=704200 CPUtime=299.96 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 394096 0 0 0 29933 63 0 0 20 0 2 0 139083501 797773824 176050 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 194769 176050 3520 6655 0 183205 0
[pid=116421/tid=116460] ppid=116418 vsize=779076 memory=704200 CPUtime=140.03 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 132287 0 0 0 13981 22 0 0 20 0 2 0 139084524 797773824 176050 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 299.96 s
Current children cumulated vsize: 779076 KiB
Current children cumulated memory: 704200 KiB

[startup+222.3 s]
/proc/loadavg: 7.97 7.87 7.09 9/255 116525
/proc/meminfo: memFree=125256904/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=779076 memory=704584 CPUtime=418.95 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 427607 0 0 0 41829 66 0 0 20 0 2 0 139083501 797773824 176146 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 194769 176146 3520 6655 0 183205 0
[pid=116421/tid=116460] ppid=116418 vsize=779076 memory=704200 CPUtime=199.31 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 149025 0 0 0 19907 24 0 0 20 0 2 0 139084524 797773824 176146 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 418.95 s
Current children cumulated vsize: 779076 KiB
Current children cumulated memory: 704584 KiB

[startup+282.3 s]
/proc/loadavg: 8.09 7.93 7.16 9/255 116527
/proc/meminfo: memFree=125275424/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=779076 memory=704712 CPUtime=537.92 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 464571 0 0 0 53721 71 0 0 20 0 2 0 139083501 797773824 176178 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 194769 176178 3520 6655 0 183205 0
[pid=116421/tid=116460] ppid=116418 vsize=779076 memory=704712 CPUtime=258.58 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 167518 0 0 0 25832 26 0 0 20 0 2 0 139084524 797773824 176178 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 537.92 s
Current children cumulated vsize: 779076 KiB
Current children cumulated memory: 704712 KiB

[startup+342.3 s]
/proc/loadavg: 8.03 7.94 7.22 9/254 116529
/proc/meminfo: memFree=125227096/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=779076 memory=713984 CPUtime=656.91 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 506076 0 0 0 65616 75 0 0 20 0 2 0 139083501 797773824 178496 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 194769 178496 3520 6655 0 183205 0
[pid=116421/tid=116460] ppid=116418 vsize=779076 memory=704712 CPUtime=317.87 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 187904 0 0 0 31758 29 0 0 20 0 2 0 139084524 797773824 178496 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 656.91 s
Current children cumulated vsize: 779076 KiB
Current children cumulated memory: 713984 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=125125812/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=883324 memory=850312 CPUtime=2878.37 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 658182 0 0 0 287702 135 0 0 20 0 2 0 139083501 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 220831 212578 3520 6655 0 210905 0
[pid=116421/tid=116460] ppid=116418 vsize=883324 memory=850312 CPUtime=1410.42 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 268368 0 0 0 140971 71 0 0 20 0 2 0 139084524 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 2878.37 s
Current children cumulated vsize: 883324 KiB
Current children cumulated memory: 850312 KiB

[startup+1542.3 s]
/proc/loadavg: 5.11 5.82 6.57 6/255 116644
/proc/meminfo: memFree=125118848/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=883324 memory=850312 CPUtime=2997.54 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 664706 0 0 0 299618 136 0 0 20 0 2 0 139083501 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 220831 212578 3520 6655 0 210905 0
[pid=116421/tid=116460] ppid=116418 vsize=883324 memory=14848 CPUtime=1469.79 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 271570 0 0 0 146906 73 0 0 20 0 2 0 139084524 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 2997.54 s
Current children cumulated vsize: 883324 KiB
Current children cumulated memory: 850312 KiB

[startup+1602.3 s]
/proc/loadavg: 5.08 5.68 6.47 6/254 116646
/proc/meminfo: memFree=125119344/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=883324 memory=850312 CPUtime=3116.7 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 671851 0 0 0 311531 139 0 0 20 0 2 0 139083501 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 220831 212578 3520 6655 0 210905 0
[pid=116421/tid=116460] ppid=116418 vsize=883324 memory=14848 CPUtime=1529.12 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 275269 0 0 0 152838 74 0 0 20 0 2 0 139084524 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 3116.7 s
Current children cumulated vsize: 883324 KiB
Current children cumulated memory: 850312 KiB

[startup+1662.3 s]
/proc/loadavg: 5.62 5.71 6.43 6/254 116648
/proc/meminfo: memFree=125086740/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=883324 memory=850312 CPUtime=3235.88 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 678885 0 0 0 323447 141 0 0 20 0 2 0 139083501 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 220831 212578 3520 6655 0 210905 0
[pid=116421/tid=116460] ppid=116418 vsize=883324 memory=850312 CPUtime=1588.47 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 278609 0 0 0 158772 75 0 0 20 0 2 0 139084524 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 3235.88 s
Current children cumulated vsize: 883324 KiB
Current children cumulated memory: 850312 KiB

[startup+1722.3 s]
/proc/loadavg: 5.46 5.67 6.37 6/254 116650
/proc/meminfo: memFree=125077772/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=883324 memory=850312 CPUtime=3355.11 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 686390 0 0 0 335368 143 0 0 20 0 2 0 139083501 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 220831 212578 3520 6655 0 210905 0
[pid=116421/tid=116460] ppid=116418 vsize=883324 memory=850312 CPUtime=1647.88 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 282368 0 0 0 164711 77 0 0 20 0 2 0 139084524 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 3355.11 s
Current children cumulated vsize: 883324 KiB
Current children cumulated memory: 850312 KiB

[startup+1782.3 s]
/proc/loadavg: 5.28 5.58 6.29 6/255 116653
/proc/meminfo: memFree=125067208/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=883324 memory=850312 CPUtime=3474.36 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 692854 0 0 0 347291 145 0 0 20 0 2 0 139083501 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 220831 212578 3520 6655 0 210905 0
[pid=116421/tid=116460] ppid=116418 vsize=883324 memory=11136 CPUtime=1707.29 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 285129 0 0 0 170651 78 0 0 20 0 2 0 139084524 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 3474.36 s
Current children cumulated vsize: 883324 KiB
Current children cumulated memory: 850312 KiB

[startup+1842.3 s]
/proc/loadavg: 5.16 5.49 6.21 6/255 116655
/proc/meminfo: memFree=125062860/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=883324 memory=850312 CPUtime=3593.61 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 700360 0 0 0 359214 147 0 0 20 0 2 0 139083501 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 220831 212578 3520 6655 0 210905 0
[pid=116421/tid=116460] ppid=116418 vsize=883324 memory=850312 CPUtime=1766.71 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 289546 0 0 0 176592 79 0 0 20 0 2 0 139084524 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 3593.61 s
Current children cumulated vsize: 883324 KiB
Current children cumulated memory: 850312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1845.6 s]
/proc/loadavg: 5.14 5.48 6.21 6/255 116655
/proc/meminfo: memFree=125063572/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=883324 memory=850312 CPUtime=3600.17 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) R 116418 116421 115975 0 -1 4194304 700363 0 0 0 359870 147 0 0 20 0 2 0 139083501 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 220831 212578 3520 6655 0 210905 0
[pid=116421/tid=116460] ppid=116418 vsize=883324 memory=850312 CPUtime=1769.98 cores=1,3
/proc/116421/task/116460/stat : 116460 (LSIPExact) R 116418 116421 115975 0 -1 4194368 289548 0 0 0 176919 79 0 0 20 0 2 0 139084524 904523776 212578 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 883324 KiB
Current children cumulated memory: 850312 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.75 s, system=1.51469 s

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

# cumulated CPU time of all completed processes:  user=3600.55 s, system=1.59256 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+1846.4 s]
/proc/loadavg: 5.14 5.48 6.21 5/255 116660
/proc/meminfo: memFree=124982448/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=883324 memory=848504 CPUtime=3600.22 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) S 116418 116421 115975 0 -1 4194304 715490 227 0 0 359874 148 0 0 20 0 1 0 139083501 904523776 212126 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 220831 212126 3552 6655 0 210905 0
[pid=116660] ppid=116421 vsize=201448 memory=194184 CPUtime=0.67 cores=1,3
/proc/116660/stat : 116660 (Exact) R 116421 116660 116660 0 -1 4194304 34152 0 0 0 61 6 0 0 20 0 1 0 139268071 206282752 48546 18446744073709551615 4198400 8335837 140730679117248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40022016 140730679126194 140730679126555 140730679126555 140730679132111 0
/proc/116660/statm: 50362 48546 1056 1011 0 49129 0
Current children cumulated CPU time: 3600.89 s
Current children cumulated vsize: 1084772 KiB
Current children cumulated memory: 1042688 KiB

[startup+1847.2 s]
/proc/loadavg: 5.14 5.48 6.21 5/255 116660
/proc/meminfo: memFree=124859964/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=883324 memory=848504 CPUtime=3600.22 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) S 116418 116421 115975 0 -1 4194304 715490 227 0 0 359874 148 0 0 20 0 1 0 139083501 904523776 212126 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 220831 212126 3552 6655 0 210905 0
[pid=116660] ppid=116421 vsize=205960 memory=193596 CPUtime=1.47 cores=1,3
/proc/116660/stat : 116660 (Exact) R 116421 116660 116660 0 -1 4194304 37027 0 0 0 140 7 0 0 20 0 1 0 139268071 210903040 48399 18446744073709551615 4198400 8335837 140730679117248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40022016 140730679126194 140730679126555 140730679126555 140730679132111 0
/proc/116660/statm: 51490 48399 1120 1011 0 50257 0
Current children cumulated CPU time: 3601.69 s
Current children cumulated vsize: 1089284 KiB
Current children cumulated memory: 1042100 KiB

[startup+1847.6 s]
/proc/loadavg: 5.14 5.48 6.21 5/255 116660
/proc/meminfo: memFree=124859964/131382112 swapFree=33002444/33010684
[pid=116421] ppid=116418 vsize=883324 memory=848504 CPUtime=3600.22 cores=1,3
/proc/116421/stat : 116421 (LSIPExact) S 116418 116421 115975 0 -1 4194304 715490 227 0 0 359874 148 0 0 20 0 1 0 139083501 904523776 212126 18446744073709551615 94077452787712 94077480044881 140733302344256 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94077488546952 94077488978560 94077495783424 140733302348120 140733302348296 140733302348296 140733302353900 0
/proc/116421/statm: 220831 212126 3552 6655 0 210905 0
[pid=116660] ppid=116421 vsize=205960 memory=196924 CPUtime=1.86 cores=1,3
/proc/116660/stat : 116660 (Exact) R 116421 116660 116660 0 -1 4194304 37848 0 0 0 179 7 0 0 20 0 1 0 139268071 210903040 49231 18446744073709551615 4198400 8335837 140730679117248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40022016 140730679126194 140730679126555 140730679126555 140730679132111 0
/proc/116660/statm: 51490 49231 1120 1011 0 50257 0
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 1089284 KiB
Current children cumulated memory: 1045428 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1847.65
CPU time (s): 3602.14
CPU user time (s): 3600.55
CPU system time (s): 1.59256
CPU usage (%): 194.958
Max. virtual memory (cumulated for all children) (KiB): 1089284
Max. memory (cumulated for all children) (KiB): 1045428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.55
system time used= 1.59256
maximum resident set size= 927868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 753565
page faults= 0
swaps= 0
block input operations= 8464
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 672
involuntary context switches= 40344


# summary of solver processes directly reported to runsolver:
#   pid: 116421,116660
#   total CPU time (s): 3602.14
#   total CPU user time (s): 3600.55
#   total CPU system time (s): 1.59256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.97242 second user time and 8.80421 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-11 13:40:41
IDJOB=4527585
IDBENCH=155693
IDSOLVER=3384
FILE ID=nodeC005/4527585-1752234040
RUNJOBID= nodeC005-1752232205-115994
SLURM_JOB_ID= 9682516
Free space on /tmp= 428476 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_6_mh_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-4527585-1752234040/watcher-4527585-1752234040 -o /tmp/evaluation-result-4527585-1752234040/solver-4527585-1752234040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1752232205-115994 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527585-1752234040.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 1bb082b6412719493b7deb7ac7dad108
RANDOM SEED=291300059

nodeC005 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.270
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.90
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		: 1197.239
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.90
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.343
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.90
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.342
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.90
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		: 3629.320
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.90
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		: 3591.726
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.90
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		: 3629.350
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.90
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		: 3591.734
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127856096 kB
MemAvailable:   128813192 kB
Buffers:              12 kB
Cached:          1741780 kB
SwapCached:          244 kB
Active:          1362476 kB
Inactive:        1468092 kB
Active(anon):    1061960 kB
Inactive(anon):    39708 kB
Active(file):     300516 kB
Inactive(file):  1428384 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49144 kB
Writeback:             0 kB
AnonPages:       1088908 kB
Mapped:           125504 kB
Shmem:             12892 kB
KReclaimable:     135644 kB
Slab:             224268 kB
SReclaimable:     135644 kB
SUnreclaim:        88624 kB
KernelStack:        3984 kB
PageTables:         5256 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1450420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 428404 MiB
End job on nodeC005 at 2025-07-11 14:11:29