Trace number 4527018

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1? 3372.86 2848.21

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-174.opb
MD5SUM5618df1e63c3ad3b10b24ba90f334740
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark538.408
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1266.66/735.73	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1266.66/735.73	c numVar: 248659
1266.66/735.73	c numCon: 5546518
1266.66/735.73	c numEqual: 9882
1266.66/735.73	c intSize: 12
1266.66/735.73	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1266.66/735.73	c ------------------- Paras list -------------------
1266.66/735.73	c Name                	 Type      	 Now       	 Default   	 Comment
1266.66/735.73	c timeout             	 double    	 3600.000000	 3600      	 
1266.66/735.73	c mip_time            	 double    	 0.200000  	 0.5       	 
1266.66/735.73	c ls_time             	 double    	 10.000000 	 10        	 
1266.66/735.73	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1266.66/735.73	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1266.66/735.73	c random_seed         	 int       	 0         	 0         	 
1266.66/735.73	c sample_size         	 int       	 50        	 50        	 
1266.66/735.73	c sub_score           	 int       	 1         	 1         	 
1266.66/735.73	c tabu_base           	 int       	 3         	 3         	 
1266.66/735.73	c tabu_variation      	 int       	 1         	 1         	 
1266.66/735.73	c sub_div             	 int       	 4         	 4         	 
1266.66/735.73	c nbcore              	 int       	 2         	 1         	 
1266.66/735.73	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1266.66/735.73	c print_sol           	 int       	 1         	 1         	 
1266.66/735.73	c tmpdir              	 string		 .         	 "."       	 
1266.66/735.73	c home                	 string		 HOME	 "."       	 
1266.66/735.73	c benchname           	 string		 HOME/instance-4527018-1752234036.opb	 ""        	 
1266.66/735.73	c --------------------------------------------------
1266.66/735.73	c Local Search solver
1266.66/735.73	c MIP solver
1266.66/735.73	c use Exact solver
3372.63/2848.02	s UNKNOWN
3372.63/2848.02	c Total time: 2848

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527018-1752234036/watcher-4527018-1752234036 -o /tmp/evaluation-result-4527018-1752234036/solver-4527018-1752234036 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1752232205-113726 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527018-1752234036.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=114490, runsolver pid=114484

[startup+0.107438 s]*
/proc/loadavg: 7.75 8.06 6.98 6/260 114492
/proc/meminfo: memFree=122648812/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=410864 memory=28072 CPUtime=0.01 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 4487 0 0 0 0 1 0 0 20 0 1 0 139078550 420724736 7018 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 102716 7018 1152 6655 0 92951 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 410864 KiB
Current children cumulated memory: 28072 KiB

[startup+0.20569 s]*
/proc/loadavg: 7.75 8.06 6.98 6/261 114494
/proc/meminfo: memFree=122478828/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=542336 memory=202536 CPUtime=0.1 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 37378 0 0 0 4 6 0 0 20 0 1 0 139078550 555352064 50634 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 135584 50634 1152 6655 0 125819 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 542336 KiB
Current children cumulated memory: 202536 KiB

[startup+0.305639 s]*
/proc/loadavg: 7.75 8.06 6.98 6/260 114496
/proc/meminfo: memFree=122344892/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=675128 memory=380328 CPUtime=0.19 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 70589 0 0 0 6 13 0 0 20 0 1 0 139078550 691331072 95082 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 168782 95082 1152 6655 0 159017 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 675128 KiB
Current children cumulated memory: 380328 KiB

[startup+0.700182 s]
/proc/loadavg: 7.75 8.06 6.98 6/261 114500
/proc/meminfo: memFree=121985160/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=1222796 memory=1110340 CPUtime=0.57 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 207599 0 0 0 21 36 0 0 20 0 1 0 139078550 1252143104 277553 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 305699 277553 1152 6655 0 295934 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 1222796 KiB
Current children cumulated memory: 1110340 KiB

[startup+1.50019 s]
/proc/loadavg: 7.75 8.06 6.98 7/264 114510
/proc/meminfo: memFree=121266480/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=1435876 memory=1392964 CPUtime=1.38 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 261431 0 0 0 89 49 0 0 20 0 1 0 139078550 1470337024 348241 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 358969 348241 1152 6655 0 349204 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 1435876 KiB
Current children cumulated memory: 1392964 KiB

