Trace number 4486596

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S2? (TO) 3600.08 1871.91

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUMf9f2b1fc4917344504b6167976088a05
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark925
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000
Total number of constraints5250
Number of constraints which are clauses5250
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2000
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3528.42/1800.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3528.42/1800.02	c numVar: 2000
3528.42/1800.02	c numCon: 5250
3528.42/1800.02	c numEqual: 0
3528.42/1800.02	c intSize: 11
3528.42/1800.02	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
3528.42/1800.02	c ------------------- Paras list -------------------
3528.42/1800.02	c Name                	 Type      	 Now       	 Default   	 Comment
3528.42/1800.02	c timeout             	 double    	 3600.000000	 3600      	 
3528.42/1800.02	c mip_time            	 double    	 0.500000  	 0.5       	 
3528.42/1800.02	c ls_time             	 double    	 10.000000 	 10        	 
3528.42/1800.02	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
3528.42/1800.02	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3528.42/1800.02	c random_seed         	 int       	 0         	 0         	 
3528.42/1800.02	c sample_size         	 int       	 50        	 50        	 
3528.42/1800.02	c sub_score           	 int       	 1         	 1         	 
3528.42/1800.02	c tabu_base           	 int       	 3         	 3         	 
3528.42/1800.02	c tabu_variation      	 int       	 1         	 1         	 
3528.42/1800.02	c sub_div             	 int       	 4         	 4         	 
3528.42/1800.02	c nbcore              	 int       	 2         	 1         	 
3528.42/1800.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3528.42/1800.02	c print_sol           	 int       	 1         	 1         	 
3528.42/1800.02	c tmpdir              	 string		 .         	 "."       	 
3528.42/1800.02	c home                	 string		 HOME	 "."       	 
3528.42/1800.02	c benchname           	 string		 HOME/instance-4486596-1751310285.opb	 ""        	 
3528.42/1800.02	c --------------------------------------------------
3528.42/1800.02	c Local Search solver
3528.42/1800.02	c MIP solver
3528.42/1800.02	c use Exact solver
3600.06/1871.90	c receive signal 15, try to interrupt solver...
3600.06/1871.91	c Exact solver (PID 45734) interrupted gracefully.
3600.06/1871.91	s UNKNOWN
3600.06/1871.91	c Total time: 1871

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: 63665 MiB (60629 MiB free)
  memory of node 1: 64507 MiB (61181 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=44163, runsolver pid=44160

[startup+0.100057 s]*
/proc/loadavg: 7.67 7.98 7.92 8/266 44164
/proc/meminfo: memFree=124732428/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=43388 memory=8832 CPUtime=0.09 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 1213 0 0 0 9 0 0 0 20 0 1 0 46708798 44429312 2208 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 10847 2208 1152 6655 0 1082 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8832 KiB

[startup+0.205657 s]*
/proc/loadavg: 7.67 7.98 7.92 8/266 44164
/proc/meminfo: memFree=124732428/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=43388 memory=8832 CPUtime=0.2 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 1213 0 0 0 20 0 0 0 20 0 1 0 46708798 44429312 2208 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 10847 2208 1152 6655 0 1082 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8832 KiB

[startup+0.305442 s]*
/proc/loadavg: 7.67 7.98 7.92 8/266 44164
/proc/meminfo: memFree=124731420/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=43388 memory=8832 CPUtime=0.3 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 1213 0 0 0 30 0 0 0 20 0 1 0 46708798 44429312 2208 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 10847 2208 1152 6655 0 1082 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8832 KiB

[startup+0.700126 s]
/proc/loadavg: 7.62 7.96 7.91 8/266 44164
/proc/meminfo: memFree=124731420/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=43388 memory=8832 CPUtime=0.69 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 1213 0 0 0 69 0 0 0 20 0 1 0 46708798 44429312 2208 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 10847 2208 1152 6655 0 1082 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8832 KiB

[startup+1.50013 s]
/proc/loadavg: 7.62 7.96 7.91 8/266 44164
/proc/meminfo: memFree=124719340/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=43388 memory=8832 CPUtime=1.48 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 1213 0 0 0 148 0 0 0 20 0 1 0 46708798 44429312 2208 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 10847 2208 1152 6655 0 1082 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8832 KiB

[startup+3.10553 s]
/proc/loadavg: 7.62 7.96 7.91 8/266 44164
/proc/meminfo: memFree=124712284/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=43388 memory=8832 CPUtime=3.08 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 1213 0 0 0 308 0 0 0 20 0 1 0 46708798 44429312 2208 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 10847 2208 1152 6655 0 1082 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8832 KiB

[startup+6.30013 s]
/proc/loadavg: 7.57 7.95 7.91 8/266 44165
/proc/meminfo: memFree=124701804/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=43388 memory=8832 CPUtime=6.27 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 1213 0 0 0 627 0 0 0 20 0 1 0 46708798 44429312 2208 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 10847 2208 1152 6655 0 1082 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8832 KiB

[startup+12.7002 s]
/proc/loadavg: 7.60 7.95 7.91 9/267 44166
/proc/meminfo: memFree=124658460/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=133764 memory=48260 CPUtime=15.22 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 8703 0 0 0 1521 1 0 0 20 0 2 0 46708798 136974336 12065 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 33441 12065 3360 6655 0 10738 0
[pid=44163/tid=44166] ppid=44160 vsize=133764 memory=48260 CPUtime=2.56 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 3298 0 0 0 256 0 0 0 20 0 2 0 46709799 136974336 12065 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 15.22 s
Current children cumulated vsize: 133764 KiB
Current children cumulated memory: 48260 KiB

[startup+25.5002 s]
/proc/loadavg: 7.58 7.93 7.90 8/267 44168
/proc/meminfo: memFree=125266332/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=148188 memory=63876 CPUtime=40.65 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 20664 0 0 0 4063 2 0 0 20 0 2 0 46708798 151744512 15969 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 37047 15969 3392 6655 0 14462 0
[pid=44163/tid=44166] ppid=44160 vsize=148188 memory=50692 CPUtime=15.22 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 6698 0 0 0 1522 0 0 0 20 0 2 0 46709799 151744512 15969 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 40.65 s
Current children cumulated vsize: 148188 KiB
Current children cumulated memory: 63876 KiB

[startup+51.1058 s]
/proc/loadavg: 7.42 7.86 7.88 8/267 44168
/proc/meminfo: memFree=125226012/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=148188 memory=64644 CPUtime=91.51 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 29074 0 0 0 9148 3 0 0 20 0 2 0 46708798 151744512 16161 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 37047 16161 3392 6655 0 14462 0
[pid=44163/tid=44166] ppid=44160 vsize=148188 memory=64644 CPUtime=40.56 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 10760 0 0 0 4055 1 0 0 20 0 2 0 46709799 151744512 16161 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 91.51 s
Current children cumulated vsize: 148188 KiB
Current children cumulated memory: 64644 KiB

[startup+102.3 s]
/proc/loadavg: 6.76 7.61 7.79 7/267 44315
/proc/meminfo: memFree=129110112/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=148556 memory=65028 CPUtime=193.22 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 38145 0 0 0 19316 6 0 0 20 0 2 0 46708798 152121344 16257 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 37139 16257 3392 6655 0 14554 0
[pid=44163/tid=44166] ppid=44160 vsize=148556 memory=13824 CPUtime=91.23 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 14782 0 0 0 9121 2 0 0 20 0 2 0 46709799 152121344 16257 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 193.22 s
Current children cumulated vsize: 148556 KiB
Current children cumulated memory: 65028 KiB

[startup+162.3 s]
/proc/loadavg: 6.59 7.41 7.71 7/267 44465
/proc/meminfo: memFree=129051620/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=152548 memory=70532 CPUtime=312.46 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 44708 0 0 0 31239 7 0 0 20 0 2 0 46708798 156209152 17633 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 38137 17633 3392 6655 0 15899 0
[pid=44163/tid=44166] ppid=44160 vsize=152548 memory=70020 CPUtime=150.63 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 18225 0 0 0 15061 2 0 0 20 0 2 0 46709799 156209152 17633 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 312.46 s
Current children cumulated vsize: 152548 KiB
Current children cumulated memory: 70532 KiB

[startup+222.3 s]
/proc/loadavg: 6.85 7.32 7.66 8/268 44468
/proc/meminfo: memFree=128877224/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=157540 memory=80644 CPUtime=431.61 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 52021 0 0 0 43152 9 0 0 20 0 2 0 46708798 161320960 20161 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 39385 20161 3392 6655 0 18447 0
[pid=44163/tid=44166] ppid=44160 vsize=157540 memory=10752 CPUtime=209.97 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 21354 0 0 0 20994 3 0 0 20 0 2 0 46709799 161320960 20161 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 431.61 s
Current children cumulated vsize: 157540 KiB
Current children cumulated memory: 80644 KiB

[startup+282.3 s]
/proc/loadavg: 6.78 7.23 7.60 7/268 44470
/proc/meminfo: memFree=128791164/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=170984 memory=91012 CPUtime=535.19 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 58120 0 0 0 53509 10 0 0 20 0 2 0 46708798 175087616 22753 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 42746 22753 3392 6655 0 22934 0
[pid=44163/tid=44166] ppid=44160 vsize=170984 memory=91012 CPUtime=257.12 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) S 44160 44163 42536 0 -1 4194368 22718 0 0 0 25709 3 0 0 20 0 2 0 46709799 175087616 22753 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 1 0 0 -1 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 535.19 s
Current children cumulated vsize: 170984 KiB
Current children cumulated memory: 91012 KiB

