Trace number 4489585

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.23 1820.57

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM9792288b3bfa4387008e61c6fa17d472
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 benchmark245
Best CPU time to get the best result obtained on this benchmark28904.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495293
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495293
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.19/1818.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.19/1818.50	c numVar: 10000
3600.19/1818.50	c numCon: 656900
3600.19/1818.50	c numEqual: 0
3600.19/1818.50	c intSize: 19
3600.19/1818.50	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.19/1818.50	c ------------------- Paras list -------------------
3600.19/1818.50	c Name                	 Type      	 Now       	 Default   	 Comment
3600.19/1818.50	c timeout             	 double    	 3600.000000	 3600      	 
3600.19/1818.50	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.19/1818.50	c ls_time             	 double    	 10.000000 	 10        	 
3600.19/1818.50	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.19/1818.50	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.19/1818.50	c random_seed         	 int       	 0         	 0         	 
3600.19/1818.50	c sample_size         	 int       	 50        	 50        	 
3600.19/1818.50	c sub_score           	 int       	 1         	 1         	 
3600.19/1818.50	c tabu_base           	 int       	 3         	 3         	 
3600.19/1818.50	c tabu_variation      	 int       	 1         	 1         	 
3600.19/1818.50	c sub_div             	 int       	 4         	 4         	 
3600.19/1818.50	c nbcore              	 int       	 2         	 1         	 
3600.19/1818.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.19/1818.50	c print_sol           	 int       	 1         	 1         	 
3600.19/1818.50	c tmpdir              	 string		 .         	 "."       	 
3600.19/1818.50	c home                	 string		 HOME	 "."       	 
3600.19/1818.50	c benchname           	 string		 HOME/instance-4489585-1751352998.opb	 ""        	 
3600.19/1818.50	c --------------------------------------------------
3600.19/1818.50	c Local Search solver
3600.19/1818.50	c LS find feasible solution for PBO with objective value 268
3600.19/1818.50	c MIP solver
3600.19/1818.50	c receive signal 15, try to interrupt solver...
3600.19/1818.50	c MIP solver find feasible solution
3600.19/1818.54	c MIP solver objective value: 250
3601.00/1819.34	c MIP find feasible solution for PBO with objective value 250
3601.00/1819.34	c copy file: 0
3601.00/1819.34	c gen ub file: HOME/instance-4489585-1751352998.opb_ub.opb
3601.00/1819.34	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 (60677 MiB free)
  memory of node 1: 64465 MiB (61623 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100065 s]*
/proc/loadavg: 7.82 8.03 8.00 5/267 49757
/proc/meminfo: memFree=124831928/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=212584 memory=169900 CPUtime=0.09 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 31733 0 0 0 4 5 0 0 20 0 1 0 50977383 217686016 42475 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 53146 42475 1184 6655 0 43381 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 212584 KiB
Current children cumulated memory: 169900 KiB

[startup+0.205786 s]*
/proc/loadavg: 7.82 8.03 8.00 4/263 49760
/proc/meminfo: memFree=126868828/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=253876 memory=219408 CPUtime=0.2 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 38486 0 0 0 13 7 0 0 20 0 1 0 50977383 259969024 54852 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 63469 54852 1184 6655 0 53704 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 253876 KiB
Current children cumulated memory: 219408 KiB

[startup+0.305637 s]*
/proc/loadavg: 7.82 8.03 8.00 4/257 49770
/proc/meminfo: memFree=128535792/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=275128 memory=240528 CPUtime=0.29 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 43793 0 0 0 22 7 0 0 20 0 1 0 50977383 281731072 60132 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 68782 60132 1184 6655 0 59017 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 275128 KiB
Current children cumulated memory: 240528 KiB

[startup+0.700161 s]
/proc/loadavg: 7.82 8.03 8.00 4/257 49773
/proc/meminfo: memFree=128462264/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=347628 memory=313104 CPUtime=0.68 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 61919 0 0 0 58 10 0 0 20 0 1 0 50977383 355971072 78276 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 86907 78276 1184 6655 0 77142 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 347628 KiB
Current children cumulated memory: 313104 KiB

[startup+1.50018 s]
/proc/loadavg: 7.82 8.03 8.00 5/260 49828
/proc/meminfo: memFree=128500212/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=388288 memory=353680 CPUtime=1.48 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 72051 0 0 0 136 12 0 0 20 0 1 0 50977383 397606912 88420 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 97072 88420 1184 6655 0 87307 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353680 KiB

