Trace number 4489999

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.27 1839.77

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.14.opb
MD5SUM90e53daebe6d07158ca0a25084e23cd3
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 benchmark42
Best CPU time to get the best result obtained on this benchmark3.81833
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23848
Total number of constraints1451912
Number of constraints which are clauses1447776
Number of constraints which are cardinality constraints (but not clauses)4136
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
Number of terms in the objective function 176
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 176
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 174
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 350
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.16/1837.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.16/1837.70	c numVar: 23848
3600.16/1837.70	c numCon: 1451912
3600.16/1837.70	c numEqual: 4136
3600.16/1837.70	c intSize: 9
3600.16/1837.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.16/1837.70	c ------------------- Paras list -------------------
3600.16/1837.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.16/1837.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.16/1837.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.16/1837.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.16/1837.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.16/1837.70	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.16/1837.70	c random_seed         	 int       	 0         	 0         	 
3600.16/1837.70	c sample_size         	 int       	 50        	 50        	 
3600.16/1837.70	c sub_score           	 int       	 1         	 1         	 
3600.16/1837.70	c tabu_base           	 int       	 3         	 3         	 
3600.16/1837.70	c tabu_variation      	 int       	 1         	 1         	 
3600.16/1837.70	c sub_div             	 int       	 4         	 4         	 
3600.16/1837.70	c nbcore              	 int       	 2         	 1         	 
3600.16/1837.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.16/1837.70	c print_sol           	 int       	 1         	 1         	 
3600.16/1837.70	c tmpdir              	 string		 .         	 "."       	 
3600.16/1837.70	c home                	 string		 HOME	 "."       	 
3600.16/1837.70	c benchname           	 string		 HOME/instance-4489999-1751356645.opb	 ""        	 
3600.16/1837.70	c --------------------------------------------------
3600.16/1837.70	c Local Search solver
3600.16/1837.70	c LS find feasible solution for PBO with objective value 109
3600.16/1837.70	c MIP solver
3600.16/1837.70	c receive signal 15, try to interrupt solver...
3600.16/1837.79	c MIP solver find feasible solution
3600.36/1837.87	c MIP solver objective value: 75
3600.55/1838.07	c MIP find feasible solution for PBO with objective value 75
3600.55/1838.07	c copy file: 0
3600.55/1838.07	c gen ub file: HOME/instance-4489999-1751356645.opb_ub.opb
3600.55/1838.07	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489999-1751356645/watcher-4489999-1751356645 -o /tmp/evaluation-result-4489999-1751356645/solver-4489999-1751356645 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751349357-49215 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4489999-1751356645.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100062 s]*
/proc/loadavg: 7.81 8.07 8.08 5/261 50417
/proc/meminfo: memFree=127290000/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=286028 memory=202376 CPUtime=0.09 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 37321 0 0 0 3 6 0 0 20 0 1 0 51342073 292892672 50594 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 71507 50594 1152 6655 0 61742 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 286028 KiB
Current children cumulated memory: 202376 KiB

[startup+0.205771 s]*
/proc/loadavg: 7.81 8.07 8.08 5/259 50417
/proc/meminfo: memFree=127063484/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=410900 memory=368008 CPUtime=0.19 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 69045 0 0 0 8 11 0 0 20 0 1 0 51342073 420761600 92002 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 102725 92002 1152 6655 0 92960 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 410900 KiB
Current children cumulated memory: 368008 KiB

[startup+0.305501 s]*
/proc/loadavg: 7.81 8.07 8.08 5/259 50418
/proc/meminfo: memFree=126995444/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=410900 memory=368008 CPUtime=0.29 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 69045 0 0 0 18 11 0 0 20 0 1 0 51342073 420761600 92002 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 102725 92002 1152 6655 0 92960 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 410900 KiB
Current children cumulated memory: 368008 KiB

[startup+0.700172 s]
/proc/loadavg: 7.81 8.07 8.08 5/264 50427
/proc/meminfo: memFree=126668272/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=572756 memory=538244 CPUtime=0.68 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 96761 0 0 0 51 17 0 0 20 0 1 0 51342073 586502144 134561 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 143189 134561 1152 6655 0 133424 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 572756 KiB
Current children cumulated memory: 538244 KiB

[startup+1.50016 s]
/proc/loadavg: 7.81 8.07 8.08 5/264 50427
/proc/meminfo: memFree=126200668/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=810436 memory=775812 CPUtime=1.48 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 156166 0 0 0 121 27 0 0 20 0 1 0 51342073 829886464 193953 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 202609 193953 1152 6655 0 192844 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 810436 KiB
Current children cumulated memory: 775812 KiB

