Trace number 4527277

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? 1356.72 1248.07

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
MD5SUM46c70d7f28752ee0ae29660ce5b35655
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 benchmark7149108224
Best CPU time to get the best result obtained on this benchmark72002.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

322.97/211.22	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
322.97/211.22	c numVar: 107808
322.97/211.22	c numCon: 3904
322.97/211.22	c numEqual: 1280
322.97/211.22	c intSize: 49
322.97/211.22	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
322.97/211.22	c ------------------- Paras list -------------------
322.97/211.22	c Name                	 Type      	 Now       	 Default   	 Comment
322.97/211.22	c timeout             	 double    	 3600.000000	 3600      	 
322.97/211.22	c mip_time            	 double    	 0.600000  	 0.5       	 
322.97/211.22	c ls_time             	 double    	 10.000000 	 10        	 
322.97/211.22	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
322.97/211.22	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
322.97/211.22	c random_seed         	 int       	 0         	 0         	 
322.97/211.22	c sample_size         	 int       	 50        	 50        	 
322.97/211.22	c sub_score           	 int       	 1         	 1         	 
322.97/211.22	c tabu_base           	 int       	 3         	 3         	 
322.97/211.22	c tabu_variation      	 int       	 1         	 1         	 
322.97/211.22	c sub_div             	 int       	 4         	 4         	 
322.97/211.22	c nbcore              	 int       	 2         	 1         	 
322.97/211.22	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
322.97/211.22	c print_sol           	 int       	 1         	 1         	 
322.97/211.22	c tmpdir              	 string		 .         	 "."       	 
322.97/211.22	c home                	 string		 HOME	 "."       	 
322.97/211.22	c benchname           	 string		 HOME/instance-4527277-1752232205.opb	 ""        	 
322.97/211.22	c --------------------------------------------------
322.97/211.22	c Local Search solver
322.97/211.22	c MIP solver
322.97/211.22	c MIP solver infeasible
322.97/211.23	c use Exact solver
323.00/1248.06	s UNKNOWN
323.00/1248.06	c Total time: 1248

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 (62548 MiB free)
  memory of node 1: 64465 MiB (63253 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=110776, runsolver pid=110766

[startup+0.10006 s]*
/proc/loadavg: 0.12 0.10 0.09 5/261 110787
/proc/meminfo: memFree=128705128/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=102788 memory=67840 CPUtime=0.07 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) R 110766 110776 110720 0 -1 4194304 14309 0 0 0 5 2 0 0 20 0 1 0 138898245 105254912 16960 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 25697 16960 1120 6655 0 15932 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 102788 KiB
Current children cumulated memory: 67840 KiB

[startup+0.205814 s]*
/proc/loadavg: 0.12 0.10 0.09 5/259 110787
/proc/meminfo: memFree=128673064/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=115988 memory=81024 CPUtime=0.17 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) R 110766 110776 110720 0 -1 4194304 17617 0 0 0 14 3 0 0 20 0 1 0 138898245 118771712 20256 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 28997 20256 1120 6655 0 19232 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 115988 KiB
Current children cumulated memory: 81024 KiB

[startup+0.305488 s]*
/proc/loadavg: 0.12 0.10 0.09 5/259 110788
/proc/meminfo: memFree=128624976/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=115988 memory=81024 CPUtime=0.27 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) R 110766 110776 110720 0 -1 4194304 17617 0 0 0 24 3 0 0 20 0 1 0 138898245 118771712 20256 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 28997 20256 1120 6655 0 19232 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 115988 KiB
Current children cumulated memory: 81024 KiB

[startup+0.700176 s]
/proc/loadavg: 0.43 0.17 0.11 5/264 110797
/proc/meminfo: memFree=128463644/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=116120 memory=81024 CPUtime=0.66 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) R 110766 110776 110720 0 -1 4194304 17628 0 0 0 63 3 0 0 20 0 1 0 138898245 118906880 20256 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 29030 20256 1120 6655 0 19265 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 116120 KiB
Current children cumulated memory: 81024 KiB

