Trace number 4491420

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 S2UNSAT 2290.4 1262.87

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM911cf7319fa5fa56cdd8e7a94536c536
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark43.6526
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2113.09/1085.13	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2113.09/1085.13	c numVar: 168111
2113.09/1085.13	c numCon: 487525
2113.09/1085.13	c numEqual: 0
2113.09/1085.13	c intSize: 10
2113.09/1085.13	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2113.09/1085.13	c ------------------- Paras list -------------------
2113.09/1085.13	c Name                	 Type      	 Now       	 Default   	 Comment
2113.09/1085.13	c timeout             	 double    	 3600.000000	 3600      	 
2113.09/1085.13	c mip_time            	 double    	 0.300000  	 0.5       	 
2113.09/1085.13	c ls_time             	 double    	 10.000000 	 10        	 
2113.09/1085.13	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2113.09/1085.13	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2113.09/1085.13	c random_seed         	 int       	 0         	 0         	 
2113.09/1085.13	c sample_size         	 int       	 50        	 50        	 
2113.09/1085.13	c sub_score           	 int       	 1         	 1         	 
2113.09/1085.13	c tabu_base           	 int       	 3         	 3         	 
2113.09/1085.13	c tabu_variation      	 int       	 1         	 1         	 
2113.09/1085.13	c sub_div             	 int       	 4         	 4         	 
2113.09/1085.13	c nbcore              	 int       	 2         	 1         	 
2113.09/1085.13	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2113.09/1085.13	c print_sol           	 int       	 1         	 1         	 
2113.09/1085.13	c tmpdir              	 string		 .         	 "."       	 
2113.09/1085.13	c home                	 string		 HOME	 "."       	 
2113.09/1085.13	c benchname           	 string		 HOME/instance-4491420-1751133631.opb	 ""        	 
2113.09/1085.13	c --------------------------------------------------
2113.09/1085.13	c Local Search solver
2113.09/1085.13	c MIP solver
2113.09/1085.13	c use Exact solver
2290.01/1262.54	c Exact infeasible
2290.30/1262.83	s UNSATISFIABLE
2290.30/1262.83	c Total time: 1263

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62985 MiB free)
  memory of node 1: 64507 MiB (64002 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491420-1751133631/watcher-4491420-1751133631 -o /tmp/evaluation-result-4491420-1751133631/solver-4491420-1751133631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11285 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4491420-1751133631.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=11336, runsolver pid=11324
Current StackSize limit: 8192 KiB


[startup+0.100079 s]*
/proc/loadavg: 0.08 0.09 0.09 7/264 11342
/proc/meminfo: memFree=129760540/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=169784 memory=126776 CPUtime=0.09 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 24098 0 0 0 5 4 0 0 20 0 1 0 29042145 173858816 31694 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 42446 31694 1120 6655 0 32681 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 169784 KiB
Current children cumulated memory: 126776 KiB

[startup+0.206657 s]*
/proc/loadavg: 0.08 0.09 0.09 7/264 11342
/proc/meminfo: memFree=129611428/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=236108 memory=201604 CPUtime=0.19 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 35082 0 0 0 13 6 0 0 20 0 1 0 29042145 241774592 50369 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 59027 50401 1152 6655 0 49262 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 236108 KiB
Current children cumulated memory: 201604 KiB

[startup+0.305814 s]*
/proc/loadavg: 0.08 0.09 0.09 7/264 11342
/proc/meminfo: memFree=129563044/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=283112 memory=248452 CPUtime=0.28 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 46817 0 0 0 21 7 0 0 20 0 1 0 29042145 289906688 62113 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 70778 62113 1152 6655 0 61013 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 283112 KiB
Current children cumulated memory: 248452 KiB

[startup+0.700178 s]
/proc/loadavg: 0.08 0.09 0.09 6/264 11342
/proc/meminfo: memFree=129502064/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=386528 memory=351876 CPUtime=0.68 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 72668 0 0 0 56 12 0 0 20 0 1 0 29042145 395804672 87969 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 96632 87969 1152 6655 0 86867 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 386528 KiB
Current children cumulated memory: 351876 KiB

[startup+1.50018 s]
/proc/loadavg: 0.08 0.09 0.09 7/264 11342
/proc/meminfo: memFree=129469808/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=386528 memory=351876 CPUtime=1.47 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 72668 0 0 0 135 12 0 0 20 0 1 0 29042145 395804672 87969 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 96632 87969 1152 6655 0 86867 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 386528 KiB
Current children cumulated memory: 351876 KiB

[startup+3.10565 s]
/proc/loadavg: 0.40 0.16 0.11 7/265 11343
/proc/meminfo: memFree=129470544/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=386528 memory=351876 CPUtime=3.07 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 72696 0 0 0 295 12 0 0 20 0 1 0 29042145 395804672 87969 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 96632 87969 1152 6655 0 86867 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 386528 KiB
Current children cumulated memory: 351876 KiB

[startup+6.30017 s]
/proc/loadavg: 0.40 0.16 0.11 7/265 11343
/proc/meminfo: memFree=129471284/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=386528 memory=351876 CPUtime=6.26 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 72752 0 0 0 614 12 0 0 20 0 1 0 29042145 395804672 87969 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 96632 87969 1152 6655 0 86867 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 386528 KiB
Current children cumulated memory: 351876 KiB

[startup+12.7002 s]
/proc/loadavg: 1.11 0.32 0.16 8/269 11347
/proc/meminfo: memFree=128583756/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=890316 memory=776120 CPUtime=12.64 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 143267 0 0 0 1235 29 0 0 20 0 2 0 29042145 911683584 194030 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 222579 194030 2720 6655 0 196462 0
[pid=11336/tid=11347] ppid=11324 vsize=890316 memory=6388 CPUtime=0 cores=1,3
/proc/11336/task/11347/stat : 11347 (LSIPExact) S 11324 11336 11267 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 29043221 911683584 194030 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 890316 KiB
Current children cumulated memory: 776120 KiB

[startup+25.5002 s]
/proc/loadavg: 1.86 0.50 0.23 9/264 11356
/proc/meminfo: memFree=127510376/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=1504520 memory=1340576 CPUtime=30.98 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 246607 0 0 0 3045 53 0 0 20 0 2 0 29042145 1540628480 335144 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 376130 335144 2816 6655 0 357828 0
[pid=11336/tid=11347] ppid=11324 vsize=1504520 memory=1246824 CPUtime=5.65 cores=1,3
/proc/11336/task/11347/stat : 11347 (LSIPExact) R 11324 11336 11267 0 -1 4194368 18938 0 0 0 560 5 0 0 20 0 2 0 29043221 1540628480 335144 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
Current children cumulated CPU time: 30.98 s
Current children cumulated vsize: 1504520 KiB
Current children cumulated memory: 1340576 KiB

[startup+51.1058 s]
/proc/loadavg: 3.77 1.06 0.42 8/265 11504
/proc/meminfo: memFree=127123632/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=1966024 memory=1797664 CPUtime=81.81 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 287166 0 0 0 8113 68 0 0 20 0 2 0 29042145 2013208576 449416 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 491506 449416 2816 6655 0 471085 0
[pid=11336/tid=11347] ppid=11324 vsize=1966024 memory=1507844 CPUtime=30.97 cores=1,3
/proc/11336/task/11347/stat : 11347 (LSIPExact) R 11324 11336 11267 0 -1 4194368 39583 0 0 0 3084 13 0 0 20 0 2 0 29043221 2013208576 449416 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
Current children cumulated CPU time: 81.81 s
Current children cumulated vsize: 1966024 KiB
Current children cumulated memory: 1797664 KiB

[startup+102.3 s]
/proc/loadavg: 5.68 2.05 0.79 9/270 11776
/proc/meminfo: memFree=126515536/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=1966024 memory=1802016 CPUtime=183.4 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 321678 0 0 0 18267 73 0 0 20 0 2 0 29042145 2013208576 450504 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 491506 450504 2816 6655 0 471085 0
[pid=11336/tid=11347] ppid=11324 vsize=1966024 memory=1802016 CPUtime=81.6 cores=1,3
/proc/11336/task/11347/stat : 11347 (LSIPExact) R 11324 11336 11267 0 -1 4194368 58040 0 0 0 8145 15 0 0 20 0 2 0 29043221 2013208576 450504 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
Current children cumulated CPU time: 183.4 s
Current children cumulated vsize: 1966024 KiB
Current children cumulated memory: 1802016 KiB

[startup+162.3 s]
/proc/loadavg: 6.45 2.94 1.18 9/271 11780
/proc/meminfo: memFree=126260988/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=1903136 memory=1768096 CPUtime=288.86 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 450212 0 0 0 28783 103 0 0 20 0 2 0 29042145 1948811264 442024 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 475784 442024 3296 6655 0 456387 0
[pid=11336/tid=11347] ppid=11324 vsize=1903136 memory=1764688 CPUtime=130.18 cores=1,3
/proc/11336/task/11347/stat : 11347 (LSIPExact) R 11324 11336 11267 0 -1 4194368 99348 0 0 0 12992 26 0 0 20 0 2 0 29043221 1948811264 442024 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
Current children cumulated CPU time: 288.86 s
Current children cumulated vsize: 1903136 KiB
Current children cumulated memory: 1768096 KiB

[startup+222.3 s]
/proc/loadavg: 6.85 3.68 1.55 9/271 11782
/proc/meminfo: memFree=125600676/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=2503012 memory=2298828 CPUtime=400.29 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 621458 0 0 0 39899 130 0 0 20 0 2 0 29042145 2563084288 574707 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 625753 574707 3328 6655 0 597656 0
[pid=11336/tid=11347] ppid=11324 vsize=2503012 memory=2215448 CPUtime=181.89 cores=1,3
/proc/11336/task/11347/stat : 11347 (LSIPExact) R 11324 11336 11267 0 -1 4194368 141629 0 0 0 18154 35 0 0 20 0 2 0 29043221 2563084288 574707 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
Current children cumulated CPU time: 400.29 s
Current children cumulated vsize: 2503012 KiB
Current children cumulated memory: 2298828 KiB

[startup+282.3 s]
/proc/loadavg: 7.00 4.30 1.90 9/271 11784
/proc/meminfo: memFree=125500072/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=2503316 memory=2334304 CPUtime=519.45 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 654846 0 0 0 51810 135 0 0 20 0 2 0 29042145 2563395584 583576 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 625829 583576 3360 6655 0 604840 0
[pid=11336/tid=11347] ppid=11324 vsize=2503316 memory=2330336 CPUtime=241.24 cores=1,3
/proc/11336/task/11347/stat : 11347 (LSIPExact) R 11324 11336 11267 0 -1 4194368 162730 0 0 0 24086 38 0 0 20 0 2 0 29043221 2563395584 583576 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
Current children cumulated CPU time: 519.45 s
Current children cumulated vsize: 2503316 KiB
Current children cumulated memory: 2334304 KiB

[startup+342.3 s]
/proc/loadavg: 7.04 4.81 2.22 9/268 11786
/proc/meminfo: memFree=125451400/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=2552532 memory=2382152 CPUtime=638.62 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 679282 0 0 0 63724 138 0 0 20 0 2 0 29042145 2613792768 595538 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 638133 595538 3360 6655 0 617195 0
[pid=11336/tid=11347] ppid=11324 vsize=2552532 memory=2334688 CPUtime=300.61 cores=1,3
/proc/11336/task/11347/stat : 11347 (LSIPExact) R 11324 11336 11267 0 -1 4194368 186284 0 0 0 30020 41 0 0 20 0 2 0 29043221 2613792768 595538 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
Current children cumulated CPU time: 638.62 s
Current children cumulated vsize: 2552532 KiB
Current children cumulated memory: 2382152 KiB

[startup+402.3 s]

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

/proc/loadavg: 7.04 6.80 4.57 9/267 11812
/proc/meminfo: memFree=124813192/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=3078576 memory=2922660 CPUtime=1829.77 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 1347259 0 0 0 181898 1079 0 0 20 0 2 0 29042145 3152461824 730665 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 769644 730665 3360 6655 0 751197 0
[pid=11336/tid=11347] ppid=11324 vsize=3078576 memory=2899096 CPUtime=893.96 cores=1,3
/proc/11336/task/11347/stat : 11347 (LSIPExact) R 11324 11336 11267 0 -1 4194368 520712 0 0 0 88467 929 0 0 20 0 2 0 29043221 3152461824 730665 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
Current children cumulated CPU time: 1829.77 s
Current children cumulated vsize: 3078576 KiB
Current children cumulated memory: 2922660 KiB

[startup+1002.3 s]
/proc/loadavg: 7.11 6.87 4.73 9/268 11815
/proc/meminfo: memFree=124751684/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=3144112 memory=2978424 CPUtime=1948.85 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 1361596 0 0 0 193697 1188 0 0 20 0 2 0 29042145 3219570688 744606 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 786028 744606 3360 6655 0 762727 0
[pid=11336/tid=11347] ppid=11324 vsize=3144112 memory=2903664 CPUtime=953.28 cores=1,3
/proc/11336/task/11347/stat : 11347 (LSIPExact) R 11324 11336 11267 0 -1 4194368 528486 0 0 0 94291 1037 0 0 20 0 2 0 29043221 3219570688 744606 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
Current children cumulated CPU time: 1948.85 s
Current children cumulated vsize: 3144112 KiB
Current children cumulated memory: 2978424 KiB

[startup+1062.3 s]
/proc/loadavg: 7.16 6.92 4.89 9/268 11817
/proc/meminfo: memFree=124732876/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=3108176 memory=2975668 CPUtime=2067.89 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 1400955 0 0 0 205545 1244 0 0 20 0 2 0 29042145 3182772224 743917 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 777044 743917 3360 6655 0 758454 0
[pid=11336/tid=11347] ppid=11324 vsize=3108176 memory=2975668 CPUtime=1012.58 cores=1,3
/proc/11336/task/11347/stat : 11347 (LSIPExact) R 11324 11336 11267 0 -1 4194368 543503 0 0 0 100166 1092 0 0 20 0 2 0 29043221 3182772224 743917 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
Current children cumulated CPU time: 2067.89 s
Current children cumulated vsize: 3108176 KiB
Current children cumulated memory: 2975668 KiB

[startup+1122.3 s]
/proc/loadavg: 5.92 6.64 4.92 7/269 11913
/proc/meminfo: memFree=124863316/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=2839656 memory=2715108 CPUtime=2113.12 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) S 11324 11336 11267 0 -1 4194304 1456717 0 0 0 210061 1251 0 0 20 0 1 0 29042145 2907807744 678777 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 709914 678777 3392 6655 0 691610 0
[pid=11821] ppid=11336 vsize=706284 memory=685456 CPUtime=37.04 cores=1,3
/proc/11821/stat : 11821 (Exact) R 11336 11821 11821 0 -1 4194304 81585 0 0 0 3678 26 0 0 20 0 1 0 29150658 723234816 171364 18446744073709551615 4198400 8335837 140722778440864 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23703552 140722778450107 140722778450461 140722778450461 140722778456015 0
/proc/11821/statm: 176571 171364 1088 1011 0 175338 0
Current children cumulated CPU time: 2150.16 s
Current children cumulated vsize: 3545940 KiB
Current children cumulated memory: 3400564 KiB