[startup+3.10547 s]
/proc/loadavg: 7.51 8.00 8.06 5/264 50427
/proc/meminfo: memFree=125571764/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=945924 memory=910980 CPUtime=3.08 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 190035 0 0 0 276 32 0 0 20 0 1 0 51342073 968626176 227745 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 236481 227745 1152 6655 0 226716 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 945924 KiB
Current children cumulated memory: 910980 KiB

[startup+6.30017 s]
/proc/loadavg: 7.51 8.00 8.06 5/264 50427
/proc/meminfo: memFree=125572992/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=945924 memory=910980 CPUtime=6.26 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 190107 0 0 0 594 32 0 0 20 0 1 0 51342073 968626176 227745 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 236481 227745 1152 6655 0 226716 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 945924 KiB
Current children cumulated memory: 910980 KiB

[startup+12.7002 s]
/proc/loadavg: 7.31 7.95 8.04 5/268 50431
/proc/meminfo: memFree=121582284/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2041296 memory=1915996 CPUtime=12.65 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 310333 0 0 0 1200 65 0 0 20 0 2 0 51342073 2090287104 478999 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 510324 478999 2656 6655 0 484207 0
[pid=50416/tid=50430] ppid=50413 vsize=2041296 memory=1742916 CPUtime=0 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) S 50413 50416 49202 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 51343257 2090287104 478999 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2041296 KiB
Current children cumulated memory: 1915996 KiB

[startup+25.5002 s]
/proc/loadavg: 6.80 7.81 7.99 5/268 50431
/proc/meminfo: memFree=120796988/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2173324 memory=2040980 CPUtime=26.02 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 368436 0 0 0 2522 80 0 0 20 0 2 0 51342073 2225483776 510245 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 543331 510245 3328 6655 0 518990 0
[pid=50416/tid=50430] ppid=50413 vsize=2173324 memory=2040980 CPUtime=0.61 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) S 50413 50416 49202 0 -1 4194368 18079 0 0 0 58 3 0 0 20 0 2 0 51343257 2225483776 510245 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 26.02 s
Current children cumulated vsize: 2173324 KiB
Current children cumulated memory: 2040980 KiB

[startup+51.1059 s]
/proc/loadavg: 6.41 7.63 7.93 7/268 50431
/proc/meminfo: memFree=120991568/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2220300 memory=2136740 CPUtime=60.1 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 424417 0 0 0 5925 85 0 0 20 0 2 0 51342073 2273587200 534185 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 555075 534185 3392 6655 0 542964 0
[pid=50416/tid=50430] ppid=50413 vsize=2220300 memory=2133796 CPUtime=9.2 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 31726 0 0 0 915 5 0 0 20 0 2 0 51343257 2273587200 534185 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 60.1 s
Current children cumulated vsize: 2220300 KiB
Current children cumulated memory: 2136740 KiB

[startup+102.3 s]
/proc/loadavg: 7.24 7.66 7.92 9/268 50437
/proc/meminfo: memFree=120543844/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2291004 memory=2214612 CPUtime=161.68 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 491652 0 0 0 16071 97 0 0 20 0 2 0 51342073 2345988096 553653 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 572751 553653 3392 6655 0 560640 0
[pid=50416/tid=50430] ppid=50413 vsize=2291004 memory=2213032 CPUtime=59.77 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 54695 0 0 0 5969 8 0 0 20 0 2 0 51343257 2345988096 553653 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 161.68 s
Current children cumulated vsize: 2291004 KiB
Current children cumulated memory: 2214612 KiB

[startup+162.3 s]
/proc/loadavg: 7.82 7.75 7.94 9/269 50440
/proc/meminfo: memFree=120476048/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2277064 memory=2195980 CPUtime=280.67 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 552586 0 0 0 27960 107 0 0 20 0 2 0 51342073 2331713536 548995 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 569266 548995 3392 6655 0 557824 0
[pid=50416/tid=50430] ppid=50413 vsize=2277064 memory=2142572 CPUtime=119.02 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 74999 0 0 0 11889 13 0 0 20 0 2 0 51343257 2331713536 548995 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 280.67 s
Current children cumulated vsize: 2277064 KiB
Current children cumulated memory: 2195980 KiB

