Trace number 4491744

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2? (TO) 3600.19 2558.1

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUMd06d89796adb8259df968e568daeeb68
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 benchmark99.5978
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
Maximum length of a constraint13
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 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2130.69/1084.48	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2130.69/1084.48	c numVar: 23621
2130.69/1084.48	c numCon: 67526
2130.69/1084.48	c numEqual: 0
2130.69/1084.48	c intSize: 9
2130.69/1084.48	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2130.69/1084.48	c ------------------- Paras list -------------------
2130.69/1084.48	c Name                	 Type      	 Now       	 Default   	 Comment
2130.69/1084.48	c timeout             	 double    	 3600.000000	 3600      	 
2130.69/1084.48	c mip_time            	 double    	 0.300000  	 0.5       	 
2130.69/1084.48	c ls_time             	 double    	 10.000000 	 10        	 
2130.69/1084.48	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2130.69/1084.48	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2130.69/1084.48	c random_seed         	 int       	 0         	 0         	 
2130.69/1084.48	c sample_size         	 int       	 50        	 50        	 
2130.69/1084.48	c sub_score           	 int       	 1         	 1         	 
2130.69/1084.48	c tabu_base           	 int       	 3         	 3         	 
2130.69/1084.48	c tabu_variation      	 int       	 1         	 1         	 
2130.69/1084.48	c sub_div             	 int       	 4         	 4         	 
2130.69/1084.48	c nbcore              	 int       	 2         	 1         	 
2130.69/1084.48	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2130.69/1084.48	c print_sol           	 int       	 1         	 1         	 
2130.69/1084.48	c tmpdir              	 string		 .         	 "."       	 
2130.69/1084.48	c home                	 string		 HOME	 "."       	 
2130.69/1084.48	c benchname           	 string		 HOME/instance-4491744-1751133632.opb	 ""        	 
2130.69/1084.48	c --------------------------------------------------
2130.69/1084.48	c Local Search solver
2130.69/1084.48	c MIP solver
2130.69/1084.48	c use Exact solver
3600.07/2558.01	c receive signal 15, try to interrupt solver...
3600.07/2558.02	c Exact solver (PID 11961) interrupted gracefully.
3600.07/2558.09	s UNKNOWN
3600.07/2558.09	c Total time: 2558

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491744-1751133632/watcher-4491744-1751133632 -o /tmp/evaluation-result-4491744-1751133632/solver-4491744-1751133632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751133631-11374 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4491744-1751133632.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

solver pid=11427, runsolver pid=11415
Current StackSize limit: 8192 KiB


[startup+0.100098 s]*
/proc/loadavg: 0.13 0.10 0.09 2/248 11428
/proc/meminfo: memFree=130296488/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=36504 memory=256 CPUtime=0 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) D 11415 11427 11357 0 -1 4456448 68 0 0 0 0 0 0 0 20 0 1 0 29043246 37380096 64 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 9126 64 64 6655 0 164 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 36504 KiB
Current children cumulated memory: 256 KiB

[startup+0.213245 s]*
/proc/loadavg: 0.13 0.10 0.09 3/248 11428
/proc/meminfo: memFree=130273556/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=36504 memory=256 CPUtime=0 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) D 11415 11427 11357 0 -1 4456448 68 0 0 0 0 0 0 0 20 0 1 0 29043246 37380096 64 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 0 1 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 9126 64 64 6655 0 164 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 36504 KiB
Current children cumulated memory: 256 KiB

[startup+0.312753 s]*
/proc/loadavg: 0.13 0.10 0.09 4/252 11432
/proc/meminfo: memFree=130257188/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=64336 memory=21228 CPUtime=0.02 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 3842 0 0 0 0 2 0 0 20 0 1 0 29043246 65880064 5307 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 16084 5307 1120 6655 0 6319 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 64336 KiB
Current children cumulated memory: 21228 KiB

[startup+0.700266 s]
/proc/loadavg: 0.13 0.10 0.09 5/252 11432
/proc/meminfo: memFree=130161808/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=87048 memory=52332 CPUtime=0.35 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 11598 0 0 0 31 4 0 0 20 0 1 0 29043246 89137152 13083 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 21762 13083 1152 6655 0 11997 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 87048 KiB
Current children cumulated memory: 52332 KiB

