Trace number 4523963

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.05 1829.62

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-AztecDiamondSym-mini-07_c24.opb
MD5SUM7b7d352a7105ac7993395b7f6c3b04bc
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 benchmark306
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35169
Total number of constraints28729
Number of constraints which are clauses6441
Number of constraints which are cardinality constraints (but not clauses)112
Number of constraints which are nor clauses,nor cardinality constraints22176
Minimum length of a constraint1
Maximum length of a constraint224
Number of terms in the objective function 216
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 2268
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 55
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2268
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.02/1827.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.02/1827.60	c numVar: 35169
3600.02/1827.60	c numCon: 28729
3600.02/1827.60	c numEqual: 224
3600.02/1827.60	c intSize: 12
3600.02/1827.60	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.02/1827.60	c ------------------- Paras list -------------------
3600.02/1827.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.02/1827.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.02/1827.60	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.02/1827.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.02/1827.60	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.02/1827.60	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.02/1827.60	c random_seed         	 int       	 0         	 0         	 
3600.02/1827.60	c sample_size         	 int       	 50        	 50        	 
3600.02/1827.60	c sub_score           	 int       	 1         	 1         	 
3600.02/1827.60	c tabu_base           	 int       	 3         	 3         	 
3600.02/1827.60	c tabu_variation      	 int       	 1         	 1         	 
3600.02/1827.60	c sub_div             	 int       	 4         	 4         	 
3600.02/1827.60	c nbcore              	 int       	 2         	 1         	 
3600.02/1827.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.02/1827.60	c print_sol           	 int       	 1         	 1         	 
3600.02/1827.60	c tmpdir              	 string		 .         	 "."       	 
3600.02/1827.60	c home                	 string		 HOME	 "."       	 
3600.02/1827.60	c benchname           	 string		 HOME/instance-4523963-1751604442.opb	 ""        	 
3600.02/1827.60	c --------------------------------------------------
3600.02/1827.60	c Local Search solver
3600.02/1827.60	c MIP solver
3600.02/1827.60	c receive signal 15, try to interrupt solver...
3600.02/1827.66	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 (62496 MiB free)
  memory of node 1: 64465 MiB (60888 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100063 s]*
/proc/loadavg: 7.78 7.84 7.61 8/267 84537
/proc/meminfo: memFree=126306652/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=73808 memory=39296 CPUtime=0.09 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 8814 0 0 0 8 1 0 0 20 0 1 0 76120761 75579392 9824 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 18452 9824 1184 6655 0 8687 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39296 KiB

[startup+0.205713 s]*
/proc/loadavg: 7.78 7.84 7.61 8/267 84537
/proc/meminfo: memFree=126316892/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=73808 memory=39296 CPUtime=0.19 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 8814 0 0 0 18 1 0 0 20 0 1 0 76120761 75579392 9824 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 18452 9824 1184 6655 0 8687 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39296 KiB

[startup+0.305459 s]*
/proc/loadavg: 7.78 7.84 7.61 8/267 84537
/proc/meminfo: memFree=126316892/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=73808 memory=39296 CPUtime=0.29 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 8814 0 0 0 28 1 0 0 20 0 1 0 76120761 75579392 9824 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 18452 9824 1184 6655 0 8687 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39296 KiB

[startup+0.700189 s]
/proc/loadavg: 7.78 7.84 7.61 8/267 84537
/proc/meminfo: memFree=126316892/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=73808 memory=39296 CPUtime=0.68 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 8814 0 0 0 67 1 0 0 20 0 1 0 76120761 75579392 9824 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 18452 9824 1184 6655 0 8687 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39296 KiB

[startup+1.50021 s]
/proc/loadavg: 7.78 7.84 7.61 8/267 84537
/proc/meminfo: memFree=126316892/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=73808 memory=39296 CPUtime=1.48 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 8814 0 0 0 147 1 0 0 20 0 1 0 76120761 75579392 9824 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 18452 9824 1184 6655 0 8687 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39296 KiB

[startup+3.10545 s]
/proc/loadavg: 7.78 7.84 7.61 8/267 84537
/proc/meminfo: memFree=126317396/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=73808 memory=39296 CPUtime=3.08 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 8814 0 0 0 307 1 0 0 20 0 1 0 76120761 75579392 9824 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 18452 9824 1184 6655 0 8687 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39296 KiB

