Trace number 4521111

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 1825.73

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/
normalized-maxcut_opt_complete_6-partite_inlv_nvert_69.opb
MD5SUM1733aa67cc51115e0f42d9b93b5f287e
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 benchmark-1190
Best CPU time to get the best result obtained on this benchmark2067.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2346
Total number of constraints209576
Number of constraints which are clauses209576
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 constraint3
Maximum length of a constraint3
Number of terms in the objective function 1983
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1983
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1983
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.00/1823.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.00/1823.70	c numVar: 2346
3600.00/1823.70	c numCon: 209576
3600.00/1823.70	c numEqual: 0
3600.00/1823.70	c intSize: 11
3600.00/1823.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.00/1823.70	c ------------------- Paras list -------------------
3600.00/1823.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.00/1823.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.00/1823.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.00/1823.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.00/1823.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.00/1823.70	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.00/1823.70	c random_seed         	 int       	 0         	 0         	 
3600.00/1823.70	c sample_size         	 int       	 50        	 50        	 
3600.00/1823.70	c sub_score           	 int       	 1         	 1         	 
3600.00/1823.70	c tabu_base           	 int       	 3         	 3         	 
3600.00/1823.70	c tabu_variation      	 int       	 1         	 1         	 
3600.00/1823.70	c sub_div             	 int       	 4         	 4         	 
3600.00/1823.70	c nbcore              	 int       	 2         	 1         	 
3600.00/1823.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.00/1823.70	c print_sol           	 int       	 1         	 1         	 
3600.00/1823.70	c tmpdir              	 string		 .         	 "."       	 
3600.00/1823.70	c home                	 string		 HOME	 "."       	 
3600.00/1823.70	c benchname           	 string		 HOME/instance-4521111-1751566455.opb	 ""        	 
3600.00/1823.70	c --------------------------------------------------
3600.00/1823.70	c Local Search solver
3600.00/1823.70	c LS find feasible solution for PBO with objective value -1190
3600.00/1823.70	c MIP solver
3600.00/1823.70	c receive signal 15, try to interrupt solver...
3600.21/1823.87	c MIP solver find feasible solution
3600.21/1823.88	c MIP solver objective value: -1190
3600.36/1823.94	c MIP find feasible solution for PBO with objective value -1190
3600.36/1823.94	c copy file: 0
3600.36/1823.94	c gen ub file: HOME/instance-4521111-1751566455.opb_ub.opb
3600.36/1823.94	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: 63665 MiB (61392 MiB free)
  memory of node 1: 64507 MiB (59035 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521111-1751566455/watcher-4521111-1751566455 -o /tmp/evaluation-result-4521111-1751566455/solver-4521111-1751566455 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751565791-83968 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4521111-1751566455.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=84426, runsolver pid=84423

[startup+0.100067 s]*
/proc/loadavg: 8.12 7.12 5.49 8/267 84427
/proc/meminfo: memFree=123243528/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=113872 memory=79284 CPUtime=0.09 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 15246 0 0 0 6 3 0 0 20 0 1 0 72323280 116604928 19821 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 28468 19821 1152 6655 0 18703 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 113872 KiB
Current children cumulated memory: 79284 KiB

[startup+0.205911 s]*
/proc/loadavg: 8.12 7.12 5.49 8/267 84427
/proc/meminfo: memFree=123219588/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=135660 memory=101044 CPUtime=0.2 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 20684 0 0 0 16 4 0 0 20 0 1 0 72323280 138915840 25261 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 33915 25261 1152 6655 0 24150 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 135660 KiB
Current children cumulated memory: 101044 KiB

[startup+0.305859 s]*
/proc/loadavg: 8.12 7.12 5.49 8/267 84427
/proc/meminfo: memFree=123203460/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=155608 memory=121012 CPUtime=0.3 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 25675 0 0 0 25 5 0 0 20 0 1 0 72323280 159342592 30253 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 38902 30253 1152 6655 0 29137 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 155608 KiB
Current children cumulated memory: 121012 KiB

[startup+0.700186 s]
/proc/loadavg: 8.12 7.12 5.49 8/267 84427
/proc/meminfo: memFree=123179268/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=177928 memory=143284 CPUtime=0.68 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 31267 0 0 0 62 6 0 0 20 0 1 0 72323280 182198272 35821 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 44482 35821 1152 6655 0 34717 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 177928 KiB
Current children cumulated memory: 143284 KiB

[startup+1.50019 s]
/proc/loadavg: 8.12 7.12 5.49 8/267 84427
/proc/meminfo: memFree=123179268/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=178408 memory=143668 CPUtime=1.48 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 31360 0 0 0 142 6 0 0 20 0 1 0 72323280 182689792 35917 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 44602 35917 1152 6655 0 34837 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 178408 KiB
Current children cumulated memory: 143668 KiB

[startup+3.10555 s]
/proc/loadavg: 8.03 7.12 5.49 8/267 84427
/proc/meminfo: memFree=123179284/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=178408 memory=143668 CPUtime=3.08 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 31367 0 0 0 302 6 0 0 20 0 1 0 72323280 182689792 35917 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 44602 35917 1152 6655 0 34837 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 178408 KiB
Current children cumulated memory: 143668 KiB

[startup+6.30018 s]
/proc/loadavg: 8.03 7.12 5.49 8/267 84427
/proc/meminfo: memFree=123179984/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=178408 memory=143668 CPUtime=6.26 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 31374 0 0 0 620 6 0 0 20 0 1 0 72323280 182689792 35917 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 44602 35917 1152 6655 0 34837 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 178408 KiB
Current children cumulated memory: 143668 KiB

[startup+12.7002 s]
/proc/loadavg: 7.87 7.11 5.51 8/268 84428
/proc/meminfo: memFree=122934452/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=526988 memory=413204 CPUtime=12.65 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 91455 0 0 0 1246 19 0 0 20 0 2 0 72323280 539635712 103301 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 131747 103301 2880 6655 0 111986 0
[pid=84426/tid=84428] ppid=84423 vsize=526988 memory=406804 CPUtime=0 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) S 84423 84426 83956 0 -1 4194368 2662 0 0 0 0 0 0 0 20 0 2 0 72324309 539635712 103301 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 526988 KiB
Current children cumulated memory: 413204 KiB

