Trace number 4490091

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.26 1843.47

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.10.opb
MD5SUM2f02bac70db8db765417c3215803c22b
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 benchmark49
Best CPU time to get the best result obtained on this benchmark5.09972
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables27027
Total number of constraints1883063
Number of constraints which are clauses1877876
Number of constraints which are cardinality constraints (but not clauses)5187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint182
Number of terms in the objective function 182
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 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 180
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 362
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.14/1841.40	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.14/1841.40	c numVar: 27027
3600.14/1841.40	c numCon: 1883063
3600.14/1841.40	c numEqual: 5187
3600.14/1841.40	c intSize: 9
3600.14/1841.40	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.14/1841.40	c ------------------- Paras list -------------------
3600.14/1841.40	c Name                	 Type      	 Now       	 Default   	 Comment
3600.14/1841.40	c timeout             	 double    	 3600.000000	 3600      	 
3600.14/1841.40	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.14/1841.40	c ls_time             	 double    	 10.000000 	 10        	 
3600.14/1841.40	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.14/1841.40	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.14/1841.40	c random_seed         	 int       	 0         	 0         	 
3600.14/1841.40	c sample_size         	 int       	 50        	 50        	 
3600.14/1841.40	c sub_score           	 int       	 1         	 1         	 
3600.14/1841.40	c tabu_base           	 int       	 3         	 3         	 
3600.14/1841.40	c tabu_variation      	 int       	 1         	 1         	 
3600.14/1841.40	c sub_div             	 int       	 4         	 4         	 
3600.14/1841.40	c nbcore              	 int       	 2         	 1         	 
3600.14/1841.40	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.14/1841.40	c print_sol           	 int       	 1         	 1         	 
3600.14/1841.40	c tmpdir              	 string		 .         	 "."       	 
3600.14/1841.40	c home                	 string		 HOME	 "."       	 
3600.14/1841.40	c benchname           	 string		 HOME/instance-4490091-1751358482.opb	 ""        	 
3600.14/1841.40	c --------------------------------------------------
3600.14/1841.40	c Local Search solver
3600.14/1841.40	c LS find feasible solution for PBO with objective value 121
3600.14/1841.40	c MIP solver
3600.14/1841.40	c receive signal 15, try to interrupt solver...
3600.35/1841.51	c MIP solver find feasible solution
3600.45/1841.61	c MIP solver objective value: 90
3600.64/1841.86	c MIP find feasible solution for PBO with objective value 90
3600.64/1841.86	c copy file: 0
3600.64/1841.86	c gen ub file: HOME/instance-4490091-1751358482.opb_ub.opb
3600.64/1841.86	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 (58221 MiB free)
  memory of node 1: 64465 MiB (61152 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=50576, runsolver pid=50573

[startup+0.100066 s]*
/proc/loadavg: 8.04 8.14 8.10 7/267 50577
/proc/meminfo: memFree=122056968/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=302676 memory=188040 CPUtime=0.09 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 34802 0 0 0 3 6 0 0 20 0 1 0 51525852 309940224 47010 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 75669 47010 1152 6655 0 65904 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 302676 KiB
Current children cumulated memory: 188040 KiB

[startup+0.206201 s]*
/proc/loadavg: 8.04 8.14 8.10 7/267 50577
/proc/meminfo: memFree=122223052/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=459360 memory=398096 CPUtime=0.19 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 74023 0 0 0 7 12 0 0 20 0 1 0 51525852 470384640 99524 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 114840 99524 1152 6655 0 105075 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 459360 KiB
Current children cumulated memory: 398096 KiB

[startup+0.305905 s]*
/proc/loadavg: 8.04 8.14 8.10 7/268 50579
/proc/meminfo: memFree=122129880/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=518628 memory=475664 CPUtime=0.29 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 89349 0 0 0 14 15 0 0 20 0 1 0 51525852 531075072 118916 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 129657 118916 1152 6655 0 119892 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 518628 KiB
Current children cumulated memory: 475664 KiB

[startup+0.700169 s]
/proc/loadavg: 8.04 8.14 8.10 7/268 50579
/proc/meminfo: memFree=122093300/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=654492 memory=619672 CPUtime=0.68 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 105419 0 0 0 48 20 0 0 20 0 1 0 51525852 670199808 154918 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 163623 154918 1152 6655 0 153858 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 654492 KiB
Current children cumulated memory: 619672 KiB

[startup+1.50017 s]
/proc/loadavg: 8.04 8.14 8.10 7/268 50579
/proc/meminfo: memFree=121839076/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=914376 memory=879640 CPUtime=1.48 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 170389 0 0 0 118 30 0 0 20 0 1 0 51525852 936321024 219910 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 228594 219910 1152 6655 0 218829 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 914376 KiB
Current children cumulated memory: 879640 KiB

[startup+3.10577 s]
/proc/loadavg: 8.04 8.14 8.10 7/267 50624
/proc/meminfo: memFree=123222124/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=1198100 memory=1163160 CPUtime=3.08 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 241383 0 0 0 267 41 0 0 20 0 1 0 51525852 1226854400 290790 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 299525 290790 1152 6655 0 289760 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1198100 KiB
Current children cumulated memory: 1163160 KiB

[startup+6.30017 s]
/proc/loadavg: 7.88 8.11 8.09 7/267 50624
/proc/meminfo: memFree=123097712/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=1198100 memory=1163288 CPUtime=6.26 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 241507 0 0 0 585 41 0 0 20 0 1 0 51525852 1226854400 290822 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 299525 290822 1152 6655 0 289760 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1198100 KiB
Current children cumulated memory: 1163288 KiB

[startup+12.7002 s]
/proc/loadavg: 7.57 8.04 8.06 5/260 50709
/proc/meminfo: memFree=125676812/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2546692 memory=2424624 CPUtime=12.64 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 389660 0 0 0 1186 78 0 0 20 0 2 0 51525852 2607812608 606156 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 636673 606156 2560 6655 0 610556 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2546692 KiB
Current children cumulated memory: 2424624 KiB

[startup+25.5002 s]
/proc/loadavg: 6.93 7.87 8.01 6/268 50722
/proc/meminfo: memFree=123180640/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2655368 memory=2557816 CPUtime=26.08 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 430601 0 0 0 2517 91 0 0 20 0 2 0 51525852 2719096832 639454 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 663842 639454 3456 6655 0 643861 0
[pid=50576/tid=50719] ppid=50573 vsize=2655368 memory=14848 CPUtime=0.68 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) S 50573 50576 49202 0 -1 4194368 20954 0 0 0 64 4 0 0 20 0 2 0 51527082 2719096832 639454 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 26.08 s
Current children cumulated vsize: 2655368 KiB
Current children cumulated memory: 2557816 KiB