[startup+3.10551 s]
/proc/loadavg: 7.82 8.03 8.00 5/266 49848
/proc/meminfo: memFree=127775648/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=388288 memory=353680 CPUtime=3.08 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 72081 0 0 0 296 12 0 0 20 0 1 0 50977383 397606912 88420 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 97072 88420 1184 6655 0 87307 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353680 KiB

[startup+6.30014 s]
/proc/loadavg: 7.59 7.98 7.98 5/266 49848
/proc/meminfo: memFree=127776164/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=388288 memory=353680 CPUtime=6.26 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 72141 0 0 0 614 12 0 0 20 0 1 0 50977383 397606912 88420 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 97072 88420 1184 6655 0 87307 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353680 KiB

[startup+12.7002 s]
/proc/loadavg: 7.38 7.93 7.96 5/268 49850
/proc/meminfo: memFree=126143280/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=900088 memory=800412 CPUtime=12.7 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 144708 0 0 0 1241 29 0 0 20 0 2 0 50977383 921690112 200103 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 225022 200103 3360 6655 0 200994 0
[pid=49752/tid=49850] ppid=49749 vsize=900088 memory=353552 CPUtime=0.05 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 1482 0 0 0 5 0 0 0 20 0 2 0 50978467 921690112 200103 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 12.7 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 800412 KiB

[startup+25.5002 s]
/proc/loadavg: 7.47 7.92 7.96 8/270 49853
/proc/meminfo: memFree=125836804/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=900088 memory=813852 CPUtime=38.12 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 154719 0 0 0 3781 31 0 0 20 0 2 0 50977383 921690112 203463 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 225022 203463 3488 6655 0 203989 0
[pid=49752/tid=49850] ppid=49749 vsize=900088 memory=813468 CPUtime=12.72 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 7764 0 0 0 1271 1 0 0 20 0 2 0 50978467 921690112 203463 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 38.12 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 813852 KiB

[startup+51.1057 s]
/proc/loadavg: 7.73 7.95 7.97 9/269 49853
/proc/meminfo: memFree=125887828/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=905696 memory=822104 CPUtime=88.22 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 169704 0 0 0 8790 32 0 0 20 0 2 0 50977383 927432704 205526 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 226424 205526 3488 6655 0 206084 0
[pid=49752/tid=49850] ppid=49749 vsize=905696 memory=822104 CPUtime=37.29 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 12305 0 0 0 3727 2 0 0 20 0 2 0 50978467 927432704 205526 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 88.22 s
Current children cumulated vsize: 905696 KiB
Current children cumulated memory: 822104 KiB

[startup+102.3 s]
/proc/loadavg: 7.96 7.97 7.98 9/269 49859
/proc/meminfo: memFree=125713664/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=913128 memory=832496 CPUtime=189.42 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 180697 0 0 0 18908 34 0 0 20 0 2 0 50977383 935043072 208124 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 228282 208124 3488 6655 0 208605 0
[pid=49752/tid=49850] ppid=49749 vsize=913128 memory=832496 CPUtime=87.84 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 19518 0 0 0 8782 2 0 0 20 0 2 0 50978467 935043072 208124 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 189.42 s
Current children cumulated vsize: 913128 KiB
Current children cumulated memory: 832496 KiB

[startup+162.3 s]
/proc/loadavg: 8.03 7.99 7.99 9/268 49861
/proc/meminfo: memFree=125507604/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=913128 memory=860588 CPUtime=308.68 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 204800 0 0 0 30831 37 0 0 20 0 2 0 50977383 935043072 215147 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 228282 215147 3488 6655 0 215627 0
[pid=49752/tid=49850] ppid=49749 vsize=913128 memory=840432 CPUtime=147.68 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 37605 0 0 0 14764 4 0 0 20 0 2 0 50978467 935043072 215147 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 308.68 s
Current children cumulated vsize: 913128 KiB
Current children cumulated memory: 860588 KiB

[startup+222.3 s]
/proc/loadavg: 8.13 8.03 8.00 9/267 49863
/proc/meminfo: memFree=125447832/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=1012344 memory=936876 CPUtime=427.95 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 226508 0 0 0 42754 41 0 0 20 0 2 0 50977383 1036640256 234219 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 253086 234219 3488 6655 0 234475 0
[pid=49752/tid=49850] ppid=49749 vsize=1012344 memory=18176 CPUtime=207.52 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 49083 0 0 0 20746 6 0 0 20 0 2 0 50978467 1036640256 234219 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 427.95 s
Current children cumulated vsize: 1012344 KiB
Current children cumulated memory: 936876 KiB

