Trace number 4490229

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.12 1831.83

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-unif-100_100.00.opb
MD5SUM9be73b05d343999548eaad0214200c86
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 benchmark34
Best CPU time to get the best result obtained on this benchmark1.38538
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8601
Total number of constraints386810
Number of constraints which are clauses384742
Number of constraints which are cardinality constraints (but not clauses)2068
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint94
Number of terms in the objective function 94
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 94
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 92
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 186
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.11/1829.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.11/1829.80	c numVar: 8601
3600.11/1829.80	c numCon: 386810
3600.11/1829.80	c numEqual: 2068
3600.11/1829.80	c intSize: 8
3600.11/1829.80	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.11/1829.80	c ------------------- Paras list -------------------
3600.11/1829.80	c Name                	 Type      	 Now       	 Default   	 Comment
3600.11/1829.80	c timeout             	 double    	 3600.000000	 3600      	 
3600.11/1829.80	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.11/1829.80	c ls_time             	 double    	 10.000000 	 10        	 
3600.11/1829.80	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.11/1829.80	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.11/1829.80	c random_seed         	 int       	 0         	 0         	 
3600.11/1829.80	c sample_size         	 int       	 50        	 50        	 
3600.11/1829.80	c sub_score           	 int       	 1         	 1         	 
3600.11/1829.80	c tabu_base           	 int       	 3         	 3         	 
3600.11/1829.80	c tabu_variation      	 int       	 1         	 1         	 
3600.11/1829.80	c sub_div             	 int       	 4         	 4         	 
3600.11/1829.80	c nbcore              	 int       	 2         	 1         	 
3600.11/1829.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.11/1829.80	c print_sol           	 int       	 1         	 1         	 
3600.11/1829.80	c tmpdir              	 string		 .         	 "."       	 
3600.11/1829.80	c home                	 string		 HOME	 "."       	 
3600.11/1829.80	c benchname           	 string		 HOME/instance-4490229-1751358495.opb	 ""        	 
3600.11/1829.80	c --------------------------------------------------
3600.11/1829.80	c Local Search solver
3600.11/1829.80	c LS find feasible solution for PBO with objective value 59
3600.11/1829.80	c MIP solver
3600.11/1829.80	c receive signal 15, try to interrupt solver...
3600.11/1829.82	c MIP solver find feasible solution
3600.11/1829.84	c MIP solver objective value: 35
3600.24/1829.93	c MIP find feasible solution for PBO with objective value 35
3600.24/1829.93	c copy file: 0
3600.24/1829.93	c gen ub file: HOME/instance-4490229-1751358495.opb_ub.opb
3600.24/1829.93	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 (61769 MiB free)
  memory of node 1: 64465 MiB (60894 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=50717, runsolver pid=50714

[startup+0.100069 s]*
/proc/loadavg: 7.57 8.04 8.06 5/265 50718
/proc/meminfo: memFree=125505736/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=144612 memory=101536 CPUtime=0.08 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 19339 0 0 0 6 2 0 0 20 0 1 0 51527062 148082688 25384 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 36153 25384 1120 6655 0 26388 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 144612 KiB
Current children cumulated memory: 101536 KiB

[startup+0.205621 s]*
/proc/loadavg: 7.57 8.04 8.06 5/266 50719
/proc/meminfo: memFree=125433912/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=190980 memory=156140 CPUtime=0.2 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 29916 0 0 0 15 5 0 0 20 0 1 0 51527062 195563520 39035 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 47745 39035 1120 6655 0 37980 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 190980 KiB
Current children cumulated memory: 156140 KiB

[startup+0.305519 s]*
/proc/loadavg: 7.57 8.04 8.06 5/266 50719
/proc/meminfo: memFree=125393592/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=225036 memory=190316 CPUtime=0.3 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 38448 0 0 0 24 6 0 0 20 0 1 0 51527062 230436864 47579 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 56259 47579 1120 6655 0 46494 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 225036 KiB
Current children cumulated memory: 190316 KiB

[startup+0.7002 s]
/proc/loadavg: 7.57 8.04 8.06 5/266 50719
/proc/meminfo: memFree=125312440/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=279980 memory=245100 CPUtime=0.68 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 52142 0 0 0 61 7 0 0 20 0 1 0 51527062 286699520 61275 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 69995 61275 1120 6655 0 60230 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 279980 KiB
Current children cumulated memory: 245100 KiB

[startup+1.50018 s]
/proc/loadavg: 7.57 8.04 8.06 5/266 50719
/proc/meminfo: memFree=125098852/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=279980 memory=245100 CPUtime=1.47 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 52142 0 0 0 140 7 0 0 20 0 1 0 51527062 286699520 61275 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 69995 61275 1120 6655 0 60230 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 279980 KiB
Current children cumulated memory: 245100 KiB

[startup+3.10539 s]
/proc/loadavg: 7.28 7.97 8.04 5/267 50720
/proc/meminfo: memFree=124774364/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=279980 memory=245100 CPUtime=3.08 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 52158 0 0 0 300 8 0 0 20 0 1 0 51527062 286699520 61275 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 69995 61275 1120 6655 0 60230 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 279980 KiB
Current children cumulated memory: 245100 KiB

[startup+6.30017 s]
/proc/loadavg: 7.28 7.97 8.04 7/267 50720
/proc/meminfo: memFree=124637020/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=279980 memory=245100 CPUtime=6.27 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 52174 0 0 0 619 8 0 0 20 0 1 0 51527062 286699520 61275 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 69995 61275 1120 6655 0 60230 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 279980 KiB
Current children cumulated memory: 245100 KiB

[startup+12.7002 s]
/proc/loadavg: 7.10 7.92 8.02 6/268 50722
/proc/meminfo: memFree=123178360/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=650280 memory=583436 CPUtime=12.76 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 106723 0 0 0 1258 18 0 0 20 0 2 0 51527062 665886720 145859 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 162570 145859 3328 6655 0 146172 0
[pid=50717/tid=50722] ppid=50714 vsize=650280 memory=583436 CPUtime=0.12 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) S 50714 50717 49202 0 -1 4194368 8443 0 0 0 11 1 0 0 20 0 2 0 51528113 665886720 145859 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 12.76 s
Current children cumulated vsize: 650280 KiB
Current children cumulated memory: 583436 KiB

