Trace number 4489677

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.15 1821.59

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMac2beb72083c40d036c40a53754bf1b9
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 benchmark255
Best CPU time to get the best result obtained on this benchmark30252.2
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 494728
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 494728
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.13/1819.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.13/1819.50	c numVar: 10000
3600.13/1819.50	c numCon: 656900
3600.13/1819.50	c numEqual: 0
3600.13/1819.50	c intSize: 19
3600.13/1819.50	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.13/1819.50	c ------------------- Paras list -------------------
3600.13/1819.50	c Name                	 Type      	 Now       	 Default   	 Comment
3600.13/1819.50	c timeout             	 double    	 3600.000000	 3600      	 
3600.13/1819.50	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.13/1819.50	c ls_time             	 double    	 10.000000 	 10        	 
3600.13/1819.50	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.13/1819.50	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.13/1819.50	c random_seed         	 int       	 0         	 0         	 
3600.13/1819.50	c sample_size         	 int       	 50        	 50        	 
3600.13/1819.50	c sub_score           	 int       	 1         	 1         	 
3600.13/1819.50	c tabu_base           	 int       	 3         	 3         	 
3600.13/1819.50	c tabu_variation      	 int       	 1         	 1         	 
3600.13/1819.50	c sub_div             	 int       	 4         	 4         	 
3600.13/1819.50	c nbcore              	 int       	 2         	 1         	 
3600.13/1819.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.13/1819.50	c print_sol           	 int       	 1         	 1         	 
3600.13/1819.50	c tmpdir              	 string		 .         	 "."       	 
3600.13/1819.50	c home                	 string		 HOME	 "."       	 
3600.13/1819.50	c benchname           	 string		 HOME/instance-4489677-1751352999.opb	 ""        	 
3600.13/1819.50	c --------------------------------------------------
3600.13/1819.50	c Local Search solver
3600.13/1819.50	c LS find feasible solution for PBO with objective value 293
3600.13/1819.50	c MIP solver
3600.13/1819.50	c receive signal 15, try to interrupt solver...
3600.13/1819.50	c MIP solver find feasible solution
3600.13/1819.54	c MIP solver objective value: 260
3600.93/1820.36	c MIP find feasible solution for PBO with objective value 260
3600.93/1820.36	c copy file: 0
3600.93/1820.36	c gen ub file: HOME/instance-4489677-1751352999.opb_ub.opb
3600.93/1820.36	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 (62319 MiB free)
  memory of node 1: 64465 MiB (63119 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=49847, runsolver pid=49840

[startup+0.100064 s]*
/proc/loadavg: 7.82 8.03 8.00 5/266 49848
/proc/meminfo: memFree=128134592/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=212584 memory=169576 CPUtime=0.08 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 31730 0 0 0 3 5 0 0 20 0 1 0 50977519 217686016 42394 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 53146 42394 1120 6655 0 43381 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 212584 KiB
Current children cumulated memory: 169576 KiB

[startup+0.205687 s]*
/proc/loadavg: 7.82 8.03 8.00 5/266 49848
/proc/meminfo: memFree=128043168/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=253084 memory=218316 CPUtime=0.19 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 38266 0 0 0 12 7 0 0 20 0 1 0 50977519 259158016 54579 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 63271 54579 1152 6655 0 53506 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 253084 KiB
Current children cumulated memory: 218316 KiB

[startup+0.305554 s]*
/proc/loadavg: 7.82 8.03 8.00 5/266 49848
/proc/meminfo: memFree=128010912/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=273412 memory=238668 CPUtime=0.29 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 43364 0 0 0 21 8 0 0 20 0 1 0 50977519 279973888 59667 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 68353 59667 1152 6655 0 58588 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 273412 KiB
Current children cumulated memory: 238668 KiB

[startup+0.700183 s]
/proc/loadavg: 7.82 8.03 8.00 5/266 49848
/proc/meminfo: memFree=127930524/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=337728 memory=303052 CPUtime=0.69 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 59447 0 0 0 58 11 0 0 20 0 1 0 50977519 345833472 75763 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 84432 75763 1152 6655 0 74667 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 337728 KiB
Current children cumulated memory: 303052 KiB

[startup+1.50019 s]
/proc/loadavg: 7.82 8.03 8.00 5/266 49848
/proc/meminfo: memFree=127769404/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=388288 memory=353484 CPUtime=1.48 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 72048 0 0 0 136 12 0 0 20 0 1 0 50977519 397606912 88371 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 97072 88371 1152 6655 0 87307 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353484 KiB

[startup+3.10455 s]
/proc/loadavg: 7.59 7.98 7.98 5/266 49848
/proc/meminfo: memFree=127776048/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=388288 memory=353484 CPUtime=3.08 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 72078 0 0 0 296 12 0 0 20 0 1 0 50977519 397606912 88371 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 97072 88371 1152 6655 0 87307 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353484 KiB

[startup+6.30009 s]
/proc/loadavg: 7.59 7.98 7.98 5/266 49848
/proc/meminfo: memFree=127776180/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=388288 memory=353484 CPUtime=6.27 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 72138 0 0 0 614 13 0 0 20 0 1 0 50977519 397606912 88371 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 97072 88371 1152 6655 0 87307 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353484 KiB

[startup+12.7002 s]
/proc/loadavg: 7.27 7.90 7.95 7/270 49852
/proc/meminfo: memFree=125882672/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=900088 memory=801428 CPUtime=12.74 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 140956 0 0 0 1245 29 0 0 20 0 2 0 50977519 921690112 200357 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 225022 200357 3296 6655 0 200994 0
[pid=49847/tid=49851] ppid=49840 vsize=900088 memory=832748 CPUtime=0.08 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 1481 0 0 0 8 0 0 0 20 0 2 0 50978604 921690112 200357 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 12.74 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 801428 KiB

[startup+25.5002 s]
/proc/loadavg: 7.47 7.92 7.96 9/270 49853
/proc/meminfo: memFree=125859884/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=900088 memory=815672 CPUtime=37.83 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 155666 0 0 0 3752 31 0 0 20 0 2 0 50977519 921690112 203918 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 225022 203918 3712 6655 0 203532 0
[pid=49847/tid=49851] ppid=49840 vsize=900088 memory=10752 CPUtime=12.41 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 7342 0 0 0 1240 1 0 0 20 0 2 0 50978604 921690112 203918 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 37.83 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 815672 KiB

[startup+51.1055 s]
/proc/loadavg: 7.73 7.95 7.97 9/269 49853
/proc/meminfo: memFree=125885812/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=900088 memory=818616 CPUtime=88.61 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 170109 0 0 0 8829 32 0 0 20 0 2 0 50977519 921690112 204654 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 225022 204654 3712 6655 0 204240 0
[pid=49847/tid=49851] ppid=49840 vsize=900088 memory=815800 CPUtime=37.68 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 15283 0 0 0 3767 1 0 0 20 0 2 0 50978604 921690112 204654 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 88.61 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 818616 KiB

[startup+102.3 s]
/proc/loadavg: 7.96 7.97 7.98 9/269 49859
/proc/meminfo: memFree=125712656/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=914832 memory=866832 CPUtime=190.31 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 196765 0 0 0 18995 36 0 0 20 0 2 0 50977519 936787968 216708 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 228708 216708 3712 6655 0 215013 0
[pid=49847/tid=49851] ppid=49840 vsize=914832 memory=863888 CPUtime=88.34 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 29756 0 0 0 8831 3 0 0 20 0 2 0 50978604 936787968 216708 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 190.31 s
Current children cumulated vsize: 914832 KiB
Current children cumulated memory: 866832 KiB

[startup+162.3 s]
/proc/loadavg: 8.03 8.00 7.99 9/267 49861
/proc/meminfo: memFree=125507604/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=967652 memory=931872 CPUtime=307.94 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 252381 0 0 0 30749 45 0 0 20 0 2 0 50977519 990875648 232968 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 241913 232968 3712 6655 0 232146 0
[pid=49847/tid=49851] ppid=49840 vsize=967652 memory=931872 CPUtime=147.4 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 48567 0 0 0 14732 8 0 0 20 0 2 0 50978604 990875648 232968 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 307.94 s
Current children cumulated vsize: 967652 KiB
Current children cumulated memory: 931872 KiB

[startup+222.3 s]
/proc/loadavg: 8.12 8.02 8.00 9/267 49863
/proc/meminfo: memFree=125447832/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=967652 memory=931872 CPUtime=427.16 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 261819 0 0 0 42670 46 0 0 20 0 2 0 50977519 990875648 232968 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 241913 232968 3712 6655 0 232146 0
[pid=49847/tid=49851] ppid=49840 vsize=967652 memory=14848 CPUtime=207.2 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 53855 0 0 0 20711 9 0 0 20 0 2 0 50978604 990875648 232968 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 427.16 s
Current children cumulated vsize: 967652 KiB
Current children cumulated memory: 931872 KiB

[startup+282.3 s]
/proc/loadavg: 8.10 8.03 8.00 9/267 49876
/proc/meminfo: memFree=125363012/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=967652 memory=931872 CPUtime=546.38 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 269359 0 0 0 54591 47 0 0 20 0 2 0 50977519 990875648 232968 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 241913 232968 3712 6655 0 232146 0
[pid=49847/tid=49851] ppid=49840 vsize=967652 memory=931872 CPUtime=267.02 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 58525 0 0 0 26692 10 0 0 20 0 2 0 50978604 990875648 232968 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 546.38 s
Current children cumulated vsize: 967652 KiB
Current children cumulated memory: 931872 KiB

[startup+342.3 s]
/proc/loadavg: 8.08 8.04 8.00 9/266 49878
/proc/meminfo: memFree=125143336/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=1033188 memory=947396 CPUtime=665.58 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 294821 0 0 0 66507 51 0 0 20 0 2 0 50977519 1057984512 236849 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 258297 236849 3712 6655 0 235166 0
[pid=49847/tid=49851] ppid=49840 vsize=1033188 memory=931872 CPUtime=326.83 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 73958 0 0 0 32670 13 0 0 20 0 2 0 50978604 1057984512 236849 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 665.58 s
Current children cumulated vsize: 1033188 KiB
Current children cumulated memory: 947396 KiB


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

/proc/49847/statm: 558897 539610 3712 6655 0 538096 0
[pid=49847/tid=49851] ppid=49840 vsize=2235588 memory=1978448 CPUtime=1403.16 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 561072 0 0 0 140221 95 0 0 20 0 2 0 50978604 2289242112 539610 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 2811.23 s
Current children cumulated vsize: 2235588 KiB
Current children cumulated memory: 2158440 KiB

[startup+1482.3 s]
/proc/loadavg: 8.13 8.15 8.09 9/269 49938
/proc/meminfo: memFree=119911032/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=2275780 memory=2236776 CPUtime=2930.43 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 1373449 0 0 0 292818 225 0 0 20 0 2 0 50977519 2330398720 559194 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 568945 559194 3712 6655 0 557558 0
[pid=49847/tid=49851] ppid=49840 vsize=2275780 memory=18176 CPUtime=1462.96 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 607411 0 0 0 146194 102 0 0 20 0 2 0 50978604 2330398720 559194 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 2930.43 s
Current children cumulated vsize: 2275780 KiB
Current children cumulated memory: 2236776 KiB

[startup+1542.3 s]
/proc/loadavg: 8.10 8.14 8.09 9/269 49940
/proc/meminfo: memFree=119606368/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=2388628 memory=2321228 CPUtime=3049.63 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 1465868 0 0 0 304725 238 0 0 20 0 2 0 50977519 2445955072 580307 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 597157 580307 3712 6655 0 578655 0
[pid=49847/tid=49851] ppid=49840 vsize=2388628 memory=2312168 CPUtime=1522.75 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 651147 0 0 0 152167 108 0 0 20 0 2 0 50978604 2445955072 580307 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 3049.63 s
Current children cumulated vsize: 2388628 KiB
Current children cumulated memory: 2321228 KiB

[startup+1602.3 s]
/proc/loadavg: 8.15 8.14 8.09 9/268 49942
/proc/meminfo: memFree=119287812/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=2484032 memory=2396196 CPUtime=3168.79 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 1545023 0 0 0 316631 248 0 0 20 0 2 0 50977519 2543648768 599049 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 621008 599049 3712 6655 0 597806 0
[pid=49847/tid=49851] ppid=49840 vsize=2484032 memory=2386468 CPUtime=1582.53 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 694722 0 0 0 158139 114 0 0 20 0 2 0 50978604 2543648768 599049 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 3168.79 s
Current children cumulated vsize: 2484032 KiB
Current children cumulated memory: 2396196 KiB

[startup+1662.3 s]
/proc/loadavg: 8.16 8.15 8.09 9/268 49944
/proc/meminfo: memFree=118990792/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=2524468 memory=2474148 CPUtime=3287.95 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 1620809 0 0 0 328533 262 0 0 20 0 2 0 50977519 2585055232 618537 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 631117 618537 3712 6655 0 617012 0
[pid=49847/tid=49851] ppid=49840 vsize=2524468 memory=10752 CPUtime=1642.34 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 730865 0 0 0 164111 123 0 0 20 0 2 0 50978604 2585055232 618537 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 3287.95 s
Current children cumulated vsize: 2524468 KiB
Current children cumulated memory: 2474148 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 8.13 8.09 9/268 49949
/proc/meminfo: memFree=118657628/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=2631364 memory=2558176 CPUtime=3407.12 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 1716663 0 0 0 340435 277 0 0 20 0 2 0 50977519 2694516736 639544 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 657841 639544 3712 6655 0 638639 0
[pid=49847/tid=49851] ppid=49840 vsize=2631364 memory=2482468 CPUtime=1702.13 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 778941 0 0 0 170082 131 0 0 20 0 2 0 50978604 2694516736 639544 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 3407.12 s
Current children cumulated vsize: 2631364 KiB
Current children cumulated memory: 2558176 KiB

[startup+1782.3 s]
/proc/loadavg: 8.13 8.14 8.09 9/269 49953
/proc/meminfo: memFree=118341092/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=2672068 memory=2637032 CPUtime=3526.26 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 1800653 0 0 0 352336 290 0 0 20 0 2 0 50977519 2736197632 659258 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 668017 659258 3712 6655 0 657582 0
[pid=49847/tid=49851] ppid=49840 vsize=2672068 memory=14848 CPUtime=1761.91 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 821042 0 0 0 176054 137 0 0 20 0 2 0 50978604 2736197632 659258 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 3526.26 s
Current children cumulated vsize: 2672068 KiB
Current children cumulated memory: 2637032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.5 s]
/proc/loadavg: 8.06 8.12 8.09 7/269 49958
/proc/meminfo: memFree=119291524/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=2763768 memory=2686820 CPUtime=3600.13 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) R 49840 49847 49202 0 -1 4194304 1845077 0 0 0 359714 299 0 0 20 0 2 0 50977519 2830098432 671705 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 690942 671705 3712 6655 0 670336 0
[pid=49847/tid=49851] ppid=49840 vsize=2763768 memory=2673380 CPUtime=1798.98 cores=0,2
/proc/49847/task/49851/stat : 49851 (LSIPExact) R 49840 49847 49202 0 -1 4194368 844556 0 0 0 179756 142 0 0 20 0 2 0 50978604 2830098432 671705 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 2763768 KiB
Current children cumulated memory: 2686820 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.79 s, system=3.36061 s

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