[startup+222.3 s]
/proc/loadavg: 7.94 7.80 7.94 9/268 50453
/proc/meminfo: memFree=120595976/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2193736 memory=2125692 CPUtime=399.65 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 599122 0 0 0 39851 114 0 0 20 0 2 0 51342073 2246385664 531423 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 548434 531423 3392 6655 0 536992 0
[pid=50416/tid=50430] ppid=50413 vsize=2193736 memory=14848 CPUtime=178.25 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 87213 0 0 0 17809 16 0 0 20 0 2 0 51343257 2246385664 531423 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 399.65 s
Current children cumulated vsize: 2193736 KiB
Current children cumulated memory: 2125692 KiB

[startup+282.3 s]
/proc/loadavg: 8.08 7.87 7.96 9/267 50455
/proc/meminfo: memFree=120606976/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2193736 memory=2125696 CPUtime=518.61 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 623185 0 0 0 51743 118 0 0 20 0 2 0 51342073 2246385664 531424 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 548434 531424 3392 6655 0 536992 0
[pid=50416/tid=50430] ppid=50413 vsize=2193736 memory=14848 CPUtime=237.47 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 97980 0 0 0 23729 18 0 0 20 0 2 0 51343257 2246385664 531424 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 518.61 s
Current children cumulated vsize: 2193736 KiB
Current children cumulated memory: 2125696 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 7.91 7.97 9/268 50458
/proc/meminfo: memFree=120611840/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2296424 memory=2174552 CPUtime=636.69 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 664301 0 0 0 63545 124 0 0 20 0 2 0 51342073 2351538176 543638 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 574106 543638 3392 6655 0 549739 0
[pid=50416/tid=50430] ppid=50413 vsize=2296424 memory=18176 CPUtime=295.83 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 115324 0 0 0 29562 21 0 0 20 0 2 0 51343257 2351538176 543638 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 636.69 s
Current children cumulated vsize: 2296424 KiB
Current children cumulated memory: 2174552 KiB


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

/proc/50416/statm: 587148 570305 3392 6655 0 573923 0
[pid=50416/tid=50430] ppid=50413 vsize=2348592 memory=2259264 CPUtime=1362.09 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 249814 0 0 0 136169 40 0 0 20 0 2 0 51343257 2404958208 570305 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 2777.22 s
Current children cumulated vsize: 2348592 KiB
Current children cumulated memory: 2281220 KiB

[startup+1482.3 s]
/proc/loadavg: 8.08 8.14 8.08 9/267 50513
/proc/meminfo: memFree=120183624/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2357016 memory=2289472 CPUtime=2896.09 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 1003326 0 0 0 289445 164 0 0 20 0 2 0 51342073 2413584384 572368 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 589254 572368 3392 6655 0 576029 0
[pid=50416/tid=50430] ppid=50413 vsize=2357016 memory=31009 CPUtime=1421.3 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 262885 0 0 0 142088 42 0 0 20 0 2 0 51343257 2413584384 572368 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 2896.09 s
Current children cumulated vsize: 2357016 KiB
Current children cumulated memory: 2289472 KiB

[startup+1542.3 s]
/proc/loadavg: 8.12 8.14 8.09 9/268 50516
/proc/meminfo: memFree=120168676/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2358936 memory=2291392 CPUtime=3014.92 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 1005266 0 0 0 301328 164 0 0 20 0 2 0 51342073 2415550464 572848 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 589734 572848 3392 6655 0 576509 0
[pid=50416/tid=50430] ppid=50413 vsize=2358936 memory=2291392 CPUtime=1480.48 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 262925 0 0 0 148006 42 0 0 20 0 2 0 51343257 2415550464 572848 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 3014.92 s
Current children cumulated vsize: 2358936 KiB
Current children cumulated memory: 2291392 KiB

[startup+1602.3 s]
/proc/loadavg: 8.12 8.14 8.09 9/268 50518
/proc/meminfo: memFree=120105140/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2367840 memory=2300316 CPUtime=3133.82 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 1031454 0 0 0 313214 168 0 0 20 0 2 0 51342073 2424668160 575079 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 591960 575079 3392 6655 0 578735 0
[pid=50416/tid=50430] ppid=50413 vsize=2367840 memory=2291392 CPUtime=1539.7 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 274127 0 0 0 153926 44 0 0 20 0 2 0 51343257 2424668160 575079 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 3133.82 s
Current children cumulated vsize: 2367840 KiB
Current children cumulated memory: 2300316 KiB

