Trace number 4490045

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) 3601.39 1846.25

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.07.opb
MD5SUM1e36bee0e8dff19b6f5f05570059901e
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 benchmark37
Best CPU time to get the best result obtained on this benchmark3.63332
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21756
Total number of constraints1266468
Number of constraints which are clauses1262688
Number of constraints which are cardinality constraints (but not clauses)3780
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint168
Number of terms in the objective function 168
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 168
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 166
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 334
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.13/1844.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.13/1844.20	c numVar: 21756
3600.13/1844.20	c numCon: 1266468
3600.13/1844.20	c numEqual: 3780
3600.13/1844.20	c intSize: 9
3600.13/1844.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.13/1844.20	c ------------------- Paras list -------------------
3600.13/1844.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.13/1844.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.13/1844.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.13/1844.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.13/1844.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.13/1844.20	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.13/1844.20	c random_seed         	 int       	 0         	 0         	 
3600.13/1844.20	c sample_size         	 int       	 50        	 50        	 
3600.13/1844.20	c sub_score           	 int       	 1         	 1         	 
3600.13/1844.20	c tabu_base           	 int       	 3         	 3         	 
3600.13/1844.20	c tabu_variation      	 int       	 1         	 1         	 
3600.13/1844.20	c sub_div             	 int       	 4         	 4         	 
3600.13/1844.20	c nbcore              	 int       	 2         	 1         	 
3600.13/1844.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.13/1844.20	c print_sol           	 int       	 1         	 1         	 
3600.13/1844.20	c tmpdir              	 string		 .         	 "."       	 
3600.13/1844.20	c home                	 string		 HOME	 "."       	 
3600.13/1844.20	c benchname           	 string		 HOME/instance-4490045-1751356645.opb	 ""        	 
3600.13/1844.20	c --------------------------------------------------
3600.13/1844.20	c Local Search solver
3600.13/1844.20	c LS find feasible solution for PBO with objective value 111
3600.13/1844.20	c MIP solver
3600.13/1844.20	c receive signal 15, try to interrupt solver...
3600.33/1844.31	c MIP solver find feasible solution
3600.33/1844.39	c MIP solver objective value: 54
3600.59/1844.80	c MIP find feasible solution for PBO with objective value 54
3600.59/1844.80	c copy file: 0
3600.59/1844.80	c gen ub file: HOME/instance-4490045-1751356645.opb_ub.opb
3600.59/1844.80	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 (61692 MiB free)
  memory of node 1: 64465 MiB (62310 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=50426, runsolver pid=50423

[startup+0.100025 s]*
/proc/loadavg: 7.81 8.07 8.08 5/264 50427
/proc/meminfo: memFree=126672368/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=274964 memory=203572 CPUtime=0.09 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 37623 0 0 0 2 7 0 0 20 0 1 0 51342113 281563136 50893 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 68741 50893 1184 6655 0 58976 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 274964 KiB
Current children cumulated memory: 203572 KiB

[startup+0.205527 s]*
/proc/loadavg: 7.81 8.07 8.08 5/264 50427
/proc/meminfo: memFree=126498796/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=364460 memory=321716 CPUtime=0.19 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 60523 0 0 0 9 10 0 0 20 0 1 0 51342113 373207040 80429 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 91115 80429 1184 6655 0 81350 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 364460 KiB
Current children cumulated memory: 321716 KiB

[startup+0.305459 s]*
/proc/loadavg: 7.81 8.07 8.08 5/264 50427
/proc/meminfo: memFree=126450412/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=364460 memory=321716 CPUtime=0.3 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 60523 0 0 0 19 11 0 0 20 0 1 0 51342113 373207040 80429 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 91115 80429 1184 6655 0 81350 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 364460 KiB
Current children cumulated memory: 321716 KiB

[startup+0.700181 s]
/proc/loadavg: 7.81 8.07 8.08 5/264 50427
/proc/meminfo: memFree=126240988/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=536040 memory=501488 CPUtime=0.69 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 92685 0 0 0 51 18 0 0 20 0 1 0 51342113 548904960 125372 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 134010 125372 1184 6655 0 124245 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 536040 KiB
Current children cumulated memory: 501488 KiB

[startup+1.50018 s]
/proc/loadavg: 7.81 8.07 8.08 5/264 50427
/proc/meminfo: memFree=125967064/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=761700 memory=727152 CPUtime=1.48 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 149094 0 0 0 121 27 0 0 20 0 1 0 51342113 779980800 181788 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 190425 181788 1184 6655 0 180660 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 761700 KiB
Current children cumulated memory: 727152 KiB

[startup+3.10531 s]
/proc/loadavg: 7.51 8.00 8.06 5/264 50427
/proc/meminfo: memFree=125572444/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=836152 memory=801520 CPUtime=3.08 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 167758 0 0 0 278 30 0 0 20 0 1 0 51342113 856219648 200380 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 209038 200380 1184 6655 0 199273 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 836152 KiB
Current children cumulated memory: 801520 KiB

[startup+6.30017 s]
/proc/loadavg: 7.51 8.00 8.06 5/264 50427
/proc/meminfo: memFree=125573244/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=836152 memory=801520 CPUtime=6.26 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 167820 0 0 0 596 30 0 0 20 0 1 0 51342113 856219648 200380 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 209038 200380 1184 6655 0 199273 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 836152 KiB
Current children cumulated memory: 801520 KiB

[startup+12.7002 s]
/proc/loadavg: 7.12 7.90 8.03 5/268 50431
/proc/meminfo: memFree=121492428/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=1866212 memory=1741520 CPUtime=12.64 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 276033 0 0 0 1209 55 0 0 20 0 2 0 51342113 1911001088 435380 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 466553 435380 2848 6655 0 440436 0
[pid=50426/tid=50431] ppid=50423 vsize=1866212 memory=1643640 CPUtime=0 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) S 50423 50426 49202 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 51343272 1911001088 435380 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1866212 KiB
Current children cumulated memory: 1741520 KiB