[startup+282.3 s]
/proc/loadavg: 8.11 8.04 8.00 9/267 49876
/proc/meminfo: memFree=125363012/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=1120896 memory=1022764 CPUtime=547.2 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 266089 0 0 0 54673 47 0 0 20 0 2 0 50977383 1147797504 255691 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 280224 255691 3488 6655 0 255977 0
[pid=49752/tid=49850] ppid=49749 vsize=1120896 memory=984876 CPUtime=267.35 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 68489 0 0 0 26726 9 0 0 20 0 2 0 50978467 1147797504 255691 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 547.2 s
Current children cumulated vsize: 1120896 KiB
Current children cumulated memory: 1022764 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/266 49878
/proc/meminfo: memFree=125149648/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=1169156 memory=1118252 CPUtime=666.43 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 308938 0 0 0 66588 55 0 0 20 0 2 0 50977383 1197215744 279563 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 292289 279563 3488 6655 0 279763 0
[pid=49752/tid=49850] ppid=49749 vsize=1169156 memory=984876 CPUtime=327.1 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 90095 0 0 0 32696 14 0 0 20 0 2 0 50978467 1197215744 279563 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 666.43 s
Current children cumulated vsize: 1169156 KiB
Current children cumulated memory: 1118252 KiB

[startup+402.3 s]

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

/proc/49752/statm: 585779 565181 3488 6655 0 564762 0
[pid=49752/tid=49850] ppid=49749 vsize=2343116 memory=2209740 CPUtime=1399.41 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 446740 0 0 0 139863 78 0 0 20 0 2 0 50978467 2399350784 565181 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 2812.81 s
Current children cumulated vsize: 2343116 KiB
Current children cumulated memory: 2260724 KiB

[startup+1482.3 s]
/proc/loadavg: 8.13 8.15 8.09 9/269 49938
/proc/meminfo: memFree=119925396/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=2383928 memory=2339444 CPUtime=2932.02 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 1018648 0 0 0 293018 184 0 0 20 0 2 0 50977383 2441142272 584861 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 595982 584861 3488 6655 0 584401 0
[pid=49752/tid=49850] ppid=49749 vsize=2383928 memory=2183628 CPUtime=1458.82 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 470579 0 0 0 145799 83 0 0 20 0 2 0 50978467 2441142272 584861 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 2932.02 s
Current children cumulated vsize: 2383928 KiB
Current children cumulated memory: 2339444 KiB

[startup+1542.3 s]
/proc/loadavg: 8.10 8.14 8.09 9/269 49940
/proc/meminfo: memFree=119608940/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=2487156 memory=2419396 CPUtime=3051.26 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 1080700 0 0 0 304933 193 0 0 20 0 2 0 50977383 2546847744 604849 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 621789 604849 3488 6655 0 604314 0
[pid=49752/tid=49850] ppid=49749 vsize=2487156 memory=18176 CPUtime=1518.23 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 499915 0 0 0 151735 88 0 0 20 0 2 0 50978467 2546847744 604849 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 3051.26 s
Current children cumulated vsize: 2487156 KiB
Current children cumulated memory: 2419396 KiB

[startup+1602.3 s]
/proc/loadavg: 8.15 8.14 8.09 9/268 49942
/proc/meminfo: memFree=119296992/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=2597276 memory=2508836 CPUtime=3170.52 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 1133816 0 0 0 316848 204 0 0 20 0 2 0 50977383 2659610624 627209 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 649319 627209 3488 6655 0 627073 0
[pid=49752/tid=49850] ppid=49749 vsize=2597276 memory=2508836 CPUtime=1577.65 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 527001 0 0 0 157671 94 0 0 20 0 2 0 50978467 2659610624 627209 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 3170.52 s
Current children cumulated vsize: 2597276 KiB
Current children cumulated memory: 2508836 KiB

