Trace number 4489631

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.18 1821.79

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUM37dc22c6a12cddf588c55f8d6ee6d8c2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark240
Best CPU time to get the best result obtained on this benchmark3586.04
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 492823
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 492823
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.14/1819.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.14/1819.70	c numVar: 10000
3600.14/1819.70	c numCon: 656900
3600.14/1819.70	c numEqual: 0
3600.14/1819.70	c intSize: 19
3600.14/1819.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.14/1819.70	c ------------------- Paras list -------------------
3600.14/1819.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.14/1819.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.14/1819.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.14/1819.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.14/1819.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.14/1819.70	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.14/1819.70	c random_seed         	 int       	 0         	 0         	 
3600.14/1819.70	c sample_size         	 int       	 50        	 50        	 
3600.14/1819.70	c sub_score           	 int       	 1         	 1         	 
3600.14/1819.70	c tabu_base           	 int       	 3         	 3         	 
3600.14/1819.70	c tabu_variation      	 int       	 1         	 1         	 
3600.14/1819.70	c sub_div             	 int       	 4         	 4         	 
3600.14/1819.70	c nbcore              	 int       	 2         	 1         	 
3600.14/1819.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.14/1819.70	c print_sol           	 int       	 1         	 1         	 
3600.14/1819.70	c tmpdir              	 string		 .         	 "."       	 
3600.14/1819.70	c home                	 string		 HOME	 "."       	 
3600.14/1819.70	c benchname           	 string		 HOME/instance-4489631-1751352999.opb	 ""        	 
3600.14/1819.70	c --------------------------------------------------
3600.14/1819.70	c Local Search solver
3600.14/1819.70	c LS find feasible solution for PBO with objective value 264
3600.14/1819.70	c MIP solver
3600.14/1819.70	c receive signal 15, try to interrupt solver...
3600.14/1819.70	c MIP solver find feasible solution
3600.14/1819.74	c MIP solver objective value: 253
3601.02/1820.60	c MIP find feasible solution for PBO with objective value 253
3601.02/1820.60	c copy file: 0
3601.02/1820.60	c gen ub file: HOME/instance-4489631-1751352999.opb_ub.opb
3601.02/1820.60	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 (63123 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=49843, runsolver pid=49839

[startup+0.100063 s]*
/proc/loadavg: 7.82 8.03 8.00 5/266 49848
/proc/meminfo: memFree=128134592/131249988 swapFree=33010684/33010684
[pid=49843] ppid=49839 vsize=212584 memory=169772 CPUtime=0.09 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 31732 0 0 0 4 5 0 0 20 0 1 0 50977518 217686016 42443 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 53146 42443 1152 6655 0 43381 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 212584 KiB
Current children cumulated memory: 169772 KiB

[startup+0.205671 s]*
/proc/loadavg: 7.82 8.03 8.00 5/266 49848
/proc/meminfo: memFree=128043168/131249988 swapFree=33010684/33010684
[pid=49843] ppid=49839 vsize=248596 memory=214032 CPUtime=0.19 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 37163 0 0 0 12 7 0 0 20 0 1 0 50977518 254562304 53508 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 62149 53508 1184 6655 0 52384 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 248596 KiB
Current children cumulated memory: 214032 KiB

[startup+0.305557 s]*
/proc/loadavg: 7.82 8.03 8.00 5/266 49848
/proc/meminfo: memFree=128010912/131249988 swapFree=33010684/33010684
[pid=49843] ppid=49839 vsize=268924 memory=234256 CPUtime=0.28 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 42248 0 0 0 20 8 0 0 20 0 1 0 50977518 275378176 58564 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 67231 58564 1184 6655 0 57466 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 268924 KiB
Current children cumulated memory: 234256 KiB

[startup+0.700167 s]
/proc/loadavg: 7.82 8.03 8.00 5/266 49848
/proc/meminfo: memFree=127938588/131249988 swapFree=33010684/33010684
[pid=49843] ppid=49839 vsize=332448 memory=297744 CPUtime=0.67 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 58109 0 0 0 57 10 0 0 20 0 1 0 50977518 340426752 74436 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 83112 74436 1184 6655 0 73347 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 332448 KiB
Current children cumulated memory: 297744 KiB

[startup+1.50016 s]
/proc/loadavg: 7.82 8.03 8.00 5/266 49848
/proc/meminfo: memFree=127769404/131249988 swapFree=33010684/33010684
[pid=49843] ppid=49839 vsize=388288 memory=353552 CPUtime=1.46 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 72050 0 0 0 134 12 0 0 20 0 1 0 50977518 397606912 88388 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 97072 88388 1184 6655 0 87307 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353552 KiB

[startup+3.10534 s]
/proc/loadavg: 7.59 7.98 7.98 5/266 49848
/proc/meminfo: memFree=127776048/131249988 swapFree=33010684/33010684
[pid=49843] ppid=49839 vsize=388288 memory=353552 CPUtime=3.07 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 72080 0 0 0 294 13 0 0 20 0 1 0 50977518 397606912 88388 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 97072 88388 1184 6655 0 87307 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353552 KiB

[startup+6.30016 s]
/proc/loadavg: 7.59 7.98 7.98 5/266 49848
/proc/meminfo: memFree=127776180/131249988 swapFree=33010684/33010684
[pid=49843] ppid=49839 vsize=388288 memory=353552 CPUtime=6.26 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 72140 0 0 0 613 13 0 0 20 0 1 0 50977518 397606912 88388 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 97072 88388 1184 6655 0 87307 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353552 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=49843] ppid=49839 vsize=900088 memory=800160 CPUtime=12.72 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 142335 0 0 0 1243 29 0 0 20 0 2 0 50977518 921690112 200040 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 225022 200040 3360 6655 0 200994 0
[pid=49843/tid=49852] ppid=49839 vsize=900088 memory=828888 CPUtime=0.08 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 1483 0 0 0 8 0 0 0 20 0 2 0 50978605 921690112 200040 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 12.72 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 800160 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=49843] ppid=49839 vsize=902832 memory=809612 CPUtime=37.71 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 155770 0 0 0 3740 31 0 0 20 0 2 0 50977518 924499968 202403 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 225708 202403 3776 6655 0 203012 0
[pid=49843/tid=49852] ppid=49839 vsize=902832 memory=809612 CPUtime=12.3 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 6782 0 0 0 1229 1 0 0 20 0 2 0 50978605 924499968 202403 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 37.71 s
Current children cumulated vsize: 902832 KiB
Current children cumulated memory: 809612 KiB