[startup+1.50029 s]
/proc/loadavg: 0.44 0.16 0.11 5/252 11432
/proc/meminfo: memFree=130037252/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=87048 memory=52332 CPUtime=1.15 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 11598 0 0 0 111 4 0 0 20 0 1 0 29043246 89137152 13083 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 21762 13083 1152 6655 0 11997 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 87048 KiB
Current children cumulated memory: 52332 KiB

[startup+3.11257 s]
/proc/loadavg: 0.44 0.16 0.11 5/252 11432
/proc/meminfo: memFree=129989028/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=87048 memory=52332 CPUtime=2.76 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 11599 0 0 0 272 4 0 0 20 0 1 0 29043246 89137152 13083 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 21762 13083 1152 6655 0 11997 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 87048 KiB
Current children cumulated memory: 52332 KiB

[startup+6.30024 s]
/proc/loadavg: 0.72 0.23 0.13 5/252 11432
/proc/meminfo: memFree=129988876/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=87048 memory=52332 CPUtime=5.94 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 11600 0 0 0 590 4 0 0 20 0 1 0 29043246 89137152 13083 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 21762 13083 1152 6655 0 11997 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 87048 KiB
Current children cumulated memory: 52332 KiB

[startup+12.7002 s]
/proc/loadavg: 1.07 0.31 0.16 5/253 11441
/proc/meminfo: memFree=129453844/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=329172 memory=250996 CPUtime=13.5 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 53198 0 0 0 1339 11 0 0 20 0 2 0 29043246 337072128 62749 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 82293 62749 2880 6655 0 64299 0
[pid=11427/tid=11435] ppid=11415 vsize=329172 memory=93912 CPUtime=1.22 cores=1,3
/proc/11427/task/11435/stat : 11435 (LSIPExact) R 11415 11427 11357 0 -1 4194368 6475 0 0 0 121 1 0 0 20 0 2 0 29044291 337072128 62749 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
Current children cumulated CPU time: 13.5 s
Current children cumulated vsize: 329172 KiB
Current children cumulated memory: 250996 KiB

[startup+25.5002 s]
/proc/loadavg: 1.91 0.51 0.23 7/253 11477
/proc/meminfo: memFree=128675916/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=402408 memory=344964 CPUtime=36.25 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 97454 0 0 0 3607 18 0 0 20 0 2 0 29043246 412065792 86241 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 100602 86241 3456 6655 0 87304 0
[pid=11427/tid=11435] ppid=11415 vsize=402408 memory=17152 CPUtime=12.17 cores=1,3
/proc/11427/task/11435/stat : 11435 (LSIPExact) R 11415 11427 11357 0 -1 4194368 28180 0 0 0 1213 4 0 0 20 0 2 0 29044291 412065792 86241 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
Current children cumulated CPU time: 36.25 s
Current children cumulated vsize: 402408 KiB
Current children cumulated memory: 344964 KiB

[startup+51.1054 s]
/proc/loadavg: 3.98 1.15 0.45 7/251 11549
/proc/meminfo: memFree=128429604/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=484472 memory=428936 CPUtime=87.09 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 159227 0 0 0 8679 30 0 0 20 0 2 0 29043246 496099328 107234 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 121118 107234 3456 6655 0 109220 0
[pid=11427/tid=11435] ppid=11415 vsize=484472 memory=10752 CPUtime=37.5 cores=1,3
/proc/11427/task/11435/stat : 11435 (LSIPExact) R 11415 11427 11357 0 -1 4194368 44871 0 0 0 3744 6 0 0 20 0 2 0 29044291 496099328 107234 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
Current children cumulated CPU time: 87.09 s
Current children cumulated vsize: 484472 KiB
Current children cumulated memory: 428936 KiB

[startup+102.3 s]
/proc/loadavg: 5.79 2.08 0.81 8/257 11822
/proc/meminfo: memFree=127940304/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=550008 memory=447668 CPUtime=188.24 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 222436 0 0 0 18784 40 0 0 20 0 2 0 29043246 563208192 111917 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 137502 111917 3456 6655 0 114046 0
[pid=11427/tid=11435] ppid=11415 vsize=550008 memory=428936 CPUtime=87.66 cores=1,3
/proc/11427/task/11435/stat : 11435 (LSIPExact) R 11415 11427 11357 0 -1 4194368 83975 0 0 0 8754 12 0 0 20 0 2 0 29044291 563208192 111917 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
Current children cumulated CPU time: 188.24 s
Current children cumulated vsize: 550008 KiB
Current children cumulated memory: 447668 KiB