[startup+25.5002 s]
/proc/loadavg: 6.80 7.81 7.99 5/268 50431
/proc/meminfo: memFree=120839760/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=1919468 memory=1857916 CPUtime=25.98 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 298138 0 0 0 2535 63 0 0 20 0 2 0 51342113 1965535232 464479 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 479867 464479 3392 6655 0 468707 0
[pid=50426/tid=50431] ppid=50423 vsize=1919468 memory=1857916 CPUtime=0.58 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) S 50423 50426 49202 0 -1 4194368 19013 0 0 0 54 4 0 0 20 0 2 0 51343272 1965535232 464479 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 25.98 s
Current children cumulated vsize: 1919468 KiB
Current children cumulated memory: 1857916 KiB

[startup+51.1056 s]
/proc/loadavg: 6.41 7.63 7.93 7/268 50431
/proc/meminfo: memFree=120991820/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=1919468 memory=1857916 CPUtime=51.49 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 301090 0 0 0 5086 63 0 0 20 0 2 0 51342113 1965535232 464479 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 479867 464479 3392 6655 0 468707 0
[pid=50426/tid=50431] ppid=50423 vsize=1919468 memory=1857916 CPUtime=0.58 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) S 50423 50426 49202 0 -1 4194368 19013 0 0 0 54 4 0 0 20 0 2 0 51343272 1965535232 464479 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 51.49 s
Current children cumulated vsize: 1919468 KiB
Current children cumulated memory: 1857916 KiB

[startup+102.3 s]
/proc/loadavg: 7.38 7.68 7.93 9/268 50437
/proc/meminfo: memFree=120543844/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=2121536 memory=2049592 CPUtime=149.95 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 398391 0 0 0 14916 79 0 0 20 0 2 0 51342113 2172452864 512398 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 530384 512398 3488 6655 0 519101 0
[pid=50426/tid=50431] ppid=50423 vsize=2121536 memory=2045456 CPUtime=48.05 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 60982 0 0 0 4796 9 0 0 20 0 2 0 51343272 2172452864 512398 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 149.95 s
Current children cumulated vsize: 2121536 KiB
Current children cumulated memory: 2049592 KiB

[startup+162.3 s]
/proc/loadavg: 7.84 7.76 7.94 9/269 50440
/proc/meminfo: memFree=120476048/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=2139216 memory=2070068 CPUtime=268.85 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 410388 0 0 0 26804 81 0 0 20 0 2 0 51342113 2190557184 517517 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 534804 517517 3488 6655 0 523521 0
[pid=50426/tid=50431] ppid=50423 vsize=2139216 memory=2070056 CPUtime=107.26 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 64527 0 0 0 10715 11 0 0 20 0 2 0 51343272 2190557184 517517 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 268.85 s
Current children cumulated vsize: 2139216 KiB
Current children cumulated memory: 2070068 KiB