[startup+1662.3 s]
/proc/loadavg: 8.52 8.23 8.12 9/269 50521
/proc/meminfo: memFree=120066460/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2367840 memory=2300316 CPUtime=3252.69 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 1049611 0 0 0 325100 169 0 0 20 0 2 0 51342073 2424668160 575079 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 591960 575079 3392 6655 0 578735 0
[pid=50416/tid=50430] ppid=50413 vsize=2367840 memory=2291392 CPUtime=1598.9 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 279126 0 0 0 159845 45 0 0 20 0 2 0 51343257 2424668160 575079 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 3252.69 s
Current children cumulated vsize: 2367840 KiB
Current children cumulated memory: 2300316 KiB

[startup+1722.3 s]
/proc/loadavg: 8.25 8.20 8.11 9/270 50526
/proc/meminfo: memFree=119999644/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2374552 memory=2306916 CPUtime=3371.53 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 1081077 0 0 0 336981 172 0 0 20 0 2 0 51342073 2431541248 576729 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 593638 576729 3392 6655 0 580413 0
[pid=50416/tid=50430] ppid=50413 vsize=2374552 memory=2291392 CPUtime=1658.09 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 294563 0 0 0 165763 46 0 0 20 0 2 0 51343257 2431541248 576729 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 3371.53 s
Current children cumulated vsize: 2374552 KiB
Current children cumulated memory: 2306916 KiB

[startup+1782.3 s]
/proc/loadavg: 8.17 8.18 8.11 9/269 50528
/proc/meminfo: memFree=119910484/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2384908 memory=2317188 CPUtime=3490.41 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 1083545 0 0 0 348868 173 0 0 20 0 2 0 51342073 2442145792 579297 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 596227 579297 3392 6655 0 583002 0
[pid=50416/tid=50430] ppid=50413 vsize=2384908 memory=14848 CPUtime=1717.3 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 295569 0 0 0 171684 46 0 0 20 0 2 0 51343257 2442145792 579297 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 3490.41 s
Current children cumulated vsize: 2384908 KiB
Current children cumulated memory: 2317188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1837.7 s]
/proc/loadavg: 8.13 8.16 8.10 7/266 50561
/proc/meminfo: memFree=122230164/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=2391332 memory=2323820 CPUtime=3600.16 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) R 50413 50416 49202 0 -1 4194304 1094521 0 0 0 359842 174 0 0 20 0 2 0 51342073 2448723968 580955 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 597833 580955 3392 6655 0 584608 0
[pid=50416/tid=50430] ppid=50413 vsize=2391332 memory=2317188 CPUtime=1771.96 cores=5,7
/proc/50416/task/50430/stat : 50430 (LSIPExact) R 50413 50416 49202 0 -1 4194368 295968 0 0 0 177150 46 0 0 20 0 2 0 51343257 2448723968 580955 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 2391332 KiB
Current children cumulated memory: 2323820 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3600.35 s, system=1.91254 s

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

[startup+1838.4 s]
/proc/loadavg: 8.04 8.14 8.10 7/267 50577
/proc/meminfo: memFree=122190668/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=1982428 memory=1928888 CPUtime=3600.6 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) S 50413 50416 49202 0 -1 4194304 1271367 226 0 0 359878 182 0 0 20 0 1 0 51342073 2030006272 482222 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 495607 482222 3392 6655 0 484237 0
Current children cumulated CPU time: 3600.6 s
Current children cumulated vsize: 1982428 KiB
Current children cumulated memory: 1928888 KiB

[startup+1839.2 s]
/proc/loadavg: 8.04 8.14 8.10 7/268 50579
/proc/meminfo: memFree=121766752/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=1982428 memory=1928888 CPUtime=3600.6 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) S 50413 50416 49202 0 -1 4194304 1271367 226 0 0 359878 182 0 0 20 0 1 0 51342073 2030006272 482222 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 495607 482222 3392 6655 0 484237 0
[pid=50579] ppid=50416 vsize=48752 memory=29964 CPUtime=1.08 cores=5,7
/proc/50579/stat : 50579 (Exact) R 50416 50579 50579 0 -1 4194304 5971 0 0 0 106 2 0 0 20 0 1 0 51525881 49922048 7491 18446744073709551615 4198400 8335837 140729784190112 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 41746432 140729784195252 140729784195613 140729784195613 140729784201167 0
/proc/50579/statm: 12188 7491 960 1011 0 10955 0
Current children cumulated CPU time: 3601.68 s
Current children cumulated vsize: 2031180 KiB
Current children cumulated memory: 1958852 KiB