[startup+162.3 s]
/proc/loadavg: 6.66 3.01 1.21 8/258 11919
/proc/meminfo: memFree=127542168/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=550008 memory=456880 CPUtime=307.5 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 230112 0 0 0 30709 41 0 0 20 0 2 0 29043246 563208192 114220 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 137502 114220 3456 6655 0 115566 0
[pid=11427/tid=11435] ppid=11415 vsize=550008 memory=428936 CPUtime=147.09 cores=1,3
/proc/11427/task/11435/stat : 11435 (LSIPExact) R 11415 11427 11357 0 -1 4194368 86508 0 0 0 14697 12 0 0 20 0 2 0 29044291 563208192 114220 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
Current children cumulated CPU time: 307.5 s
Current children cumulated vsize: 550008 KiB
Current children cumulated memory: 456880 KiB

[startup+222.3 s]
/proc/loadavg: 6.94 3.76 1.58 8/258 11921
/proc/meminfo: memFree=127481996/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=550008 memory=466860 CPUtime=426.77 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 301037 0 0 0 42631 46 0 0 20 0 2 0 29043246 563208192 116715 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 137502 116715 3456 6655 0 117610 0
[pid=11427/tid=11435] ppid=11415 vsize=550008 memory=466860 CPUtime=206.53 cores=1,3
/proc/11427/task/11435/stat : 11435 (LSIPExact) R 11415 11427 11357 0 -1 4194368 123428 0 0 0 20638 15 0 0 20 0 2 0 29044291 563208192 116715 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
Current children cumulated CPU time: 426.77 s
Current children cumulated vsize: 550008 KiB
Current children cumulated memory: 466860 KiB

[startup+282.3 s]
/proc/loadavg: 7.10 4.38 1.93 8/258 11923
/proc/meminfo: memFree=127463048/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=550008 memory=471852 CPUtime=546.02 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 304868 0 0 0 54554 48 0 0 20 0 2 0 29043246 563208192 117963 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 137502 117963 3456 6655 0 118762 0
[pid=11427/tid=11435] ppid=11415 vsize=550008 memory=471852 CPUtime=265.95 cores=1,3
/proc/11427/task/11435/stat : 11435 (LSIPExact) R 11415 11427 11357 0 -1 4194368 125869 0 0 0 26578 17 0 0 20 0 2 0 29044291 563208192 117963 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
Current children cumulated CPU time: 546.02 s
Current children cumulated vsize: 550008 KiB
Current children cumulated memory: 471852 KiB

[startup+342.3 s]
/proc/loadavg: 7.05 4.86 2.25 8/255 11925
/proc/meminfo: memFree=127463164/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=550008 memory=472364 CPUtime=665.25 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) R 11415 11427 11357 0 -1 4194304 339211 0 0 0 66473 52 0 0 20 0 2 0 29043246 563208192 118091 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 137502 118091 3456 6655 0 118762 0
[pid=11427/tid=11435] ppid=11415 vsize=550008 memory=471852 CPUtime=325.35 cores=1,3
/proc/11427/task/11435/stat : 11435 (LSIPExact) R 11415 11427 11357 0 -1 4194368 141984 0 0 0 32517 18 0 0 20 0 2 0 29044291 563208192 118091 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
Current children cumulated CPU time: 665.25 s
Current children cumulated vsize: 550008 KiB
Current children cumulated memory: 472364 KiB

[startup+402.3 s]

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

/proc/loadavg: 6.08 6.21 5.70 7/254 12282
/proc/meminfo: memFree=128434592/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=605392 memory=528756 CPUtime=2130.82 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) S 11415 11427 11357 0 -1 4194304 452613 0 0 0 213006 76 0 0 20 0 1 0 29043246 619921408 132189 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 151348 132189 3488 6655 0 141480 0
[pid=11961] ppid=11427 vsize=191660 memory=172664 CPUtime=875.2 cores=1,3
/proc/11961/stat : 11961 (Exact) R 11427 11961 11961 0 -1 4194304 34963 0 0 0 87479 41 0 0 20 0 1 0 29151694 196259840 43166 18446744073709551615 4198400 8335837 140722325595248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20271104 140722325604539 140722325604893 140722325604893 140722325610447 0
/proc/11961/statm: 47915 43166 1120 1011 0 46682 0
Current children cumulated CPU time: 3006.02 s
Current children cumulated vsize: 797052 KiB
Current children cumulated memory: 701420 KiB