[startup+6.30018 s]
/proc/loadavg: 7.79 7.84 7.61 8/267 84537
/proc/meminfo: memFree=126317900/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=73808 memory=39296 CPUtime=6.26 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 8814 0 0 0 625 1 0 0 20 0 1 0 76120761 75579392 9824 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 18452 9824 1184 6655 0 8687 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39296 KiB

[startup+12.7002 s]
/proc/loadavg: 7.73 7.83 7.61 9/268 84538
/proc/meminfo: memFree=126103852/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=332648 memory=252604 CPUtime=14.52 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 68194 0 0 0 1440 12 0 0 20 0 2 0 76120761 340631552 63151 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 83162 63151 3520 6655 0 70576 0
[pid=84536/tid=84538] ppid=84533 vsize=332648 memory=247924 CPUtime=1.87 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 13102 0 0 0 185 2 0 0 20 0 2 0 76121768 340631552 63151 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 14.52 s
Current children cumulated vsize: 332648 KiB
Current children cumulated memory: 252604 KiB

[startup+25.5002 s]
/proc/loadavg: 7.79 7.84 7.62 9/268 84538
/proc/meminfo: memFree=126058784/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=344888 memory=297344 CPUtime=39.71 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 157233 0 0 0 3950 21 0 0 20 0 2 0 76120761 353165312 74336 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 86222 74336 3520 6655 0 75141 0
[pid=84536/tid=84538] ppid=84533 vsize=344888 memory=295424 CPUtime=14.33 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 41238 0 0 0 1428 5 0 0 20 0 2 0 76121768 353165312 74336 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 39.71 s
Current children cumulated vsize: 344888 KiB
Current children cumulated memory: 297344 KiB

[startup+51.1058 s]
/proc/loadavg: 8.12 7.91 7.65 8/267 84583
/proc/meminfo: memFree=127988200/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=366396 memory=327764 CPUtime=89.45 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 204605 0 0 0 8910 35 0 0 20 0 2 0 76120761 375189504 81941 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 91599 81941 3520 6655 0 81827 0
[pid=84536/tid=84538] ppid=84533 vsize=366396 memory=107060 CPUtime=38.93 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 60555 0 0 0 3878 15 0 0 20 0 2 0 76121768 375189504 81941 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 89.45 s
Current children cumulated vsize: 366396 KiB
Current children cumulated memory: 327764 KiB

[startup+102.3 s]
/proc/loadavg: 7.70 7.82 7.63 9/268 84585
/proc/meminfo: memFree=125179424/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=382068 memory=346292 CPUtime=189.32 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 265871 0 0 0 18879 53 0 0 20 0 2 0 76120761 391237632 86573 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 95517 86573 3520 6655 0 85745 0
[pid=84536/tid=84538] ppid=84533 vsize=382068 memory=345396 CPUtime=87.85 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 87135 0 0 0 8756 29 0 0 20 0 2 0 76121768 391237632 86573 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 189.32 s
Current children cumulated vsize: 382068 KiB
Current children cumulated memory: 346292 KiB

[startup+162.3 s]
/proc/loadavg: 7.97 7.89 7.67 9/268 84587
/proc/meminfo: memFree=124957952/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=521460 memory=459256 CPUtime=308.27 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 344911 0 0 0 30716 111 0 0 20 0 2 0 76120761 533975040 114814 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 130365 114814 3520 6655 0 118478 0
[pid=84536/tid=84538] ppid=84533 vsize=521460 memory=352104 CPUtime=147.16 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 150069 0 0 0 14632 84 0 0 20 0 2 0 76121768 533975040 114814 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 308.27 s
Current children cumulated vsize: 521460 KiB
Current children cumulated memory: 459256 KiB

[startup+222.3 s]
/proc/loadavg: 7.93 7.88 7.68 9/268 84589
/proc/meminfo: memFree=124847108/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=569644 memory=489124 CPUtime=415.31 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 406510 0 0 0 41412 119 0 0 20 0 2 0 76120761 583315456 122281 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 142411 122281 3520 6655 0 130524 0
[pid=84536/tid=84538] ppid=84533 vsize=569644 memory=489124 CPUtime=194.7 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 182075 0 0 0 19382 88 0 0 20 0 2 0 76121768 583315456 122281 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 415.31 s
Current children cumulated vsize: 569644 KiB
Current children cumulated memory: 489124 KiB