[startup+1182.3 s]
/proc/loadavg: 5.35 6.34 4.93 7/269 11915
/proc/meminfo: memFree=124744744/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=2839656 memory=2716516 CPUtime=2113.12 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) S 11324 11336 11267 0 -1 4194304 1456717 0 0 0 210061 1251 0 0 20 0 1 0 29042145 2907807744 679129 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 709914 679129 3392 6655 0 691610 0
[pid=11821] ppid=11336 vsize=706284 memory=685456 CPUtime=96.89 cores=1,3
/proc/11821/stat : 11821 (Exact) R 11336 11821 11821 0 -1 4194304 81771 0 0 0 9663 26 0 0 20 0 1 0 29150658 723234816 171364 18446744073709551615 4198400 8335837 140722778440864 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23703552 140722778450107 140722778450461 140722778450461 140722778456015 0
/proc/11821/statm: 176571 171364 1088 1011 0 175338 0
Current children cumulated CPU time: 2210.01 s
Current children cumulated vsize: 3545940 KiB
Current children cumulated memory: 3401972 KiB

[startup+1242.3 s]
/proc/loadavg: 5.17 6.11 4.94 7/270 11918
/proc/meminfo: memFree=124716220/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=2839656 memory=2716516 CPUtime=2113.12 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) S 11324 11336 11267 0 -1 4194304 1456717 0 0 0 210061 1251 0 0 20 0 1 0 29042145 2907807744 679129 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 709914 679129 3392 6655 0 691610 0
[pid=11821] ppid=11336 vsize=750340 memory=702864 CPUtime=156.74 cores=1,3
/proc/11821/stat : 11821 (Exact) R 11336 11821 11821 0 -1 4194304 83609 0 0 0 15646 28 0 0 20 0 1 0 29150658 768348160 175716 18446744073709551615 4198400 8335837 140722778440864 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23703552 140722778450107 140722778450461 140722778450461 140722778456015 0
/proc/11821/statm: 187585 175716 1088 1011 0 186352 0
Current children cumulated CPU time: 2269.86 s
Current children cumulated vsize: 3589996 KiB
Current children cumulated memory: 3419380 KiB

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