[startup+342.3 s]
/proc/loadavg: 6.96 7.20 7.57 8/268 44472
/proc/meminfo: memFree=128760020/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=178596 memory=97040 CPUtime=653.95 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 69458 0 0 0 65384 11 0 0 20 0 2 0 46708798 182882304 24260 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 44649 24260 3392 6655 0 24837 0
[pid=44163/tid=44166] ppid=44160 vsize=178596 memory=95504 CPUtime=316.57 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 28744 0 0 0 31653 4 0 0 20 0 2 0 46709799 182882304 24260 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 653.95 s
Current children cumulated vsize: 178596 KiB
Current children cumulated memory: 97040 KiB

[startup+402.3 s]

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

/proc/44163/statm: 56544 40387 3392 6655 0 42349 0
[pid=44163/tid=44166] ppid=44160 vsize=226176 memory=161548 CPUtime=1260.26 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 37132 0 0 0 125984 42 0 0 20 0 2 0 46709799 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 2539.8 s
Current children cumulated vsize: 226176 KiB
Current children cumulated memory: 161548 KiB

[startup+1362.3 s]
/proc/loadavg: 7.08 7.01 7.14 8/266 45712
/proc/meminfo: memFree=128829652/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=226176 memory=161548 CPUtime=2658.97 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 91028 0 0 0 265810 87 0 0 20 0 2 0 46708798 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 56544 40387 3392 6655 0 42349 0
[pid=44163/tid=44166] ppid=44160 vsize=226176 memory=161548 CPUtime=1320.05 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 37132 0 0 0 131963 42 0 0 20 0 2 0 46709799 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 2658.97 s
Current children cumulated vsize: 226176 KiB
Current children cumulated memory: 161548 KiB