[startup+222.3 s]
/proc/loadavg: 7.94 7.80 7.94 9/268 50453
/proc/meminfo: memFree=120596228/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=2139216 memory=2070080 CPUtime=387.74 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 430520 0 0 0 38690 84 0 0 20 0 2 0 51342113 2190557184 517520 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 534804 517520 3488 6655 0 523521 0
[pid=50426/tid=50431] ppid=50423 vsize=2139216 memory=2070080 CPUtime=166.47 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 75311 0 0 0 16634 13 0 0 20 0 2 0 51343272 2190557184 517520 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 387.74 s
Current children cumulated vsize: 2139216 KiB
Current children cumulated memory: 2070080 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=50426] ppid=50423 vsize=2139216 memory=2070308 CPUtime=506.62 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 432555 0 0 0 50576 86 0 0 20 0 2 0 51342113 2190557184 517577 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 534804 517577 3488 6655 0 523521 0
[pid=50426/tid=50431] ppid=50423 vsize=2139216 memory=2070080 CPUtime=225.67 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 76077 0 0 0 22553 14 0 0 20 0 2 0 51343272 2190557184 517577 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 506.62 s
Current children cumulated vsize: 2139216 KiB
Current children cumulated memory: 2070308 KiB

[startup+342.3 s]
/proc/loadavg: 8.08 7.91 7.97 9/268 50458
/proc/meminfo: memFree=120610832/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=2020624 memory=1954980 CPUtime=625.55 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 470363 0 0 0 62462 93 0 0 20 0 2 0 51342113 2069118976 488745 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 505156 488745 3488 6655 0 494417 0
[pid=50426/tid=50431] ppid=50423 vsize=2020624 memory=2071056 CPUtime=284.9 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 96794 0 0 0 28471 19 0 0 20 0 2 0 51343272 2069118976 488745 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 625.55 s
Current children cumulated vsize: 2020624 KiB
Current children cumulated memory: 1954980 KiB

[startup+402.3 s]

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

/proc/50426/statm: 542365 529067 3488 6655 0 531623 0
[pid=50426/tid=50431] ppid=50423 vsize=2169460 memory=14848 CPUtime=1408.98 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 304629 0 0 0 140838 60 0 0 20 0 2 0 51343272 2221527040 529067 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 2883.37 s
Current children cumulated vsize: 2169460 KiB
Current children cumulated memory: 2116268 KiB

[startup+1542.3 s]
/proc/loadavg: 8.19 8.16 8.09 9/268 50516
/proc/meminfo: memFree=120168676/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=2169460 memory=2116272 CPUtime=3002.2 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 879228 0 0 0 300059 161 0 0 20 0 2 0 51342113 2221527040 529068 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 542365 529068 3488 6655 0 531623 0
[pid=50426/tid=50431] ppid=50423 vsize=2169460 memory=2116272 CPUtime=1468.15 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 315335 0 0 0 146752 63 0 0 20 0 2 0 51343272 2221527040 529068 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 3002.2 s
Current children cumulated vsize: 2169460 KiB
Current children cumulated memory: 2116272 KiB

[startup+1602.3 s]
/proc/loadavg: 8.11 8.14 8.09 9/268 50518
/proc/meminfo: memFree=120107348/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=2169460 memory=2116492 CPUtime=3121.02 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 892477 0 0 0 311937 165 0 0 20 0 2 0 51342113 2221527040 529123 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 542365 529123 3488 6655 0 531623 0
[pid=50426/tid=50431] ppid=50423 vsize=2169460 memory=2116272 CPUtime=1527.32 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 322838 0 0 0 152666 66 0 0 20 0 2 0 51343272 2221527040 529123 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 3121.02 s
Current children cumulated vsize: 2169460 KiB
Current children cumulated memory: 2116492 KiB

[startup+1662.3 s]
/proc/loadavg: 8.48 8.22 8.12 9/269 50521
/proc/meminfo: memFree=120066460/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=2169460 memory=2116532 CPUtime=3239.86 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 921674 0 0 0 323816 170 0 0 20 0 2 0 51342113 2221527040 529133 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 542365 529133 3488 6655 0 531623 0
[pid=50426/tid=50431] ppid=50423 vsize=2169460 memory=2116272 CPUtime=1586.5 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 337889 0 0 0 158581 69 0 0 20 0 2 0 51343272 2221527040 529133 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 3239.86 s
Current children cumulated vsize: 2169460 KiB
Current children cumulated memory: 2116532 KiB

