Trace number 4527596

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3604.35 2133.99

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_mh.opb
MD5SUM52dca71e841298ae6df8c1bcbb79ed30
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 benchmark13359973
Best CPU time to get the best result obtained on this benchmark3600.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 388230486170
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 388230486170
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.10/2131.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.10/2131.70	c numVar: 2000400
3600.10/2131.70	c numCon: 4920807
3600.10/2131.70	c numEqual: 19807
3600.10/2131.70	c intSize: 39
3600.10/2131.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.10/2131.70	c ------------------- Paras list -------------------
3600.10/2131.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.10/2131.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.10/2131.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.10/2131.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.10/2131.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.10/2131.70	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.10/2131.70	c random_seed         	 int       	 0         	 0         	 
3600.10/2131.70	c sample_size         	 int       	 50        	 50        	 
3600.10/2131.70	c sub_score           	 int       	 1         	 1         	 
3600.10/2131.70	c tabu_base           	 int       	 3         	 3         	 
3600.10/2131.70	c tabu_variation      	 int       	 1         	 1         	 
3600.10/2131.70	c sub_div             	 int       	 4         	 4         	 
3600.10/2131.70	c nbcore              	 int       	 2         	 1         	 
3600.10/2131.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.10/2131.70	c print_sol           	 int       	 1         	 1         	 
3600.10/2131.70	c tmpdir              	 string		 .         	 "."       	 
3600.10/2131.70	c home                	 string		 HOME	 "."       	 
3600.10/2131.70	c benchname           	 string		 HOME/instance-4527596-1752234041.opb	 ""        	 
3600.10/2131.70	c --------------------------------------------------
3600.10/2131.70	c Local Search solver
3600.10/2131.70	c MIP solver
3600.10/2131.70	c receive signal 15, try to interrupt solver...

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62178 MiB free)
  memory of node 1: 64507 MiB (61029 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100078 s]*
/proc/loadavg: 7.53 7.92 6.97 7/254 108738
/proc/meminfo: memFree=125837628/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=497288 memory=194408 CPUtime=0.1 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 35867 0 0 0 4 6 0 0 20 0 1 0 139083786 509222912 48602 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 124355 48602 1152 6655 0 114590 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 497288 KiB
Current children cumulated memory: 194408 KiB

[startup+0.214038 s]*
/proc/loadavg: 7.53 7.92 6.97 7/254 108738
/proc/meminfo: memFree=125428796/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=654632 memory=404968 CPUtime=0.21 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 75219 0 0 0 8 13 0 0 20 0 1 0 139083786 670343168 101242 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 163658 101242 1152 6655 0 153893 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 654632 KiB
Current children cumulated memory: 404968 KiB

[startup+0.314124 s]*
/proc/loadavg: 7.53 7.92 6.97 7/254 108738
/proc/meminfo: memFree=125064508/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=792704 memory=588136 CPUtime=0.31 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 109755 0 0 0 12 19 0 0 20 0 1 0 139083786 811728896 147034 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 198176 147034 1152 6655 0 188411 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 792704 KiB
Current children cumulated memory: 588136 KiB

[startup+0.700358 s]
/proc/loadavg: 7.49 7.91 6.97 7/254 108738
/proc/meminfo: memFree=124327868/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=1299616 memory=1255172 CPUtime=0.68 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 235060 0 0 0 26 42 0 0 20 0 1 0 139083786 1330806784 313793 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 324904 313793 1152 6655 0 315139 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1299616 KiB
Current children cumulated memory: 1255172 KiB

[startup+1.50033 s]
/proc/loadavg: 7.49 7.91 6.97 7/254 108738
/proc/meminfo: memFree=123603668/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=1373968 memory=1330312 CPUtime=1.48 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 251279 0 0 0 100 48 0 0 20 0 1 0 139083786 1406943232 332578 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 343492 332578 1152 6655 0 333727 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1373968 KiB
Current children cumulated memory: 1330312 KiB

[startup+3.11325 s]
/proc/loadavg: 7.49 7.91 6.97 7/254 108738
/proc/meminfo: memFree=120899012/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=2722716 memory=2678076 CPUtime=3.09 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 458268 0 0 0 216 93 0 0 20 0 1 0 139083786 2788061184 669519 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 680679 669519 1152 6655 0 670914 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2722716 KiB
Current children cumulated memory: 2678076 KiB

