Trace number 4542260

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 NameAnswerCPU timeWall clock time
LSIPExact S2UNSAT 2407.25 1425.31

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height36_pigeons35_holes34.opb
MD5SUM8324c3ed1748cac240c60f4c3727f95f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark268.679
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables837976
Total number of constraints52507
Number of constraints which are clauses26605
Number of constraints which are cardinality constraints (but not clauses)23201
Number of constraints which are nor clauses,nor cardinality constraints2701
Minimum length of a constraint34
Maximum length of a constraint39
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 42
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2067.77/1085.04	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2067.77/1085.04	c numVar: 837976
2067.77/1085.04	c numCon: 52507
2067.77/1085.04	c numEqual: 0
2067.77/1085.04	c intSize: 6
2067.77/1085.04	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2067.77/1085.04	c ------------------- Paras list -------------------
2067.77/1085.04	c Name                	 Type      	 Now       	 Default   	 Comment
2067.77/1085.04	c timeout             	 double    	 3600.000000	 3600      	 
2067.77/1085.04	c mip_time            	 double    	 0.300000  	 0.5       	 
2067.77/1085.04	c ls_time             	 double    	 10.000000 	 10        	 
2067.77/1085.04	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2067.77/1085.04	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2067.77/1085.04	c random_seed         	 int       	 0         	 0         	 
2067.77/1085.04	c sample_size         	 int       	 50        	 50        	 
2067.77/1085.04	c sub_score           	 int       	 1         	 1         	 
2067.77/1085.04	c tabu_base           	 int       	 3         	 3         	 
2067.77/1085.04	c tabu_variation      	 int       	 1         	 1         	 
2067.77/1085.04	c sub_div             	 int       	 4         	 4         	 
2067.77/1085.04	c nbcore              	 int       	 2         	 1         	 
2067.77/1085.04	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2067.77/1085.04	c print_sol           	 int       	 1         	 1         	 
2067.77/1085.04	c tmpdir              	 string		 .         	 "."       	 
2067.77/1085.04	c home                	 string		 HOME	 "."       	 
2067.77/1085.04	c benchname           	 string		 HOME/instance-4542260-1753220119.opb	 ""        	 
2067.77/1085.04	c --------------------------------------------------
2067.77/1085.04	c Local Search solver
2067.77/1085.04	c MIP solver
2067.77/1085.04	c use Exact solver
2067.82/1424.51	c Exact infeasible
2407.03/1425.14	s UNSATISFIABLE
2407.03/1425.14	c Total time: 1425

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: 63794 MiB (62302 MiB free)
  memory of node 1: 64507 MiB (63457 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100069 s]*
/proc/loadavg: 1.21 2.39 3.37 7/251 197447
/proc/meminfo: memFree=128763192/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=68544 memory=25728 CPUtime=0.09 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 5452 0 0 0 7 2 0 0 20 0 1 0 237691673 70189056 6432 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 17136 6432 1152 6655 0 7371 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 68544 KiB
Current children cumulated memory: 25728 KiB

[startup+0.209493 s]*
/proc/loadavg: 1.21 2.39 3.37 5/251 197447
/proc/meminfo: memFree=128747064/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=81612 memory=38784 CPUtime=0.21 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 8700 0 0 0 17 4 0 0 20 0 1 0 237691673 83570688 9696 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 20403 9696 1152 6655 0 10638 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 81612 KiB
Current children cumulated memory: 38784 KiB

[startup+0.313845 s]*
/proc/loadavg: 1.21 2.39 3.37 5/251 197447
/proc/meminfo: memFree=128662312/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=216224 memory=156300 CPUtime=0.31 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 14018 0 0 0 22 9 0 0 20 0 1 0 237691673 221413376 39075 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 54056 39075 1184 6655 0 44291 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 216224 KiB
Current children cumulated memory: 156300 KiB

[startup+0.700308 s]
/proc/loadavg: 1.21 2.39 3.37 5/251 197447
/proc/meminfo: memFree=128556840/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=355924 memory=321548 CPUtime=0.68 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 49191 0 0 0 48 20 0 0 20 0 1 0 237691673 364466176 80355 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 88981 80387 1184 6655 0 79216 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 355924 KiB
Current children cumulated memory: 321548 KiB