# cumulated CPU time of all completed processes:  user=2277.52 s, system=12.8778 s

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

[startup+1254.4 s]
/proc/loadavg: 5.23 6.09 4.94 7/269 11918
/proc/meminfo: memFree=124717300/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=2839656 memory=2716516 CPUtime=2113.12 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) S 11324 11336 11267 0 -1 4194304 1456717 0 0 0 210061 1251 0 0 20 0 1 0 29042145 2907807744 679129 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 709914 679129 3392 6655 0 691610 0
[pid=11821] ppid=11336 vsize=750340 memory=702864 CPUtime=168.81 cores=1,3
/proc/11821/stat : 11821 (Exact) R 11336 11821 11821 0 -1 4194304 83610 0 0 0 16853 28 0 0 20 0 1 0 29150658 768348160 175716 18446744073709551615 4198400 8335837 140722778440864 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23703552 140722778450107 140722778450461 140722778450461 140722778456015 0
/proc/11821/statm: 187585 175716 1088 1011 0 186352 0
Current children cumulated CPU time: 2281.93 s
Current children cumulated vsize: 3589996 KiB
Current children cumulated memory: 3419380 KiB

[startup+1257.6 s]
/proc/loadavg: 5.21 6.07 4.94 6/268 11966
/proc/meminfo: memFree=125856024/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=2839656 memory=2716516 CPUtime=2113.12 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) S 11324 11336 11267 0 -1 4194304 1456717 0 0 0 210061 1251 0 0 20 0 1 0 29042145 2907807744 679129 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 709914 679129 3392 6655 0 691610 0
[pid=11821] ppid=11336 vsize=750340 memory=702864 CPUtime=172 cores=1,3
/proc/11821/stat : 11821 (Exact) R 11336 11821 11821 0 -1 4194304 83617 0 0 0 17172 28 0 0 20 0 1 0 29150658 768348160 175716 18446744073709551615 4198400 8335837 140722778440864 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23703552 140722778450107 140722778450461 140722778450461 140722778456015 0
/proc/11821/statm: 187585 175716 1088 1011 0 186352 0
Current children cumulated CPU time: 2285.12 s
Current children cumulated vsize: 3589996 KiB
Current children cumulated memory: 3419380 KiB