[startup+25.5002 s]
/proc/loadavg: 7.89 7.14 5.54 9/268 84428
/proc/meminfo: memFree=122851660/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=526988 memory=475900 CPUtime=34.6 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 121249 0 0 0 3437 23 0 0 20 0 2 0 72323280 539635712 118975 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 131747 118975 3296 6655 0 121536 0
[pid=84426/tid=84428] ppid=84423 vsize=526988 memory=475900 CPUtime=9.22 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 16703 0 0 0 920 2 0 0 20 0 2 0 72324309 539635712 118975 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 34.6 s
Current children cumulated vsize: 526988 KiB
Current children cumulated memory: 475900 KiB

[startup+51.1059 s]
/proc/loadavg: 8.00 7.23 5.61 9/268 84429
/proc/meminfo: memFree=122732096/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=658468 memory=596056 CPUtime=85.33 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 151934 0 0 0 8505 28 0 0 20 0 2 0 72323280 674271232 149014 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 164617 149014 3328 6655 0 151459 0
[pid=84426/tid=84428] ppid=84423 vsize=658468 memory=595800 CPUtime=34.48 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 46142 0 0 0 3441 7 0 0 20 0 2 0 72324309 674271232 149014 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 85.33 s
Current children cumulated vsize: 658468 KiB
Current children cumulated memory: 596056 KiB