[startup+1722.3 s]
/proc/loadavg: 8.23 8.20 8.11 9/270 50526
/proc/meminfo: memFree=119999644/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=2169460 memory=2116560 CPUtime=3358.69 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 943078 0 0 0 335694 175 0 0 20 0 2 0 51342113 2221527040 529140 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 542365 529140 3488 6655 0 531623 0
[pid=50426/tid=50431] ppid=50423 vsize=2169460 memory=2116272 CPUtime=1645.67 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 346517 0 0 0 164496 71 0 0 20 0 2 0 51343272 2221527040 529140 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 3358.69 s
Current children cumulated vsize: 2169460 KiB
Current children cumulated memory: 2116560 KiB

[startup+1782.3 s]
/proc/loadavg: 8.16 8.17 8.11 9/269 50528
/proc/meminfo: memFree=119910484/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=2169460 memory=2116692 CPUtime=3477.56 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 955492 0 0 0 347578 178 0 0 20 0 2 0 51342113 2221527040 529173 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 542365 529173 3488 6655 0 531623 0
[pid=50426/tid=50431] ppid=50423 vsize=2169460 memory=2116688 CPUtime=1704.87 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 357019 0 0 0 170413 74 0 0 20 0 2 0 51343272 2221527040 529173 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 3477.56 s
Current children cumulated vsize: 2169460 KiB
Current children cumulated memory: 2116692 KiB

[startup+1842.3 s]
/proc/loadavg: 7.88 8.11 8.09 7/267 50624
/proc/meminfo: memFree=123093808/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=2169460 memory=2116708 CPUtime=3596.35 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 995738 0 0 0 359449 186 0 0 20 0 2 0 51342113 2221527040 529177 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 542365 529177 3488 6655 0 531623 0
[pid=50426/tid=50431] ppid=50423 vsize=2169460 memory=2116692 CPUtime=1764.03 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 372324 0 0 0 176323 80 0 0 20 0 2 0 51343272 2221527040 529177 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 3596.35 s
Current children cumulated vsize: 2169460 KiB
Current children cumulated memory: 2116708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1844.2 s]
/proc/loadavg: 7.88 8.11 8.09 7/267 50624
/proc/meminfo: memFree=123103080/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=2169460 memory=2116708 CPUtime=3600.13 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) R 50423 50426 49202 0 -1 4194304 997017 0 0 0 359826 187 0 0 20 0 2 0 51342113 2221527040 529177 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 542365 529177 3488 6655 0 531623 0
[pid=50426/tid=50431] ppid=50423 vsize=2169460 memory=4916 CPUtime=1765.91 cores=0,2
/proc/50426/task/50431/stat : 50431 (LSIPExact) R 50423 50426 49202 0 -1 4194368 373519 0 0 0 176511 80 0 0 20 0 2 0 51343272 2221527040 529177 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 2169460 KiB
Current children cumulated memory: 2116708 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.36 s, system=2.03191 s

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

[startup+1844.8 s]
/proc/loadavg: 7.88 8.11 8.09 7/267 50624
/proc/meminfo: memFree=123103080/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=1783024 memory=1736916 CPUtime=3600.59 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) D 50423 50426 49202 0 -1 4194304 1151463 228 0 0 359865 194 0 0 20 0 1 0 51342113 1825816576 434229 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 445756 434229 3520 6655 0 435114 0
Current children cumulated CPU time: 3600.59 s
Current children cumulated vsize: 1783024 KiB
Current children cumulated memory: 1736916 KiB

[startup+1845.6 s]
/proc/loadavg: 7.88 8.11 8.09 5/267 50626
/proc/meminfo: memFree=123488324/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=1783024 memory=1736916 CPUtime=3600.59 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) S 50423 50426 49202 0 -1 4194304 1151464 228 0 0 359865 194 0 0 20 0 1 0 51342113 1825816576 434229 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 445756 434229 3520 6655 0 435114 0
[pid=50626] ppid=50426 vsize=44108 memory=21864 CPUtime=0.13 cores=0,2
/proc/50626/stat : 50626 (Exact) R 50426 50626 50626 0 -1 4194304 4403 0 0 0 12 1 0 0 20 0 1 0 51526594 45166592 5466 18446744073709551615 4198400 8335837 140730303385888 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9148648 9230840 35344384 140730303387828 140730303388189 140730303388189 140730303393743 0
/proc/50626/statm: 11027 5466 960 1011 0 9794 0
Current children cumulated CPU time: 3600.72 s
Current children cumulated vsize: 1827132 KiB
Current children cumulated memory: 1758780 KiB