[startup+282.3 s]
/proc/loadavg: 8.04 7.92 7.71 9/268 84594
/proc/meminfo: memFree=124838760/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=569644 memory=491684 CPUtime=534.24 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 419552 0 0 0 53302 122 0 0 20 0 2 0 76120761 583315456 122921 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 142411 122921 3520 6655 0 130524 0
[pid=84536/tid=84538] ppid=84533 vsize=569644 memory=491428 CPUtime=254.35 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 194198 0 0 0 25345 90 0 0 20 0 2 0 76121768 583315456 122921 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 534.24 s
Current children cumulated vsize: 569644 KiB
Current children cumulated memory: 491684 KiB

[startup+342.3 s]
/proc/loadavg: 8.01 7.94 7.73 9/267 84600
/proc/meminfo: memFree=124770396/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=569644 memory=491940 CPUtime=653.26 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 420546 0 0 0 65203 123 0 0 20 0 2 0 76120761 583315456 122985 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 142411 122985 3520 6655 0 130524 0
[pid=84536/tid=84538] ppid=84533 vsize=569644 memory=491428 CPUtime=314.05 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 195188 0 0 0 31315 90 0 0 20 0 2 0 76121768 583315456 122985 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 653.26 s
Current children cumulated vsize: 569644 KiB
Current children cumulated memory: 491940 KiB


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

/proc/meminfo: memFree=122886184/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=876968 memory=789660 CPUtime=2795.81 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 633359 0 0 0 279368 213 0 0 20 0 2 0 76120761 898015232 197415 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 219242 197415 3520 6655 0 199518 0
[pid=84536/tid=84538] ppid=84533 vsize=876968 memory=724964 CPUtime=1388.64 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 336717 0 0 0 138708 156 0 0 20 0 2 0 76121768 898015232 197415 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 2795.81 s
Current children cumulated vsize: 876968 KiB
Current children cumulated memory: 789660 KiB

[startup+1482.3 s]
/proc/loadavg: 7.70 7.92 7.95 9/268 84851
/proc/meminfo: memFree=120463016/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=882300 memory=801820 CPUtime=2914.84 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 643074 0 0 0 291266 218 0 0 20 0 2 0 76120761 903475200 200455 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 220575 200455 3520 6655 0 202578 0
[pid=84536/tid=84538] ppid=84533 vsize=882300 memory=800796 CPUtime=1447.99 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 338848 0 0 0 144639 160 0 0 20 0 2 0 76121768 903475200 200455 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 2914.84 s
Current children cumulated vsize: 882300 KiB
Current children cumulated memory: 801820 KiB

[startup+1542.3 s]
/proc/loadavg: 8.21 8.02 7.99 9/268 84858
/proc/meminfo: memFree=119225504/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=886008 memory=821916 CPUtime=3033.92 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 661643 0 0 0 303170 222 0 0 20 0 2 0 76120761 907272192 205479 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 221502 205479 3520 6655 0 207472 0
[pid=84536/tid=84538] ppid=84533 vsize=886008 memory=17280 CPUtime=1507.34 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 347994 0 0 0 150572 162 0 0 20 0 2 0 76121768 907272192 205479 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 3033.92 s
Current children cumulated vsize: 886008 KiB
Current children cumulated memory: 821916 KiB

[startup+1602.3 s]
/proc/loadavg: 8.16 8.04 8.00 9/268 84860
/proc/meminfo: memFree=118017860/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=896852 memory=844060 CPUtime=3152.99 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 673904 0 0 0 315073 226 0 0 20 0 2 0 76120761 918376448 211015 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 224213 211015 3520 6655 0 212974 0
[pid=84536/tid=84538] ppid=84533 vsize=896852 memory=821148 CPUtime=1566.69 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 355348 0 0 0 156506 163 0 0 20 0 2 0 76121768 918376448 211015 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 3152.99 s
Current children cumulated vsize: 896852 KiB
Current children cumulated memory: 844060 KiB