[startup+1.5002 s]
/proc/loadavg: 0.43 0.17 0.11 5/264 110797
/proc/meminfo: memFree=128160908/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=116120 memory=81024 CPUtime=1.46 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) R 110766 110776 110720 0 -1 4194304 17628 0 0 0 143 3 0 0 20 0 1 0 138898245 118906880 20256 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 29030 20256 1120 6655 0 19265 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 116120 KiB
Current children cumulated memory: 81024 KiB

[startup+3.10563 s]
/proc/loadavg: 0.43 0.17 0.11 5/264 110797
/proc/meminfo: memFree=127830316/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=116120 memory=81024 CPUtime=3.06 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) R 110766 110776 110720 0 -1 4194304 17632 0 0 0 303 3 0 0 20 0 1 0 138898245 118906880 20256 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 29030 20256 1120 6655 0 19265 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 116120 KiB
Current children cumulated memory: 81024 KiB

[startup+6.30017 s]
/proc/loadavg: 0.71 0.23 0.13 5/264 110797
/proc/meminfo: memFree=127830636/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=116120 memory=81024 CPUtime=6.24 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) R 110766 110776 110720 0 -1 4194304 17636 0 0 0 621 3 0 0 20 0 1 0 138898245 118906880 20256 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 29030 20256 1120 6655 0 19265 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 116120 KiB
Current children cumulated memory: 81024 KiB

[startup+12.7002 s]
/proc/loadavg: 1.06 0.31 0.16 4/258 110817
/proc/meminfo: memFree=126788140/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=425260 memory=328976 CPUtime=13.41 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) R 110766 110776 110720 0 -1 4194304 83478 0 0 0 1328 13 0 0 20 0 2 0 138898245 435466240 82244 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 106315 82244 3328 6655 0 92400 0
[pid=110776/tid=110800] ppid=110766 vsize=425260 memory=202996 CPUtime=0.78 cores=0,2
/proc/110776/task/110800/stat : 110800 (LSIPExact) R 110766 110776 110720 0 -1 4194368 20245 0 0 0 76 2 0 0 20 0 2 0 138899257 435466240 82244 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
Current children cumulated CPU time: 13.41 s
Current children cumulated vsize: 425260 KiB
Current children cumulated memory: 328976 KiB

[startup+25.5002 s]
/proc/loadavg: 1.74 0.48 0.22 4/259 110819
/proc/meminfo: memFree=126315948/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=532136 memory=435580 CPUtime=38.79 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) R 110766 110776 110720 0 -1 4194304 130816 0 0 0 3860 19 0 0 20 0 2 0 138898245 544907264 108895 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 133034 108895 3392 6655 0 123176 0
[pid=110776/tid=110800] ppid=110766 vsize=532136 memory=16492 CPUtime=13.42 cores=0,2
/proc/110776/task/110800/stat : 110800 (LSIPExact) R 110766 110776 110720 0 -1 4194368 36449 0 0 0 1337 5 0 0 20 0 2 0 138899257 544907264 108895 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
Current children cumulated CPU time: 38.79 s
Current children cumulated vsize: 532136 KiB
Current children cumulated memory: 435580 KiB

[startup+51.1057 s]
/proc/loadavg: 3.66 1.06 0.42 8/268 110940
/proc/meminfo: memFree=126127020/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=538372 memory=442388 CPUtime=89.65 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) R 110766 110776 110720 0 -1 4194304 161419 0 0 0 8939 26 0 0 20 0 2 0 138898245 551292928 110597 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134593 110597 3392 6655 0 124735 0
[pid=110776/tid=110800] ppid=110766 vsize=538372 memory=-7880352373684467584 CPUtime=38.75 cores=0,2
/proc/110776/task/110800/stat : 110800 (LSIPExact) R 110766 110776 110720 0 -1 4194368 51288 0 0 0 3865 10 0 0 20 0 2 0 138899257 551292928 110597 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
Current children cumulated CPU time: 89.65 s
Current children cumulated vsize: 538372 KiB
Current children cumulated memory: 442388 KiB

