Trace number 4541909

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 S2? 2590.38 2597.46

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm/normalized-17arraycomm_less.opb
MD5SUMb58fe33c06849f09284e381ad8dcab3a
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 benchmark0.359773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1802
Total number of constraints2381
Number of constraints which are clauses1734
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints647
Minimum length of a constraint2
Maximum length of a constraint68
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 8589934592
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 34359738367
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

10.88/10.97	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
10.88/10.97	c numVar: 1802
10.88/10.97	c numCon: 2381
10.88/10.97	c numEqual: 646
10.88/10.97	c intSize: 35
10.88/10.97	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
10.88/10.97	c ------------------- Paras list -------------------
10.88/10.97	c Name                	 Type      	 Now       	 Default   	 Comment
10.88/10.97	c timeout             	 double    	 3600.000000	 3600      	 
10.88/10.97	c mip_time            	 double    	 0.300000  	 0.5       	 
10.88/10.97	c ls_time             	 double    	 10.000000 	 10        	 
10.88/10.97	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
10.88/10.97	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
10.88/10.97	c random_seed         	 int       	 0         	 0         	 
10.88/10.97	c sample_size         	 int       	 50        	 50        	 
10.88/10.97	c sub_score           	 int       	 1         	 1         	 
10.88/10.97	c tabu_base           	 int       	 3         	 3         	 
10.88/10.97	c tabu_variation      	 int       	 1         	 1         	 
10.88/10.97	c sub_div             	 int       	 4         	 4         	 
10.88/10.97	c nbcore              	 int       	 2         	 1         	 
10.88/10.97	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
10.88/10.97	c print_sol           	 int       	 1         	 1         	 
10.88/10.97	c tmpdir              	 string		 .         	 "."       	 
10.88/10.97	c home                	 string		 HOME	 "."       	 
10.88/10.97	c benchname           	 string		 HOME/instance-4541909-1753204607.opb	 ""        	 
10.88/10.97	c --------------------------------------------------
10.88/10.97	c Local Search solver
10.88/10.97	c MIP solver
10.88/10.97	c Branch and Bound solver find optimal solution
10.88/10.97	c failed: constraint #11 not satisfied. calculated value: 0, constant: 1, >=
10.88/10.97	c MIP solver objective value: 0
10.88/10.97	c failed: constraint #11 not satisfied. calculated value: 0, constant: 1, >=
10.88/10.97	c use Exact solver
2590.29/2597.46	s UNKNOWN
2590.29/2597.46	c Total time: 2598

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=164963, runsolver pid=164960
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 4.04 4.10 4.15 5/253 164964
/proc/meminfo: memFree=127984712/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=41736 memory=7168 CPUtime=0.09 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) R 164960 164963 164278 0 -1 4194304 802 0 0 0 9 0 0 0 20 0 1 0 236139831 42737664 1792 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 10434 1792 1152 6655 0 669 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41736 KiB
Current children cumulated memory: 7168 KiB

[startup+0.213628 s]*
/proc/loadavg: 4.04 4.10 4.15 5/253 164964
/proc/meminfo: memFree=127984712/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=41736 memory=7168 CPUtime=0.21 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) R 164960 164963 164278 0 -1 4194304 803 0 0 0 21 0 0 0 20 0 1 0 236139831 42737664 1792 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 10434 1792 1152 6655 0 669 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 41736 KiB
Current children cumulated memory: 7168 KiB

[startup+0.313415 s]*
/proc/loadavg: 4.04 4.10 4.15 5/253 164964
/proc/meminfo: memFree=127984712/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=41736 memory=7168 CPUtime=0.3 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) R 164960 164963 164278 0 -1 4194304 803 0 0 0 30 0 0 0 20 0 1 0 236139831 42737664 1792 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 10434 1792 1152 6655 0 669 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 41736 KiB
Current children cumulated memory: 7168 KiB

[startup+0.700331 s]
/proc/loadavg: 4.04 4.10 4.15 5/253 164964
/proc/meminfo: memFree=127985084/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=41736 memory=7168 CPUtime=0.68 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) R 164960 164963 164278 0 -1 4194304 803 0 0 0 68 0 0 0 20 0 1 0 236139831 42737664 1792 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 10434 1792 1152 6655 0 669 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 41736 KiB
Current children cumulated memory: 7168 KiB