[startup+1.50028 s]
/proc/loadavg: 1.21 2.39 3.37 5/251 197447
/proc/meminfo: memFree=128330792/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=590160 memory=553920 CPUtime=1.47 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 101187 0 0 0 113 34 0 0 20 0 1 0 237691673 604323840 138480 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 147540 138480 1184 6655 0 137775 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 590160 KiB
Current children cumulated memory: 553920 KiB

[startup+3.11291 s]
/proc/loadavg: 1.21 2.39 3.37 5/251 197447
/proc/meminfo: memFree=128234256/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=590160 memory=553920 CPUtime=3.09 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 101256 0 0 0 274 35 0 0 20 0 1 0 237691673 604323840 138480 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 147540 138480 1184 6655 0 137775 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 590160 KiB
Current children cumulated memory: 553920 KiB

[startup+6.30028 s]
/proc/loadavg: 1.44 2.42 3.37 5/251 197447
/proc/meminfo: memFree=128234336/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=590160 memory=553920 CPUtime=6.27 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 101327 0 0 0 592 35 0 0 20 0 1 0 237691673 604323840 138480 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 147540 138480 1184 6655 0 137775 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 590160 KiB
Current children cumulated memory: 553920 KiB

[startup+12.7003 s]
/proc/loadavg: 1.64 2.44 3.38 5/251 197463
/proc/meminfo: memFree=127320852/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=1564448 memory=1287836 CPUtime=12.64 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 185813 0 0 0 1203 61 0 0 20 0 2 0 237691673 1601994752 321959 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 391112 321959 2912 6655 0 364995 0
[pid=197446/tid=197451] ppid=197443 vsize=1564448 memory=6640 CPUtime=0 cores=1,3
/proc/197446/task/197451/stat : 197451 (LSIPExact) S 197443 197446 197377 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237692751 1601994752 321959 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1564448 KiB
Current children cumulated memory: 1287836 KiB

[startup+25.5004 s]
/proc/loadavg: 2.54 2.60 3.41 8/256 197501
/proc/meminfo: memFree=126347112/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=2065980 memory=1713360 CPUtime=25.4 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 266525 0 0 0 2451 89 0 0 20 0 2 0 237691673 2115563520 428340 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 516495 428340 2944 6655 0 490378 0
[pid=197446/tid=197451] ppid=197443 vsize=2065980 memory=1709776 CPUtime=0 cores=1,3
/proc/197446/task/197451/stat : 197451 (LSIPExact) S 197443 197446 197377 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237692751 2115563520 428340 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2065980 KiB
Current children cumulated memory: 1713360 KiB

[startup+51.1132 s]
/proc/loadavg: 4.19 2.99 3.52 8/256 197502
/proc/meminfo: memFree=125981464/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=2083404 memory=1733100 CPUtime=50.94 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 276958 0 0 0 5003 91 0 0 20 0 2 0 237691673 2133405696 433275 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 520851 433275 2944 6655 0 494734 0
[pid=197446/tid=197451] ppid=197443 vsize=2083404 memory=-7303891621431311225 CPUtime=0 cores=1,3
/proc/197446/task/197451/stat : 197451 (LSIPExact) S 197443 197446 197377 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237692751 2133405696 433275 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2083404 KiB
Current children cumulated memory: 1733100 KiB

[startup+102.3 s]
/proc/loadavg: 5.62 3.56 3.69 8/257 197554
/proc/meminfo: memFree=118890788/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=3815484 memory=3239532 CPUtime=118.59 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 542614 0 0 0 11683 176 0 0 20 0 2 0 237691673 3907055616 809883 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 953871 809883 3424 6655 0 939001 0
[pid=197446/tid=197451] ppid=197443 vsize=3815484 memory=16688 CPUtime=21.41 cores=1,3
/proc/197446/task/197451/stat : 197451 (LSIPExact) R 197443 197446 197377 0 -1 4194368 85236 0 0 0 2108 33 0 0 20 0 2 0 237692751 3907055616 809883 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
Current children cumulated CPU time: 118.59 s
Current children cumulated vsize: 3815484 KiB
Current children cumulated memory: 3239532 KiB