[startup+1260.8 s]
/proc/loadavg: 5.21 6.07 4.94 6/268 11966
/proc/meminfo: memFree=125856300/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=2839656 memory=2716516 CPUtime=2113.12 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) S 11324 11336 11267 0 -1 4194304 1456717 0 0 0 210061 1251 0 0 20 0 1 0 29042145 2907807744 679129 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 709914 679129 3392 6655 0 691610 0
[pid=11821] ppid=11336 vsize=750340 memory=702864 CPUtime=175.19 cores=1,3
/proc/11821/stat : 11821 (Exact) R 11336 11821 11821 0 -1 4194304 83618 0 0 0 17491 28 0 0 20 0 1 0 29150658 768348160 175716 18446744073709551615 4198400 8335837 140722778440864 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23703552 140722778450107 140722778450461 140722778450461 140722778456015 0
/proc/11821/statm: 187585 175716 1088 1011 0 186352 0
Current children cumulated CPU time: 2288.31 s
Current children cumulated vsize: 3589996 KiB
Current children cumulated memory: 3419380 KiB

[startup+1261.6 s]
/proc/loadavg: 5.21 6.07 4.94 6/268 11966
/proc/meminfo: memFree=125856300/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=2839656 memory=2716516 CPUtime=2113.12 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) S 11324 11336 11267 0 -1 4194304 1456717 0 0 0 210061 1251 0 0 20 0 1 0 29042145 2907807744 679129 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 709914 679129 3392 6655 0 691610 0
[pid=11821] ppid=11336 vsize=750340 memory=702864 CPUtime=175.99 cores=1,3
/proc/11821/stat : 11821 (Exact) R 11336 11821 11821 0 -1 4194304 83618 0 0 0 17571 28 0 0 20 0 1 0 29150658 768348160 175716 18446744073709551615 4198400 8335837 140722778440864 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23703552 140722778450107 140722778450461 140722778450461 140722778456015 0
/proc/11821/statm: 187585 175716 1088 1011 0 186352 0
Current children cumulated CPU time: 2289.11 s
Current children cumulated vsize: 3589996 KiB
Current children cumulated memory: 3419380 KiB