[startup+1.5003 s]
/proc/loadavg: 4.04 4.10 4.15 5/253 164964
/proc/meminfo: memFree=127985084/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=41736 memory=7168 CPUtime=1.47 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) R 164960 164963 164278 0 -1 4194304 803 0 0 0 147 0 0 0 20 0 1 0 236139831 42737664 1792 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 10434 1792 1152 6655 0 669 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 41736 KiB
Current children cumulated memory: 7168 KiB

[startup+3.11317 s]
/proc/loadavg: 4.04 4.10 4.15 5/253 164964
/proc/meminfo: memFree=127985564/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=41736 memory=7168 CPUtime=3.08 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) R 164960 164963 164278 0 -1 4194304 803 0 0 0 308 0 0 0 20 0 1 0 236139831 42737664 1792 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 10434 1792 1152 6655 0 669 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 41736 KiB
Current children cumulated memory: 7168 KiB

[startup+6.30028 s]
/proc/loadavg: 4.03 4.10 4.15 5/253 164964
/proc/meminfo: memFree=127985896/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=41736 memory=7168 CPUtime=6.26 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) R 164960 164963 164278 0 -1 4194304 803 0 0 0 626 0 0 0 20 0 1 0 236139831 42737664 1792 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 10434 1792 1152 6655 0 669 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 41736 KiB
Current children cumulated memory: 7168 KiB

[startup+12.7004 s]
/proc/loadavg: 4.03 4.10 4.15 5/254 164966
/proc/meminfo: memFree=127952124/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=29020 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7255 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7255 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=34752 memory=18036 CPUtime=1.69 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 3008 0 0 0 167 2 0 0 20 0 1 0 236140929 35586048 4509 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 8688 4509 1120 1011 0 7455 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 162308 KiB
Current children cumulated memory: 47056 KiB

[startup+25.5004 s]
/proc/loadavg: 4.02 4.09 4.15 5/254 164967
/proc/meminfo: memFree=127925844/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=29020 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7255 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7255 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=42928 memory=36476 CPUtime=14.45 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 5069 0 0 0 1438 7 0 0 20 0 1 0 236140929 43958272 9119 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 10732 9119 1120 1011 0 9499 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 170484 KiB
Current children cumulated memory: 65496 KiB

[startup+51.1134 s]
/proc/loadavg: 4.07 4.10 4.15 5/254 164967
/proc/meminfo: memFree=127925340/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=29020 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7255 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7255 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=47412 memory=40828 CPUtime=39.98 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 6189 0 0 0 3980 18 0 0 20 0 1 0 236140929 48549888 10207 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 11853 10207 1120 1011 0 10620 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 174968 KiB
Current children cumulated memory: 69848 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.15 5/254 164969
/proc/meminfo: memFree=127868952/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=29020 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7255 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7255 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=64372 memory=47784 CPUtime=90.99 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 7642 0 0 0 9062 37 0 0 20 0 1 0 236140929 65916928 11946 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 16093 11946 1120 1011 0 14860 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 191928 KiB
Current children cumulated memory: 76804 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.09 4.14 5/255 164974
/proc/meminfo: memFree=127807264/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=29020 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7255 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7255 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=66336 memory=51868 CPUtime=150.78 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 8172 0 0 0 15019 59 0 0 20 0 1 0 236140929 67928064 12967 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 16584 12967 1120 1011 0 15351 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 193892 KiB
Current children cumulated memory: 80888 KiB

[startup+222.3 s]
/proc/loadavg: 4.24 4.14 4.15 5/255 165022
/proc/meminfo: memFree=128054072/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=29020 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7255 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7255 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=67532 memory=53020 CPUtime=210.59 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 8474 0 0 0 20979 80 0 0 20 0 1 0 236140929 69152768 13255 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 16883 13255 1120 1011 0 15650 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 195088 KiB
Current children cumulated memory: 82040 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.12 4.15 5/255 165071
/proc/meminfo: memFree=128552036/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=29020 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7255 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7255 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=69944 memory=57468 CPUtime=270.4 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 9055 0 0 0 26942 98 0 0 20 0 1 0 236140929 71622656 14367 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 17486 14367 1120 1011 0 16253 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 197500 KiB
Current children cumulated memory: 86488 KiB

[startup+342.3 s]
/proc/loadavg: 4.72 4.30 4.21 5/255 165073
/proc/meminfo: memFree=128407916/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=29020 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7255 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7255 3392 6655 0 6214 0

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

/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 35743 0 0 0 229914 587 0 0 20 0 1 0 236140929 243736576 52323 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 59506 52323 1120 1011 0 58273 0
Current children cumulated CPU time: 2315.96 s
Current children cumulated vsize: 365580 KiB
Current children cumulated memory: 241256 KiB