[startup+25.5002 s]
/proc/loadavg: 6.86 7.83 7.99 7/268 50722
/proc/meminfo: memFree=123166672/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=697964 memory=636484 CPUtime=37.93 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 139758 0 0 0 3771 22 0 0 20 0 2 0 51527062 714715136 159121 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 174491 159121 3392 6655 0 158434 0
[pid=50717/tid=50722] ppid=50714 vsize=697964 memory=636484 CPUtime=12.53 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 16937 0 0 0 1251 2 0 0 20 0 2 0 51528113 714715136 159121 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 37.93 s
Current children cumulated vsize: 697964 KiB
Current children cumulated memory: 636484 KiB

[startup+51.1055 s]
/proc/loadavg: 6.94 7.76 7.97 9/268 50723
/proc/meminfo: memFree=123085724/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=675460 memory=623744 CPUtime=88.65 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 164405 0 0 0 8840 25 0 0 20 0 2 0 51527062 691671040 155936 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 168865 155936 3392 6655 0 154711 0
[pid=50717/tid=50722] ppid=50714 vsize=675460 memory=617232 CPUtime=37.74 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 31262 0 0 0 3771 3 0 0 20 0 2 0 51528113 691671040 155936 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 88.65 s
Current children cumulated vsize: 675460 KiB
Current children cumulated memory: 623744 KiB

[startup+102.3 s]
/proc/loadavg: 7.59 7.81 7.98 9/269 50729
/proc/meminfo: memFree=122983856/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=679104 memory=628992 CPUtime=190.15 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 188322 0 0 0 18988 27 0 0 20 0 2 0 51527062 695402496 157248 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 169776 157248 3392 6655 0 156251 0
[pid=50717/tid=50722] ppid=50714 vsize=679104 memory=628992 CPUtime=88.3 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 44494 0 0 0 8826 4 0 0 20 0 2 0 51528113 695402496 157248 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 190.15 s
Current children cumulated vsize: 679104 KiB
Current children cumulated memory: 628992 KiB

[startup+162.3 s]
/proc/loadavg: 7.91 7.87 7.99 9/268 50732
/proc/meminfo: memFree=122923692/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=695540 memory=655028 CPUtime=309.15 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 213409 0 0 0 30885 30 0 0 20 0 2 0 51527062 712232960 163757 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 173885 163757 3392 6655 0 162645 0
[pid=50717/tid=50722] ppid=50714 vsize=695540 memory=629504 CPUtime=147.58 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 56137 0 0 0 14752 6 0 0 20 0 2 0 51528113 712232960 163757 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 309.15 s
Current children cumulated vsize: 695540 KiB
Current children cumulated memory: 655028 KiB