[startup+3.10558 s]
/proc/loadavg: 7.61 8.03 6.98 7/264 114510
/proc/meminfo: memFree=120634144/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=2077296 memory=2038024 CPUtime=2.97 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 353228 0 0 0 225 72 0 0 20 0 1 0 139078550 2127151104 509506 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 519324 509506 1152 6655 0 509559 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 2077296 KiB
Current children cumulated memory: 2038024 KiB

[startup+6.30016 s]
/proc/loadavg: 7.61 8.03 6.98 7/264 114510
/proc/meminfo: memFree=119739072/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=3040740 memory=2985736 CPUtime=6.15 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 590325 0 0 0 500 115 0 0 20 0 1 0 139078550 3113717760 746434 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 760185 746434 1152 6655 0 750420 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 3040740 KiB
Current children cumulated memory: 2985736 KiB

[startup+12.7002 s]
/proc/loadavg: 7.48 8.00 6.97 8/265 114511
/proc/meminfo: memFree=118602452/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=4849088 memory=4791160 CPUtime=12.52 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 1025208 0 0 0 1061 191 0 0 20 0 1 0 139078550 4965466112 1197790 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1212305 1197790 1216 6655 0 1202540 0
Current children cumulated CPU time: 12.52 s
Current children cumulated vsize: 4849088 KiB
Current children cumulated memory: 4791160 KiB

[startup+25.5002 s]
/proc/loadavg: 7.15 7.90 6.96 7/266 114513
/proc/meminfo: memFree=114272196/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=8414172 memory=8101740 CPUtime=25.28 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 1318149 0 0 0 2217 311 0 0 20 0 2 0 139078550 8616112128 2025435 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 2103543 2025435 2752 6655 0 2077426 0
[pid=114490/tid=114513] ppid=114484 vsize=8414172 memory=8101740 CPUtime=0 cores=1,3
/proc/114490/task/114513/stat : 114513 (LSIPExact) S 114484 114490 113707 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139080318 8616112128 2025435 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
Current children cumulated CPU time: 25.28 s
Current children cumulated vsize: 8414172 KiB
Current children cumulated memory: 8101740 KiB

[startup+51.1057 s]
/proc/loadavg: 6.99 7.79 6.95 8/266 114559
/proc/meminfo: memFree=114258884/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=8449324 memory=8144680 CPUtime=50.79 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 1375491 0 0 0 4733 346 0 0 20 0 2 0 139078550 8652107776 2036170 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 2112331 2036170 2816 6655 0 2086214 0
[pid=114490/tid=114513] ppid=114484 vsize=8449324 memory=8229096 CPUtime=0 cores=1,3
/proc/114490/task/114513/stat : 114513 (LSIPExact) S 114484 114490 113707 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139080318 8652107776 2036170 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
Current children cumulated CPU time: 50.79 s
Current children cumulated vsize: 8449324 KiB
Current children cumulated memory: 8144680 KiB

[startup+102.3 s]
/proc/loadavg: 6.32 7.50 6.89 7/267 114616
/proc/meminfo: memFree=115103592/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=10787740 memory=10186748 CPUtime=101.85 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 1467453 0 0 0 9761 424 0 0 20 0 2 0 139078550 11046645760 2546687 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 2696935 2546687 2880 6655 0 2670818 0
[pid=114490/tid=114513] ppid=114484 vsize=10787740 memory=20608 CPUtime=0 cores=1,3
/proc/114490/task/114513/stat : 114513 (LSIPExact) S 114484 114490 113707 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139080318 11046645760 2546687 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
Current children cumulated CPU time: 101.85 s
Current children cumulated vsize: 10787740 KiB
Current children cumulated memory: 10186748 KiB