[startup+1662.3 s]
/proc/loadavg: 8.39 8.11 8.03 9/268 84862
/proc/meminfo: memFree=117869496/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=987740 memory=886328 CPUtime=3272.02 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 737791 0 0 0 326952 250 0 0 20 0 2 0 76120761 1011445760 221582 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 246935 221582 3520 6655 0 223688 0
[pid=84536/tid=84538] ppid=84533 vsize=987740 memory=821148 CPUtime=1626.04 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 413766 0 0 0 162418 186 0 0 20 0 2 0 76121768 1011445760 221582 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 3272.02 s
Current children cumulated vsize: 987740 KiB
Current children cumulated memory: 886328 KiB

[startup+1722.3 s]
/proc/loadavg: 8.25 8.13 8.04 9/268 84864
/proc/meminfo: memFree=117804188/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=987740 memory=905016 CPUtime=3391.07 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 742797 0 0 0 338856 251 0 0 20 0 2 0 76120761 1011445760 226254 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 246935 226254 3520 6655 0 228246 0
[pid=84536/tid=84538] ppid=84533 vsize=987740 memory=821148 CPUtime=1685.38 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 418606 0 0 0 168351 187 0 0 20 0 2 0 76121768 1011445760 226254 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 3391.07 s
Current children cumulated vsize: 987740 KiB
Current children cumulated memory: 905016 KiB

[startup+1782.3 s]
/proc/loadavg: 7.99 8.08 8.02 9/268 84866
/proc/meminfo: memFree=117698612/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=1010768 memory=934456 CPUtime=3510.14 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 752246 0 0 0 350760 254 0 0 20 0 2 0 76120761 1035026432 233614 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 252692 233614 3520 6655 0 235793 0
[pid=84536/tid=84538] ppid=84533 vsize=1010768 memory=929720 CPUtime=1744.74 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 422180 0 0 0 174286 188 0 0 20 0 2 0 76121768 1035026432 233614 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 3510.14 s
Current children cumulated vsize: 1010768 KiB
Current children cumulated memory: 934456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1827.6 s]
/proc/loadavg: 8.07 8.08 8.02 9/268 84867
/proc/meminfo: memFree=117718460/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=1023612 memory=949176 CPUtime=3600.02 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) R 84533 84536 84111 0 -1 4194304 770430 0 0 0 359744 258 0 0 20 0 2 0 76120761 1048178688 237294 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 255903 237294 3520 6655 0 239344 0
[pid=84536/tid=84538] ppid=84533 vsize=1023612 memory=14248 CPUtime=1789.56 cores=0,2
/proc/84536/task/84538/stat : 84538 (LSIPExact) R 84533 84536 84111 0 -1 4194368 426796 0 0 0 178766 190 0 0 20 0 2 0 76121768 1048178688 237294 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1023612 KiB
Current children cumulated memory: 949176 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.49 s, system=2.62671 s

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

# cumulated CPU time of all completed processes:  user=3599.19 s, system=2.86078 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1828.8 s]
/proc/loadavg: 8.07 8.08 8.02 8/268 84868
/proc/meminfo: memFree=117943620/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=669860 memory=628428 CPUtime=3600.09 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) S 84533 84536 84111 0 -1 4194304 797538 0 0 0 359749 260 0 0 20 0 1 0 76120761 685936640 157107 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 167465 157107 3552 6655 0 157699 0
[pid=84868] ppid=84536 vsize=359012 memory=328164 CPUtime=1.11 cores=0,2
/proc/84868/stat : 84868 (Exact) R 84536 84868 84868 0 -1 4194304 55325 0 0 0 98 13 0 0 20 0 1 0 76303527 367628288 82041 18446744073709551615 4198400 8335837 140726398075216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 36315136 140726398077115 140726398077469 140726398077469 140726398083023 0
/proc/84868/statm: 89753 82041 960 1011 0 88520 0
Current children cumulated CPU time: 3601.2 s
Current children cumulated vsize: 1028872 KiB
Current children cumulated memory: 956592 KiB