[startup+102.3 s]
/proc/loadavg: 8.06 7.38 5.76 9/266 84430
/proc/meminfo: memFree=122290612/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=968556 memory=880448 CPUtime=186.85 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 232690 0 0 0 18646 39 0 0 20 0 2 0 72323280 991801344 220112 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 242139 220112 3392 6655 0 230136 0
[pid=84426/tid=84428] ppid=84423 vsize=968556 memory=687036 CPUtime=85.03 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 74595 0 0 0 8493 10 0 0 20 0 2 0 72324309 991801344 220112 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 186.85 s
Current children cumulated vsize: 968556 KiB
Current children cumulated memory: 880448 KiB

[startup+162.3 s]
/proc/loadavg: 8.07 7.51 5.90 9/269 84438
/proc/meminfo: memFree=122178004/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=1108124 memory=1011084 CPUtime=305.94 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 268439 0 0 0 30549 45 0 0 20 0 2 0 72323280 1134718976 252771 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 277031 252771 3392 6655 0 266786 0
[pid=84426/tid=84428] ppid=84423 vsize=1108124 memory=1011084 CPUtime=144.35 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 87654 0 0 0 14423 12 0 0 20 0 2 0 72324309 1134718976 252771 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 305.94 s
Current children cumulated vsize: 1108124 KiB
Current children cumulated memory: 1011084 KiB

[startup+222.3 s]
/proc/loadavg: 8.16 7.64 6.05 9/269 84442
/proc/meminfo: memFree=121520448/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=1083776 memory=1000340 CPUtime=425.06 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 296124 0 0 0 42459 47 0 0 20 0 2 0 72323280 1109786624 250085 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 270944 250085 3392 6655 0 260699 0
[pid=84426/tid=84428] ppid=84423 vsize=1083776 memory=10752 CPUtime=203.68 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 101441 0 0 0 20355 13 0 0 20 0 2 0 72324309 1109786624 250085 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 425.06 s
Current children cumulated vsize: 1083776 KiB
Current children cumulated memory: 1000340 KiB

[startup+282.3 s]
/proc/loadavg: 8.11 7.73 6.18 9/270 84445
/proc/meminfo: memFree=121317164/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=1083784 memory=1004640 CPUtime=544.13 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 315838 0 0 0 54363 50 0 0 20 0 2 0 72323280 1109794816 251160 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 270946 251160 3392 6655 0 260701 0
[pid=84426/tid=84428] ppid=84423 vsize=1083784 memory=1004564 CPUtime=262.98 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 120842 0 0 0 26284 14 0 0 20 0 2 0 72324309 1109794816 251160 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 544.13 s
Current children cumulated vsize: 1083784 KiB
Current children cumulated memory: 1004640 KiB

[startup+342.3 s]
/proc/loadavg: 8.08 7.79 6.31 9/270 84447
/proc/meminfo: memFree=120697276/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=1083784 memory=1004640 CPUtime=663.13 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 346084 0 0 0 66261 52 0 0 20 0 2 0 72323280 1109794816 251160 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 270946 251160 3392 6655 0 260701 0
[pid=84426/tid=84428] ppid=84423 vsize=1083784 memory=1004564 CPUtime=322.27 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 134392 0 0 0 32211 16 0 0 20 0 2 0 72324309 1109794816 251160 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 663.13 s
Current children cumulated vsize: 1083784 KiB
Current children cumulated memory: 1004640 KiB


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

Current children cumulated vsize: 1043728 KiB
Current children cumulated memory: 965640 KiB

[startup+1542.3 s]
/proc/loadavg: 8.03 8.01 7.60 9/269 84649
/proc/meminfo: memFree=121477520/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=1043728 memory=965644 CPUtime=3041.81 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 648878 0 0 0 304082 99 0 0 20 0 2 0 72323280 1068777472 241411 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 260932 241411 3392 6655 0 250687 0
[pid=84426/tid=84428] ppid=84423 vsize=1043728 memory=14824 CPUtime=1506.88 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 291694 0 0 0 150642 46 0 0 20 0 2 0 72324309 1068777472 241411 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 3041.81 s
Current children cumulated vsize: 1043728 KiB
Current children cumulated memory: 965644 KiB