[startup+51.106 s]
/proc/loadavg: 6.74 7.75 7.96 7/268 50722
/proc/meminfo: memFree=123266460/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2655368 memory=2558200 CPUtime=51.6 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 441543 0 0 0 5069 91 0 0 20 0 2 0 51525852 2719096832 639550 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 663842 639550 3456 6655 0 643861 0
[pid=50576/tid=50719] ppid=50573 vsize=2655368 memory=2558200 CPUtime=0.68 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) S 50573 50576 49202 0 -1 4194368 20954 0 0 0 64 4 0 0 20 0 2 0 51527082 2719096832 639550 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 51.6 s
Current children cumulated vsize: 2655368 KiB
Current children cumulated memory: 2558200 KiB

[startup+102.3 s]
/proc/loadavg: 7.51 7.81 7.97 9/269 50729
/proc/meminfo: memFree=122988640/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2814804 memory=2713660 CPUtime=149.97 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 530156 0 0 0 14893 104 0 0 20 0 2 0 51525852 2882359296 678415 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 703701 678415 3520 6655 0 682202 0
[pid=50576/tid=50719] ppid=50573 vsize=2814804 memory=2711484 CPUtime=48.08 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) R 50573 50576 49202 0 -1 4194368 63899 0 0 0 4799 9 0 0 20 0 2 0 51527082 2882359296 678415 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 149.97 s
Current children cumulated vsize: 2814804 KiB
Current children cumulated memory: 2713660 KiB

[startup+162.3 s]
/proc/loadavg: 7.89 7.86 7.99 9/268 50732
/proc/meminfo: memFree=123014564/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2760208 memory=2669544 CPUtime=269.01 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 586269 0 0 0 26789 112 0 0 20 0 2 0 51525852 2826452992 667386 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 690052 667386 3520 6655 0 670056 0
[pid=50576/tid=50719] ppid=50573 vsize=2760208 memory=2726988 CPUtime=107.42 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) R 50573 50576 49202 0 -1 4194368 79821 0 0 0 10731 11 0 0 20 0 2 0 51527082 2826452992 667386 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 269.01 s
Current children cumulated vsize: 2760208 KiB
Current children cumulated memory: 2669544 KiB