[startup+1422.3 s]
/proc/loadavg: 7.15 7.04 7.14 8/267 45719
/proc/meminfo: memFree=128803296/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=226176 memory=161548 CPUtime=2778.12 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 91030 0 0 0 277725 87 0 0 20 0 2 0 46708798 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 56544 40387 3392 6655 0 42349 0
[pid=44163/tid=44166] ppid=44160 vsize=226176 memory=161548 CPUtime=1379.84 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 37134 0 0 0 137942 42 0 0 20 0 2 0 46709799 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 2778.12 s
Current children cumulated vsize: 226176 KiB
Current children cumulated memory: 161548 KiB

[startup+1482.3 s]
/proc/loadavg: 7.05 7.03 7.13 8/267 45721
/proc/meminfo: memFree=128810460/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=226176 memory=161548 CPUtime=2897.28 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 91030 0 0 0 289641 87 0 0 20 0 2 0 46708798 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 56544 40387 3392 6655 0 42349 0
[pid=44163/tid=44166] ppid=44160 vsize=226176 memory=161548 CPUtime=1439.63 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 37134 0 0 0 143921 42 0 0 20 0 2 0 46709799 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 2897.28 s
Current children cumulated vsize: 226176 KiB
Current children cumulated memory: 161548 KiB

[startup+1542.3 s]
/proc/loadavg: 7.06 7.04 7.13 8/267 45723
/proc/meminfo: memFree=128808112/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=226176 memory=161548 CPUtime=3016.47 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 91032 0 0 0 301560 87 0 0 20 0 2 0 46708798 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 56544 40387 3392 6655 0 42349 0
[pid=44163/tid=44166] ppid=44160 vsize=226176 memory=161548 CPUtime=1499.45 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 37136 0 0 0 149903 42 0 0 20 0 2 0 46709799 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 3016.47 s
Current children cumulated vsize: 226176 KiB
Current children cumulated memory: 161548 KiB