[startup+162.3 s]
/proc/loadavg: 6.25 7.25 6.84 8/267 114663
/proc/meminfo: memFree=116080512/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=10339680 memory=9880956 CPUtime=161.95 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 1554224 0 0 0 15705 490 0 0 20 0 2 0 139078550 10587832320 2470239 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 2584920 2470239 2912 6655 0 2569540 0
[pid=114490/tid=114513] ppid=114484 vsize=10339680 memory=9101600 CPUtime=0.25 cores=1,3
/proc/114490/task/114513/stat : 114513 (LSIPExact) S 114484 114490 113707 0 -1 4194368 9846 0 0 0 18 7 0 0 20 0 2 0 139080318 10587832320 2470239 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
Current children cumulated CPU time: 161.95 s
Current children cumulated vsize: 10339680 KiB
Current children cumulated memory: 9880956 KiB

[startup+222.3 s]
/proc/loadavg: 6.66 7.18 6.84 8/268 114896
/proc/meminfo: memFree=111531540/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=17093404 memory=14322104 CPUtime=250.63 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 1830237 0 0 0 24305 758 0 0 20 0 2 0 139078550 17503645696 3580526 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 4273351 3580526 3296 6655 0 4260889 0
[pid=114490/tid=114513] ppid=114484 vsize=17093404 memory=14720 CPUtime=29.34 cores=1,3
/proc/114490/task/114513/stat : 114513 (LSIPExact) R 114484 114490 113707 0 -1 4194368 148711 0 0 0 2852 82 0 0 20 0 2 0 139080318 17503645696 3580526 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
Current children cumulated CPU time: 250.63 s
Current children cumulated vsize: 17093404 KiB
Current children cumulated memory: 14322104 KiB

[startup+282.3 s]
/proc/loadavg: 7.47 7.30 6.91 9/269 114899
/proc/meminfo: memFree=110694276/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=17093404 memory=14473656 CPUtime=369.97 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 1830814 0 0 0 36236 761 0 0 20 0 2 0 139078550 17503645696 3618414 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 4273351 3618414 3296 6655 0 4260889 0
[pid=114490/tid=114513] ppid=114484 vsize=17093404 memory=14471608 CPUtime=88.8 cores=1,3
/proc/114490/task/114513/stat : 114513 (LSIPExact) R 114484 114490 113707 0 -1 4194368 149277 0 0 0 8794 86 0 0 20 0 2 0 139080318 17503645696 3618414 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
Current children cumulated CPU time: 369.97 s
Current children cumulated vsize: 17093404 KiB
Current children cumulated memory: 14473656 KiB

[startup+342.3 s]
/proc/loadavg: 7.81 7.43 6.98 9/269 114901
/proc/meminfo: memFree=110479468/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=17093404 memory=14596536 CPUtime=489.31 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 1832135 0 0 0 48167 764 0 0 20 0 2 0 139078550 17503645696 3649134 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 4273351 3649134 3296 6655 0 4260889 0
[pid=114490/tid=114513] ppid=114484 vsize=17093404 memory=14535096 CPUtime=148.27 cores=1,3
/proc/114490/task/114513/stat : 114513 (LSIPExact) R 114484 114490 113707 0 -1 4194368 150585 0 0 0 14739 88 0 0 20 0 2 0 139080318 17503645696 3649134 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
Current children cumulated CPU time: 489.31 s
Current children cumulated vsize: 17093404 KiB
Current children cumulated memory: 14596536 KiB

[startup+402.3 s]
/proc/loadavg: 7.82 7.49 7.03 9/268 114903

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

/proc/meminfo: memFree=105821456/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=7981028 memory=7613584 CPUtime=1266.69 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) S 114484 114490 113707 0 -1 4194304 3485549 0 0 0 125392 1277 0 0 20 0 1 0 139078550 8172572672 1903396 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1995257 1903396 3360 6655 0 1970458 0
[pid=114922] ppid=114490 vsize=10196944 memory=8959540 CPUtime=1821.07 cores=1,3
/proc/114922/stat : 114922 (Exact) R 114490 114922 114922 0 -1 4194304 1020665 0 0 0 181553 554 0 0 20 0 1 0 139152123 10441670656 2239885 18446744073709551615 4198400 8335837 140734384018176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37937152 140734384019641 140734384019995 140734384019995 140734384025551 0
/proc/114922/statm: 2549236 2239885 1088 1011 0 2548003 0
Current children cumulated CPU time: 3087.76 s
Current children cumulated vsize: 18177972 KiB
Current children cumulated memory: 16573124 KiB