[startup+1820.8 s]
/proc/loadavg: 8.06 8.12 8.09 4/262 49967
/proc/meminfo: memFree=121172492/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=1866068 memory=1830684 CPUtime=3600.96 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) S 49840 49847 49202 0 -1 4194304 2235638 227 0 0 359772 324 0 0 20 0 1 0 50977519 1910853632 457671 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 466517 457671 3744 6655 0 456727 0
Current children cumulated CPU time: 3600.96 s
Current children cumulated vsize: 1866068 KiB
Current children cumulated memory: 1830684 KiB

[startup+1821.2 s]
/proc/loadavg: 8.06 8.12 8.09 5/264 50043
/proc/meminfo: memFree=125194372/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=1866068 memory=1830684 CPUtime=3600.96 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) S 49840 49847 49202 0 -1 4194304 2235638 227 0 0 359772 324 0 0 20 0 1 0 50977519 1910853632 457671 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 466517 457671 3744 6655 0 456727 0
[pid=49987] ppid=49847 vsize=82648 memory=68312 CPUtime=0.77 cores=0,2
/proc/49987/stat : 49987 (Exact) R 49847 49987 49987 0 -1 4194304 12601 0 0 0 74 3 0 0 20 0 1 0 51159556 84631552 17078 18446744073709551615 4198400 8335837 140728645203936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38072320 140728645208244 140728645208605 140728645208605 140728645214159 0
/proc/49987/statm: 20662 17078 928 1011 0 19429 0
Current children cumulated CPU time: 3601.73 s
Current children cumulated vsize: 1948716 KiB
Current children cumulated memory: 1898996 KiB