[startup+1602.3 s]
/proc/loadavg: 8.12 8.04 7.64 9/269 84651
/proc/meminfo: memFree=120949184/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=1043728 memory=965784 CPUtime=3160.81 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 656327 0 0 0 315980 101 0 0 20 0 2 0 72323280 1068777472 241446 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 260932 241446 3392 6655 0 250687 0
[pid=84426/tid=84428] ppid=84423 vsize=1043728 memory=14824 CPUtime=1566.15 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 291817 0 0 0 156569 46 0 0 20 0 2 0 72324309 1068777472 241446 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 3160.81 s
Current children cumulated vsize: 1043728 KiB
Current children cumulated memory: 965784 KiB

[startup+1662.3 s]
/proc/loadavg: 7.57 7.89 7.62 8/269 84838
/proc/meminfo: memFree=122616304/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=1043728 memory=965796 CPUtime=3279.82 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 677620 0 0 0 327879 103 0 0 20 0 2 0 72323280 1068777472 241449 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 260932 241449 3392 6655 0 250687 0
[pid=84426/tid=84428] ppid=84423 vsize=1043728 memory=14824 CPUtime=1625.43 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 300354 0 0 0 162496 47 0 0 20 0 2 0 72324309 1068777472 241449 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 3279.82 s
Current children cumulated vsize: 1043728 KiB
Current children cumulated memory: 965796 KiB

[startup+1722.3 s]
/proc/loadavg: 7.32 7.76 7.59 8/268 84931
/proc/meminfo: memFree=122790240/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=1043728 memory=965812 CPUtime=3398.84 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 687638 0 0 0 339779 105 0 0 20 0 2 0 72323280 1068777472 241453 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 260932 241453 3392 6655 0 250687 0
[pid=84426/tid=84428] ppid=84423 vsize=1043728 memory=965796 CPUtime=1684.72 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 309243 0 0 0 168423 49 0 0 20 0 2 0 72324309 1068777472 241453 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 3398.84 s
Current children cumulated vsize: 1043728 KiB
Current children cumulated memory: 965812 KiB

[startup+1782.3 s]
/proc/loadavg: 7.75 7.79 7.61 9/269 84934
/proc/meminfo: memFree=122676716/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=1043728 memory=966356 CPUtime=3517.89 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 689516 0 0 0 351683 106 0 0 20 0 2 0 72323280 1068777472 241589 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 260932 241589 3392 6655 0 250687 0
[pid=84426/tid=84428] ppid=84423 vsize=1043728 memory=966356 CPUtime=1744.01 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 310952 0 0 0 174352 49 0 0 20 0 2 0 72324309 1068777472 241589 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 3517.89 s
Current children cumulated vsize: 1043728 KiB
Current children cumulated memory: 966356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1823.7 s]
/proc/loadavg: 7.96 7.84 7.64 9/269 84935
/proc/meminfo: memFree=122654488/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=1043728 memory=966612 CPUtime=3600 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) R 84423 84426 83956 0 -1 4194304 707259 0 0 0 359892 108 0 0 20 0 2 0 72323280 1068777472 241653 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 260932 241653 3392 6655 0 250687 0
[pid=84426/tid=84428] ppid=84423 vsize=1043728 memory=18688 CPUtime=1784.91 cores=1,3
/proc/84426/task/84428/stat : 84428 (LSIPExact) R 84423 84426 83956 0 -1 4194368 316081 0 0 0 178441 50 0 0 20 0 2 0 72324309 1068777472 241653 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1043728 KiB
Current children cumulated memory: 966612 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3600.94 s, system=1.20164 s

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