[startup+162.3 s]
/proc/loadavg: 6.54 4.20 3.91 8/256 197556
/proc/meminfo: memFree=118198956/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4212408 memory=3714860 CPUtime=237.63 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 707425 0 0 0 23542 221 0 0 20 0 2 0 237691673 4313505792 928715 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1053102 928715 3488 6655 0 1038232 0
[pid=197446/tid=197451] ppid=197443 vsize=4212408 memory=3385840 CPUtime=81.16 cores=1,3
/proc/197446/task/197451/stat : 197451 (LSIPExact) R 197443 197446 197377 0 -1 4194368 123404 0 0 0 8078 38 0 0 20 0 2 0 237692751 4313505792 928715 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
Current children cumulated CPU time: 237.63 s
Current children cumulated vsize: 4212408 KiB
Current children cumulated memory: 3714860 KiB

[startup+222.3 s]
/proc/loadavg: 6.90 4.73 4.11 8/256 197558
/proc/meminfo: memFree=118230248/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4039636 memory=3625688 CPUtime=356.63 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 826048 0 0 0 35422 241 0 0 20 0 2 0 237691673 4136587264 906422 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1009909 906422 3488 6655 0 995039 0
[pid=197446/tid=197451] ppid=197443 vsize=4039636 memory=3827864 CPUtime=140.88 cores=1,3
/proc/197446/task/197451/stat : 197451 (LSIPExact) R 197443 197446 197377 0 -1 4194368 167396 0 0 0 14047 41 0 0 20 0 2 0 237692751 4136587264 906422 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
Current children cumulated CPU time: 356.63 s
Current children cumulated vsize: 4039636 KiB
Current children cumulated memory: 3625688 KiB

[startup+282.3 s]
/proc/loadavg: 6.98 5.15 4.29 8/256 197560
/proc/meminfo: memFree=118277680/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4227700 memory=3757360 CPUtime=475.72 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 864176 0 0 0 47320 252 0 0 20 0 2 0 237691673 4329164800 939340 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1056925 939340 3488 6655 0 1042055 0
[pid=197446/tid=197451] ppid=197443 vsize=4227700 memory=3747060 CPUtime=200.65 cores=1,3
/proc/197446/task/197451/stat : 197451 (LSIPExact) R 197443 197446 197377 0 -1 4194368 168980 0 0 0 20023 42 0 0 20 0 2 0 237692751 4329164800 939340 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
Current children cumulated CPU time: 475.72 s
Current children cumulated vsize: 4227700 KiB
Current children cumulated memory: 3757360 KiB

[startup+342.3 s]
/proc/loadavg: 7.03 5.50 4.47 8/255 197563
/proc/meminfo: memFree=118348480/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4039636 memory=3653776 CPUtime=594.86 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 943393 0 0 0 59228 258 0 0 20 0 2 0 237691673 4136587264 913444 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1009909 913444 3488 6655 0 995039 0
[pid=197446/tid=197451] ppid=197443 vsize=4039636 memory=3653776 CPUtime=260.43 cores=1,3
/proc/197446/task/197451/stat : 197451 (LSIPExact) R 197443 197446 197377 0 -1 4194368 209535 0 0 0 25998 45 0 0 20 0 2 0 237692751 4136587264 913444 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
Current children cumulated CPU time: 594.86 s
Current children cumulated vsize: 4039636 KiB
Current children cumulated memory: 3653776 KiB

[startup+402.3 s]

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

[pid=197446] ppid=197443 vsize=7551572 memory=7257440 CPUtime=1904.03 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 1978293 0 0 0 189929 474 0 0 20 0 2 0 237691673 7732809728 1814360 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1887893 1814360 3488 6655 0 1853241 0
[pid=197446/tid=197451] ppid=197443 vsize=7551572 memory=16688 CPUtime=917.34 cores=1,3
/proc/197446/task/197451/stat : 197451 (LSIPExact) R 197443 197446 197377 0 -1 4194368 759523 0 0 0 91602 132 0 0 20 0 2 0 237692751 7732809728 1814360 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
Current children cumulated CPU time: 1904.03 s
Current children cumulated vsize: 7551572 KiB
Current children cumulated memory: 7257440 KiB