[startup+6.30032 s]
/proc/loadavg: 7.29 7.86 6.96 7/254 108738
/proc/meminfo: memFree=119297684/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=3627476 memory=3582816 CPUtime=6.26 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 676225 0 0 0 495 131 0 0 20 0 1 0 139083786 3714535424 895704 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 906869 895704 1152 6655 0 897104 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 3627476 KiB
Current children cumulated memory: 3582816 KiB

[startup+12.7003 s]
/proc/loadavg: 7.10 7.81 6.95 7/255 108739
/proc/meminfo: memFree=117187924/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=5046128 memory=5001952 CPUtime=12.63 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 998177 0 0 0 1078 185 0 0 20 0 1 0 139083786 5167235072 1250488 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 1261532 1250488 1248 6655 0 1251767 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 5046128 KiB
Current children cumulated memory: 5001952 KiB

[startup+25.5004 s]
/proc/loadavg: 6.85 7.73 6.93 7/257 108742
/proc/meminfo: memFree=108859848/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=8808320 memory=8157696 CPUtime=25.39 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 1189588 0 0 0 2250 289 0 0 20 0 2 0 139083786 9019719680 2039424 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 2202080 2039424 2752 6655 0 2175963 0
[pid=108737/tid=108742] ppid=108730 vsize=8808320 memory=0 CPUtime=0 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) S 108730 108737 108148 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139085532 9019719680 2039424 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 8808320 KiB
Current children cumulated memory: 8157696 KiB

[startup+51.1133 s]
/proc/loadavg: 6.44 7.55 6.89 7/257 108742
/proc/meminfo: memFree=107612520/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=8979016 memory=8218144 CPUtime=50.91 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 1253098 0 0 0 4759 332 0 0 20 0 2 0 139083786 9194512384 2054536 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 2244754 2054536 2816 6655 0 2218637 0
[pid=108737/tid=108742] ppid=108730 vsize=8979016 memory=8104820 CPUtime=0 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) S 108730 108737 108148 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139085532 9194512384 2054536 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 8979016 KiB
Current children cumulated memory: 8218144 KiB

[startup+102.3 s]
/proc/loadavg: 6.03 7.26 6.83 7/256 108792
/proc/meminfo: memFree=101139228/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=12532660 memory=11265688 CPUtime=101.88 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 1372079 0 0 0 9752 436 0 0 20 0 2 0 139083786 12833443840 2816422 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 3133165 2816422 2912 6655 0 3107048 0
[pid=108737/tid=108742] ppid=108730 vsize=12532660 memory=14304 CPUtime=0 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) S 108730 108737 108148 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139085532 12833443840 2816422 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 12532660 KiB
Current children cumulated memory: 11265688 KiB

[startup+162.3 s]
/proc/loadavg: 5.81 6.97 6.75 8/256 108932
/proc/meminfo: memFree=101994840/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=12337120 memory=11251412 CPUtime=163.31 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 1508600 0 0 0 15794 537 0 0 20 0 2 0 139083786 12633210880 2812853 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 3084280 2812853 2944 6655 0 3051351 0
[pid=108737/tid=108742] ppid=108730 vsize=12337120 memory=10862832 CPUtime=2.29 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) S 108730 108737 108148 0 -1 4194368 18725 0 0 0 206 23 0 0 20 0 2 0 139085532 12633210880 2812853 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 163.31 s
Current children cumulated vsize: 12337120 KiB
Current children cumulated memory: 11251412 KiB

[startup+222.3 s]
/proc/loadavg: 5.74 6.71 6.68 10/258 109074
/proc/meminfo: memFree=97805968/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=15992376 memory=14043116 CPUtime=237.25 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 1757045 0 0 0 22982 743 0 0 20 0 2 0 139083786 16376193024 3510779 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 3998094 3510779 3072 6655 0 3950435 0
[pid=108737/tid=108742] ppid=108730 vsize=15992376 memory=14304 CPUtime=16.74 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 101142 0 0 0 1588 86 0 0 20 0 2 0 139085532 16376193024 3510779 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 237.25 s
Current children cumulated vsize: 15992376 KiB
Current children cumulated memory: 14043116 KiB