[startup+2022.3 s]
/proc/loadavg: 6.06 6.18 5.73 7/255 12285
/proc/meminfo: memFree=128437228/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=605392 memory=530932 CPUtime=2130.82 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) S 11415 11427 11357 0 -1 4194304 452613 0 0 0 213006 76 0 0 20 0 1 0 29043246 619921408 132733 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 151348 132733 3488 6655 0 141480 0
[pid=11961] ppid=11427 vsize=193788 memory=174072 CPUtime=935.03 cores=1,3
/proc/11961/stat : 11961 (Exact) R 11427 11961 11961 0 -1 4194304 35363 0 0 0 93456 47 0 0 20 0 1 0 29151694 198438912 43518 18446744073709551615 4198400 8335837 140722325595248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20271104 140722325604539 140722325604893 140722325604893 140722325610447 0
/proc/11961/statm: 48447 43518 1120 1011 0 47214 0
Current children cumulated CPU time: 3065.85 s
Current children cumulated vsize: 799180 KiB
Current children cumulated memory: 705004 KiB

[startup+2082.3 s]
/proc/loadavg: 6.06 6.16 5.75 7/251 12322
/proc/meminfo: memFree=128698920/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=605392 memory=532980 CPUtime=2130.82 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) S 11415 11427 11357 0 -1 4194304 452613 0 0 0 213006 76 0 0 20 0 1 0 29043246 619921408 133245 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 151348 133245 3488 6655 0 141480 0
[pid=11961] ppid=11427 vsize=195112 memory=182360 CPUtime=994.86 cores=1,3
/proc/11961/stat : 11961 (Exact) R 11427 11961 11961 0 -1 4194304 35890 0 0 0 99439 47 0 0 20 0 1 0 29151694 199794688 45590 18446744073709551615 4198400 8335837 140722325595248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20271104 140722325604539 140722325604893 140722325604893 140722325610447 0
/proc/11961/statm: 48778 45590 1120 1011 0 47545 0
Current children cumulated CPU time: 3125.68 s
Current children cumulated vsize: 800504 KiB
Current children cumulated memory: 715340 KiB

[startup+2142.3 s]
/proc/loadavg: 6.74 6.33 5.84 8/255 12334
/proc/meminfo: memFree=128643888/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=605392 memory=532980 CPUtime=2130.82 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) S 11415 11427 11357 0 -1 4194304 452613 0 0 0 213006 76 0 0 20 0 1 0 29043246 619921408 133245 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 151348 133245 3488 6655 0 141480 0
[pid=11961] ppid=11427 vsize=196120 memory=183256 CPUtime=1054.68 cores=1,3
/proc/11961/stat : 11961 (Exact) R 11427 11961 11961 0 -1 4194304 36153 0 0 0 105419 49 0 0 20 0 1 0 29151694 200826880 45814 18446744073709551615 4198400 8335837 140722325595248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20271104 140722325604539 140722325604893 140722325604893 140722325610447 0
/proc/11961/statm: 49030 45814 1120 1011 0 47797 0
Current children cumulated CPU time: 3185.5 s
Current children cumulated vsize: 801512 KiB
Current children cumulated memory: 716236 KiB

[startup+2202.3 s]
/proc/loadavg: 6.92 6.46 5.91 8/255 12336
/proc/meminfo: memFree=128617960/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=605392 memory=532980 CPUtime=2130.82 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) S 11415 11427 11357 0 -1 4194304 452613 0 0 0 213006 76 0 0 20 0 1 0 29043246 619921408 133245 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 151348 133245 3488 6655 0 141480 0
[pid=11961] ppid=11427 vsize=196456 memory=187480 CPUtime=1114.54 cores=1,3
/proc/11961/stat : 11961 (Exact) R 11427 11961 11961 0 -1 4194304 36253 0 0 0 111403 51 0 0 20 0 1 0 29151694 201170944 46870 18446744073709551615 4198400 8335837 140722325595248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20271104 140722325604539 140722325604893 140722325604893 140722325610447 0
/proc/11961/statm: 49114 46870 1120 1011 0 47881 0
Current children cumulated CPU time: 3245.36 s
Current children cumulated vsize: 801848 KiB
Current children cumulated memory: 720460 KiB