[startup+1829.2 s]
/proc/loadavg: 8.07 8.08 8.02 8/268 84868
/proc/meminfo: memFree=117648340/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=669860 memory=628428 CPUtime=3600.09 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) S 84533 84536 84111 0 -1 4194304 797538 0 0 0 359749 260 0 0 20 0 1 0 76120761 685936640 157107 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 167465 157107 3552 6655 0 157699 0
[pid=84868] ppid=84536 vsize=447492 memory=441196 CPUtime=1.51 cores=0,2
/proc/84868/stat : 84868 (Exact) R 84536 84868 84868 0 -1 4194304 66712 0 0 0 135 16 0 0 20 0 1 0 76303527 458231808 110299 18446744073709551615 4198400 8335837 140726398075216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 36315136 140726398077115 140726398077469 140726398077469 140726398083023 0
/proc/84868/statm: 111873 110299 960 1011 0 110640 0
Current children cumulated CPU time: 3601.6 s
Current children cumulated vsize: 1117352 KiB
Current children cumulated memory: 1069624 KiB

[startup+1829.6 s]
/proc/loadavg: 8.07 8.08 8.02 8/268 84868
/proc/meminfo: memFree=117648340/131250000 swapFree=33008356/33010684
[pid=84536] ppid=84533 vsize=669860 memory=628428 CPUtime=3600.09 cores=0,2
/proc/84536/stat : 84536 (LSIPExact) S 84533 84536 84111 0 -1 4194304 797538 0 0 0 359749 260 0 0 20 0 1 0 76120761 685936640 157107 18446744073709551615 94660610002944 94660637259345 140722334129376 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94660645762184 94660646193792 94660676407296 140722334136666 140722334136842 140722334136842 140722334142444 0
/proc/84536/statm: 167465 157107 3552 6655 0 157699 0
[pid=84868] ppid=84536 vsize=599672 memory=548624 CPUtime=1.9 cores=0,2
/proc/84868/stat : 84868 (Exact) R 84536 84868 84868 0 -1 4194304 83980 0 0 0 169 21 0 0 20 0 1 0 76303527 614064128 137156 18446744073709551615 4198400 8335837 140726398075216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 36315136 140726398077115 140726398077469 140726398077469 140726398083023 0
/proc/84868/statm: 149918 137156 960 1011 0 148685 0
Current children cumulated CPU time: 3601.99 s
Current children cumulated vsize: 1269532 KiB
Current children cumulated memory: 1177052 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1829.62
CPU time (s): 3602.05
CPU user time (s): 3599.19
CPU system time (s): 2.86078
CPU usage (%): 196.874
Max. virtual memory (cumulated for all children) (KiB): 1269532
Max. memory (cumulated for all children) (KiB): 1177052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.19
system time used= 2.86078
maximum resident set size= 949304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 881524
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= 609
involuntary context switches= 136022


# summary of solver processes directly reported to runsolver:
#   pid: 84536,84868
#   total CPU time (s): 3602.05
#   total CPU user time (s): 3599.19
#   total CPU system time (s): 2.86078

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.94534 second user time and 8.23502 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-04 06:47:22
IDJOB=4523963
IDBENCH=180463
IDSOLVER=3336
FILE ID=nodeC014/4523963-1751604442
RUNJOBID= nodeC014-1751602168-84121
SLURM_JOB_ID= 9598883
Free space on /tmp= 430340 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-AztecDiamondSym-mini-07_c24.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523963-1751604442/watcher-4523963-1751604442 -o /tmp/evaluation-result-4523963-1751604442/solver-4523963-1751604442 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751602168-84121 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4523963-1751604442.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 7b7d352a7105ac7993395b7f6c3b04bc
RANDOM SEED=1600100331

nodeC014 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126372432 kB
MemAvailable:   126445936 kB
Buffers:             696 kB
Cached:           868816 kB
SwapCached:         1628 kB
Active:          3700072 kB
Inactive:         537204 kB
Active(anon):    3334996 kB
Inactive(anon):    49164 kB
Active(file):     365076 kB
Inactive(file):   488040 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45964 kB
Writeback:             4 kB
AnonPages:       3367748 kB
Mapped:           139068 kB
Shmem:             16396 kB
KReclaimable:     119252 kB
Slab:             209652 kB
SReclaimable:     119252 kB
SUnreclaim:        90400 kB
KernelStack:        4304 kB
PageTables:         9748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3789536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1697792 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430220 MiB
End job on nodeC014 at 2025-07-04 07:17:51