[startup+1602.3 s]
/proc/loadavg: 7.12 7.06 7.13 8/267 45726
/proc/meminfo: memFree=128808020/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=226176 memory=161548 CPUtime=3135.65 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 91034 0 0 0 313477 88 0 0 20 0 2 0 46708798 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 56544 40387 3392 6655 0 42349 0
[pid=44163/tid=44166] ppid=44160 vsize=226176 memory=161548 CPUtime=1559.25 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 37138 0 0 0 155883 42 0 0 20 0 2 0 46709799 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 3135.65 s
Current children cumulated vsize: 226176 KiB
Current children cumulated memory: 161548 KiB

[startup+1662.3 s]
/proc/loadavg: 7.10 7.06 7.12 8/267 45727
/proc/meminfo: memFree=128797560/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=226176 memory=161548 CPUtime=3254.85 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 91040 0 0 0 325397 88 0 0 20 0 2 0 46708798 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 56544 40387 3392 6655 0 42349 0
[pid=44163/tid=44166] ppid=44160 vsize=226176 memory=161548 CPUtime=1619.06 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 37138 0 0 0 161864 42 0 0 20 0 2 0 46709799 231604224 40387 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 3254.85 s
Current children cumulated vsize: 226176 KiB
Current children cumulated memory: 161548 KiB

[startup+1722.3 s]
/proc/loadavg: 7.11 7.06 7.12 8/266 45729
/proc/meminfo: memFree=128800784/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=226176 memory=167436 CPUtime=3374.04 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 92677 0 0 0 337316 88 0 0 20 0 2 0 46708798 231604224 41859 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 56544 41859 3392 6655 0 43807 0
[pid=44163/tid=44166] ppid=44160 vsize=226176 memory=161548 CPUtime=1678.88 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 38775 0 0 0 167845 43 0 0 20 0 2 0 46709799 231604224 41859 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 3374.04 s
Current children cumulated vsize: 226176 KiB
Current children cumulated memory: 167436 KiB

[startup+1782.3 s]
/proc/loadavg: 7.09 7.07 7.11 8/266 45731
/proc/meminfo: memFree=128791964/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=226176 memory=174348 CPUtime=3493.23 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) R 44160 44163 42536 0 -1 4194304 95153 0 0 0 349234 89 0 0 20 0 2 0 46708798 231604224 43587 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 56544 43587 3392 6655 0 45548 0
[pid=44163/tid=44166] ppid=44160 vsize=226176 memory=173196 CPUtime=1738.69 cores=0,2
/proc/44163/task/44166/stat : 44166 (LSIPExact) R 44160 44163 42536 0 -1 4194368 40847 0 0 0 173825 44 0 0 20 0 2 0 46709799 231604224 43587 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
Current children cumulated CPU time: 3493.23 s
Current children cumulated vsize: 226176 KiB
Current children cumulated memory: 174348 KiB