[startup+222.3 s]
/proc/loadavg: 8.02 7.91 8.00 9/268 50734
/proc/meminfo: memFree=122818544/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=811628 memory=770196 CPUtime=428.09 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 259997 0 0 0 42772 37 0 0 20 0 2 0 51527062 831107072 192549 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 202907 192549 3392 6655 0 191784 0
[pid=50717/tid=50722] ppid=50714 vsize=811628 memory=719004 CPUtime=206.83 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 81545 0 0 0 20673 10 0 0 20 0 2 0 51528113 831107072 192549 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 428.09 s
Current children cumulated vsize: 811628 KiB
Current children cumulated memory: 770196 KiB

[startup+282.3 s]
/proc/loadavg: 8.12 7.96 8.01 9/268 50736
/proc/meminfo: memFree=122729420/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=913376 memory=842352 CPUtime=547.06 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 306594 0 0 0 54661 45 0 0 20 0 2 0 51527062 935297024 210588 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 228344 210588 3392 6655 0 210015 0
[pid=50717/tid=50722] ppid=50714 vsize=913376 memory=839536 CPUtime=266.09 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 111571 0 0 0 26593 16 0 0 20 0 2 0 51528113 935297024 210588 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 547.06 s
Current children cumulated vsize: 913376 KiB
Current children cumulated memory: 842352 KiB

[startup+342.3 s]
/proc/loadavg: 7.95 7.94 8.00 9/269 50739
/proc/meminfo: memFree=122814336/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=913376 memory=842480 CPUtime=651.9 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 333745 0 0 0 65143 47 0 0 20 0 2 0 51527062 935297024 210620 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 228344 210620 3424 6655 0 210015 0
[pid=50717/tid=50722] ppid=50714 vsize=913376 memory=14848 CPUtime=311.21 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 118490 0 0 0 31104 17 0 0 20 0 2 0 51528113 935297024 210620 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 651.9 s
Current children cumulated vsize: 913376 KiB
Current children cumulated memory: 842480 KiB


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

Current children cumulated CPU time: 2792.55 s
Current children cumulated vsize: 928516 KiB
Current children cumulated memory: 858212 KiB

[startup+1482.3 s]
/proc/loadavg: 8.49 8.21 8.08 9/269 50797
/proc/meminfo: memFree=122572172/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=942584 memory=881700 CPUtime=2911.51 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 583556 0 0 0 291072 79 0 0 20 0 2 0 51527062 965206016 220425 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 235646 220425 3424 6655 0 219246 0
[pid=50717/tid=50722] ppid=50714 vsize=942584 memory=872100 CPUtime=1436.99 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 235554 0 0 0 143664 35 0 0 20 0 2 0 51528113 965206016 220425 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 2911.51 s
Current children cumulated vsize: 942584 KiB
Current children cumulated memory: 881700 KiB

[startup+1542.3 s]
/proc/loadavg: 8.24 8.19 8.08 9/269 50799
/proc/meminfo: memFree=122539496/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=965616 memory=930792 CPUtime=3030.4 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 618471 0 0 0 302957 83 0 0 20 0 2 0 51527062 988790784 232698 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 241404 232698 3424 6655 0 231551 0
[pid=50717/tid=50722] ppid=50714 vsize=965616 memory=929512 CPUtime=1496.24 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 254852 0 0 0 149586 38 0 0 20 0 2 0 51528113 988790784 232698 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 3030.4 s
Current children cumulated vsize: 965616 KiB
Current children cumulated memory: 930792 KiB

[startup+1602.3 s]
/proc/loadavg: 8.18 8.18 8.09 9/268 50802
/proc/meminfo: memFree=122485928/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=1059120 memory=969852 CPUtime=3149.32 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 633069 0 0 0 314840 92 0 0 20 0 2 0 51527062 1084538880 242463 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 264780 242463 3424 6655 0 241356 0
[pid=50717/tid=50722] ppid=50714 vsize=1059120 memory=929512 CPUtime=1555.49 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 265156 0 0 0 155504 45 0 0 20 0 2 0 51528113 1084538880 242463 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 3149.32 s
Current children cumulated vsize: 1059120 KiB
Current children cumulated memory: 969852 KiB

