Trace number 4541675

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? 2851.25 2830.71

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_diag/normalized-26array_diag_greater.opb
MD5SUMdba81c8b2aded5f1a3d2b088b53137dc
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.658617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3484
Total number of constraints3485
Number of constraints which are clauses2028
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1457
Minimum length of a constraint2
Maximum length of a constraint104
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 2251799813685248
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 9007199254740991
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

72.04/44.61	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
72.04/44.61	c numVar: 3484
72.04/44.61	c numCon: 3485
72.04/44.61	c numEqual: 1456
72.04/44.61	c intSize: 53
72.04/44.61	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
72.04/44.61	c ------------------- Paras list -------------------
72.04/44.61	c Name                	 Type      	 Now       	 Default   	 Comment
72.04/44.61	c timeout             	 double    	 3600.000000	 3600      	 
72.04/44.61	c mip_time            	 double    	 0.300000  	 0.5       	 
72.04/44.61	c ls_time             	 double    	 10.000000 	 10        	 
72.04/44.61	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
72.04/44.61	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
72.04/44.61	c random_seed         	 int       	 0         	 0         	 
72.04/44.61	c sample_size         	 int       	 50        	 50        	 
72.04/44.61	c sub_score           	 int       	 1         	 1         	 
72.04/44.61	c tabu_base           	 int       	 3         	 3         	 
72.04/44.61	c tabu_variation      	 int       	 1         	 1         	 
72.04/44.61	c sub_div             	 int       	 4         	 4         	 
72.04/44.61	c nbcore              	 int       	 2         	 1         	 
72.04/44.61	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
72.04/44.61	c print_sol           	 int       	 1         	 1         	 
72.04/44.61	c tmpdir              	 string		 .         	 "."       	 
72.04/44.61	c home                	 string		 HOME	 "."       	 
72.04/44.61	c benchname           	 string		 HOME/instance-4541675-1753201774.opb	 ""        	 
72.04/44.61	c --------------------------------------------------
72.04/44.61	c Local Search solver
72.04/44.61	c MIP solver
72.04/44.61	c MIP solver infeasible
72.04/44.61	c use Exact solver
2851.21/2830.71	s UNKNOWN
2851.21/2830.71	c Total time: 2831

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541675-1753201774/watcher-4541675-1753201774 -o /tmp/evaluation-result-4541675-1753201774/solver-4541675-1753201774 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1753198970-164296 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4541675-1753201774.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=164542, runsolver pid=164539
Current StackSize limit: 8192 KiB


[startup+0.100098 s]*
/proc/loadavg: 4.10 4.10 3.96 5/252 164543
/proc/meminfo: memFree=127972268/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=43108 memory=8704 CPUtime=0.1 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) R 164539 164542 164278 0 -1 4194304 1151 0 0 0 10 0 0 0 20 0 1 0 235856545 44142592 2176 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+0.213479 s]*
/proc/loadavg: 4.10 4.10 3.96 5/252 164543
/proc/meminfo: memFree=127972268/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=43108 memory=8704 CPUtime=0.21 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) R 164539 164542 164278 0 -1 4194304 1151 0 0 0 21 0 0 0 20 0 1 0 235856545 44142592 2176 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+0.313458 s]*
/proc/loadavg: 4.10 4.10 3.96 5/252 164543
/proc/meminfo: memFree=127972268/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=43108 memory=8704 CPUtime=0.31 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) R 164539 164542 164278 0 -1 4194304 1151 0 0 0 31 0 0 0 20 0 1 0 235856545 44142592 2176 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+0.700303 s]
/proc/loadavg: 4.10 4.10 3.96 5/252 164543
/proc/meminfo: memFree=127972344/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=43108 memory=8704 CPUtime=0.68 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) R 164539 164542 164278 0 -1 4194304 1152 0 0 0 68 0 0 0 20 0 1 0 235856545 44142592 2176 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+1.5003 s]
/proc/loadavg: 4.10 4.10 3.96 5/252 164543
/proc/meminfo: memFree=127972344/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=43108 memory=8704 CPUtime=1.48 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) R 164539 164542 164278 0 -1 4194304 1153 0 0 0 148 0 0 0 20 0 1 0 235856545 44142592 2176 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+3.11305 s]
/proc/loadavg: 4.09 4.10 3.96 5/252 164543
/proc/meminfo: memFree=127972632/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=43108 memory=8704 CPUtime=3.09 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) R 164539 164542 164278 0 -1 4194304 1153 0 0 0 309 0 0 0 20 0 1 0 235856545 44142592 2176 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+6.3003 s]
/proc/loadavg: 4.09 4.10 3.96 5/252 164543
/proc/meminfo: memFree=127972392/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=43108 memory=8704 CPUtime=6.27 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) R 164539 164542 164278 0 -1 4194304 1153 0 0 0 627 0 0 0 20 0 1 0 235856545 44142592 2176 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.11 3.97 6/253 164544
/proc/meminfo: memFree=127940664/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=138560 memory=49100 CPUtime=15.21 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) R 164539 164542 164278 0 -1 4194304 8679 0 0 0 1519 2 0 0 20 0 2 0 235856545 141885440 12275 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 34640 12275 3584 6655 0 10687 0
[pid=164542/tid=164544] ppid=164539 vsize=138560 memory=47948 CPUtime=2.58 cores=4,6
/proc/164542/task/164544/stat : 164544 (LSIPExact) R 164539 164542 164278 0 -1 4194368 2357 0 0 0 257 1 0 0 20 0 2 0 235857547 141885440 12275 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
Current children cumulated CPU time: 15.21 s
Current children cumulated vsize: 138560 KiB
Current children cumulated memory: 49100 KiB