[startup+282.3 s]
/proc/loadavg: 7.21 6.96 6.77 9/257 109076
/proc/meminfo: memFree=85518536/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=22956480 memory=18847424 CPUtime=356.27 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 1945471 0 0 0 34600 1027 0 0 20 0 2 0 139083786 23507435520 4711856 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 5739120 4711856 3456 6655 0 5667167 0
[pid=108737/tid=108742] ppid=108730 vsize=22956480 memory=20352 CPUtime=76.44 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 225778 0 0 0 7397 247 0 0 20 0 2 0 139085532 23507435520 4711856 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 356.27 s
Current children cumulated vsize: 22956480 KiB
Current children cumulated memory: 18847424 KiB

[startup+342.3 s]
/proc/loadavg: 6.80 6.90 6.76 8/257 109079
/proc/meminfo: memFree=90087668/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=19049636 memory=16316176 CPUtime=421.39 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 1974001 0 0 0 41102 1037 0 0 20 0 2 0 139083786 19506827264 4079044 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 4762409 4079044 3456 6655 0 4704218 0
[pid=108737/tid=108742] ppid=108730 vsize=19049636 memory=14304 CPUtime=81.8 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) S 108730 108737 108148 0 -1 4194368 227678 0 0 0 7932 248 0 0 20 0 2 0 139085532 19506827264 4079044 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 421.39 s
Current children cumulated vsize: 19049636 KiB
Current children cumulated memory: 16316176 KiB

[startup+402.3 s]
/proc/loadavg: 6.41 6.77 6.72 8/256 109081
/proc/meminfo: memFree=90008128/131382120 swapFree=33010416/33010684

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

/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 3489617 0 0 0 277013 1908 0 0 20 0 2 0 139083786 26735841280 5719768 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 6527305 5719768 3520 6655 0 6467257 0
[pid=108737/tid=108742] ppid=108730 vsize=26109220 memory=14304 CPUtime=1083.67 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 779907 0 0 0 107902 465 0 0 20 0 2 0 139085532 26735841280 5719768 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 2789.21 s
Current children cumulated vsize: 26109220 KiB
Current children cumulated memory: 22879072 KiB

[startup+1782.3 s]
/proc/loadavg: 7.99 7.91 7.54 9/255 109156
/proc/meminfo: memFree=73043820/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=26109220 memory=22941044 CPUtime=2908.2 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 3536251 0 0 0 288902 1918 0 0 20 0 2 0 139083786 26735841280 5735261 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 6527305 5735261 3520 6655 0 6467257 0
[pid=108737/tid=108742] ppid=108730 vsize=26109220 memory=14304 CPUtime=1143.38 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 806634 0 0 0 113867 471 0 0 20 0 2 0 139085532 26735841280 5735261 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 2908.2 s
Current children cumulated vsize: 26109220 KiB
Current children cumulated memory: 22941044 KiB

[startup+1842.3 s]
/proc/loadavg: 8.05 7.94 7.57 9/257 109166
/proc/meminfo: memFree=72931976/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=26174756 memory=22969992 CPUtime=3027.03 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 3610738 0 0 0 300765 1938 0 0 20 0 2 0 139083786 26802950144 5742498 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 6543689 5742498 3520 6655 0 6473371 0
[pid=108737/tid=108742] ppid=108730 vsize=26174756 memory=20352 CPUtime=1203.03 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 871199 0 0 0 119814 489 0 0 20 0 2 0 139085532 26802950144 5742498 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 3027.03 s
Current children cumulated vsize: 26174756 KiB
Current children cumulated memory: 22969992 KiB

[startup+1902.3 s]
/proc/loadavg: 7.53 7.81 7.55 9/257 109353
/proc/meminfo: memFree=79973780/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=26373708 memory=23070320 CPUtime=3145.59 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 3693398 0 0 0 312579 1980 0 0 20 0 2 0 139083786 27006676992 5767580 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 6593427 5767580 3520 6655 0 6527859 0
[pid=108737/tid=108742] ppid=108730 vsize=26373708 memory=20352 CPUtime=1262.44 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 950598 0 0 0 125714 530 0 0 20 0 2 0 139085532 27006676992 5767580 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 3145.59 s
Current children cumulated vsize: 26373708 KiB
Current children cumulated memory: 23070320 KiB