[startup+1262.4 s]
/proc/loadavg: 5.19 6.05 4.94 6/268 11966
/proc/meminfo: memFree=125856552/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=2839656 memory=2716516 CPUtime=2113.12 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) S 11324 11336 11267 0 -1 4194304 1456717 0 0 0 210061 1251 0 0 20 0 1 0 29042145 2907807744 679129 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 709914 679129 3392 6655 0 691610 0
[pid=11821] ppid=11336 vsize=750340 memory=702864 CPUtime=176.79 cores=1,3
/proc/11821/stat : 11821 (Exact) R 11336 11821 11821 0 -1 4194304 83618 0 0 0 17651 28 0 0 20 0 1 0 29150658 768348160 175716 18446744073709551615 4198400 8335837 140722778440864 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23703552 140722778450107 140722778450461 140722778450461 140722778456015 0
/proc/11821/statm: 187585 175716 1088 1011 0 186352 0
Current children cumulated CPU time: 2289.91 s
Current children cumulated vsize: 3589996 KiB
Current children cumulated memory: 3419380 KiB

[startup+1262.8 s]
/proc/loadavg: 5.19 6.05 4.94 6/268 11966
/proc/meminfo: memFree=125856552/131249988 swapFree=33010684/33010684
[pid=11336] ppid=11324 vsize=2809836 memory=2686692 CPUtime=2290.3 cores=1,3
/proc/11336/stat : 11336 (LSIPExact) R 11324 11336 11267 0 -1 4194304 1506069 83640 0 0 210084 1253 17664 29 20 0 1 0 29042145 2877272064 671673 18446744073709551615 94803430531072 94803457787473 140735376099392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94803466290312 94803466721920 94803490828288 140735376103770 140735376103946 140735376103946 140735376109548 0
/proc/11336/statm: 702459 671673 3392 6655 0 684155 0
Current children cumulated CPU time: 2290.3 s
Current children cumulated vsize: 2809836 KiB
Current children cumulated memory: 2686692 KiB