[startup+2622.3 s]
/proc/loadavg: 5.12 5.35 5.89 6/267 115254
/proc/meminfo: memFree=105818092/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=7981028 memory=7613584 CPUtime=1266.69 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) S 114484 114490 113707 0 -1 4194304 3485549 0 0 0 125392 1277 0 0 20 0 1 0 139078550 8172572672 1903396 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1995257 1903396 3360 6655 0 1970458 0
[pid=114922] ppid=114490 vsize=10196944 memory=8959540 CPUtime=1880.89 cores=1,3
/proc/114922/stat : 114922 (Exact) R 114490 114922 114922 0 -1 4194304 1023135 0 0 0 187535 554 0 0 20 0 1 0 139152123 10441670656 2239885 18446744073709551615 4198400 8335837 140734384018176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37937152 140734384019641 140734384019995 140734384019995 140734384025551 0
/proc/114922/statm: 2549236 2239885 1088 1011 0 2548003 0
Current children cumulated CPU time: 3147.58 s
Current children cumulated vsize: 18177972 KiB
Current children cumulated memory: 16573124 KiB

[startup+2682.3 s]
/proc/loadavg: 5.11 5.30 5.83 6/267 115256
/proc/meminfo: memFree=105789004/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=7981028 memory=7613584 CPUtime=1266.69 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) S 114484 114490 113707 0 -1 4194304 3485549 0 0 0 125392 1277 0 0 20 0 1 0 139078550 8172572672 1903396 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1995257 1903396 3360 6655 0 1970458 0
[pid=114922] ppid=114490 vsize=10200180 memory=8962816 CPUtime=1940.73 cores=1,3
/proc/114922/stat : 114922 (Exact) R 114490 114922 114922 0 -1 4194304 1027731 0 0 0 193507 566 0 0 20 0 1 0 139152123 10444984320 2240704 18446744073709551615 4198400 8335837 140734384018176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37937152 140734384019641 140734384019995 140734384019995 140734384025551 0
/proc/114922/statm: 2550045 2240704 1088 1011 0 2548812 0
Current children cumulated CPU time: 3207.42 s
Current children cumulated vsize: 18181208 KiB
Current children cumulated memory: 16576400 KiB

[startup+2742.3 s]
/proc/loadavg: 5.10 5.26 5.78 6/267 115258
/proc/meminfo: memFree=105780480/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=7981028 memory=7613584 CPUtime=1266.69 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) S 114484 114490 113707 0 -1 4194304 3485549 0 0 0 125392 1277 0 0 20 0 1 0 139078550 8172572672 1903396 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1995257 1903396 3360 6655 0 1970458 0
[pid=114922] ppid=114490 vsize=10200180 memory=8962816 CPUtime=2000.55 cores=1,3
/proc/114922/stat : 114922 (Exact) R 114490 114922 114922 0 -1 4194304 1030450 0 0 0 199489 566 0 0 20 0 1 0 139152123 10444984320 2240704 18446744073709551615 4198400 8335837 140734384018176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37937152 140734384019641 140734384019995 140734384019995 140734384025551 0
/proc/114922/statm: 2550045 2240704 1088 1011 0 2548812 0
Current children cumulated CPU time: 3267.24 s
Current children cumulated vsize: 18181208 KiB
Current children cumulated memory: 16576400 KiB

[startup+2802.3 s]
/proc/loadavg: 5.08 5.22 5.74 6/267 115260
/proc/meminfo: memFree=105481932/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=7981028 memory=7613584 CPUtime=1266.69 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) S 114484 114490 113707 0 -1 4194304 3485549 0 0 0 125392 1277 0 0 20 0 1 0 139078550 8172572672 1903396 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1995257 1903396 3360 6655 0 1970458 0
[pid=114922] ppid=114490 vsize=10488792 memory=9251652 CPUtime=2060.38 cores=1,3
/proc/114922/stat : 114922 (Exact) R 114490 114922 114922 0 -1 4194304 1035578 0 0 0 205460 578 0 0 20 0 1 0 139152123 10740523008 2312913 18446744073709551615 4198400 8335837 140734384018176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37937152 140734384019641 140734384019995 140734384019995 140734384025551 0
/proc/114922/statm: 2622198 2312913 1088 1011 0 2620965 0
Current children cumulated CPU time: 3327.07 s
Current children cumulated vsize: 18469820 KiB
Current children cumulated memory: 16865236 KiB

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