[startup+25.5002 s]
/proc/loadavg: 4.29 4.14 3.98 6/253 164545
/proc/meminfo: memFree=127924328/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=140956 memory=61388 CPUtime=34.63 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) R 164539 164542 164278 0 -1 4194304 23243 0 0 0 3459 4 0 0 20 0 2 0 235856545 144338944 15347 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 35239 15347 3616 6655 0 13436 0
[pid=164542/tid=164544] ppid=164539 vsize=140956 memory=49484 CPUtime=9.27 cores=4,6
/proc/164542/task/164544/stat : 164544 (LSIPExact) R 164539 164542 164278 0 -1 4194368 9325 0 0 0 924 3 0 0 20 0 2 0 235857547 144338944 15347 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
Current children cumulated CPU time: 34.63 s
Current children cumulated vsize: 140956 KiB
Current children cumulated memory: 61388 KiB

[startup+51.1132 s]
/proc/loadavg: 4.45 4.19 4.00 5/253 164546
/proc/meminfo: memFree=127895356/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=68636 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17159 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17159 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=44340 memory=28168 CPUtime=6.41 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 5255 0 0 0 638 3 0 0 20 0 1 0 235861007 45404160 7042 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 11085 7042 1120 1011 0 9852 0
Current children cumulated CPU time: 78.46 s
Current children cumulated vsize: 189840 KiB
Current children cumulated memory: 96804 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.17 4.00 5/253 164548
/proc/meminfo: memFree=127859624/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=68636 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17159 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17159 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=58868 memory=51004 CPUtime=57.46 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 8918 0 0 0 5727 19 0 0 20 0 1 0 235861007 60280832 12751 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 14717 12751 1120 1011 0 13484 0
Current children cumulated CPU time: 129.51 s
Current children cumulated vsize: 204368 KiB
Current children cumulated memory: 119640 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.17 4.01 5/254 164551
/proc/meminfo: memFree=127829008/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=68636 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17159 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17159 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=92948 memory=86692 CPUtime=117.31 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 14513 0 0 0 11699 32 0 0 20 0 1 0 235861007 95178752 21673 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 23237 21673 1120 1011 0 22004 0
Current children cumulated CPU time: 189.36 s
Current children cumulated vsize: 238448 KiB
Current children cumulated memory: 155328 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.17 4.01 5/255 164648
/proc/meminfo: memFree=128425884/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=69020 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17255 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17255 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=94308 memory=88100 CPUtime=177.16 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 14875 0 0 0 17667 49 0 0 20 0 1 0 235861007 96571392 22025 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 23577 22025 1120 1011 0 22344 0
Current children cumulated CPU time: 249.21 s
Current children cumulated vsize: 239808 KiB
Current children cumulated memory: 157120 KiB

[startup+282.3 s]
/proc/loadavg: 5.30 4.48 4.13 7/256 164701
/proc/meminfo: memFree=128548464/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=99776 memory=94500 CPUtime=236.98 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 16179 0 0 0 23637 61 0 0 20 0 1 0 235861007 102170624 23625 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 24944 23625 1120 1011 0 23711 0
Current children cumulated CPU time: 309.03 s
Current children cumulated vsize: 245276 KiB
Current children cumulated memory: 165568 KiB