[startup+2382.3 s]
/proc/loadavg: 4.07 4.09 4.12 5/254 165169
/proc/meminfo: memFree=127834672/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=31964 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7991 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7991 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=238024 memory=209420 CPUtime=2364.83 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 35746 0 0 0 235881 602 0 0 20 0 1 0 236140929 243736576 52355 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 59506 52355 1152 1011 0 58273 0
Current children cumulated CPU time: 2375.78 s
Current children cumulated vsize: 365580 KiB
Current children cumulated memory: 241384 KiB

[startup+2442.3 s]
/proc/loadavg: 4.20 4.12 4.13 5/254 165217
/proc/meminfo: memFree=127917100/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=31964 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7991 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7991 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=238428 memory=209932 CPUtime=2424.66 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 35847 0 0 0 241850 616 0 0 20 0 1 0 236140929 244150272 52483 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 59607 52483 1152 1011 0 58374 0
Current children cumulated CPU time: 2435.61 s
Current children cumulated vsize: 365984 KiB
Current children cumulated memory: 241896 KiB

[startup+2502.3 s]
/proc/loadavg: 4.14 4.11 4.12 5/255 165220
/proc/meminfo: memFree=127874372/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=31964 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7991 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7991 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=238428 memory=210956 CPUtime=2484.47 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 35851 0 0 0 247815 632 0 0 20 0 1 0 236140929 244150272 52739 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 59607 52739 1152 1011 0 58374 0
Current children cumulated CPU time: 2495.42 s
Current children cumulated vsize: 365984 KiB
Current children cumulated memory: 242920 KiB

[startup+2562.3 s]
/proc/loadavg: 4.05 4.09 4.11 5/255 165222
/proc/meminfo: memFree=127829652/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=31964 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7991 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7991 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=238428 memory=210956 CPUtime=2544.33 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 35873 0 0 0 253789 644 0 0 20 0 1 0 236140929 244150272 52739 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 59607 52739 1152 1011 0 58374 0
Current children cumulated CPU time: 2555.28 s
Current children cumulated vsize: 365984 KiB
Current children cumulated memory: 242920 KiB

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

# cumulated CPU time of all completed processes:  user=2583.83 s, system=6.55267 s

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

[startup+2572.8 s]
/proc/loadavg: 4.11 4.10 4.11 5/255 165223
/proc/meminfo: memFree=127846036/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=31964 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7991 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7991 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=238428 memory=210956 CPUtime=2554.8 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 35873 0 0 0 254833 647 0 0 20 0 1 0 236140929 244150272 52739 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 59607 52739 1152 1011 0 58374 0
Current children cumulated CPU time: 2565.75 s
Current children cumulated vsize: 365984 KiB
Current children cumulated memory: 242920 KiB

[startup+2585.6 s]
/proc/loadavg: 4.09 4.10 4.11 5/255 165223
/proc/meminfo: memFree=127842264/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=31964 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7991 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7991 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=238428 memory=210956 CPUtime=2567.57 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 35873 0 0 0 256107 650 0 0 20 0 1 0 236140929 244150272 52739 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 59607 52739 1152 1011 0 58374 0
Current children cumulated CPU time: 2578.52 s
Current children cumulated vsize: 365984 KiB
Current children cumulated memory: 242920 KiB

[startup+2592 s]*
/proc/loadavg: 4.08 4.09 4.11 5/255 165223
/proc/meminfo: memFree=127838232/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=31964 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7991 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7991 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=238428 memory=210956 CPUtime=2573.97 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 35873 0 0 0 256745 652 0 0 20 0 1 0 236140929 244150272 52739 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 59607 52739 1152 1011 0 58374 0
Current children cumulated CPU time: 2584.92 s
Current children cumulated vsize: 365984 KiB
Current children cumulated memory: 242920 KiB

[startup+2595.2 s]
/proc/loadavg: 4.07 4.09 4.11 5/255 165224
/proc/meminfo: memFree=127838232/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=31964 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7991 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7991 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=238428 memory=210956 CPUtime=2577.15 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 35873 0 0 0 257062 653 0 0 20 0 1 0 236140929 244150272 52739 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 59607 52739 1152 1011 0 58374 0
Current children cumulated CPU time: 2588.1 s
Current children cumulated vsize: 365984 KiB
Current children cumulated memory: 242920 KiB