[startup+2262.3 s]
/proc/loadavg: 6.66 6.48 5.96 7/255 12340
/proc/meminfo: memFree=128428708/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=605392 memory=532980 CPUtime=2130.82 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) S 11415 11427 11357 0 -1 4194304 452613 0 0 0 213006 76 0 0 20 0 1 0 29043246 619921408 133245 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 151348 133245 3488 6655 0 141480 0
[pid=11961] ppid=11427 vsize=197072 memory=188120 CPUtime=1174.39 cores=1,3
/proc/11961/stat : 11961 (Exact) R 11427 11961 11961 0 -1 4194304 36401 0 0 0 117386 53 0 0 20 0 1 0 29151694 201801728 47030 18446744073709551615 4198400 8335837 140722325595248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20271104 140722325604539 140722325604893 140722325604893 140722325610447 0
/proc/11961/statm: 49268 47030 1120 1011 0 48035 0
Current children cumulated CPU time: 3305.21 s
Current children cumulated vsize: 802464 KiB
Current children cumulated memory: 721100 KiB

[startup+2322.3 s]
/proc/loadavg: 6.30 6.40 5.97 7/255 12342
/proc/meminfo: memFree=128359496/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=605392 memory=532980 CPUtime=2130.82 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) S 11415 11427 11357 0 -1 4194304 452613 0 0 0 213006 76 0 0 20 0 1 0 29043246 619921408 133245 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 151348 133245 3488 6655 0 141480 0
[pid=11961] ppid=11427 vsize=197728 memory=188760 CPUtime=1234.26 cores=1,3
/proc/11961/stat : 11961 (Exact) R 11427 11961 11961 0 -1 4194304 36565 0 0 0 123371 55 0 0 20 0 1 0 29151694 202473472 47190 18446744073709551615 4198400 8335837 140722325595248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20271104 140722325604539 140722325604893 140722325604893 140722325610447 0
/proc/11961/statm: 49432 47190 1120 1011 0 48199 0
Current children cumulated CPU time: 3365.08 s
Current children cumulated vsize: 803120 KiB
Current children cumulated memory: 721740 KiB

[startup+2382.3 s]
/proc/loadavg: 6.16 6.34 5.98 7/254 12344
/proc/meminfo: memFree=128305508/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=605392 memory=532980 CPUtime=2130.82 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) S 11415 11427 11357 0 -1 4194304 452613 0 0 0 213006 76 0 0 20 0 1 0 29043246 619921408 133245 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 151348 133245 3488 6655 0 141480 0
[pid=11961] ppid=11427 vsize=198468 memory=189528 CPUtime=1294.08 cores=1,3
/proc/11961/stat : 11961 (Exact) R 11427 11961 11961 0 -1 4194304 36766 0 0 0 129351 57 0 0 20 0 1 0 29151694 203231232 47382 18446744073709551615 4198400 8335837 140722325595248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20271104 140722325604539 140722325604893 140722325604893 140722325610447 0
/proc/11961/statm: 49617 47382 1120 1011 0 48384 0
Current children cumulated CPU time: 3424.9 s
Current children cumulated vsize: 803860 KiB
Current children cumulated memory: 722508 KiB

[startup+2442.3 s]
/proc/loadavg: 6.09 6.29 5.99 7/254 12346
/proc/meminfo: memFree=128244640/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=605392 memory=532980 CPUtime=2130.82 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) S 11415 11427 11357 0 -1 4194304 452613 0 0 0 213006 76 0 0 20 0 1 0 29043246 619921408 133245 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 151348 133245 3488 6655 0 141480 0
[pid=11961] ppid=11427 vsize=198876 memory=189912 CPUtime=1353.89 cores=1,3
/proc/11961/stat : 11961 (Exact) R 11427 11961 11961 0 -1 4194304 36887 0 0 0 135330 59 0 0 20 0 1 0 29151694 203649024 47478 18446744073709551615 4198400 8335837 140722325595248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20271104 140722325604539 140722325604893 140722325604893 140722325610447 0
/proc/11961/statm: 49719 47478 1120 1011 0 48486 0
Current children cumulated CPU time: 3484.71 s
Current children cumulated vsize: 804268 KiB
Current children cumulated memory: 722892 KiB