[startup+222.3 s]
/proc/loadavg: 8.02 7.91 8.00 9/268 50734
/proc/meminfo: memFree=122833980/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2861352 memory=2762568 CPUtime=388.06 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 611467 0 0 0 38688 118 0 0 20 0 2 0 51525852 2930024448 690642 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 715338 690642 3520 6655 0 695399 0
[pid=50576/tid=50719] ppid=50573 vsize=2861352 memory=2762568 CPUtime=166.75 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) R 50573 50576 49202 0 -1 4194368 80393 0 0 0 16664 11 0 0 20 0 2 0 51527082 2930024448 690642 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 388.06 s
Current children cumulated vsize: 2861352 KiB
Current children cumulated memory: 2762568 KiB

[startup+282.3 s]
/proc/loadavg: 8.05 7.94 8.00 9/268 50736
/proc/meminfo: memFree=122741768/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2872576 memory=2775156 CPUtime=507.06 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 638209 0 0 0 50585 121 0 0 20 0 2 0 51525852 2941517824 693789 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 718144 693789 3520 6655 0 698255 0
[pid=50576/tid=50719] ppid=50573 vsize=2872576 memory=18176 CPUtime=226.05 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) R 50573 50576 49202 0 -1 4194368 94259 0 0 0 22592 13 0 0 20 0 2 0 51527082 2941517824 693789 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 507.06 s
Current children cumulated vsize: 2872576 KiB
Current children cumulated memory: 2775156 KiB

[startup+342.3 s]
/proc/loadavg: 7.94 7.94 8.00 9/269 50739
/proc/meminfo: memFree=122729892/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2872576 memory=2775540 CPUtime=626.05 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 647699 0 0 0 62483 122 0 0 20 0 2 0 51525852 2941517824 693885 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 718144 693885 3520 6655 0 698292 0
[pid=50576/tid=50719] ppid=50573 vsize=2872576 memory=2775156 CPUtime=285.34 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) R 50573 50576 49202 0 -1 4194368 95855 0 0 0 28521 13 0 0 20 0 2 0 51527082 2941517824 693885 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 626.05 s
Current children cumulated vsize: 2872576 KiB
Current children cumulated memory: 2775540 KiB

[startup+402.3 s]
/proc/loadavg: 8.03 7.97 8.00 9/268 50741

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

Current children cumulated CPU time: 2768.25 s
Current children cumulated vsize: 2811048 KiB
Current children cumulated memory: 2765584 KiB

[startup+1482.3 s]
/proc/loadavg: 8.30 8.17 8.06 9/269 50797
/proc/meminfo: memFree=122571904/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2811048 memory=2765712 CPUtime=2887.34 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 970665 0 0 0 288577 157 0 0 20 0 2 0 51525852 2878513152 691428 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 702762 691428 3520 6655 0 692644 0
[pid=50576/tid=50719] ppid=50573 vsize=2811048 memory=2765712 CPUtime=1412.66 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) R 50573 50576 49202 0 -1 4194368 267046 0 0 0 141236 30 0 0 20 0 2 0 51527082 2878513152 691428 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 2887.34 s
Current children cumulated vsize: 2811048 KiB
Current children cumulated memory: 2765712 KiB

[startup+1542.3 s]
/proc/loadavg: 8.28 8.19 8.08 9/269 50799
/proc/meminfo: memFree=122529680/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2812356 memory=2767376 CPUtime=3006.45 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 972617 0 0 0 300488 157 0 0 20 0 2 0 51525852 2879852544 691844 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 703089 691844 3520 6655 0 692971 0
[pid=50576/tid=50719] ppid=50573 vsize=2812356 memory=2765968 CPUtime=1472.43 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) R 50573 50576 49202 0 -1 4194368 268040 0 0 0 147213 30 0 0 20 0 2 0 51527082 2879852544 691844 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 3006.45 s
Current children cumulated vsize: 2812356 KiB
Current children cumulated memory: 2767376 KiB

[startup+1602.3 s]
/proc/loadavg: 8.21 8.19 8.09 9/268 50802
/proc/meminfo: memFree=122505120/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2812356 memory=2767376 CPUtime=3125.52 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 975694 0 0 0 312395 157 0 0 20 0 2 0 51525852 2879852544 691844 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 703089 691844 3520 6655 0 692971 0
[pid=50576/tid=50719] ppid=50573 vsize=2812356 memory=2765968 CPUtime=1532.2 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) R 50573 50576 49202 0 -1 4194368 270249 0 0 0 153189 31 0 0 20 0 2 0 51527082 2879852544 691844 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 3125.52 s
Current children cumulated vsize: 2812356 KiB
Current children cumulated memory: 2767376 KiB