[startup+2596.8 s]
/proc/loadavg: 4.07 4.09 4.11 5/255 165224
/proc/meminfo: memFree=127838232/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=31964 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7991 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7991 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=238428 memory=210956 CPUtime=2578.75 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 35873 0 0 0 257222 653 0 0 20 0 1 0 236140929 244150272 52739 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 59607 52739 1152 1011 0 58374 0
Current children cumulated CPU time: 2589.7 s
Current children cumulated vsize: 365984 KiB
Current children cumulated memory: 242920 KiB

[startup+2597.2 s]
/proc/loadavg: 4.07 4.09 4.11 5/255 165224
/proc/meminfo: memFree=127838232/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=31964 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7991 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7991 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=238428 memory=210956 CPUtime=2579.14 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 35873 0 0 0 257261 653 0 0 20 0 1 0 236140929 244150272 52739 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 59607 52739 1152 1011 0 58374 0
Current children cumulated CPU time: 2590.09 s
Current children cumulated vsize: 365984 KiB
Current children cumulated memory: 242920 KiB

[startup+2597.4 s]
/proc/loadavg: 4.07 4.09 4.11 5/255 165224
/proc/meminfo: memFree=127838232/131382120 swapFree=33010160/33010684
[pid=164963] ppid=164960 vsize=127556 memory=31964 CPUtime=10.95 cores=4,6
/proc/164963/stat : 164963 (LSIPExact) S 164960 164963 164278 0 -1 4194304 4212 0 0 0 1094 1 0 0 20 0 1 0 236139831 130617344 7991 18446744073709551615 94514608005120 94514635261521 140720380479600 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94514643764360 94514644195968 94514669854720 140720380483928 140720380484104 140720380484104 140720380489708 0
/proc/164963/statm: 31889 7991 3392 6655 0 6214 0
[pid=164966] ppid=164963 vsize=238428 memory=210956 CPUtime=2579.34 cores=4,6
/proc/164966/stat : 164966 (Exact) R 164963 164966 164966 0 -1 4194304 35873 0 0 0 257281 653 0 0 20 0 1 0 236140929 244150272 52739 18446744073709551615 4198400 8335837 140722885070304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 39211008 140722885073081 140722885073435 140722885073435 140722885078991 0
/proc/164966/statm: 59607 52739 1152 1011 0 58374 0
Current children cumulated CPU time: 2590.29 s
Current children cumulated vsize: 365984 KiB
Current children cumulated memory: 242920 KiB

Child status: 0

Real time (s): 2597.46
CPU time (s): 2590.38
CPU user time (s): 2583.83
CPU system time (s): 6.55267
CPU usage (%): 99.7273
Max. virtual memory (cumulated for all children) (KiB): 365984
Max. memory (cumulated for all children) (KiB): 242920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2583.83
system time used= 6.55267
maximum resident set size= 211084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40089
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= 339
involuntary context switches= 1629


# summary of solver processes directly reported to runsolver:
#   pid: 164963
#   total CPU time (s): 2590.38
#   total CPU user time (s): 2583.83
#   total CPU system time (s): 6.55267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4194 second user time and 26.3945 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-22 19:16:47
IDJOB=4541909
IDBENCH=163589
IDSOLVER=3337
FILE ID=nodeC008/4541909-1753204607
RUNJOBID= nodeC008-1753198970-164296
SLURM_JOB_ID= 9687741
Free space on /tmp= 432560 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm/normalized-17arraycomm_less.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541909-1753204607/watcher-4541909-1753204607 -o /tmp/evaluation-result-4541909-1753204607/solver-4541909-1753204607 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1753198970-164296 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4541909-1753204607.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= b58fe33c06849f09284e381ad8dcab3a
RANDOM SEED=1470413063

nodeC008 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		: 3662.146
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.72
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		: 3691.394
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.72
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.197
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.72
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		: 1197.441
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.72
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		: 3700.000
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.72
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		: 3691.405
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.72
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.209
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.72
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		: 3700.000
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127984916 kB
MemAvailable:   128960812 kB
Buffers:            2128 kB
Cached:          1748344 kB
SwapCached:           24 kB
Active:          1963736 kB
Inactive:         732116 kB
Active(anon):     939924 kB
Inactive(anon):    31576 kB
Active(file):    1023812 kB
Inactive(file):   700540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44708 kB
Writeback:            12 kB
AnonPages:        946420 kB
Mapped:           158300 kB
Shmem:             26120 kB
KReclaimable:     182340 kB
Slab:             273372 kB
SReclaimable:     182340 kB
SUnreclaim:        91032 kB
KernelStack:        4080 kB
PageTables:         5112 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1428148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    776192 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432516 MiB
End job on nodeC008 at 2025-07-22 20:00:05