[startup+1962.3 s]
/proc/loadavg: 7.81 7.84 7.57 9/257 109401
/proc/meminfo: memFree=80000336/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=26373708 memory=23072400 CPUtime=3264.4 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 3698191 0 0 0 324449 1991 0 0 20 0 2 0 139083786 27006676992 5768100 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 6593427 5768100 3520 6655 0 6527859 0
[pid=108737/tid=108742] ppid=108730 vsize=26373708 memory=23072400 CPUtime=1322.05 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 954123 0 0 0 131664 541 0 0 20 0 2 0 139085532 27006676992 5768100 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 3264.4 s
Current children cumulated vsize: 26373708 KiB
Current children cumulated memory: 23072400 KiB

[startup+2022.3 s]
/proc/loadavg: 7.99 7.88 7.61 9/256 109403
/proc/meminfo: memFree=80078592/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=26213008 memory=22994680 CPUtime=3383.25 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 3739587 0 0 0 336314 2011 0 0 20 0 2 0 139083786 26842120192 5748670 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 6553252 5748670 3520 6655 0 6487684 0
[pid=108737/tid=108742] ppid=108730 vsize=26213008 memory=22994680 CPUtime=1381.7 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 995078 0 0 0 137610 560 0 0 20 0 2 0 139085532 26842120192 5748670 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 3383.25 s
Current children cumulated vsize: 26213008 KiB
Current children cumulated memory: 22994680 KiB

[startup+2082.3 s]
/proc/loadavg: 8.10 7.94 7.65 9/255 109405
/proc/meminfo: memFree=80508284/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=25596828 memory=22472332 CPUtime=3502.15 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 3835027 0 0 0 348181 2034 0 0 20 0 2 0 139083786 26211151872 5618083 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 6399207 5618083 3520 6655 0 6333639 0
[pid=108737/tid=108742] ppid=108730 vsize=25596828 memory=22994680 CPUtime=1441.37 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 1054372 0 0 0 143561 576 0 0 20 0 2 0 139085532 26211151872 5618083 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 3502.15 s
Current children cumulated vsize: 25596828 KiB
Current children cumulated memory: 22472332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2131.7 s]
/proc/loadavg: 7.80 7.89 7.64 8/254 109501
/proc/meminfo: memFree=104228156/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=25596828 memory=22476428 CPUtime=3600.1 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 3876927 0 0 0 357956 2054 0 0 20 0 2 0 139083786 26211151872 5619107 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 6399207 5619107 3520 6655 0 6333639 0
[pid=108737/tid=108742] ppid=108730 vsize=25596828 memory=22994680 CPUtime=1490.55 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 1086079 0 0 0 148465 590 0 0 20 0 2 0 139085532 26211151872 5619107 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 25596828 KiB
Current children cumulated memory: 22476428 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3583.31 s, system=21.0426 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2132.8 s]
/proc/loadavg: 7.80 7.89 7.64 8/254 109501
/proc/meminfo: memFree=104227440/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=25390288 memory=22420096 CPUtime=3602.27 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 3912041 0 0 0 358162 2065 0 0 20 0 2 0 139083786 25999654912 5605024 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 6347572 5605024 3520 6655 0 6282004 0
[pid=108737/tid=108742] ppid=108730 vsize=25390288 memory=245635481903 CPUtime=1491.64 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 1098703 0 0 0 148569 595 0 0 20 0 2 0 139085532 25999654912 5605024 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 3602.27 s
Current children cumulated vsize: 25390288 KiB
Current children cumulated memory: 22420096 KiB

[startup+2133.2 s]
/proc/loadavg: 7.80 7.89 7.64 8/254 109501
/proc/meminfo: memFree=104240036/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=25734624 memory=22487024 CPUtime=3603.07 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 3918635 0 0 0 358237 2070 0 0 20 0 2 0 139083786 26352254976 5621756 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 6433656 5621756 3520 6655 0 6368088 0
[pid=108737/tid=108742] ppid=108730 vsize=25734624 memory=453913 CPUtime=1492.04 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 1102264 0 0 0 148605 599 0 0 20 0 2 0 139085532 26352254976 5621756 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 3603.07 s
Current children cumulated vsize: 25734624 KiB
Current children cumulated memory: 22487024 KiB