[startup+51.1056 s]
/proc/loadavg: 7.73 7.95 7.97 9/269 49853
/proc/meminfo: memFree=125885812/131249988 swapFree=33010684/33010684
[pid=49843] ppid=49839 vsize=902832 memory=814732 CPUtime=88.49 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 168056 0 0 0 8817 32 0 0 20 0 2 0 50977518 924499968 203683 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 225708 203683 3776 6655 0 204330 0
[pid=49843/tid=49852] ppid=49839 vsize=902832 memory=5632 CPUtime=37.57 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 16633 0 0 0 3755 2 0 0 20 0 2 0 50978605 924499968 203683 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 88.49 s
Current children cumulated vsize: 902832 KiB
Current children cumulated memory: 814732 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=49843] ppid=49839 vsize=932500 memory=874004 CPUtime=190.16 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 190233 0 0 0 18979 37 0 0 20 0 2 0 50977518 954880000 218501 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 233125 218501 3776 6655 0 219062 0
[pid=49843/tid=49852] ppid=49839 vsize=932500 memory=14848 CPUtime=88.23 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 29038 0 0 0 8818 5 0 0 20 0 2 0 50978605 954880000 218501 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 190.16 s
Current children cumulated vsize: 932500 KiB
Current children cumulated memory: 874004 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=49843] ppid=49839 vsize=1040356 memory=935304 CPUtime=308.48 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 247626 0 0 0 30806 42 0 0 20 0 2 0 50977518 1065324544 233826 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 260089 233826 3776 6655 0 235701 0
[pid=49843/tid=49852] ppid=49839 vsize=1040356 memory=14848 CPUtime=146.83 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 49778 0 0 0 14676 7 0 0 20 0 2 0 50978605 1065324544 233826 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 308.48 s
Current children cumulated vsize: 1040356 KiB
Current children cumulated memory: 935304 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=49843] ppid=49839 vsize=1040356 memory=935304 CPUtime=427.69 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 263919 0 0 0 42725 44 0 0 20 0 2 0 50977518 1065324544 233826 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 260089 233826 3776 6655 0 235701 0
[pid=49843/tid=49852] ppid=49839 vsize=1040356 memory=935304 CPUtime=206.22 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 60201 0 0 0 20613 9 0 0 20 0 2 0 50978605 1065324544 233826 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 427.69 s
Current children cumulated vsize: 1040356 KiB
Current children cumulated memory: 935304 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=49843] ppid=49839 vsize=1040356 memory=938504 CPUtime=546.89 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 288567 0 0 0 54642 47 0 0 20 0 2 0 50977518 1065324544 234626 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 260089 234626 3776 6655 0 235701 0
[pid=49843/tid=49852] ppid=49839 vsize=1040356 memory=938504 CPUtime=265.58 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 72429 0 0 0 26548 10 0 0 20 0 2 0 50978605 1065324544 234626 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 546.89 s
Current children cumulated vsize: 1040356 KiB
Current children cumulated memory: 938504 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=49843] ppid=49839 vsize=1048756 memory=976648 CPUtime=666.06 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 317893 0 0 0 66556 50 0 0 20 0 2 0 50977518 1073926144 244162 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 262189 244162 3776 6655 0 245238 0
[pid=49843/tid=49852] ppid=49839 vsize=1048756 memory=948616 CPUtime=324.95 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 88443 0 0 0 32483 12 0 0 20 0 2 0 50978605 1073926144 244162 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 666.06 s
Current children cumulated vsize: 1048756 KiB
Current children cumulated memory: 976648 KiB


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