[startup+342.3 s]
/proc/loadavg: 5.81 4.77 4.26 7/256 164703
/proc/meminfo: memFree=128525500/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=103872 memory=98596 CPUtime=296.83 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 17183 0 0 0 29606 77 0 0 20 0 1 0 235861007 106364928 24649 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0

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

/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 40569 0 0 0 256659 465 0 0 20 0 1 0 235861007 335233024 63322 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 81844 63322 1152 1011 0 80611 0
Current children cumulated CPU time: 2643.29 s
Current children cumulated vsize: 472876 KiB
Current children cumulated memory: 324356 KiB

[startup+2682.3 s]
/proc/loadavg: 4.08 4.12 4.16 5/254 164819
/proc/meminfo: memFree=127546908/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=328324 memory=254184 CPUtime=2631.1 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 40806 0 0 0 262635 475 0 0 20 0 1 0 235861007 336203776 63546 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 82081 63546 1152 1011 0 80848 0
Current children cumulated CPU time: 2703.15 s
Current children cumulated vsize: 473824 KiB
Current children cumulated memory: 325252 KiB

[startup+2742.3 s]
/proc/loadavg: 4.12 4.12 4.16 5/251 164865
/proc/meminfo: memFree=127724008/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=328324 memory=254184 CPUtime=2690.96 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 40806 0 0 0 268612 484 0 0 20 0 1 0 235861007 336203776 63546 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 82081 63546 1152 1011 0 80848 0
Current children cumulated CPU time: 2763.01 s
Current children cumulated vsize: 473824 KiB
Current children cumulated memory: 325252 KiB

[startup+2802.3 s]
/proc/loadavg: 4.09 4.11 4.16 5/254 164874
/proc/meminfo: memFree=127684708/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=328820 memory=254696 CPUtime=2750.82 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 40932 0 0 0 274587 495 0 0 20 0 1 0 235861007 336711680 63674 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 82205 63674 1152 1011 0 80972 0
Current children cumulated CPU time: 2822.87 s
Current children cumulated vsize: 474320 KiB
Current children cumulated memory: 325764 KiB

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

# cumulated CPU time of all completed processes:  user=2846.18 s, system=5.06947 s

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

[startup+2816 s]*
/proc/loadavg: 4.08 4.11 4.16 5/254 164874
/proc/meminfo: memFree=127685216/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=328820 memory=254696 CPUtime=2764.51 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 40932 0 0 0 275953 498 0 0 20 0 1 0 235861007 336711680 63674 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 82205 63674 1152 1011 0 80972 0
Current children cumulated CPU time: 2836.56 s
Current children cumulated vsize: 474320 KiB
Current children cumulated memory: 325764 KiB

[startup+2822.4 s]
/proc/loadavg: 4.14 4.12 4.16 5/254 164874
/proc/meminfo: memFree=127685720/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=328820 memory=254696 CPUtime=2770.88 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 40932 0 0 0 276590 498 0 0 20 0 1 0 235861007 336711680 63674 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 82205 63674 1152 1011 0 80972 0
Current children cumulated CPU time: 2842.93 s
Current children cumulated vsize: 474320 KiB
Current children cumulated memory: 325764 KiB

[startup+2825.6 s]
/proc/loadavg: 4.14 4.12 4.16 5/254 164874
/proc/meminfo: memFree=127685972/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=328820 memory=254696 CPUtime=2774.07 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 40932 0 0 0 276909 498 0 0 20 0 1 0 235861007 336711680 63674 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 82205 63674 1152 1011 0 80972 0
Current children cumulated CPU time: 2846.12 s
Current children cumulated vsize: 474320 KiB
Current children cumulated memory: 325764 KiB

[startup+2828.8 s]
/proc/loadavg: 4.13 4.12 4.16 5/254 164874
/proc/meminfo: memFree=127685972/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=328820 memory=254696 CPUtime=2777.27 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 40932 0 0 0 277228 499 0 0 20 0 1 0 235861007 336711680 63674 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 82205 63674 1152 1011 0 80972 0
Current children cumulated CPU time: 2849.32 s
Current children cumulated vsize: 474320 KiB
Current children cumulated memory: 325764 KiB

[startup+2829.6 s]
/proc/loadavg: 4.13 4.12 4.16 5/254 164874
/proc/meminfo: memFree=127686224/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=328820 memory=254696 CPUtime=2778.07 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 40932 0 0 0 277308 499 0 0 20 0 1 0 235861007 336711680 63674 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 82205 63674 1152 1011 0 80972 0
Current children cumulated CPU time: 2850.12 s
Current children cumulated vsize: 474320 KiB
Current children cumulated memory: 325764 KiB