[startup+2133.6 s]
/proc/loadavg: 7.80 7.89 7.64 8/254 109501
/proc/meminfo: memFree=104240036/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=25811128 memory=22628560 CPUtime=3603.86 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 3920354 0 0 0 358312 2074 0 0 20 0 2 0 139083786 26430595072 5657140 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 6452782 5657140 3520 6655 0 6393909 0
[pid=108737/tid=108742] ppid=108730 vsize=25811128 memory=4752 CPUtime=1492.43 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 1103983 0 0 0 148640 603 0 0 20 0 2 0 139085532 26430595072 5657140 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 3603.86 s
Current children cumulated vsize: 25811128 KiB
Current children cumulated memory: 22628560 KiB

[startup+2133.7 s]
/proc/loadavg: 7.80 7.89 7.64 8/254 109501
/proc/meminfo: memFree=104240036/131382120 swapFree=33010416/33010684
[pid=108737] ppid=108730 vsize=25887632 memory=22742468 CPUtime=3604.06 cores=1,3
/proc/108737/stat : 108737 (LSIPExact) R 108730 108737 108148 0 -1 4194304 3921268 0 0 0 358330 2076 0 0 20 0 2 0 139083786 26508935168 5685617 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
/proc/108737/statm: 6471908 5685617 3520 6655 0 6413035 0
[pid=108737/tid=108742] ppid=108730 vsize=25887632 memory=22994680 CPUtime=1492.54 cores=1,3
/proc/108737/task/108742/stat : 108742 (LSIPExact) R 108730 108737 108148 0 -1 4194368 1104897 0 0 0 148648 606 0 0 20 0 2 0 139085532 26508935168 5685617 18446744073709551615 94753775915008 94753803172177 140724529213200 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94753811674248 94753812105856 94753819447296 140724529219928 140724529220104 140724529220104 140724529225708 0
Current children cumulated CPU time: 3604.06 s
Current children cumulated vsize: 25887632 KiB
Current children cumulated memory: 22742468 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2133.99
CPU time (s): 3604.35
CPU user time (s): 3583.31
CPU system time (s): 21.0426
CPU usage (%): 168.902
Max. virtual memory (cumulated for all children) (KiB): 30928296
Max. memory (cumulated for all children) (KiB): 26318304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.31
system time used= 21.0426
maximum resident set size= 26323328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3921268
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= 177
involuntary context switches= 90327


# summary of solver processes directly reported to runsolver:
#   pid: 108737
#   total CPU time (s): 3604.35
#   total CPU user time (s): 3583.31
#   total CPU system time (s): 21.0426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.5745 second user time and 14.0142 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-11 13:40:44
IDJOB=4527596
IDBENCH=155757
IDSOLVER=3384
FILE ID=nodeC006/4527596-1752234041
RUNJOBID= nodeC006-1752232205-108167
SLURM_JOB_ID= 9682517
Free space on /tmp= 431472 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_4_mh.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527596-1752234041/watcher-4527596-1752234041 -o /tmp/evaluation-result-4527596-1752234041/solver-4527596-1752234041 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1752232205-108167 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527596-1752234041.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 52dca71e841298ae6df8c1bcbb79ed30
RANDOM SEED=1101230875

nodeC006 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		: 3197.677
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.32
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		: 3492.246
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.32
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		: 1196.772
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.32
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.138
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.32
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		: 3491.633
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.32
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		: 3591.397
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.32
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.225
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.32
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		: 3591.446
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        126164800 kB
MemAvailable:   129014488 kB
Buffers:            2128 kB
Cached:          3612288 kB
SwapCached:           12 kB
Active:          1385732 kB
Inactive:        3143688 kB
Active(anon):     921964 kB
Inactive(anon):    10992 kB
Active(file):     463768 kB
Inactive(file):  3132696 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            603620 kB
Writeback:             8 kB
AnonPages:        915392 kB
Mapped:           120784 kB
Shmem:             17948 kB
KReclaimable:     185316 kB
Slab:             274160 kB
SReclaimable:     185316 kB
SUnreclaim:        88844 kB
KernelStack:        4112 kB
PageTables:         4808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1271288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431624 MiB
End job on nodeC006 at 2025-07-11 14:16:18