[startup+1662.3 s]
/proc/loadavg: 8.13 8.16 8.09 9/269 50805
/proc/meminfo: memFree=122405096/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=1098804 memory=1049284 CPUtime=3268.22 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 651720 0 0 0 326727 95 0 0 20 0 2 0 51527062 1125175296 262321 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 274701 262321 3424 6655 0 261472 0
[pid=50717/tid=50722] ppid=50714 vsize=1098804 memory=929512 CPUtime=1614.75 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 273623 0 0 0 161428 47 0 0 20 0 2 0 51528113 1125175296 262321 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 3268.22 s
Current children cumulated vsize: 1098804 KiB
Current children cumulated memory: 1049284 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 8.14 8.09 9/269 50810
/proc/meminfo: memFree=122325124/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=1185980 memory=1097756 CPUtime=3387.09 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 665949 0 0 0 338610 99 0 0 20 0 2 0 51527062 1214443520 274439 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 296495 274439 3424 6655 0 273553 0
[pid=50717/tid=50722] ppid=50714 vsize=1185980 memory=929512 CPUtime=1673.99 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 284398 0 0 0 167348 51 0 0 20 0 2 0 51528113 1214443520 274439 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 3387.09 s
Current children cumulated vsize: 1185980 KiB
Current children cumulated memory: 1097756 KiB

[startup+1782.3 s]
/proc/loadavg: 8.08 8.13 8.09 9/269 50812
/proc/meminfo: memFree=122242700/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=1197936 memory=1135652 CPUtime=3506 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 701935 0 0 0 350493 107 0 0 20 0 2 0 51527062 1226686464 283913 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 299484 283913 3424 6655 0 282958 0
[pid=50717/tid=50722] ppid=50714 vsize=1197936 memory=1130804 CPUtime=1733.24 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 304369 0 0 0 173268 56 0 0 20 0 2 0 51528113 1226686464 283913 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 3506 s
Current children cumulated vsize: 1197936 KiB
Current children cumulated memory: 1135652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1829.8 s]
/proc/loadavg: 7.91 8.09 8.08 7/262 50846
/proc/meminfo: memFree=123086416/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=1211092 memory=1159500 CPUtime=3600.11 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) R 50714 50717 49202 0 -1 4194304 730018 0 0 0 359900 111 0 0 20 0 2 0 51527062 1240158208 289875 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 302773 289875 3424 6655 0 289975 0
[pid=50717/tid=50722] ppid=50714 vsize=1211092 memory=18176 CPUtime=1780.16 cores=4,6
/proc/50717/task/50722/stat : 50722 (LSIPExact) R 50714 50717 49202 0 -1 4194368 317457 0 0 0 177957 59 0 0 20 0 2 0 51528113 1240158208 289875 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 1211092 KiB
Current children cumulated memory: 1159500 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3600.88 s, system=1.23919 s

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

[startup+1830.4 s]
/proc/loadavg: 7.91 8.09 8.08 5/262 50851
/proc/meminfo: memFree=123916640/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=802372 memory=766744 CPUtime=3600.24 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) S 50714 50717 49202 0 -1 4194304 783609 229 0 0 359908 116 0 0 20 0 1 0 51527062 821628928 191686 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 200593 191686 3456 6655 0 190798 0
[pid=50850] ppid=50717 vsize=37188 memory=16000 CPUtime=0.44 cores=4,6
/proc/50850/stat : 50850 (Exact) R 50717 50850 50850 0 -1 4194304 3468 0 0 0 43 1 0 0 20 0 1 0 51710055 38080512 4000 18446744073709551615 4198400 8335837 140726327155824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 18063360 140726327163060 140726327163421 140726327163421 140726327168975 0
/proc/50850/statm: 9297 4000 960 1011 0 8064 0
Current children cumulated CPU time: 3600.68 s
Current children cumulated vsize: 839560 KiB
Current children cumulated memory: 782744 KiB

[startup+1831.2 s]
/proc/loadavg: 7.91 8.09 8.08 5/262 50851
/proc/meminfo: memFree=123824260/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=802372 memory=766744 CPUtime=3600.24 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) S 50714 50717 49202 0 -1 4194304 783609 229 0 0 359908 116 0 0 20 0 1 0 51527062 821628928 191686 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 200593 191686 3456 6655 0 190798 0
[pid=50850] ppid=50717 vsize=80652 memory=64888 CPUtime=1.23 cores=4,6
/proc/50850/stat : 50850 (Exact) R 50717 50850 50850 0 -1 4194304 14438 0 0 0 119 4 0 0 20 0 1 0 51710055 82587648 16222 18446744073709551615 4198400 8335837 140726327155824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 18063360 140726327163060 140726327163421 140726327163421 140726327168975 0
/proc/50850/statm: 20163 16222 1120 1011 0 18930 0
Current children cumulated CPU time: 3601.47 s
Current children cumulated vsize: 883024 KiB
Current children cumulated memory: 831632 KiB