/proc/49843/statm: 620750 596792 3776 6655 0 598176 0
[pid=49843/tid=49852] ppid=49839 vsize=2483000 memory=0 CPUtime=1392.96 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 409637 0 0 0 139222 74 0 0 20 0 2 0 50978605 2542592000 596792 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 2810.86 s
Current children cumulated vsize: 2483000 KiB
Current children cumulated memory: 2387168 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=49843] ppid=49839 vsize=2525276 memory=2470752 CPUtime=2930 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 999538 0 0 0 292824 176 0 0 20 0 2 0 50977518 2585882624 617688 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 631319 617688 3776 6655 0 618979 0
[pid=49843/tid=49852] ppid=49839 vsize=2525276 memory=2451552 CPUtime=1452.68 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 430931 0 0 0 145191 77 0 0 20 0 2 0 50978605 2585882624 617688 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 2930 s
Current children cumulated vsize: 2525276 KiB
Current children cumulated memory: 2470752 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=49843] ppid=49839 vsize=2628380 memory=2551580 CPUtime=3049.13 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 1039658 0 0 0 304730 183 0 0 20 0 2 0 50977518 2691461120 637895 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 657095 637895 3776 6655 0 639076 0
[pid=49843/tid=49852] ppid=49839 vsize=2628380 memory=14848 CPUtime=1512.5 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 452776 0 0 0 151169 81 0 0 20 0 2 0 50978605 2691461120 637895 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 3049.13 s
Current children cumulated vsize: 2628380 KiB
Current children cumulated memory: 2551580 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=49843] ppid=49839 vsize=2736304 memory=2637416 CPUtime=3168.31 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 1090324 0 0 0 316639 192 0 0 20 0 2 0 50977518 2801975296 659354 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 684076 659354 3776 6655 0 660470 0
[pid=49843/tid=49852] ppid=49839 vsize=2736304 memory=2532380 CPUtime=1572.3 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 480823 0 0 0 157145 85 0 0 20 0 2 0 50978605 2801975296 659354 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 3168.31 s
Current children cumulated vsize: 2736304 KiB
Current children cumulated memory: 2637416 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=49843] ppid=49839 vsize=2784108 memory=2726008 CPUtime=3287.49 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 1134048 0 0 0 328549 200 0 0 20 0 2 0 50977518 2850926592 681502 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 696027 681502 3776 6655 0 683002 0
[pid=49843/tid=49852] ppid=49839 vsize=2784108 memory=2532380 CPUtime=1632.12 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 503096 0 0 0 163122 90 0 0 20 0 2 0 50978605 2850926592 681502 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 3287.49 s
Current children cumulated vsize: 2784108 KiB
Current children cumulated memory: 2726008 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=49843] ppid=49839 vsize=2889836 memory=2808568 CPUtime=3406.67 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 1173268 0 0 0 340460 207 0 0 20 0 2 0 50977518 2959192064 702142 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 722459 702142 3776 6655 0 703384 0
[pid=49843/tid=49852] ppid=49839 vsize=2889836 memory=2532380 CPUtime=1691.94 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 523780 0 0 0 169100 94 0 0 20 0 2 0 50978605 2959192064 702142 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 3406.67 s
Current children cumulated vsize: 2889836 KiB
Current children cumulated memory: 2808568 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=49843] ppid=49839 vsize=3000500 memory=2896928 CPUtime=3525.87 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 1218402 0 0 0 352370 217 0 0 20 0 2 0 50977518 3072512000 724232 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 750125 724232 3776 6655 0 725408 0
[pid=49843/tid=49852] ppid=49839 vsize=3000500 memory=2891680 CPUtime=1751.76 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 546393 0 0 0 175078 98 0 0 20 0 2 0 50978605 3072512000 724232 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 3525.87 s
Current children cumulated vsize: 3000500 KiB
Current children cumulated memory: 2896928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.7 s]
/proc/loadavg: 8.06 8.12 8.09 6/269 49958
/proc/meminfo: memFree=119291524/131249988 swapFree=33010684/33010684
[pid=49843] ppid=49839 vsize=3026564 memory=2949664 CPUtime=3600.14 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) R 49839 49843 49202 0 -1 4194304 1253324 0 0 0 359792 222 0 0 20 0 2 0 50977518 3099201536 737416 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 756641 737416 3776 6655 0 738580 0
[pid=49843/tid=49852] ppid=49839 vsize=3026564 memory=18176 CPUtime=1789.02 cores=5,7
/proc/49843/task/49852/stat : 49852 (LSIPExact) R 49839 49843 49202 0 -1 4194368 564653 0 0 0 178802 100 0 0 20 0 2 0 50978605 3099201536 737416 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 3026564 KiB
Current children cumulated memory: 2949664 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.5 s, system=2.67541 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=121172996/131249988 swapFree=33010684/33010684
[pid=49843] ppid=49839 vsize=1866720 memory=1821288 CPUtime=3601.02 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) S 49839 49843 49202 0 -1 4194304 1834529 225 0 0 359846 256 0 0 20 0 1 0 50977518 1911521280 455322 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 466680 455322 3808 6655 0 456914 0
Current children cumulated CPU time: 3601.02 s
Current children cumulated vsize: 1866720 KiB
Current children cumulated memory: 1821288 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=49843] ppid=49839 vsize=1866720 memory=1821288 CPUtime=3601.02 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) S 49839 49843 49202 0 -1 4194304 1834529 225 0 0 359846 256 0 0 20 0 1 0 50977518 1911521280 455322 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 466680 455322 3808 6655 0 456914 0
[pid=50012] ppid=49843 vsize=61524 memory=52164 CPUtime=0.56 cores=5,7
/proc/50012/stat : 50012 (Exact) R 49843 50012 50012 0 -1 4194304 9373 0 0 0 54 2 0 0 20 0 1 0 51159579 63000576 13041 18446744073709551615 4198400 8335837 140722692739152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45436928 140722692741300 140722692741661 140722692741661 140722692747215 0
/proc/50012/statm: 15381 13041 928 1011 0 14148 0
Current children cumulated CPU time: 3601.58 s
Current children cumulated vsize: 1928244 KiB
Current children cumulated memory: 1873452 KiB