[startup+1839.6 s]
/proc/loadavg: 8.04 8.14 8.10 7/268 50579
/proc/meminfo: memFree=121766752/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=1982428 memory=1928888 CPUtime=3600.6 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) S 50413 50416 49202 0 -1 4194304 1271367 226 0 0 359878 182 0 0 20 0 1 0 51342073 2030006272 482222 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 495607 482222 3392 6655 0 484237 0
[pid=50579] ppid=50416 vsize=51120 memory=32136 CPUtime=1.47 cores=5,7
/proc/50579/stat : 50579 (Exact) R 50416 50579 50579 0 -1 4194304 6571 0 0 0 145 2 0 0 20 0 1 0 51525881 52346880 8034 18446744073709551615 4198400 8335837 140729784190112 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 41746432 140729784195252 140729784195613 140729784195613 140729784201167 0
/proc/50579/statm: 12780 8034 960 1011 0 11547 0
Current children cumulated CPU time: 3602.07 s
Current children cumulated vsize: 2033548 KiB
Current children cumulated memory: 1961024 KiB

[startup+1839.7 s]
/proc/loadavg: 8.04 8.14 8.10 7/268 50579
/proc/meminfo: memFree=121766752/131249988 swapFree=33010684/33010684
[pid=50416] ppid=50413 vsize=1982428 memory=1928888 CPUtime=3600.6 cores=5,7
/proc/50416/stat : 50416 (LSIPExact) S 50413 50416 49202 0 -1 4194304 1271367 226 0 0 359878 182 0 0 20 0 1 0 51342073 2030006272 482222 18446744073709551615 94855060774912 94855088031313 140725271284208 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94855096534152 94855096965760 94855118950400 140725271288154 140725271288330 140725271288330 140725271293932 0
/proc/50416/statm: 495607 482222 3392 6655 0 484237 0
[pid=50579] ppid=50416 vsize=51648 memory=34752 CPUtime=1.57 cores=5,7
/proc/50579/stat : 50579 (Exact) R 50416 50579 50579 0 -1 4194304 6736 0 0 0 155 2 0 0 20 0 1 0 51525881 52887552 8688 18446744073709551615 4198400 8335837 140729784190112 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 41746432 140729784195252 140729784195613 140729784195613 140729784201167 0
/proc/50579/statm: 12912 8688 960 1011 0 11679 0
Current children cumulated CPU time: 3602.17 s
Current children cumulated vsize: 2034076 KiB
Current children cumulated memory: 1963640 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1839.77
CPU time (s): 3602.27
CPU user time (s): 3600.35
CPU system time (s): 1.91254
CPU usage (%): 195.8
Max. virtual memory (cumulated for all children) (KiB): 2391332
Max. memory (cumulated for all children) (KiB): 2323820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.35
system time used= 1.91254
maximum resident set size= 2324076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1278329
page faults= 0
swaps= 0
block input operations= 81224
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 445
involuntary context switches= 74749


# summary of solver processes directly reported to runsolver:
#   pid: 50416
#   total CPU time (s): 3602.27
#   total CPU user time (s): 3600.35
#   total CPU system time (s): 1.91254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.30136 second user time and 9.48274 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 09:57:25
IDJOB=4489999
IDBENCH=147568
IDSOLVER=3336
FILE ID=nodeC020/4489999-1751356645
RUNJOBID= nodeC020-1751349357-49215
SLURM_JOB_ID= 9598127
Free space on /tmp= 432656 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/haplotype/normalized-simp-nonunif-100_100.14.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489999-1751356645/watcher-4489999-1751356645 -o /tmp/evaluation-result-4489999-1751356645/solver-4489999-1751356645 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751349357-49215 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4489999-1751356645.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 90e53daebe6d07158ca0a25084e23cd3
RANDOM SEED=2094584029

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

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

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127531708 kB
MemAvailable:   128163828 kB
Buffers:            3280 kB
Cached:          1436560 kB
SwapCached:            0 kB
Active:          1903100 kB
Inactive:        1128152 kB
Active(anon):    1609472 kB
Inactive(anon):        0 kB
Active(file):     293628 kB
Inactive(file):  1128152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            263188 kB
Writeback:            40 kB
AnonPages:       1594080 kB
Mapped:           109736 kB
Shmem:             18056 kB
KReclaimable:      99160 kB
Slab:             187632 kB
SReclaimable:      99160 kB
SUnreclaim:        88472 kB
KernelStack:        4160 kB
PageTables:         5624 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1904528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432564 MiB
End job on nodeC020 at 2025-07-01 10:28:05