[startup+2502.3 s]
/proc/loadavg: 6.12 6.27 6.00 7/254 12348
/proc/meminfo: memFree=128213544/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=605392 memory=532980 CPUtime=2130.82 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) S 11415 11427 11357 0 -1 4194304 452613 0 0 0 213006 76 0 0 20 0 1 0 29043246 619921408 133245 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 151348 133245 3488 6655 0 141480 0
[pid=11961] ppid=11427 vsize=200260 memory=191320 CPUtime=1413.71 cores=1,3
/proc/11961/stat : 11961 (Exact) R 11427 11961 11961 0 -1 4194304 37216 0 0 0 141307 64 0 0 20 0 1 0 29151694 205066240 47830 18446744073709551615 4198400 8335837 140722325595248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20271104 140722325604539 140722325604893 140722325604893 140722325610447 0
/proc/11961/statm: 50065 47830 1120 1011 0 48832 0
Current children cumulated CPU time: 3544.53 s
Current children cumulated vsize: 805652 KiB
Current children cumulated memory: 724300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2558 s]*
/proc/loadavg: 6.09 6.24 6.00 7/254 12355
/proc/meminfo: memFree=128207132/131382112 swapFree=33010684/33010684
[pid=11427] ppid=11415 vsize=605392 memory=532980 CPUtime=2130.82 cores=1,3
/proc/11427/stat : 11427 (LSIPExact) S 11415 11427 11357 0 -1 4194304 452613 0 0 0 213006 76 0 0 20 0 1 0 29043246 619921408 133245 18446744073709551615 94266904588288 94266931844689 140724960441088 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94266940347528 94266940779136 94266954809344 140724960442714 140724960442890 140724960442890 140724960448492 0
/proc/11427/statm: 151348 133245 3488 6655 0 141480 0
[pid=11961] ppid=11427 vsize=200260 memory=191320 CPUtime=1469.25 cores=1,3
/proc/11961/stat : 11961 (Exact) R 11427 11961 11961 0 -1 4194304 37217 0 0 0 146860 65 0 0 20 0 1 0 29151694 205066240 47830 18446744073709551615 4198400 8335837 140722325595248 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20271104 140722325604539 140722325604893 140722325604893 140722325610447 0
/proc/11961/statm: 50065 47830 1120 1011 0 48832 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 805652 KiB
Current children cumulated memory: 724300 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.74 s, system=1.44932 s

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

Child status: 0

Real time (s): 2558.1
CPU time (s): 3600.19
CPU user time (s): 3598.74
CPU system time (s): 1.44932
CPU usage (%): 140.737
Max. virtual memory (cumulated for all children) (KiB): 805652
Max. memory (cumulated for all children) (KiB): 724300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.74
system time used= 1.44932
maximum resident set size= 571364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498199
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= 577
involuntary context switches= 20675


# summary of solver processes directly reported to runsolver:
#   pid: 11427
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.74
#   total CPU system time (s): 1.44932

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8135 second user time and 18.5624 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-28 20:00:33
IDJOB=4491744
IDBENCH=147736
IDSOLVER=3337
FILE ID=nodeC012/4491744-1751133632
RUNJOBID= nodeC012-1751133631-11374
SLURM_JOB_ID= 9587412
Free space on /tmp= 433044 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.6.accl.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-4491744-1751133632/watcher-4491744-1751133632 -o /tmp/evaluation-result-4491744-1751133632/solver-4491744-1751133632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751133631-11374 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4491744-1751133632.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= d06d89796adb8259df968e568daeeb68
RANDOM SEED=130135792

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130305300 kB
MemAvailable:   130012776 kB
Buffers:            3280 kB
Cached:           532716 kB
SwapCached:            0 kB
Active:           263864 kB
Inactive:         335908 kB
Active(anon):      81736 kB
Inactive(anon):        0 kB
Active(file):     182128 kB
Inactive(file):   335908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            192916 kB
Writeback:             8 kB
AnonPages:         66876 kB
Mapped:           101864 kB
Shmem:             17960 kB
KReclaimable:      57752 kB
Slab:             129616 kB
SReclaimable:      57752 kB
SUnreclaim:        71864 kB
KernelStack:        3840 kB
PageTables:         2776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432876 MiB
End job on nodeC012 at 2025-06-28 20:43:14