[startup+1662.3 s]
/proc/loadavg: 8.16 8.15 8.09 9/268 49944
/proc/meminfo: memFree=118998856/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=2637604 memory=2592932 CPUtime=3289.76 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 1200157 0 0 0 328762 214 0 0 20 0 2 0 50977383 2700906496 648233 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 659401 648233 3488 6655 0 647830 0
[pid=49752/tid=49850] ppid=49749 vsize=2637604 memory=2562596 CPUtime=1637.07 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 558047 0 0 0 163607 100 0 0 20 0 2 0 50978467 2700906496 648233 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 3289.76 s
Current children cumulated vsize: 2637604 KiB
Current children cumulated memory: 2592932 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 8.13 8.09 9/268 49949
/proc/meminfo: memFree=118658636/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=2744772 memory=2668964 CPUtime=3409.02 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 1270201 0 0 0 340676 226 0 0 20 0 2 0 50977383 2810646528 667241 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 686193 667241 3488 6655 0 666765 0
[pid=49752/tid=49850] ppid=49749 vsize=2744772 memory=14848 CPUtime=1696.49 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 591659 0 0 0 169542 107 0 0 20 0 2 0 50978467 2810646528 667241 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 3409.02 s
Current children cumulated vsize: 2744772 KiB
Current children cumulated memory: 2668964 KiB

[startup+1782.3 s]
/proc/loadavg: 8.13 8.14 8.09 9/269 49953
/proc/meminfo: memFree=118345376/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=2851628 memory=2750448 CPUtime=3528.26 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 1327524 0 0 0 352591 235 0 0 20 0 2 0 50977383 2920067072 687612 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 712907 687612 3488 6655 0 687249 0
[pid=49752/tid=49850] ppid=49749 vsize=2851628 memory=2732132 CPUtime=1755.91 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 621647 0 0 0 175479 112 0 0 20 0 2 0 50978467 2920067072 687612 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 3528.26 s
Current children cumulated vsize: 2851628 KiB
Current children cumulated memory: 2750448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.5 s]
/proc/loadavg: 8.15 8.14 8.09 9/269 49955
/proc/meminfo: memFree=118118248/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=2876464 memory=2803636 CPUtime=3600.19 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 1369400 0 0 0 359778 241 0 0 20 0 2 0 50977383 2945499136 700909 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 719116 700909 3488 6655 0 700806 0
[pid=49752/tid=49850] ppid=49749 vsize=2876464 memory=14848 CPUtime=1791.75 cores=1,3
/proc/49752/task/49850/stat : 49850 (LSIPExact) R 49749 49752 49202 0 -1 4194368 641355 0 0 0 179059 116 0 0 20 0 2 0 50978467 2945499136 700909 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 2876464 KiB
Current children cumulated memory: 2803636 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.47 s, system=2.75912 s

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

[startup+1819.2 s]
/proc/loadavg: 8.06 8.12 8.09 8/268 49955
/proc/meminfo: memFree=118111192/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=2876464 memory=2801832 CPUtime=3600.9 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) R 49749 49752 49202 0 -1 4194304 1720400 0 0 0 359829 261 0 0 20 0 1 0 50977383 2945499136 700458 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 719116 700458 3520 6655 0 700806 0
Current children cumulated CPU time: 3600.9 s
Current children cumulated vsize: 2876464 KiB
Current children cumulated memory: 2801832 KiB

[startup+1820 s]*
/proc/loadavg: 8.06 8.12 8.09 7/268 49957
/proc/meminfo: memFree=118892828/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=2044300 memory=1950768 CPUtime=3601.03 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) S 49749 49752 49202 0 -1 4194304 1766013 226 0 0 359837 266 0 0 20 0 1 0 50977383 2093363200 487692 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 511075 487692 3520 6655 0 501307 0
[pid=49957] ppid=49752 vsize=62708 memory=54732 CPUtime=0.61 cores=1,3
/proc/49957/stat : 49957 (Exact) R 49752 49957 49957 0 -1 4194304 9997 0 0 0 59 2 0 0 20 0 1 0 51159317 64212992 13683 18446744073709551615 4198400 8335837 140732918714752 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 22220800 140732918720692 140732918721053 140732918721053 140732918726607 0
/proc/49957/statm: 15677 13683 928 1011 0 14444 0
Current children cumulated CPU time: 3601.64 s
Current children cumulated vsize: 2107008 KiB
Current children cumulated memory: 2005500 KiB