[startup+1821.6 s]
/proc/loadavg: 8.06 8.12 8.09 5/264 50043
/proc/meminfo: memFree=125194372/131249988 swapFree=33010684/33010684
[pid=49843] ppid=49839 vsize=1866720 memory=1821288 CPUtime=3601.02 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) S 49839 49843 49202 0 -1 4194304 1834529 225 0 0 359846 256 0 0 20 0 1 0 50977518 1911521280 455322 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 466680 455322 3808 6655 0 456914 0
[pid=50012] ppid=49843 vsize=88456 memory=77324 CPUtime=0.96 cores=5,7
/proc/50012/stat : 50012 (Exact) R 49843 50012 50012 0 -1 4194304 13313 0 0 0 92 4 0 0 20 0 1 0 51159579 90578944 19331 18446744073709551615 4198400 8335837 140722692739152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45436928 140722692741300 140722692741661 140722692741661 140722692747215 0
/proc/50012/statm: 22114 19331 928 1011 0 20881 0
Current children cumulated CPU time: 3601.98 s
Current children cumulated vsize: 1955176 KiB
Current children cumulated memory: 1898612 KiB

[startup+1821.7 s]
/proc/loadavg: 8.06 8.12 8.09 5/264 50043
/proc/meminfo: memFree=125194372/131249988 swapFree=33010684/33010684
[pid=49843] ppid=49839 vsize=1866720 memory=1821288 CPUtime=3601.02 cores=5,7
/proc/49843/stat : 49843 (LSIPExact) S 49839 49843 49202 0 -1 4194304 1834529 225 0 0 359846 256 0 0 20 0 1 0 50977518 1911521280 455322 18446744073709551615 94646472978432 94646500234833 140722148490800 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94646508737672 94646509169280 94646542299136 140722148497754 140722148497930 140722148497930 140722148503532 0
/proc/49843/statm: 466680 455322 3808 6655 0 456914 0
[pid=50012] ppid=49843 vsize=94048 memory=83336 CPUtime=1.06 cores=5,7
/proc/50012/stat : 50012 (Exact) R 49843 50012 50012 0 -1 4194304 14308 0 0 0 102 4 0 0 20 0 1 0 51159579 96305152 20834 18446744073709551615 4198400 8335837 140722692739152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45436928 140722692741300 140722692741661 140722692741661 140722692747215 0
/proc/50012/statm: 23512 20834 928 1011 0 22279 0
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 1960768 KiB
Current children cumulated memory: 1904624 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1821.79
CPU time (s): 3602.18
CPU user time (s): 3599.5
CPU system time (s): 2.67541
CPU usage (%): 197.728
Max. virtual memory (cumulated for all children) (KiB): 3026564
Max. memory (cumulated for all children) (KiB): 2949664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.5
system time used= 2.67541
maximum resident set size= 2949920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1849062
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= 723
involuntary context switches= 97472


# summary of solver processes directly reported to runsolver:
#   pid: 49843
#   total CPU time (s): 3602.18
#   total CPU user time (s): 3599.5
#   total CPU system time (s): 2.67541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.99387 second user time and 8.97001 second system time

The end

Launcher Data

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.902
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:        128454260 kB
MemAvailable:   129042164 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:             187496 kB
SReclaimable:      99132 kB
SUnreclaim:        88364 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:    1090248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 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