[startup+1821.4 s]
/proc/loadavg: 8.06 8.12 8.09 5/264 50043
/proc/meminfo: memFree=125194372/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=1866068 memory=1830684 CPUtime=3600.96 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) S 49840 49847 49202 0 -1 4194304 2235638 227 0 0 359772 324 0 0 20 0 1 0 50977519 1910853632 457671 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 466517 457671 3744 6655 0 456727 0
[pid=49987] ppid=49847 vsize=93572 memory=82984 CPUtime=0.98 cores=0,2
/proc/49987/stat : 49987 (Exact) R 49847 49987 49987 0 -1 4194304 15246 0 0 0 94 4 0 0 20 0 1 0 51159556 95817728 20746 18446744073709551615 4198400 8335837 140728645203936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38072320 140728645208244 140728645208605 140728645208605 140728645214159 0
/proc/49987/statm: 23393 20746 928 1011 0 22160 0
Current children cumulated CPU time: 3601.94 s
Current children cumulated vsize: 1959640 KiB
Current children cumulated memory: 1913668 KiB

[startup+1821.5 s]
/proc/loadavg: 8.06 8.12 8.09 5/264 50043
/proc/meminfo: memFree=125194372/131249988 swapFree=33010684/33010684
[pid=49847] ppid=49840 vsize=1866068 memory=1830684 CPUtime=3600.96 cores=0,2
/proc/49847/stat : 49847 (LSIPExact) S 49840 49847 49202 0 -1 4194304 2235638 227 0 0 359772 324 0 0 20 0 1 0 50977519 1910853632 457671 18446744073709551615 94101681807360 94101709063761 140732566833072 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94101717566600 94101717998208 94101734125568 140732566837594 140732566837770 140732566837770 140732566843372 0
/proc/49847/statm: 466517 457671 3744 6655 0 456727 0
[pid=49987] ppid=49847 vsize=96212 memory=87772 CPUtime=1.08 cores=0,2
/proc/49987/stat : 49987 (Exact) R 49847 49987 49987 0 -1 4194304 15920 0 0 0 104 4 0 0 20 0 1 0 51159556 98521088 21943 18446744073709551615 4198400 8335837 140728645203936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38072320 140728645208244 140728645208605 140728645208605 140728645214159 0
/proc/49987/statm: 24053 21943 928 1011 0 22820 0
Current children cumulated CPU time: 3602.04 s
Current children cumulated vsize: 1962280 KiB
Current children cumulated memory: 1918456 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1821.59
CPU time (s): 3602.15
CPU user time (s): 3598.79
CPU system time (s): 3.36061
CPU usage (%): 197.748
Max. virtual memory (cumulated for all children) (KiB): 2763768
Max. memory (cumulated for all children) (KiB): 2686820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.79
system time used= 3.36061
maximum resident set size= 2687076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2251786
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= 1175
involuntary context switches= 118405