[startup+1831.6 s]
/proc/loadavg: 7.91 8.09 8.08 5/262 50851
/proc/meminfo: memFree=123824260/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=802372 memory=766744 CPUtime=3600.24 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) S 50714 50717 49202 0 -1 4194304 783609 229 0 0 359908 116 0 0 20 0 1 0 51527062 821628928 191686 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 200593 191686 3456 6655 0 190798 0
[pid=50850] ppid=50717 vsize=81444 memory=67768 CPUtime=1.63 cores=4,6
/proc/50850/stat : 50850 (Exact) R 50717 50850 50850 0 -1 4194304 14657 0 0 0 159 4 0 0 20 0 1 0 51710055 83398656 16942 18446744073709551615 4198400 8335837 140726327155824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 18063360 140726327163060 140726327163421 140726327163421 140726327168975 0
/proc/50850/statm: 20361 16942 1120 1011 0 19128 0
Current children cumulated CPU time: 3601.87 s
Current children cumulated vsize: 883816 KiB
Current children cumulated memory: 834512 KiB

[startup+1831.8 s]
/proc/loadavg: 7.91 8.09 8.08 5/262 50851
/proc/meminfo: memFree=123824260/131249988 swapFree=33010684/33010684
[pid=50717] ppid=50714 vsize=802372 memory=766744 CPUtime=3600.24 cores=4,6
/proc/50717/stat : 50717 (LSIPExact) S 50714 50717 49202 0 -1 4194304 783609 229 0 0 359908 116 0 0 20 0 1 0 51527062 821628928 191686 18446744073709551615 94515654041600 94515681298001 140725104373088 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94515689800840 94515690232448 94515705425920 140725104376154 140725104376330 140725104376330 140725104381932 0
/proc/50717/statm: 200593 191686 3456 6655 0 190798 0
[pid=50850] ppid=50717 vsize=82116 memory=68408 CPUtime=1.83 cores=4,6
/proc/50850/stat : 50850 (Exact) R 50717 50850 50850 0 -1 4194304 14826 0 0 0 179 4 0 0 20 0 1 0 51710055 84086784 17102 18446744073709551615 4198400 8335837 140726327155824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 18063360 140726327163060 140726327163421 140726327163421 140726327168975 0
/proc/50850/statm: 20529 17102 1120 1011 0 19296 0
Current children cumulated CPU time: 3602.07 s
Current children cumulated vsize: 884488 KiB
Current children cumulated memory: 835152 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1831.83
CPU time (s): 3602.12
CPU user time (s): 3600.88
CPU system time (s): 1.23919
CPU usage (%): 196.64
Max. virtual memory (cumulated for all children) (KiB): 1211092
Max. memory (cumulated for all children) (KiB): 1159500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.88
system time used= 1.2392
maximum resident set size= 1159756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 798664
page faults= 0
swaps= 0
block input operations= 25536
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 465
involuntary context switches= 91126


# summary of solver processes directly reported to runsolver:
#   pid: 50717
#   total CPU time (s): 3602.12
#   total CPU user time (s): 3600.88
#   total CPU system time (s): 1.23919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.15355 second user time and 9.71811 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 10:28:15
IDJOB=4490229
IDBENCH=147573
IDSOLVER=3336
FILE ID=nodeC020/4490229-1751358495
RUNJOBID= nodeC020-1751349357-49213
SLURM_JOB_ID= 9598127
Free space on /tmp= 432680 MiB

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

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

MD5SUM BENCH= 9be73b05d343999548eaad0214200c86
RANDOM SEED=504354584

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.819
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.902
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		: 3600.411
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		: 3371.341
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.916
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.893
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		: 3592.353
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		: 3601.169
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:        125656332 kB
MemAvailable:   126325684 kB
Buffers:            3280 kB
Cached:          1473764 kB
SwapCached:            0 kB
Active:          3752776 kB
Inactive:        1165356 kB
Active(anon):    3459148 kB
Inactive(anon):        0 kB
Active(file):     293628 kB
Inactive(file):  1165356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            208100 kB
Writeback:             4 kB
AnonPages:       3443808 kB
Mapped:           116708 kB
Shmem:             18056 kB
KReclaimable:      99216 kB
Slab:             187640 kB
SReclaimable:      99216 kB
SUnreclaim:        88424 kB
KernelStack:        4272 kB
PageTables:         9504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    3829432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    913408 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= 432696 MiB
End job on nodeC020 at 2025-07-01 10:58:47