[startup+1062.3 s]
/proc/loadavg: 8.05 7.35 5.95 9/254 197643
/proc/meminfo: memFree=101211760/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=7551572 memory=7267800 CPUtime=2022.86 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 2110361 0 0 0 201800 486 0 0 20 0 2 0 237691673 7732809728 1816950 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1887893 1816950 3488 6655 0 1854878 0
[pid=197446/tid=197451] ppid=197443 vsize=7551572 memory=7267800 CPUtime=976.99 cores=1,3
/proc/197446/task/197451/stat : 197451 (LSIPExact) R 197443 197446 197377 0 -1 4194368 826198 0 0 0 97561 138 0 0 20 0 2 0 237692751 7732809728 1816950 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
Current children cumulated CPU time: 2022.86 s
Current children cumulated vsize: 7551572 KiB
Current children cumulated memory: 7267800 KiB

[startup+1122.3 s]
/proc/loadavg: 7.19 7.26 6.01 7/254 197693
/proc/meminfo: memFree=96417884/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4519580 memory=4221956 CPUtime=2067.82 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) S 197443 197446 197377 0 -1 4194304 2156673 0 0 0 206289 493 0 0 20 0 1 0 237691673 4628049920 1055489 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1129895 1055489 3520 6655 0 1108353 0
[pid=197646] ppid=197446 vsize=4638740 memory=4389524 CPUtime=37.13 cores=1,3
/proc/197646/stat : 197646 (Exact) R 197446 197646 197646 0 -1 4194304 609446 0 0 0 3548 165 0 0 20 0 1 0 237800177 4750069760 1097381 18446744073709551615 4198400 8335837 140725180401248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39727104 140725180410041 140725180410395 140725180410395 140725180415951 0
/proc/197646/statm: 1159685 1097381 1120 1011 0 1158452 0
Current children cumulated CPU time: 2104.95 s
Current children cumulated vsize: 9158320 KiB
Current children cumulated memory: 8611480 KiB

[startup+1182.3 s]
/proc/loadavg: 6.21 6.98 5.99 6/254 197696
/proc/meminfo: memFree=90668996/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4519580 memory=4226180 CPUtime=2067.82 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) S 197443 197446 197377 0 -1 4194304 2156673 0 0 0 206289 493 0 0 20 0 1 0 237691673 4628049920 1056545 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1129895 1056545 3520 6655 0 1108353 0
[pid=197646] ppid=197446 vsize=4643604 memory=4400536 CPUtime=96.96 cores=1,3
/proc/197646/stat : 197646 (Exact) R 197446 197646 197646 0 -1 4194304 610785 0 0 0 9530 166 0 0 20 0 1 0 237800177 4755050496 1100134 18446744073709551615 4198400 8335837 140725180401248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39727104 140725180410041 140725180410395 140725180410395 140725180415951 0
/proc/197646/statm: 1160901 1100134 1120 1011 0 1159668 0
Current children cumulated CPU time: 2164.78 s
Current children cumulated vsize: 9163184 KiB
Current children cumulated memory: 8626716 KiB

[startup+1242.3 s]
/proc/loadavg: 5.52 6.63 5.93 6/254 197698
/proc/meminfo: memFree=80885020/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4519580 memory=4231556 CPUtime=2067.82 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) S 197443 197446 197377 0 -1 4194304 2156673 0 0 0 206289 493 0 0 20 0 1 0 237691673 4628049920 1057889 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1129895 1057889 3520 6655 0 1108353 0
[pid=197646] ppid=197446 vsize=4643604 memory=4427928 CPUtime=156.82 cores=1,3
/proc/197646/stat : 197646 (Exact) R 197446 197646 197646 0 -1 4194304 612249 0 0 0 15515 167 0 0 20 0 1 0 237800177 4755050496 1106982 18446744073709551615 4198400 8335837 140725180401248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39727104 140725180410041 140725180410395 140725180410395 140725180415951 0
/proc/197646/statm: 1160901 1106982 1120 1011 0 1159668 0
Current children cumulated CPU time: 2224.64 s
Current children cumulated vsize: 9163184 KiB
Current children cumulated memory: 8659484 KiB