[startup+2830.4 s]
/proc/loadavg: 4.13 4.12 4.16 5/254 164874
/proc/meminfo: memFree=127686224/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=328820 memory=254696 CPUtime=2778.86 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 40932 0 0 0 277387 499 0 0 20 0 1 0 235861007 336711680 63674 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 82205 63674 1152 1011 0 80972 0
Current children cumulated CPU time: 2850.91 s
Current children cumulated vsize: 474320 KiB
Current children cumulated memory: 325764 KiB

[startup+2830.6 s]
/proc/loadavg: 4.13 4.12 4.16 5/254 164874
/proc/meminfo: memFree=127686224/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=328820 memory=254696 CPUtime=2779.06 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 40932 0 0 0 277407 499 0 0 20 0 1 0 235861007 336711680 63674 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 82205 63674 1152 1011 0 80972 0
Current children cumulated CPU time: 2851.11 s
Current children cumulated vsize: 474320 KiB
Current children cumulated memory: 325764 KiB

[startup+2830.7 s]
/proc/loadavg: 4.13 4.12 4.16 5/254 164874
/proc/meminfo: memFree=127686224/131382120 swapFree=33010160/33010684
[pid=164542] ppid=164539 vsize=145500 memory=71068 CPUtime=72.05 cores=4,6
/proc/164542/stat : 164542 (LSIPExact) S 164539 164542 164278 0 -1 4194304 31079 0 0 0 7199 6 0 0 20 0 1 0 235856545 148992000 17767 18446744073709551615 94702671843328 94702699099729 140735038710784 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94702707602568 94702708034176 94702710669312 140735038716248 140735038716424 140735038716424 140735038722028 0
/proc/164542/statm: 36375 17767 3648 6655 0 15747 0
[pid=164546] ppid=164542 vsize=328820 memory=254696 CPUtime=2779.16 cores=4,6
/proc/164546/stat : 164546 (Exact) R 164542 164546 164546 0 -1 4194304 40932 0 0 0 277417 499 0 0 20 0 1 0 235861007 336711680 63674 18446744073709551615 4198400 8335837 140730968304992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16977920 140730968311993 140730968312347 140730968312347 140730968317903 0
/proc/164546/statm: 82205 63674 1152 1011 0 80972 0
Current children cumulated CPU time: 2851.21 s
Current children cumulated vsize: 474320 KiB
Current children cumulated memory: 325764 KiB

Child status: 0

Real time (s): 2830.71
CPU time (s): 2851.25
CPU user time (s): 2846.18
CPU system time (s): 5.06947
CPU usage (%): 100.726
Max. virtual memory (cumulated for all children) (KiB): 561284
Max. memory (cumulated for all children) (KiB): 406328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2846.18
system time used= 5.06947
maximum resident set size= 341404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72306
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= 451
involuntary context switches= 1997


# summary of solver processes directly reported to runsolver:
#   pid: 164542
#   total CPU time (s): 2851.25
#   total CPU user time (s): 2846.18
#   total CPU system time (s): 5.06947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0191 second user time and 28.9606 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-22 18:29:34
IDJOB=4541675
IDBENCH=163331
IDSOLVER=3337
FILE ID=nodeC008/4541675-1753201774
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_diag/normalized-26array_diag_greater.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541675-1753201774/watcher-4541675-1753201774 -o /tmp/evaluation-result-4541675-1753201774/solver-4541675-1753201774 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1753198970-164296 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4541675-1753201774.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= dba81c8b2aded5f1a3d2b088b53137dc
RANDOM SEED=359947374

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		: 3661.196
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.384
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.734
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.854
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		: 1197.214
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		: 3678.797
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.546
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:        127972204 kB
MemAvailable:   128946888 kB
Buffers:            2128 kB
Cached:          1747160 kB
SwapCached:           24 kB
Active:          2032440 kB
Inactive:         730932 kB
Active(anon):    1008628 kB
Inactive(anon):    31576 kB
Active(file):    1023812 kB
Inactive(file):   699356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44756 kB
Writeback:             0 kB
AnonPages:       1017188 kB
Mapped:           158192 kB
Shmem:             26120 kB
KReclaimable:     182288 kB
Slab:             272820 kB
SReclaimable:     182288 kB
SUnreclaim:        90532 kB
KernelStack:        4064 kB
PageTables:         5204 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1548152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    856064 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 19:16:45