Child status: 0

Real time (s): 1262.87
CPU time (s): 2290.4
CPU user time (s): 2277.52
CPU system time (s): 12.8778
CPU usage (%): 181.364
Max. virtual memory (cumulated for all children) (KiB): 3589996
Max. memory (cumulated for all children) (KiB): 3419380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2277.52
system time used= 12.8778
maximum resident set size= 3043308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1606582
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= 483
involuntary context switches= 15545


# summary of solver processes directly reported to runsolver:
#   pid: 11336
#   total CPU time (s): 2290.4
#   total CPU user time (s): 2277.52
#   total CPU system time (s): 12.8778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.56519 second user time and 6.18395 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 20:00:32
IDJOB=4491420
IDBENCH=147705
IDSOLVER=3337
FILE ID=nodeC034/4491420-1751133631
RUNJOBID= nodeC034-1751133631-11285
SLURM_JOB_ID= 9587434
Free space on /tmp= 433048 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491420-1751133631/watcher-4491420-1751133631 -o /tmp/evaluation-result-4491420-1751133631/solver-4491420-1751133631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11285 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4491420-1751133631.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 911cf7319fa5fa56cdd8e7a94536c536
RANDOM SEED=130135792

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.300
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.53
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		: 3700.000
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.708
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.770
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.53
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.919
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.53
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.758
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.987
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        130033324 kB
MemAvailable:   129765412 kB
Buffers:            3280 kB
Cached:           556488 kB
SwapCached:            0 kB
Active:           288296 kB
Inactive:         349144 kB
Active(anon):      95836 kB
Inactive(anon):        0 kB
Active(file):     192460 kB
Inactive(file):   349144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            204900 kB
Writeback:             8 kB
AnonPages:         80804 kB
Mapped:           102452 kB
Shmem:             18104 kB
KReclaimable:      59044 kB
Slab:             135132 kB
SReclaimable:      59044 kB
SUnreclaim:        76088 kB
KernelStack:        4016 kB
PageTables:         2748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     339636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432868 MiB
End job on nodeC034 at 2025-06-28 20:21:36