[startup+1302.3 s]
/proc/loadavg: 5.25 6.35 5.88 6/255 197703
/proc/meminfo: memFree=80732212/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4519580 memory=4233348 CPUtime=2067.82 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) S 197443 197446 197377 0 -1 4194304 2156673 0 0 0 206289 493 0 0 20 0 1 0 237691673 4628049920 1058337 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1129895 1058337 3520 6655 0 1108353 0
[pid=197646] ppid=197446 vsize=4646036 memory=4464392 CPUtime=216.69 cores=1,3
/proc/197646/stat : 197646 (Exact) R 197446 197646 197646 0 -1 4194304 614193 0 0 0 21500 169 0 0 20 0 1 0 237800177 4757540864 1116098 18446744073709551615 4198400 8335837 140725180401248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39727104 140725180410041 140725180410395 140725180410395 140725180415951 0
/proc/197646/statm: 1161509 1116098 1120 1011 0 1160276 0
Current children cumulated CPU time: 2284.51 s
Current children cumulated vsize: 9165616 KiB
Current children cumulated memory: 8697740 KiB

[startup+1362.3 s]
/proc/loadavg: 5.14 6.12 5.82 6/254 197709
/proc/meminfo: memFree=80552492/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4519580 memory=4233604 CPUtime=2067.82 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) S 197443 197446 197377 0 -1 4194304 2156673 0 0 0 206289 493 0 0 20 0 1 0 237691673 4628049920 1058401 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1129895 1058401 3520 6655 0 1108353 0
[pid=197646] ppid=197446 vsize=4680716 memory=4540028 CPUtime=276.55 cores=1,3
/proc/197646/stat : 197646 (Exact) R 197446 197646 197646 0 -1 4194304 620097 0 0 0 27483 172 0 0 20 0 1 0 237800177 4793053184 1135007 18446744073709551615 4198400 8335837 140725180401248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39727104 140725180410041 140725180410395 140725180410395 140725180415951 0
/proc/197646/statm: 1170179 1135007 1120 1011 0 1168946 0
Current children cumulated CPU time: 2344.37 s
Current children cumulated vsize: 9200296 KiB
Current children cumulated memory: 8773632 KiB

[startup+1422.3 s]
/proc/loadavg: 5.09 5.92 5.78 6/255 197713
/proc/meminfo: memFree=80305528/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4519580 memory=4235396 CPUtime=2067.82 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) S 197443 197446 197377 0 -1 4194304 2156673 0 0 0 206289 493 0 0 20 0 1 0 237691673 4628049920 1058849 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1129895 1058849 3520 6655 0 1108353 0
[pid=197646] ppid=197446 vsize=4713664 memory=4607316 CPUtime=336.41 cores=1,3
/proc/197646/stat : 197646 (Exact) R 197446 197646 197646 0 -1 4194304 628038 0 0 0 33467 174 0 0 20 0 1 0 237800177 4826791936 1151829 18446744073709551615 4198400 8335837 140725180401248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39727104 140725180410041 140725180410395 140725180410395 140725180415951 0
/proc/197646/statm: 1178416 1151829 1120 1011 0 1177183 0
Current children cumulated CPU time: 2404.23 s
Current children cumulated vsize: 9233244 KiB
Current children cumulated memory: 8842712 KiB

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

# cumulated CPU time of all completed processes:  user=2400.2 s, system=7.04772 s

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

[startup+1422.4 s]
/proc/loadavg: 5.09 5.92 5.78 6/255 197713
/proc/meminfo: memFree=80305528/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4519580 memory=4235396 CPUtime=2067.82 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) S 197443 197446 197377 0 -1 4194304 2156673 0 0 0 206289 493 0 0 20 0 1 0 237691673 4628049920 1058849 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1129895 1058849 3520 6655 0 1108353 0
[pid=197646] ppid=197446 vsize=4713664 memory=4607316 CPUtime=336.51 cores=1,3
/proc/197646/stat : 197646 (Exact) R 197446 197646 197646 0 -1 4194304 628038 0 0 0 33477 174 0 0 20 0 1 0 237800177 4826791936 1151829 18446744073709551615 4198400 8335837 140725180401248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39727104 140725180410041 140725180410395 140725180410395 140725180415951 0
/proc/197646/statm: 1178416 1151829 1120 1011 0 1177183 0
Current children cumulated CPU time: 2404.33 s
Current children cumulated vsize: 9233244 KiB
Current children cumulated memory: 8842712 KiB