[startup+1662.3 s]
/proc/loadavg: 8.16 8.17 8.09 9/269 50805
/proc/meminfo: memFree=122421216/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2812356 memory=2767376 CPUtime=3244.6 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 979944 0 0 0 324302 158 0 0 20 0 2 0 51525852 2879852544 691844 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 703089 691844 3520 6655 0 692971 0
[pid=50576/tid=50719] ppid=50573 vsize=2812356 memory=2765968 CPUtime=1591.95 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) R 50573 50576 49202 0 -1 4194368 272453 0 0 0 159164 31 0 0 20 0 2 0 51527082 2879852544 691844 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 3244.6 s
Current children cumulated vsize: 2812356 KiB
Current children cumulated memory: 2767376 KiB

[startup+1722.3 s]
/proc/loadavg: 8.12 8.15 8.09 9/270 50810
/proc/meminfo: memFree=122325108/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2812356 memory=2767376 CPUtime=3363.68 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 980065 0 0 0 336209 159 0 0 20 0 2 0 51525852 2879852544 691844 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 703089 691844 3520 6655 0 692971 0
[pid=50576/tid=50719] ppid=50573 vsize=2812356 memory=2765968 CPUtime=1651.71 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) R 50573 50576 49202 0 -1 4194368 272488 0 0 0 165140 31 0 0 20 0 2 0 51527082 2879852544 691844 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 3363.68 s
Current children cumulated vsize: 2812356 KiB
Current children cumulated memory: 2767376 KiB

[startup+1782.3 s]
/proc/loadavg: 8.09 8.14 8.09 9/269 50812
/proc/meminfo: memFree=122259964/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2821004 memory=2773400 CPUtime=3482.83 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 985796 0 0 0 348124 159 0 0 20 0 2 0 51525852 2888708096 693350 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 705251 693350 3520 6655 0 695133 0
[pid=50576/tid=50719] ppid=50573 vsize=2821004 memory=2767376 CPUtime=1711.52 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) R 50573 50576 49202 0 -1 4194368 275708 0 0 0 171120 32 0 0 20 0 2 0 51527082 2888708096 693350 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 3482.83 s
Current children cumulated vsize: 2821004 KiB
Current children cumulated memory: 2773400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1841.4 s]
/proc/loadavg: 7.91 8.09 8.08 7/262 50846
/proc/meminfo: memFree=123086416/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2821004 memory=2776004 CPUtime=3600.14 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) R 50573 50576 49202 0 -1 4194304 993724 0 0 0 359854 160 0 0 20 0 2 0 51525852 2888708096 694001 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 705251 694001 3520 6655 0 695133 0
[pid=50576/tid=50719] ppid=50573 vsize=2821004 memory=245635481903 CPUtime=1770.4 cores=1,3
/proc/50576/task/50719/stat : 50719 (LSIPExact) R 50573 50576 49202 0 -1 4194368 277851 0 0 0 177008 32 0 0 20 0 2 0 51527082 2888708096 694001 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 2821004 KiB
Current children cumulated memory: 2776004 KiB

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

[startup+1842.3 s]
/proc/loadavg: 7.91 8.09 8.08 5/261 50848
/proc/meminfo: memFree=123908240/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2330368 memory=2294080 CPUtime=3600.67 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) S 50573 50576 49202 0 -1 4194304 1220427 229 0 0 359896 171 0 0 20 0 1 0 51525852 2386296832 573520 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 582592 573520 3552 6655 0 572554 0
[pid=50848] ppid=50576 vsize=46680 memory=24832 CPUtime=0.4 cores=1,3
/proc/50848/stat : 50848 (Exact) R 50576 50848 50848 0 -1 4194304 5154 0 0 0 39 1 0 0 20 0 1 0 51710038 47800320 6208 18446744073709551615 4198400 8335837 140727902949248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39018496 140727902951604 140727902951965 140727902951965 140727902957519 0
/proc/50848/statm: 11670 6208 960 1011 0 10437 0
Current children cumulated CPU time: 3601.07 s
Current children cumulated vsize: 2377048 KiB
Current children cumulated memory: 2318912 KiB

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

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

# cumulated CPU time of all completed processes:  user=3600.45 s, system=1.81445 s

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

[startup+1842.4 s]
/proc/loadavg: 7.91 8.09 8.08 5/261 50848
/proc/meminfo: memFree=123908240/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2330368 memory=2294080 CPUtime=3600.67 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) S 50573 50576 49202 0 -1 4194304 1220427 229 0 0 359896 171 0 0 20 0 1 0 51525852 2386296832 573520 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 582592 573520 3552 6655 0 572554 0
[pid=50848] ppid=50576 vsize=46812 memory=25088 CPUtime=0.5 cores=1,3
/proc/50848/stat : 50848 (Exact) R 50576 50848 50848 0 -1 4194304 5216 0 0 0 49 1 0 0 20 0 1 0 51710038 47935488 6272 18446744073709551615 4198400 8335837 140727902949248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39018496 140727902951604 140727902951965 140727902951965 140727902957519 0
/proc/50848/statm: 11703 6272 960 1011 0 10470 0
Current children cumulated CPU time: 3601.17 s
Current children cumulated vsize: 2377180 KiB
Current children cumulated memory: 2319168 KiB