[startup+1846 s]*
/proc/loadavg: 7.88 8.11 8.09 6/267 50626
/proc/meminfo: memFree=123452356/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=1783024 memory=1736916 CPUtime=3600.59 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) S 50423 50426 49202 0 -1 4194304 1151464 228 0 0 359865 194 0 0 20 0 1 0 51342113 1825816576 434229 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 445756 434229 3520 6655 0 435114 0
[pid=50626] ppid=50426 vsize=46220 memory=27092 CPUtime=0.53 cores=0,2
/proc/50626/stat : 50626 (Exact) R 50426 50626 50626 0 -1 4194304 5190 0 0 0 51 2 0 0 20 0 1 0 51526594 47329280 6773 18446744073709551615 4198400 8335837 140730303385888 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9148648 9230840 35344384 140730303387828 140730303388189 140730303388189 140730303393743 0
/proc/50626/statm: 11555 6773 960 1011 0 10322 0
Current children cumulated CPU time: 3601.12 s
Current children cumulated vsize: 1829244 KiB
Current children cumulated memory: 1764008 KiB

[startup+1846.2 s]
/proc/loadavg: 7.88 8.11 8.09 6/267 50626
/proc/meminfo: memFree=123452356/131249988 swapFree=33010684/33010684
[pid=50426] ppid=50423 vsize=1783024 memory=1736916 CPUtime=3600.59 cores=0,2
/proc/50426/stat : 50426 (LSIPExact) S 50423 50426 49202 0 -1 4194304 1151464 228 0 0 359865 194 0 0 20 0 1 0 51342113 1825816576 434229 18446744073709551615 94446625435648 94446652692049 140729815829424 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94446661194888 94446661626496 94446684991488 140729815837018 140729815837194 140729815837194 140729815842796 0
/proc/50426/statm: 445756 434229 3520 6655 0 435114 0
[pid=50626] ppid=50426 vsize=47272 memory=28116 CPUtime=0.73 cores=0,2
/proc/50626/stat : 50626 (Exact) R 50426 50626 50626 0 -1 4194304 5484 0 0 0 70 3 0 0 20 0 1 0 51526594 48406528 7029 18446744073709551615 4198400 8335837 140730303385888 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9148648 9230840 35344384 140730303387828 140730303388189 140730303388189 140730303393743 0
/proc/50626/statm: 11818 7029 960 1011 0 10585 0
Current children cumulated CPU time: 3601.32 s
Current children cumulated vsize: 1830296 KiB
Current children cumulated memory: 1765032 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1846.25
CPU time (s): 3601.39
CPU user time (s): 3599.36
CPU system time (s): 2.03191
CPU usage (%): 195.065
Max. virtual memory (cumulated for all children) (KiB): 2204752
Max. memory (cumulated for all children) (KiB): 2116716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.36
system time used= 2.03191
maximum resident set size= 2118764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1157176
page faults= 0
swaps= 0
block input operations= 40264
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 448
involuntary context switches= 129628


# summary of solver processes directly reported to runsolver:
#   pid: 50426
#   total CPU time (s): 3601.39
#   total CPU user time (s): 3599.36
#   total CPU system time (s): 2.03191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.92848 second user time and 9.23999 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 09:57:25
IDJOB=4490045
IDBENCH=147569
IDSOLVER=3336
FILE ID=nodeC020/4490045-1751356645
RUNJOBID= nodeC020-1751349357-49212
SLURM_JOB_ID= 9598127
Free space on /tmp= 432628 MiB

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

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

MD5SUM BENCH= 1e36bee0e8dff19b6f5f05570059901e
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.896
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.932
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		: 3601.517
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		: 3700.000
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.899
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		: 3599.885
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		: 3599.795
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		: 3580.456
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:        126987380 kB
MemAvailable:   127709176 kB
Buffers:            3280 kB
Cached:          1526240 kB
SwapCached:            0 kB
Active:          2386156 kB
Inactive:        1217828 kB
Active(anon):    2092528 kB
Inactive(anon):        0 kB
Active(file):     293628 kB
Inactive(file):  1217828 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            352700 kB
Writeback:             4 kB
AnonPages:       2077192 kB
Mapped:           112092 kB
Shmem:             18056 kB
KReclaimable:      99156 kB
Slab:             187592 kB
SReclaimable:      99156 kB
SUnreclaim:        88436 kB
KernelStack:        4272 kB
PageTables:         6648 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    2418392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 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= 432600 MiB
End job on nodeC020 at 2025-07-01 10:28:12