[startup+1842.3 s]
/proc/loadavg: 6.91 7.02 7.09 7/266 45734
/proc/meminfo: memFree=128751708/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=213428 memory=175012 CPUtime=3528.45 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) S 44160 44163 42536 0 -1 4194304 96212 0 0 0 352755 90 0 0 20 0 1 0 46708798 218550272 43753 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 53357 43753 3424 6655 0 42955 0
[pid=45734] ppid=44163 vsize=54600 memory=41532 CPUtime=42.1 cores=0,2
/proc/45734/stat : 45734 (Exact) R 44163 45734 45734 0 -1 4194304 8146 0 0 0 4189 21 0 0 20 0 1 0 46888800 55910400 10383 18446744073709551615 4198400 8335837 140733976512992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28782592 140733976520891 140733976521245 140733976521245 140733976526799 0
/proc/45734/statm: 13650 10383 1120 1011 0 12417 0
Current children cumulated CPU time: 3570.55 s
Current children cumulated vsize: 268028 KiB
Current children cumulated memory: 216544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1871.9 s]
/proc/loadavg: 6.61 6.94 7.06 7/266 45736
/proc/meminfo: memFree=128739980/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=213428 memory=175012 CPUtime=3528.45 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) S 44160 44163 42536 0 -1 4194304 96212 0 0 0 352755 90 0 0 20 0 1 0 46708798 218550272 43753 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 53357 43753 3424 6655 0 42955 0
[pid=45734] ppid=44163 vsize=57484 memory=44476 CPUtime=71.61 cores=0,2
/proc/45734/stat : 45734 (Exact) R 44163 45734 45734 0 -1 4194304 8885 0 0 0 7132 29 0 0 20 0 1 0 46888800 58863616 11119 18446744073709551615 4198400 8335837 140733976512992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28782592 140733976520891 140733976521245 140733976521245 140733976526799 0
/proc/45734/statm: 14371 11119 1120 1011 0 13138 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 270912 KiB
Current children cumulated memory: 219488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.88 s, system=1.20351 s

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

[startup+1871.9 s]
/proc/loadavg: 6.61 6.94 7.06 7/266 45736
/proc/meminfo: memFree=128739980/131250000 swapFree=33010684/33010684
[pid=44163] ppid=44160 vsize=213428 memory=175012 CPUtime=3528.45 cores=0,2
/proc/44163/stat : 44163 (LSIPExact) S 44160 44163 42536 0 -1 4194304 96212 0 0 0 352755 90 0 0 20 0 1 0 46708798 218550272 43753 18446744073709551615 94690244685824 94690271942225 140727632686832 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94690280445064 94690280876672 94690299035648 140727632693594 140727632693770 140727632693770 140727632699372 0
/proc/44163/statm: 53357 43753 3424 6655 0 42955 0
[pid=45734] ppid=44163 vsize=57484 memory=44476 CPUtime=71.61 cores=0,2
/proc/45734/stat : 45734 (Exact) R 44163 45734 45734 0 -1 4194304 8885 0 0 0 7132 29 0 0 20 0 1 0 46888800 58863616 11119 18446744073709551615 4198400 8335837 140733976512992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28782592 140733976520891 140733976521245 140733976521245 140733976526799 0
/proc/45734/statm: 14371 11119 1120 1011 0 13138 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 270912 KiB
Current children cumulated memory: 219488 KiB

Child status: 0

Real time (s): 1871.91
CPU time (s): 3600.08
CPU user time (s): 3598.88
CPU system time (s): 1.20351
CPU usage (%): 192.321
Max. virtual memory (cumulated for all children) (KiB): 270912
Max. memory (cumulated for all children) (KiB): 219488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.88
system time used= 1.20351
maximum resident set size= 177036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105724
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= 479
involuntary context switches= 117552


# summary of solver processes directly reported to runsolver:
#   pid: 44163
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.88
#   total CPU system time (s): 1.20351

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.89366 second user time and 8.88675 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-30 21:04:45
IDJOB=4486596
IDBENCH=147028
IDSOLVER=3337
FILE ID=nodeC013/4486596-1751310285
RUNJOBID= nodeC013-1751302914-42549
SLURM_JOB_ID= 9594288
Free space on /tmp= 432924 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f1000.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486596-1751310285/watcher-4486596-1751310285 -o /tmp/evaluation-result-4486596-1751310285/solver-4486596-1751310285 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751302914-42549 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4486596-1751310285.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= f9f2b1fc4917344504b6167976088a05
RANDOM SEED=1020024480

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124736208 kB
MemAvailable:   124953176 kB
Buffers:            3280 kB
Cached:          1018420 kB
SwapCached:            0 kB
Active:          5116400 kB
Inactive:         774784 kB
Active(anon):    4882768 kB
Inactive(anon):        0 kB
Active(file):     233632 kB
Inactive(file):   774784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44820 kB
Writeback:             4 kB
AnonPages:       4872028 kB
Mapped:           135112 kB
Shmem:             13284 kB
KReclaimable:      95180 kB
Slab:             182424 kB
SReclaimable:      95180 kB
SUnreclaim:        87244 kB
KernelStack:        4288 kB
PageTables:        12636 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5212584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1314816 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432880 MiB
End job on nodeC013 at 2025-06-30 21:35:58