[startup+1843.2 s]
/proc/loadavg: 7.91 8.09 8.08 5/262 50851
/proc/meminfo: memFree=123824124/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2330368 memory=2294080 CPUtime=3600.67 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) S 50573 50576 49202 0 -1 4194304 1220427 229 0 0 359896 171 0 0 20 0 1 0 51525852 2386296832 573520 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 582592 573520 3552 6655 0 572554 0
[pid=50848] ppid=50576 vsize=50892 memory=31940 CPUtime=1.29 cores=1,3
/proc/50848/stat : 50848 (Exact) R 50576 50848 50848 0 -1 4194304 6500 0 0 0 127 2 0 0 20 0 1 0 51710038 52113408 7985 18446744073709551615 4198400 8335837 140727902949248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39018496 140727902951604 140727902951965 140727902951965 140727902957519 0
/proc/50848/statm: 12723 7985 960 1011 0 11490 0
Current children cumulated CPU time: 3601.96 s
Current children cumulated vsize: 2381260 KiB
Current children cumulated memory: 2326020 KiB

[startup+1843.4 s]
/proc/loadavg: 7.91 8.09 8.08 5/262 50851
/proc/meminfo: memFree=123824124/131249988 swapFree=33010684/33010684
[pid=50576] ppid=50573 vsize=2330368 memory=2294080 CPUtime=3600.67 cores=1,3
/proc/50576/stat : 50576 (LSIPExact) S 50573 50576 49202 0 -1 4194304 1220427 229 0 0 359896 171 0 0 20 0 1 0 51525852 2386296832 573520 18446744073709551615 94197864042496 94197891298897 140726312308384 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94197899801736 94197900233344 94197908410368 140726312311130 140726312311306 140726312311306 140726312316908 0
/proc/50576/statm: 582592 573520 3552 6655 0 572554 0
[pid=50848] ppid=50576 vsize=52080 memory=35100 CPUtime=1.49 cores=1,3
/proc/50848/stat : 50848 (Exact) R 50576 50848 50848 0 -1 4194304 6793 0 0 0 147 2 0 0 20 0 1 0 51710038 53329920 8775 18446744073709551615 4198400 8335837 140727902949248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39018496 140727902951604 140727902951965 140727902951965 140727902957519 0
/proc/50848/statm: 13020 8775 960 1011 0 11787 0
Current children cumulated CPU time: 3602.16 s
Current children cumulated vsize: 2382448 KiB
Current children cumulated memory: 2329180 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1843.47
CPU time (s): 3602.26
CPU user time (s): 3600.45
CPU system time (s): 1.81445
CPU usage (%): 195.406
Max. virtual memory (cumulated for all children) (KiB): 2892532
Max. memory (cumulated for all children) (KiB): 2787764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.45
system time used= 1.81445
maximum resident set size= 2806816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1227449
page faults= 0
swaps= 0
block input operations= 81224
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 459
involuntary context switches= 76560


# summary of solver processes directly reported to runsolver:
#   pid: 50576
#   total CPU time (s): 3602.26
#   total CPU user time (s): 3600.45
#   total CPU system time (s): 1.81445

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.14827 second user time and 9.72861 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 10:28:03
IDJOB=4490091
IDBENCH=147570
IDSOLVER=3336
FILE ID=nodeC020/4490091-1751358482
RUNJOBID= nodeC020-1751349357-49214
SLURM_JOB_ID= 9598127
Free space on /tmp= 432608 MiB

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.898
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:        122238812 kB
MemAvailable:   122985408 kB
Buffers:            3280 kB
Cached:          1551032 kB
SwapCached:            0 kB
Active:          7206972 kB
Inactive:        1242628 kB
Active(anon):    6913344 kB
Inactive(anon):        0 kB
Active(file):     293628 kB
Inactive(file):  1242628 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            111532 kB
Writeback:             4 kB
AnonPages:       6893664 kB
Mapped:           139112 kB
Shmem:             18056 kB
KReclaimable:      99156 kB
Slab:             187704 kB
SReclaimable:      99156 kB
SUnreclaim:        88548 kB
KernelStack:        4320 kB
PageTables:        16660 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    7313120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2502656 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:46