# cumulated CPU time of all completed processes:  user=3353.54 s, system=19.317 s

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

[startup+2816 s]*
/proc/loadavg: 5.13 5.23 5.73 6/267 115260
/proc/meminfo: memFree=105754968/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=7981028 memory=7613584 CPUtime=1266.69 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) S 114484 114490 113707 0 -1 4194304 3485549 0 0 0 125392 1277 0 0 20 0 1 0 139078550 8172572672 1903396 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1995257 1903396 3360 6655 0 1970458 0
[pid=114922] ppid=114490 vsize=10221824 memory=8983908 CPUtime=2074.04 cores=1,3
/proc/114922/stat : 114922 (Exact) R 114490 114922 114922 0 -1 4194304 1038582 0 0 0 206824 580 0 0 20 0 1 0 139152123 10467147776 2245977 18446744073709551615 4198400 8335837 140734384018176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37937152 140734384019641 140734384019995 140734384019995 140734384025551 0
/proc/114922/statm: 2555456 2245977 1088 1011 0 2554223 0
Current children cumulated CPU time: 3340.73 s
Current children cumulated vsize: 18202852 KiB
Current children cumulated memory: 16597492 KiB

[startup+2828.8 s]
/proc/loadavg: 5.11 5.22 5.72 6/267 115261
/proc/meminfo: memFree=105755652/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=7981028 memory=7613584 CPUtime=1266.69 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) S 114484 114490 113707 0 -1 4194304 3485549 0 0 0 125392 1277 0 0 20 0 1 0 139078550 8172572672 1903396 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1995257 1903396 3360 6655 0 1970458 0
[pid=114922] ppid=114490 vsize=10221824 memory=8983908 CPUtime=2086.8 cores=1,3
/proc/114922/stat : 114922 (Exact) R 114490 114922 114922 0 -1 4194304 1038916 0 0 0 208099 581 0 0 20 0 1 0 139152123 10467147776 2245977 18446744073709551615 4198400 8335837 140734384018176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37937152 140734384019641 140734384019995 140734384019995 140734384025551 0
/proc/114922/statm: 2555456 2245977 1088 1011 0 2554223 0
Current children cumulated CPU time: 3353.49 s
Current children cumulated vsize: 18202852 KiB
Current children cumulated memory: 16597492 KiB

[startup+2841.6 s]
/proc/loadavg: 5.09 5.21 5.71 6/268 115262
/proc/meminfo: memFree=110301128/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=7981028 memory=7613584 CPUtime=1266.69 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) S 114484 114490 113707 0 -1 4194304 3485549 0 0 0 125392 1277 0 0 20 0 1 0 139078550 8172572672 1903396 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1995257 1903396 3360 6655 0 1970458 0
[pid=114922] ppid=114490 vsize=4707512 memory=4448344 CPUtime=2099.56 cores=1,3
/proc/114922/stat : 114922 (Exact) R 114490 114922 114922 0 -1 4194304 1040034 0 0 0 209374 582 0 0 20 0 1 0 139152123 4820492288 1112086 18446744073709551615 4198400 8335837 140734384018176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37937152 140734384019641 140734384019995 140734384019995 140734384025551 0
/proc/114922/statm: 1176878 1112086 1120 1011 0 1175645 0
Current children cumulated CPU time: 3366.25 s
Current children cumulated vsize: 12688540 KiB
Current children cumulated memory: 12061928 KiB

[startup+2844.8 s]
/proc/loadavg: 5.08 5.20 5.71 6/267 115262
/proc/meminfo: memFree=114755148/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=7851028 memory=7483580 CPUtime=3369.44 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 3765782 1041503 0 0 125467 1291 209590 596 20 0 1 0 139078550 8039452672 1870895 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1962757 1870895 3360 6655 0 1937958 0
Current children cumulated CPU time: 3369.44 s
Current children cumulated vsize: 7851028 KiB
Current children cumulated memory: 7483580 KiB