[startup+1824 s]*
/proc/loadavg: 7.96 7.84 7.64 8/269 84939
/proc/meminfo: memFree=122773808/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=900936 memory=845564 CPUtime=3600.38 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) S 84423 84426 83956 0 -1 4194304 738103 228 0 0 359928 110 0 0 20 0 1 0 72323280 922558464 211391 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 225234 211391 3424 6655 0 214989 0
[pid=84939] ppid=84426 vsize=30920 memory=8960 CPUtime=0.03 cores=1,3
/proc/84939/stat : 84939 (Exact) R 84426 84939 84939 0 -1 4194304 1733 0 0 0 3 0 0 0 20 0 1 0 72505674 31662080 2240 18446744073709551615 4198400 8335837 140729797371472 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 9148648 9230840 16822272 140729797376180 140729797376541 140729797376541 140729797382095 0
/proc/84939/statm: 7730 2240 928 1011 0 6497 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 931856 KiB
Current children cumulated memory: 854524 KiB

[startup+1824.8 s]
/proc/loadavg: 7.96 7.84 7.64 8/269 84939
/proc/meminfo: memFree=122773808/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=900936 memory=845564 CPUtime=3600.38 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) S 84423 84426 83956 0 -1 4194304 738103 228 0 0 359928 110 0 0 20 0 1 0 72323280 922558464 211391 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 225234 211391 3424 6655 0 214989 0
[pid=84939] ppid=84426 vsize=161904 memory=149500 CPUtime=0.83 cores=1,3
/proc/84939/stat : 84939 (Exact) R 84426 84939 84939 0 -1 4194304 22844 0 0 0 77 6 0 0 20 0 1 0 72505674 165789696 37375 18446744073709551615 4198400 8335837 140729797371472 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 9148648 9230840 16822272 140729797376180 140729797376541 140729797376541 140729797382095 0
/proc/84939/statm: 40476 37375 1120 1011 0 39243 0
Current children cumulated CPU time: 3601.21 s
Current children cumulated vsize: 1062840 KiB
Current children cumulated memory: 995064 KiB

[startup+1825.2 s]
/proc/loadavg: 7.96 7.84 7.64 8/269 84939
/proc/meminfo: memFree=122605400/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=900936 memory=845564 CPUtime=3600.38 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) S 84423 84426 83956 0 -1 4194304 738103 228 0 0 359928 110 0 0 20 0 1 0 72323280 922558464 211391 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 225234 211391 3424 6655 0 214989 0
[pid=84939] ppid=84426 vsize=161904 memory=149500 CPUtime=1.22 cores=1,3
/proc/84939/stat : 84939 (Exact) R 84426 84939 84939 0 -1 4194304 22844 0 0 0 116 6 0 0 20 0 1 0 72505674 165789696 37375 18446744073709551615 4198400 8335837 140729797371472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16822272 140729797376180 140729797376541 140729797376541 140729797382095 0
/proc/84939/statm: 40476 37375 1120 1011 0 39243 0
Current children cumulated CPU time: 3601.6 s
Current children cumulated vsize: 1062840 KiB
Current children cumulated memory: 995064 KiB

[startup+1825.6 s]
/proc/loadavg: 7.96 7.84 7.64 8/269 84939
/proc/meminfo: memFree=122605400/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=900936 memory=845564 CPUtime=3600.38 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) S 84423 84426 83956 0 -1 4194304 738103 228 0 0 359928 110 0 0 20 0 1 0 72323280 922558464 211391 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 225234 211391 3424 6655 0 214989 0
[pid=84939] ppid=84426 vsize=161904 memory=149756 CPUtime=1.62 cores=1,3
/proc/84939/stat : 84939 (Exact) R 84426 84939 84939 0 -1 4194304 22921 0 0 0 156 6 0 0 20 0 1 0 72505674 165789696 37439 18446744073709551615 4198400 8335837 140729797371472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16822272 140729797376180 140729797376541 140729797376541 140729797382095 0
/proc/84939/statm: 40476 37439 1120 1011 0 39243 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 1062840 KiB
Current children cumulated memory: 995320 KiB