[startup+102.3 s]
/proc/loadavg: 6.12 2.13 0.82 9/270 110943
/proc/meminfo: memFree=125825960/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=543616 memory=448376 CPUtime=191.36 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) R 110766 110776 110720 0 -1 4194304 180189 0 0 0 19108 28 0 0 20 0 2 0 138898245 556662784 112094 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 135904 112094 3392 6655 0 126046 0
[pid=110776/tid=110800] ppid=110766 vsize=543616 memory=448376 CPUtime=89.42 cores=0,2
/proc/110776/task/110800/stat : 110800 (LSIPExact) R 110766 110776 110720 0 -1 4194368 59045 0 0 0 8931 11 0 0 20 0 2 0 138899257 556662784 112094 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
Current children cumulated CPU time: 191.36 s
Current children cumulated vsize: 543616 KiB
Current children cumulated memory: 448376 KiB

[startup+162.3 s]
/proc/loadavg: 6.92 3.11 1.24 8/270 110945
/proc/meminfo: memFree=125721608/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=476592 CPUtime=273.98 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 224557 0 0 0 27366 32 0 0 20 0 2 0 138898245 552026112 119148 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 119148 3392 6655 0 124914 0
[pid=110776/tid=110800] ppid=110766 vsize=539088 memory=472496 CPUtime=139.97 cores=0,2
/proc/110776/task/110800/stat : 110800 (LSIPExact) R 110766 110776 110720 0 -1 4194368 77635 0 0 0 13985 12 0 0 20 0 2 0 138899257 552026112 119148 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
Current children cumulated CPU time: 273.98 s
Current children cumulated vsize: 539088 KiB
Current children cumulated memory: 476592 KiB

[startup+222.3 s]
/proc/loadavg: 7.03 3.83 1.61 8/270 110948
/proc/meminfo: memFree=125440856/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=464880 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 116220 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 116220 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=324812 memory=290924 CPUtime=11.01 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 52917 0 0 0 1089 12 0 0 20 0 1 0 138919368 332607488 72731 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 81203 72731 1120 1011 0 79970 0
Current children cumulated CPU time: 334.01 s
Current children cumulated vsize: 863900 KiB
Current children cumulated memory: 755804 KiB

[startup+282.3 s]
/proc/loadavg: 7.50 4.54 1.99 8/270 110950
/proc/meminfo: memFree=125298664/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=468080 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 117020 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 117020 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=508680 memory=466736 CPUtime=70.85 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 86722 0 0 0 7064 21 0 0 20 0 1 0 138919368 520888320 116684 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 127170 116684 1120 1011 0 125937 0
Current children cumulated CPU time: 393.85 s
Current children cumulated vsize: 1047768 KiB
Current children cumulated memory: 934816 KiB

[startup+342.3 s]
/proc/loadavg: 7.39 5.06 2.33 8/267 110952
/proc/meminfo: memFree=125290440/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=471280 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 117820 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 117820 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=509920 memory=468272 CPUtime=130.68 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 87236 0 0 0 13045 23 0 0 20 0 1 0 138919368 522158080 117068 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 127480 117068 1120 1011 0 126247 0
Current children cumulated CPU time: 453.68 s
Current children cumulated vsize: 1049008 KiB

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

/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 118332 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 118332 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=970684 memory=847028 CPUtime=669.06 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 167959 0 0 0 66843 63 0 0 20 0 1 0 138919368 993980416 211757 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 242671 211757 1120 1011 0 241438 0
Current children cumulated CPU time: 992.06 s
Current children cumulated vsize: 1509772 KiB
Current children cumulated memory: 1320356 KiB

[startup+942.3 s]
/proc/loadavg: 5.94 6.15 4.35 7/268 111445
/proc/meminfo: memFree=124330784/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=473328 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 118332 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 118332 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=1026988 memory=931000 CPUtime=728.89 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 181889 0 0 0 72815 74 0 0 20 0 1 0 138919368 1051635712 232750 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 256747 232750 1120 1011 0 255514 0
Current children cumulated CPU time: 1051.89 s
Current children cumulated vsize: 1566076 KiB
Current children cumulated memory: 1404328 KiB