[startup+2846.4 s]
/proc/loadavg: 5.08 5.20 5.71 6/267 115262
/proc/meminfo: memFree=114884424/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=7851028 memory=7483580 CPUtime=3371.04 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 3790319 1041503 0 0 125625 1293 209590 596 20 0 1 0 139078550 8039452672 1870895 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1962757 1870895 3360 6655 0 1937958 0
Current children cumulated CPU time: 3371.04 s
Current children cumulated vsize: 7851028 KiB
Current children cumulated memory: 7483580 KiB

[startup+2847.2 s]
/proc/loadavg: 5.08 5.20 5.71 6/267 115262
/proc/meminfo: memFree=114989588/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=7750756 memory=7383308 CPUtime=3371.84 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 3942637 1041503 0 0 125698 1300 209590 596 20 0 1 0 139078550 7936774144 1845827 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1937689 1845827 3360 6655 0 1912890 0
Current children cumulated CPU time: 3371.84 s
Current children cumulated vsize: 7750756 KiB
Current children cumulated memory: 7383308 KiB

[startup+2848 s]*
/proc/loadavg: 5.08 5.20 5.71 6/267 115262
/proc/meminfo: memFree=115046932/131249992 swapFree=33009392/33010684
[pid=114490] ppid=114484 vsize=7693820 memory=7326372 CPUtime=3372.63 cores=1,3
/proc/114490/stat : 114490 (LSIPExact) R 114484 114490 113707 0 -1 4194304 4270878 1041503 0 0 125761 1316 209590 596 20 0 1 0 139078550 7878471680 1831593 18446744073709551615 93939812999168 93939840256337 140727404881216 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93939848758408 93939849190016 93939851919360 140727404886360 140727404886536 140727404886536 140727404892140 0
/proc/114490/statm: 1923455 1831593 3360 6655 0 1898656 0
Current children cumulated CPU time: 3372.63 s
Current children cumulated vsize: 7693820 KiB
Current children cumulated memory: 7326372 KiB

[startup+2848.21 s]
/proc/loadavg: 5.08 5.20 5.71 6/267 115262
/proc/meminfo: memFree=117317052/131249992 swapFree=33009392/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 2848.21
CPU time (s): 3372.86
CPU user time (s): 3353.54
CPU system time (s): 19.317
CPU usage (%): 118.42
Max. virtual memory (cumulated for all children) (KiB): 21545596
Max. memory (cumulated for all children) (KiB): 18733416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3353.54
system time used= 19.317
maximum resident set size= 18733416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5320868
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= 645
involuntary context switches= 23036


# summary of solver processes directly reported to runsolver:
#   pid: 114490
#   total CPU time (s): 3372.86
#   total CPU user time (s): 3353.54
#   total CPU system time (s): 19.317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.69852 second user time and 14.3289 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-11 13:40:39
IDJOB=4527018
IDBENCH=155548
IDSOLVER=3384
FILE ID=nodeC035/4527018-1752234036
RUNJOBID= nodeC035-1752232205-113726
SLURM_JOB_ID= 9682546
Free space on /tmp= 432316 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-174.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527018-1752234036/watcher-4527018-1752234036 -o /tmp/evaluation-result-4527018-1752234036/solver-4527018-1752234036 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1752232205-113726 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527018-1752234036.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5618df1e63c3ad3b10b24ba90f334740
RANDOM SEED=1101230875

nodeC035 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		: 3599.654
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.51
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		: 3599.762
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.51
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		: 3627.618
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.51
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		: 3700.000
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.51
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.748
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.51
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		: 3600.035
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.51
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.738
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.51
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		: 3600.071
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        122665180 kB
MemAvailable:   125950116 kB
Buffers:             664 kB
Cached:          4032912 kB
SwapCached:          332 kB
Active:          4116592 kB
Inactive:        3718316 kB
Active(anon):    3798004 kB
Inactive(anon):    21028 kB
Active(file):     318588 kB
Inactive(file):  3697288 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009392 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            309096 kB
Writeback:             0 kB
AnonPages:       3804136 kB
Mapped:           130260 kB
Shmem:             17700 kB
KReclaimable:     216600 kB
Slab:             309916 kB
SReclaimable:     216600 kB
SUnreclaim:        93316 kB
KernelStack:        4192 kB
PageTables:        10452 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4153592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    626688 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432244 MiB
End job on nodeC035 at 2025-07-11 14:28:09