[startup+1424 s]*
/proc/loadavg: 5.08 5.91 5.77 6/255 197713
/proc/meminfo: memFree=81761144/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4519580 memory=4235396 CPUtime=2067.82 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) S 197443 197446 197377 0 -1 4194304 2156673 0 0 0 206289 493 0 0 20 0 1 0 237691673 4628049920 1058849 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1129895 1058849 3520 6655 0 1108353 0
[pid=197646] ppid=197446 vsize=3175864 memory=3137228 CPUtime=338.12 cores=1,3
/proc/197646/stat : 197646 (Exact) R 197446 197646 197646 0 -1 4194304 630537 0 0 0 33637 175 0 0 20 0 1 0 237800177 3252084736 784307 18446744073709551615 4198400 8335837 140725180401248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39727104 140725180410041 140725180410395 140725180410395 140725180415951 0
/proc/197646/statm: 793966 784307 1120 1011 0 792733 0
Current children cumulated CPU time: 2405.94 s
Current children cumulated vsize: 7695444 KiB
Current children cumulated memory: 7372624 KiB

[startup+1424.8 s]
/proc/loadavg: 5.08 5.91 5.77 6/255 197713
/proc/meminfo: memFree=81761144/131382112 swapFree=33010416/33010684
[pid=197446] ppid=197443 vsize=4473752 memory=4189664 CPUtime=2406.72 cores=1,3
/proc/197446/stat : 197446 (LSIPExact) R 197443 197446 197377 0 -1 4194304 2205686 630554 0 0 206311 499 33678 184 20 0 1 0 237691673 4581122048 1047416 18446744073709551615 94437109415936 94437136672337 140726466964608 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94437145175176 94437145606784 94437157912576 140726466967896 140726466968072 140726466968072 140726466973676 0
/proc/197446/statm: 1118438 1047416 3520 6655 0 1096896 0
Current children cumulated CPU time: 2406.72 s
Current children cumulated vsize: 4473752 KiB
Current children cumulated memory: 4189664 KiB

[startup+1425.2 s]*
/proc/loadavg: 5.08 5.91 5.77 6/254 197713
/proc/meminfo: memFree=85883584/131382112 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1425.31 s]
/proc/loadavg: 5.08 5.91 5.77 6/254 197713
/proc/meminfo: memFree=85883584/131382112 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1425.31
CPU time (s): 2407.25
CPU user time (s): 2400.2
CPU system time (s): 7.04772
CPU usage (%): 168.893
Max. virtual memory (cumulated for all children) (KiB): 9233244
Max. memory (cumulated for all children) (KiB): 8842712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.2
system time used= 7.04772
maximum resident set size= 7268440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2882284
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= 313
involuntary context switches= 28489


# summary of solver processes directly reported to runsolver:
#   pid: 197446
#   total CPU time (s): 2407.25
#   total CPU user time (s): 2400.2
#   total CPU system time (s): 7.04772

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.0813 second user time and 9.4557 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-22 23:35:19
IDJOB=4542260
IDBENCH=163916
IDSOLVER=3337
FILE ID=nodeC012/4542260-1753220119
RUNJOBID= nodeC012-1753220119-197389
SLURM_JOB_ID= 9687805
Free space on /tmp= 432772 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height36_pigeons35_holes34.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542260-1753220119/watcher-4542260-1753220119 -o /tmp/evaluation-result-4542260-1753220119/solver-4542260-1753220119 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753220119-197389 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4542260-1753220119.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 8324c3ed1748cac240c60f4c3727f95f
RANDOM SEED=1129978564

nodeC012 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	: 0xb00001f
cpu MHz		: 1197.154
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.167
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.368
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1995.482
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.157
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.148
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.136
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1296.986
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128778808 kB
MemAvailable:   129755408 kB
Buffers:            2136 kB
Cached:          1742416 kB
SwapCached:           12 kB
Active:          1392636 kB
Inactive:         538852 kB
Active(anon):     208388 kB
Inactive(anon):     4688 kB
Active(file):    1184248 kB
Inactive(file):   534164 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            202380 kB
Writeback:             0 kB
AnonPages:        190464 kB
Mapped:           117344 kB
Shmem:             26140 kB
KReclaimable:     195248 kB
Slab:             287332 kB
SReclaimable:     195248 kB
SUnreclaim:        92084 kB
KernelStack:        4048 kB
PageTables:         3364 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     538636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432560 MiB
End job on nodeC012 at 2025-07-22 23:59:05