[startup+1002.3 s]
/proc/loadavg: 6.02 6.14 4.46 7/267 111447
/proc/meminfo: memFree=124140844/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=473328 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 118332 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 118332 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=1142628 memory=1099832 CPUtime=788.7 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 209817 0 0 0 78789 81 0 0 20 0 1 0 138919368 1170051072 274958 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 285657 274958 1120 1011 0 284424 0
Current children cumulated CPU time: 1111.7 s
Current children cumulated vsize: 1681716 KiB
Current children cumulated memory: 1573160 KiB

[startup+1062.3 s]
/proc/loadavg: 6.11 6.14 4.57 7/267 111449
/proc/meminfo: memFree=124093056/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=473328 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 118332 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 118332 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=1098584 memory=1059444 CPUtime=848.52 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 210826 0 0 0 84770 82 0 0 20 0 1 0 138919368 1124950016 264861 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 274646 264861 1120 1011 0 273413 0
Current children cumulated CPU time: 1171.52 s
Current children cumulated vsize: 1637672 KiB
Current children cumulated memory: 1532772 KiB

[startup+1122.3 s]
/proc/loadavg: 6.04 6.11 4.66 7/267 111451
/proc/meminfo: memFree=124007384/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=473328 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 118332 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 118332 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=1098584 memory=1059700 CPUtime=908.33 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 210882 0 0 0 90751 82 0 0 20 0 1 0 138919368 1124950016 264925 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 274646 264925 1120 1011 0 273413 0
Current children cumulated CPU time: 1231.33 s
Current children cumulated vsize: 1637672 KiB
Current children cumulated memory: 1533028 KiB

[startup+1182.3 s]
/proc/loadavg: 6.13 6.12 4.76 7/267 111453
/proc/meminfo: memFree=124011400/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=473328 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 118332 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 118332 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=1098584 memory=1059700 CPUtime=968.14 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 210911 0 0 0 96714 100 0 0 20 0 1 0 138919368 1124950016 264925 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 274646 264925 1120 1011 0 273413 0
Current children cumulated CPU time: 1291.14 s
Current children cumulated vsize: 1637672 KiB
Current children cumulated memory: 1533028 KiB

[startup+1242.3 s]
/proc/loadavg: 6.03 6.08 4.83 7/266 111455
/proc/meminfo: memFree=123993756/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=473328 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 118332 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 118332 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=1098584 memory=1061492 CPUtime=1027.95 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 211484 0 0 0 102687 108 0 0 20 0 1 0 138919368 1124950016 265373 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 274646 265373 1120 1011 0 273413 0
Current children cumulated CPU time: 1350.95 s
Current children cumulated vsize: 1637672 KiB
Current children cumulated memory: 1534820 KiB

[startup+1248.07 s]
# the end of solver process 110776 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1355.24 s, system=1.48641 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1244.8 s]
/proc/loadavg: 6.03 6.08 4.83 7/266 111455
/proc/meminfo: memFree=123994008/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=473328 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 118332 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 118332 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=1102492 memory=1065716 CPUtime=1030.44 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 212635 0 0 0 102936 108 0 0 20 0 1 0 138919368 1128951808 266429 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 275623 266429 1120 1011 0 274390 0
Current children cumulated CPU time: 1353.44 s
Current children cumulated vsize: 1641580 KiB
Current children cumulated memory: 1539044 KiB

[startup+1246.4 s]
/proc/loadavg: 6.03 6.08 4.84 7/266 111455
/proc/meminfo: memFree=123993276/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=473328 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 118332 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 118332 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=1109720 memory=1072884 CPUtime=1032.03 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 214445 0 0 0 103094 109 0 0 20 0 1 0 138919368 1136353280 268221 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 277430 268221 1120 1011 0 276197 0
Current children cumulated CPU time: 1355.03 s
Current children cumulated vsize: 1648808 KiB
Current children cumulated memory: 1546212 KiB