[startup+1820.4 s]
/proc/loadavg: 8.06 8.12 8.09 7/268 49957
/proc/meminfo: memFree=118892828/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=2044300 memory=1950768 CPUtime=3601.03 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) S 49749 49752 49202 0 -1 4194304 1766013 226 0 0 359837 266 0 0 20 0 1 0 50977383 2093363200 487692 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 511075 487692 3520 6655 0 501307 0
[pid=49957] ppid=49752 vsize=92604 memory=80724 CPUtime=1.01 cores=1,3
/proc/49957/stat : 49957 (Exact) R 49752 49957 49957 0 -1 4194304 14674 0 0 0 97 4 0 0 20 0 1 0 51159317 94826496 20181 18446744073709551615 4198400 8335837 140732918714752 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 22220800 140732918720692 140732918721053 140732918721053 140732918726607 0
/proc/49957/statm: 23151 20181 928 1011 0 21918 0
Current children cumulated CPU time: 3602.04 s
Current children cumulated vsize: 2136904 KiB
Current children cumulated memory: 2031492 KiB

[startup+1820.5 s]
/proc/loadavg: 8.06 8.12 8.09 7/268 49957
/proc/meminfo: memFree=118892828/131249988 swapFree=33010684/33010684
[pid=49752] ppid=49749 vsize=2044300 memory=1950768 CPUtime=3601.03 cores=1,3
/proc/49752/stat : 49752 (LSIPExact) S 49749 49752 49202 0 -1 4194304 1766013 226 0 0 359837 266 0 0 20 0 1 0 50977383 2093363200 487692 18446744073709551615 94019846512640 94019873769041 140736742653424 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94019882271880 94019882703488 94019913015296 140736742660442 140736742660618 140736742660618 140736742666220 0
/proc/49752/statm: 511075 487692 3520 6655 0 501307 0
[pid=49957] ppid=49752 vsize=95376 memory=85588 CPUtime=1.11 cores=1,3
/proc/49957/stat : 49957 (Exact) R 49752 49957 49957 0 -1 4194304 15382 0 0 0 107 4 0 0 20 0 1 0 51159317 97665024 21397 18446744073709551615 4198400 8335837 140732918714752 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 22220800 140732918720692 140732918721053 140732918721053 140732918726607 0
/proc/49957/statm: 23844 21397 928 1011 0 22611 0
Current children cumulated CPU time: 3602.14 s
Current children cumulated vsize: 2139676 KiB
Current children cumulated memory: 2036356 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1820.57
CPU time (s): 3602.23
CPU user time (s): 3599.47
CPU system time (s): 2.75912
CPU usage (%): 197.862
Max. virtual memory (cumulated for all children) (KiB): 2876464
Max. memory (cumulated for all children) (KiB): 2803636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.47
system time used= 2.75912
maximum resident set size= 2803764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1781622
page faults= 0
swaps= 0
block input operations= 33664
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 883
involuntary context switches= 67774


# summary of solver processes directly reported to runsolver:
#   pid: 49752
#   total CPU time (s): 3602.23
#   total CPU user time (s): 3599.47
#   total CPU system time (s): 2.75912

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53836 second user time and 7.53044 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 08:56:38
IDJOB=4489585
IDBENCH=147558
IDSOLVER=3336
FILE ID=nodeC020/4489585-1751352998
RUNJOBID= nodeC020-1751349357-49214
SLURM_JOB_ID= 9598127
Free space on /tmp= 432796 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489585-1751352998/watcher-4489585-1751352998 -o /tmp/evaluation-result-4489585-1751352998/solver-4489585-1751352998 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751349357-49214 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4489585-1751352998.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 9792288b3bfa4387008e61c6fa17d472
RANDOM SEED=1120022120

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.480
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		: 3600.678
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		: 3600.511
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.783
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		: 3601.358
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.896
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:        125250204 kB
MemAvailable:   125871196 kB
Buffers:            3280 kB
Cached:          1425456 kB
SwapCached:            0 kB
Active:          4204612 kB
Inactive:        1117052 kB
Active(anon):    3910984 kB
Inactive(anon):        0 kB
Active(file):     293628 kB
Inactive(file):  1117052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            123152 kB
Writeback:             0 kB
AnonPages:       3890312 kB
Mapped:           137956 kB
Shmem:             18056 kB
KReclaimable:      99104 kB
Slab:             187460 kB
SReclaimable:      99104 kB
SUnreclaim:        88356 kB
KernelStack:        4224 kB
PageTables:        10440 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    4311144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1507328 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= 432712 MiB
End job on nodeC020 at 2025-07-01 09:26:59