[startup+1825.7 s]
/proc/loadavg: 7.96 7.84 7.64 8/269 84939
/proc/meminfo: memFree=122605400/131249996 swapFree=33010672/33010684
[pid=84426] ppid=84423 vsize=900936 memory=845564 CPUtime=3600.38 cores=1,3
/proc/84426/stat : 84426 (LSIPExact) S 84423 84426 83956 0 -1 4194304 738103 228 0 0 359928 110 0 0 20 0 1 0 72323280 922558464 211391 18446744073709551615 94730205392896 94730232649297 140724975519712 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94730241152136 94730241583744 94730242789376 140724975524186 140724975524362 140724975524362 140724975529964 0
/proc/84426/statm: 225234 211391 3424 6655 0 214989 0
[pid=84939] ppid=84426 vsize=161904 memory=149756 CPUtime=1.72 cores=1,3
/proc/84939/stat : 84939 (Exact) R 84426 84939 84939 0 -1 4194304 22921 0 0 0 166 6 0 0 20 0 1 0 72505674 165789696 37439 18446744073709551615 4198400 8335837 140729797371472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16822272 140729797376180 140729797376541 140729797376541 140729797382095 0
/proc/84939/statm: 40476 37439 1120 1011 0 39243 0
Current children cumulated CPU time: 3602.1 s
Current children cumulated vsize: 1062840 KiB
Current children cumulated memory: 995320 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1825.73
CPU time (s): 3602.15
CPU user time (s): 3600.94
CPU system time (s): 1.20164
CPU usage (%): 197.299
Max. virtual memory (cumulated for all children) (KiB): 1108124
Max. memory (cumulated for all children) (KiB): 1020552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.94
system time used= 1.20164
maximum resident set size= 1011084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 761252
page faults= 0
swaps= 0
block input operations= 13480
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 463
involuntary context switches= 115521


# summary of solver processes directly reported to runsolver:
#   pid: 84426
#   total CPU time (s): 3602.15
#   total CPU user time (s): 3600.94
#   total CPU system time (s): 1.20164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.76442 second user time and 9.15553 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 20:14:15
IDJOB=4521111
IDBENCH=178227
IDSOLVER=3336
FILE ID=nodeC017/4521111-1751566455
RUNJOBID= nodeC017-1751565791-83968
SLURM_JOB_ID= 9598774
Free space on /tmp= 432304 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/normalized-maxcut_opt_complete_6-partite_inlv_nvert_69.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521111-1751566455/watcher-4521111-1751566455 -o /tmp/evaluation-result-4521111-1751566455/solver-4521111-1751566455 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751565791-83968 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4521111-1751566455.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 1733aa67cc51115e0f42d9b93b5f287e
RANDOM SEED=1000644638

nodeC017 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		: 3600.035
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	: 7000.12
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.861
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	: 7000.12
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.081
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	: 7000.12
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		: 3592.269
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	: 7000.12
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.059
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	: 7000.12
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.067
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	: 7000.12
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		: 3600.057
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	: 7000.12
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.080
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123318364 kB
MemAvailable:   127150584 kB
Buffers:            1688 kB
Cached:          4600748 kB
SwapCached:            8 kB
Active:          2913456 kB
Inactive:        4311368 kB
Active(anon):    2624332 kB
Inactive(anon):    16128 kB
Active(file):     289124 kB
Inactive(file):  4295240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51376 kB
Writeback:            52 kB
AnonPages:       2625492 kB
Mapped:           138704 kB
Shmem:             18072 kB
KReclaimable:     173792 kB
Slab:             266032 kB
SReclaimable:     173792 kB
SUnreclaim:        92240 kB
KernelStack:        4304 kB
PageTables:         8312 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3051060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1105920 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432272 MiB
End job on nodeC017 at 2025-07-03 20:44:41