[startup+1247.2 s]
/proc/loadavg: 6.03 6.08 4.84 7/266 111455
/proc/meminfo: memFree=123986220/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=473328 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 118332 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 118332 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=1114448 memory=1077748 CPUtime=1032.83 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 215637 0 0 0 103174 109 0 0 20 0 1 0 138919368 1141194752 269437 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 278612 269437 1120 1011 0 277379 0
Current children cumulated CPU time: 1355.83 s
Current children cumulated vsize: 1653536 KiB
Current children cumulated memory: 1551076 KiB

[startup+1247.6 s]
/proc/loadavg: 6.03 6.08 4.84 7/266 111455
/proc/meminfo: memFree=123986220/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=473328 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 118332 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 118332 3424 6655 0 124914 0
[pid=110948] ppid=110776 vsize=1116716 memory=1080052 CPUtime=1033.24 cores=0,2
/proc/110948/stat : 110948 (Exact) R 110776 110948 110948 0 -1 4194304 216217 0 0 0 103214 110 0 0 20 0 1 0 138919368 1143517184 270013 18446744073709551615 4198400 8335837 140727800964240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32727040 140727800969401 140727800969755 140727800969755 140727800975311 0
/proc/110948/statm: 279179 270013 1120 1011 0 277946 0
Current children cumulated CPU time: 1356.24 s
Current children cumulated vsize: 1655804 KiB
Current children cumulated memory: 1553380 KiB

[startup+1248 s]*
/proc/loadavg: 6.03 6.08 4.84 7/266 111455
/proc/meminfo: memFree=124606836/131249988 swapFree=33010160/33010684
[pid=110776] ppid=110766 vsize=539088 memory=473328 CPUtime=323 cores=0,2
/proc/110776/stat : 110776 (LSIPExact) S 110766 110776 110720 0 -1 4194304 242979 0 0 0 32267 33 0 0 20 0 1 0 138898245 552026112 118332 18446744073709551615 93869676097536 93869703354705 140730812669776 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93869711856776 93869712288384 93869727580160 140730812676440 140730812676616 140730812676616 140730812682220 0
/proc/110776/statm: 134772 118332 3424 6655 0 124914 0
Current children cumulated CPU time: 323 s
Current children cumulated vsize: 539088 KiB
Current children cumulated memory: 473328 KiB

Child status: 0

Real time (s): 1248.07
CPU time (s): 1356.72
CPU user time (s): 1355.24
CPU system time (s): 1.48641
CPU usage (%): 108.706
Max. virtual memory (cumulated for all children) (KiB): 1681716
Max. memory (cumulated for all children) (KiB): 1573160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1355.24
system time used= 1.48641
maximum resident set size= 1099832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 473828
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 335
involuntary context switches= 6255


# summary of solver processes directly reported to runsolver:
#   pid: 110776
#   total CPU time (s): 1356.72
#   total CPU user time (s): 1355.24
#   total CPU system time (s): 1.48641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.75237 second user time and 5.94641 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-11 13:10:06
IDJOB=4527277
IDBENCH=146784
IDSOLVER=3384
FILE ID=nodeC020/4527277-1752232205
RUNJOBID= nodeC020-1752232205-110737
SLURM_JOB_ID= 9682531
Free space on /tmp= 431504 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527277-1752232205/watcher-4527277-1752232205 -o /tmp/evaluation-result-4527277-1752232205/solver-4527277-1752232205 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1752232205-110737 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527277-1752232205.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 46c70d7f28752ee0ae29660ce5b35655
RANDOM SEED=417534739

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.233
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		: 1202.720
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:        128898708 kB
MemAvailable:   129766916 kB
Buffers:            2128 kB
Cached:          1658064 kB
SwapCached:            8 kB
Active:           652140 kB
Inactive:        1086704 kB
Active(anon):      72204 kB
Inactive(anon):    24548 kB
Active(file):     579936 kB
Inactive(file):  1062156 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49484 kB
Writeback:             8 kB
AnonPages:         81852 kB
Mapped:           105956 kB
Shmem:             18044 kB
KReclaimable:     130712 kB
Slab:             224356 kB
SReclaimable:     130712 kB
SUnreclaim:        93644 kB
KernelStack:        4096 kB
PageTables:         2944 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     351148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 431280 MiB
End job on nodeC020 at 2025-07-11 13:30:55