# summary of solver processes directly reported to runsolver:
#   pid: 49847
#   total CPU time (s): 3602.15
#   total CPU user time (s): 3598.79
#   total CPU system time (s): 3.36061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.68377 second user time and 8.38201 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 08:56:39
IDJOB=4489677
IDBENCH=147561
IDSOLVER=3336
FILE ID=nodeC020/4489677-1751352999
RUNJOBID= nodeC020-1751349357-49212
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_4.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-4489677-1751352999/watcher-4489677-1751352999 -o /tmp/evaluation-result-4489677-1751352999/solver-4489677-1751352999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751349357-49212 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4489677-1751352999.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= ac2beb72083c40d036c40a53754bf1b9
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.944
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.820
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.026
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.082
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.897
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		: 3600.060
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.898
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		: 3600.407
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:        128454020 kB
MemAvailable:   129041924 kB
Buffers:            3280 kB
Cached:          1392360 kB
SwapCached:            0 kB
Active:          1090028 kB
Inactive:        1083948 kB
Active(anon):     796400 kB
Inactive(anon):        0 kB
Active(file):     293628 kB
Inactive(file):  1083948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            245968 kB
Writeback:             0 kB
AnonPages:        781472 kB
Mapped:           109348 kB
Shmem:             18056 kB
KReclaimable:      99132 kB
Slab:             187544 kB
SReclaimable:      99132 kB
SUnreclaim:        88412 kB
KernelStack:        4208 kB
PageTables:         4416 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1090504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 432708 MiB
End job on nodeC020 at 2025-07-01 09:27:01