Trace number 4501966

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.12 2659.9

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_10-sat.opb
MD5SUMbe0542d3b59031398d11b8d8792cc86e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69919
Number of constraints which are clauses69439
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint90
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 535
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

2029.07/1084.15	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2029.07/1084.15	c numVar: 22022
2029.07/1084.15	c numCon: 69919
2029.07/1084.15	c numEqual: 0
2029.07/1084.15	c intSize: 10
2029.07/1084.15	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2029.07/1084.15	c ------------------- Paras list -------------------
2029.07/1084.15	c Name                	 Type      	 Now       	 Default   	 Comment
2029.07/1084.15	c timeout             	 double    	 3600.000000	 3600      	 
2029.07/1084.15	c mip_time            	 double    	 0.300000  	 0.5       	 
2029.07/1084.15	c ls_time             	 double    	 10.000000 	 10        	 
2029.07/1084.15	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2029.07/1084.15	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2029.07/1084.15	c random_seed         	 int       	 0         	 0         	 
2029.07/1084.15	c sample_size         	 int       	 50        	 50        	 
2029.07/1084.15	c sub_score           	 int       	 1         	 1         	 
2029.07/1084.15	c tabu_base           	 int       	 3         	 3         	 
2029.07/1084.15	c tabu_variation      	 int       	 1         	 1         	 
2029.07/1084.15	c sub_div             	 int       	 4         	 4         	 
2029.07/1084.15	c nbcore              	 int       	 2         	 1         	 
2029.07/1084.15	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2029.07/1084.15	c print_sol           	 int       	 1         	 1         	 
2029.07/1084.15	c tmpdir              	 string		 .         	 "."       	 
2029.07/1084.15	c home                	 string		 HOME	 "."       	 
2029.07/1084.15	c benchname           	 string		 HOME/instance-4501966-1751137359.opb	 ""        	 
2029.07/1084.15	c --------------------------------------------------
2029.07/1084.15	c Local Search solver
2029.07/1084.15	c MIP solver
2029.07/1084.15	c use Exact solver
3600.00/2659.70	c receive signal 15, try to interrupt solver...
2029.16/2659.81	c Exact solver (PID 13164) interrupted gracefully.
2029.16/2659.89	s UNKNOWN
2029.16/2659.89	c Total time: 2660

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4501966-1751137359/watcher-4501966-1751137359 -o /tmp/evaluation-result-4501966-1751137359/solver-4501966-1751137359 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751133631-11372 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4501966-1751137359.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100119 s]*
/proc/loadavg: 4.68 5.22 5.68 6/254 12700
/proc/meminfo: memFree=129329616/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=80068 memory=45544 CPUtime=0.1 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 9847 0 0 0 7 3 0 0 20 0 1 0 29415668 81989632 11386 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 20017 11386 1184 6655 0 10252 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 80068 KiB
Current children cumulated memory: 45544 KiB

[startup+0.213348 s]*
/proc/loadavg: 4.68 5.22 5.68 6/254 12700
/proc/meminfo: memFree=129329364/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=87988 memory=53480 CPUtime=0.21 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 11840 0 0 0 17 4 0 0 20 0 1 0 29415668 90099712 13370 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 21997 13370 1184 6655 0 12232 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53480 KiB

[startup+0.313139 s]*
/proc/loadavg: 4.68 5.22 5.68 6/254 12700
/proc/meminfo: memFree=129329364/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=87988 memory=53480 CPUtime=0.31 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 11840 0 0 0 27 4 0 0 20 0 1 0 29415668 90099712 13370 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 21997 13370 1184 6655 0 12232 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53480 KiB

[startup+0.700303 s]
/proc/loadavg: 4.68 5.22 5.68 6/254 12700
/proc/meminfo: memFree=129329364/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=87988 memory=53480 CPUtime=0.69 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 11840 0 0 0 65 4 0 0 20 0 1 0 29415668 90099712 13370 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 21997 13370 1184 6655 0 12232 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53480 KiB

[startup+1.50029 s]
/proc/loadavg: 4.68 5.22 5.68 6/254 12700
/proc/meminfo: memFree=129329364/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=87988 memory=53480 CPUtime=1.48 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 11840 0 0 0 144 4 0 0 20 0 1 0 29415668 90099712 13370 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 21997 13370 1184 6655 0 12232 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53480 KiB

[startup+3.11308 s]
/proc/loadavg: 4.71 5.22 5.68 6/254 12700
/proc/meminfo: memFree=129321340/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=87988 memory=53480 CPUtime=3.09 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 11841 0 0 0 305 4 0 0 20 0 1 0 29415668 90099712 13370 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 21997 13370 1184 6655 0 12232 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53480 KiB

[startup+6.30026 s]
/proc/loadavg: 4.71 5.22 5.68 6/254 12700
/proc/meminfo: memFree=129317560/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=87988 memory=53480 CPUtime=6.27 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 11842 0 0 0 623 4 0 0 20 0 1 0 29415668 90099712 13370 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 21997 13370 1184 6655 0 12232 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53480 KiB

[startup+12.7002 s]
/proc/loadavg: 4.81 5.23 5.68 7/255 12701
/proc/meminfo: memFree=129176660/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=280276 memory=193288 CPUtime=14.43 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 44546 0 0 0 1433 10 0 0 20 0 2 0 29415668 287002624 48322 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 70069 48322 3360 6655 0 48946 0
[pid=12699/tid=12701] ppid=12696 vsize=280276 memory=193160 CPUtime=2.01 cores=0,2
/proc/12699/task/12701/stat : 12701 (LSIPExact) R 12696 12699 11357 0 -1 4194368 4550 0 0 0 200 1 0 0 20 0 2 0 29416681 287002624 48322 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
Current children cumulated CPU time: 14.43 s
Current children cumulated vsize: 280276 KiB
Current children cumulated memory: 193288 KiB

[startup+25.5003 s]
/proc/loadavg: 4.92 5.24 5.68 6/255 12701
/proc/meminfo: memFree=129174952/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=280408 memory=193928 CPUtime=29.21 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 44739 0 0 0 2911 10 0 0 20 0 2 0 29415668 287137792 48482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 70102 48482 3360 6655 0 48979 0
[pid=12699/tid=12701] ppid=12696 vsize=280408 memory=193800 CPUtime=4.03 cores=0,2
/proc/12699/task/12701/stat : 12701 (LSIPExact) S 12696 12699 11357 0 -1 4194368 4550 0 0 0 402 1 0 0 20 0 2 0 29416681 287137792 48482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
Current children cumulated CPU time: 29.21 s
Current children cumulated vsize: 280408 KiB
Current children cumulated memory: 193928 KiB

[startup+51.1131 s]
/proc/loadavg: 5.02 5.23 5.66 6/255 12701
/proc/meminfo: memFree=129167872/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=280540 memory=194056 CPUtime=54.75 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 49764 0 0 0 5465 10 0 0 20 0 2 0 29415668 287272960 48514 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 70135 48514 3360 6655 0 49012 0
[pid=12699/tid=12701] ppid=12696 vsize=280540 memory=194056 CPUtime=4.03 cores=0,2
/proc/12699/task/12701/stat : 12701 (LSIPExact) S 12696 12699 11357 0 -1 4194368 4550 0 0 0 402 1 0 0 20 0 2 0 29416681 287272960 48514 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
Current children cumulated CPU time: 54.75 s
Current children cumulated vsize: 280540 KiB
Current children cumulated memory: 194056 KiB

[startup+102.3 s]
/proc/loadavg: 5.08 5.21 5.63 6/255 12753
/proc/meminfo: memFree=129824188/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=282384 memory=196104 CPUtime=105.78 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 55685 0 0 0 10567 11 0 0 20 0 2 0 29415668 289161216 49026 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 70596 49026 3360 6655 0 49473 0
[pid=12699/tid=12701] ppid=12696 vsize=282384 memory=17152 CPUtime=4.03 cores=0,2
/proc/12699/task/12701/stat : 12701 (LSIPExact) S 12696 12699 11357 0 -1 4194368 4550 0 0 0 402 1 0 0 20 0 2 0 29416681 289161216 49026 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
Current children cumulated CPU time: 105.78 s
Current children cumulated vsize: 282384 KiB
Current children cumulated memory: 196104 KiB

[startup+162.3 s]
/proc/loadavg: 6.29 5.49 5.70 8/256 12895
/proc/meminfo: memFree=129648772/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=312736 memory=233732 CPUtime=200.46 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 79278 0 0 0 20033 13 0 0 20 0 2 0 29415668 320241664 58433 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 78184 58433 3424 6655 0 59834 0
[pid=12699/tid=12701] ppid=12696 vsize=312736 memory=233732 CPUtime=38.94 cores=0,2
/proc/12699/task/12701/stat : 12701 (LSIPExact) R 12696 12699 11357 0 -1 4194368 10707 0 0 0 3892 2 0 0 20 0 2 0 29416681 320241664 58433 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
Current children cumulated CPU time: 200.46 s
Current children cumulated vsize: 312736 KiB
Current children cumulated memory: 233732 KiB

[startup+222.3 s]
/proc/loadavg: 7.41 5.96 5.85 9/256 12897
/proc/meminfo: memFree=129588228/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=314776 memory=236264 CPUtime=319.48 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 90540 0 0 0 31934 14 0 0 20 0 2 0 29415668 322330624 59066 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 78694 59066 3424 6655 0 60344 0
[pid=12699/tid=12701] ppid=12696 vsize=314776 memory=236136 CPUtime=98.26 cores=0,2
/proc/12699/task/12701/stat : 12701 (LSIPExact) R 12696 12699 11357 0 -1 4194368 15615 0 0 0 9823 3 0 0 20 0 2 0 29416681 322330624 59066 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
Current children cumulated CPU time: 319.48 s
Current children cumulated vsize: 314776 KiB
Current children cumulated memory: 236264 KiB

[startup+282.3 s]
/proc/loadavg: 7.72 6.33 5.99 8/255 13079
/proc/meminfo: memFree=129704552/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=314776 memory=236392 CPUtime=438.45 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 110024 0 0 0 43829 16 0 0 20 0 2 0 29415668 322330624 59098 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 78694 59098 3424 6655 0 60347 0
[pid=12699/tid=12701] ppid=12696 vsize=314776 memory=236264 CPUtime=157.54 cores=0,2
/proc/12699/task/12701/stat : 12701 (LSIPExact) R 12696 12699 11357 0 -1 4194368 25740 0 0 0 15750 4 0 0 20 0 2 0 29416681 322330624 59098 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
Current children cumulated CPU time: 438.45 s
Current children cumulated vsize: 314776 KiB
Current children cumulated memory: 236392 KiB

[startup+342.3 s]
/proc/loadavg: 7.74 6.58 6.10 9/255 13127
/proc/meminfo: memFree=129710924/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=314776 memory=244200 CPUtime=557.44 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) R 12696 12699 11357 0 -1 4194304 124013 0 0 0 55727 17 0 0 20 0 2 0 29415668 322330624 61050 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 78694 61050 3424 6655 0 61724 0
[pid=12699/tid=12701] ppid=12696 vsize=314776 memory=236264 CPUtime=216.93 cores=0,2
/proc/12699/task/12701/stat : 12701 (LSIPExact) R 12696 12699 11357 0 -1 4194368 31696 0 0 0 21689 4 0 0 20 0 2 0 29416681 322330624 61050 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
Current children cumulated CPU time: 557.44 s
Current children cumulated vsize: 314776 KiB
Current children cumulated memory: 244200 KiB


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

Current children cumulated memory: 549256 KiB

[startup+2142.3 s]
/proc/loadavg: 5.22 5.17 5.61 6/253 13265
/proc/meminfo: memFree=128839264/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=365896 memory=333928 CPUtime=2029.16 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) S 12696 12699 11357 0 -1 4194304 183476 0 0 0 202890 26 0 0 20 0 1 0 29415668 374677504 83482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 91474 83482 3456 6655 0 81628 0
[pid=13164] ppid=12699 vsize=238588 memory=220448 CPUtime=1054.92 cores=0,2
/proc/13164/stat : 13164 (Exact) R 12699 13164 13164 0 -1 4194304 45907 0 0 0 105398 94 0 0 20 0 1 0 29524084 244314112 55112 18446744073709551615 4198400 8335837 140733922281808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31539200 140733922285755 140733922286109 140733922286109 140733922291663 0
/proc/13164/statm: 59647 55112 1120 1011 0 58414 0
Current children cumulated CPU time: 3084.08 s
Current children cumulated vsize: 604484 KiB
Current children cumulated memory: 554376 KiB

[startup+2202.3 s]
/proc/loadavg: 5.12 5.15 5.58 6/253 13266
/proc/meminfo: memFree=128823596/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=365896 memory=333928 CPUtime=2029.16 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) S 12696 12699 11357 0 -1 4194304 183476 0 0 0 202890 26 0 0 20 0 1 0 29415668 374677504 83482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 91474 83482 3456 6655 0 81628 0
[pid=13164] ppid=12699 vsize=240272 memory=222112 CPUtime=1114.75 cores=0,2
/proc/13164/stat : 13164 (Exact) R 12699 13164 13164 0 -1 4194304 46334 0 0 0 111377 98 0 0 20 0 1 0 29524084 246038528 55528 18446744073709551615 4198400 8335837 140733922281808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31539200 140733922285755 140733922286109 140733922286109 140733922291663 0
/proc/13164/statm: 60068 55528 1120 1011 0 58835 0
Current children cumulated CPU time: 3143.91 s
Current children cumulated vsize: 606168 KiB
Current children cumulated memory: 556040 KiB

[startup+2262.3 s]
/proc/loadavg: 5.10 5.14 5.54 6/253 13268
/proc/meminfo: memFree=128825132/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=365896 memory=333928 CPUtime=2029.16 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) S 12696 12699 11357 0 -1 4194304 183476 0 0 0 202890 26 0 0 20 0 1 0 29415668 374677504 83482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 91474 83482 3456 6655 0 81628 0
[pid=13164] ppid=12699 vsize=240988 memory=224888 CPUtime=1174.58 cores=0,2
/proc/13164/stat : 13164 (Exact) R 12699 13164 13164 0 -1 4194304 46514 0 0 0 117352 106 0 0 20 0 1 0 29524084 246771712 56222 18446744073709551615 4198400 8335837 140733922281808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31539200 140733922285755 140733922286109 140733922286109 140733922291663 0
/proc/13164/statm: 60247 56222 1120 1011 0 59014 0
Current children cumulated CPU time: 3203.74 s
Current children cumulated vsize: 606884 KiB
Current children cumulated memory: 558816 KiB

[startup+2322.3 s]
/proc/loadavg: 5.08 5.13 5.51 6/253 13270
/proc/meminfo: memFree=128804928/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=365896 memory=333928 CPUtime=2029.16 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) S 12696 12699 11357 0 -1 4194304 183476 0 0 0 202890 26 0 0 20 0 1 0 29415668 374677504 83482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 91474 83482 3456 6655 0 81628 0
[pid=13164] ppid=12699 vsize=243348 memory=229336 CPUtime=1234.41 cores=0,2
/proc/13164/stat : 13164 (Exact) R 12699 13164 13164 0 -1 4194304 47105 0 0 0 123334 107 0 0 20 0 1 0 29524084 249188352 57334 18446744073709551615 4198400 8335837 140733922281808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31539200 140733922285755 140733922286109 140733922286109 140733922291663 0
/proc/13164/statm: 60837 57334 1120 1011 0 59604 0
Current children cumulated CPU time: 3263.57 s
Current children cumulated vsize: 609244 KiB
Current children cumulated memory: 563264 KiB

[startup+2382.3 s]
/proc/loadavg: 5.14 5.13 5.49 6/252 13272
/proc/meminfo: memFree=128789584/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=365896 memory=333928 CPUtime=2029.16 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) S 12696 12699 11357 0 -1 4194304 183476 0 0 0 202890 26 0 0 20 0 1 0 29415668 374677504 83482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 91474 83482 3456 6655 0 81628 0
[pid=13164] ppid=12699 vsize=244424 memory=230360 CPUtime=1294.23 cores=0,2
/proc/13164/stat : 13164 (Exact) R 12699 13164 13164 0 -1 4194304 47374 0 0 0 129316 107 0 0 20 0 1 0 29524084 250290176 57590 18446744073709551615 4198400 8335837 140733922281808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31539200 140733922285755 140733922286109 140733922286109 140733922291663 0
/proc/13164/statm: 61106 57590 1120 1011 0 59873 0
Current children cumulated CPU time: 3323.39 s
Current children cumulated vsize: 610320 KiB
Current children cumulated memory: 564288 KiB

[startup+2442.3 s]
/proc/loadavg: 5.05 5.11 5.45 6/253 13275
/proc/meminfo: memFree=128763740/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=365896 memory=333928 CPUtime=2029.16 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) S 12696 12699 11357 0 -1 4194304 183476 0 0 0 202890 26 0 0 20 0 1 0 29415668 374677504 83482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 91474 83482 3456 6655 0 81628 0
[pid=13164] ppid=12699 vsize=249352 memory=240688 CPUtime=1354.05 cores=0,2
/proc/13164/stat : 13164 (Exact) R 12699 13164 13164 0 -1 4194304 48615 0 0 0 135296 109 0 0 20 0 1 0 29524084 255336448 60172 18446744073709551615 4198400 8335837 140733922281808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31539200 140733922285755 140733922286109 140733922286109 140733922291663 0
/proc/13164/statm: 62338 60172 1120 1011 0 61105 0
Current children cumulated CPU time: 3383.21 s
Current children cumulated vsize: 615248 KiB
Current children cumulated memory: 574616 KiB

[startup+2502.3 s]
/proc/loadavg: 5.13 5.12 5.44 5/253 13328
/proc/meminfo: memFree=128602040/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=365896 memory=333928 CPUtime=2029.16 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) S 12696 12699 11357 0 -1 4194304 183476 0 0 0 202890 26 0 0 20 0 1 0 29415668 374677504 83482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 91474 83482 3456 6655 0 81628 0
[pid=13164] ppid=12699 vsize=251132 memory=242480 CPUtime=1413.88 cores=0,2
/proc/13164/stat : 13164 (Exact) R 12699 13164 13164 0 -1 4194304 49137 0 0 0 141272 116 0 0 20 0 1 0 29524084 257159168 60620 18446744073709551615 4198400 8335837 140733922281808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31539200 140733922285755 140733922286109 140733922286109 140733922291663 0
/proc/13164/statm: 62783 60620 1120 1011 0 61550 0
Current children cumulated CPU time: 3443.04 s
Current children cumulated vsize: 617028 KiB
Current children cumulated memory: 576408 KiB

[startup+2562.3 s]
/proc/loadavg: 4.87 5.02 5.38 6/254 13331
/proc/meminfo: memFree=127056512/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=365896 memory=333928 CPUtime=2029.16 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) S 12696 12699 11357 0 -1 4194304 183476 0 0 0 202890 26 0 0 20 0 1 0 29415668 374677504 83482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 91474 83482 3456 6655 0 81628 0
[pid=13164] ppid=12699 vsize=253036 memory=244400 CPUtime=1473.71 cores=0,2
/proc/13164/stat : 13164 (Exact) R 12699 13164 13164 0 -1 4194304 49635 0 0 0 147253 118 0 0 20 0 1 0 29524084 259108864 61100 18446744073709551615 4198400 8335837 140733922281808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31539200 140733922285755 140733922286109 140733922286109 140733922291663 0
/proc/13164/statm: 63259 61100 1120 1011 0 62026 0
Current children cumulated CPU time: 3502.87 s
Current children cumulated vsize: 618932 KiB
Current children cumulated memory: 578328 KiB

[startup+2622.3 s]
/proc/loadavg: 5.00 5.03 5.36 6/254 13335
/proc/meminfo: memFree=126817616/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=365896 memory=333928 CPUtime=2029.16 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) S 12696 12699 11357 0 -1 4194304 183476 0 0 0 202890 26 0 0 20 0 1 0 29415668 374677504 83482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 91474 83482 3456 6655 0 81628 0
[pid=13164] ppid=12699 vsize=253460 memory=244784 CPUtime=1533.54 cores=0,2
/proc/13164/stat : 13164 (Exact) R 12699 13164 13164 0 -1 4194304 49742 0 0 0 153219 135 0 0 20 0 1 0 29524084 259543040 61196 18446744073709551615 4198400 8335837 140733922281808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31539200 140733922285755 140733922286109 140733922286109 140733922291663 0
/proc/13164/statm: 63365 61196 1120 1011 0 62132 0
Current children cumulated CPU time: 3562.7 s
Current children cumulated vsize: 619356 KiB
Current children cumulated memory: 578712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2659.7 s]
/proc/loadavg: 5.10 5.06 5.35 6/254 13336
/proc/meminfo: memFree=126729024/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=365896 memory=333928 CPUtime=2029.16 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) S 12696 12699 11357 0 -1 4194304 183476 0 0 0 202890 26 0 0 20 0 1 0 29415668 374677504 83482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 91474 83482 3456 6655 0 81628 0
[pid=13164] ppid=12699 vsize=253460 memory=244784 CPUtime=1570.84 cores=0,2
/proc/13164/stat : 13164 (Exact) R 12699 13164 13164 0 -1 4194304 49745 0 0 0 156939 145 0 0 20 0 1 0 29524084 259543040 61196 18446744073709551615 4198400 8335837 140733922281808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31539200 140733922285755 140733922286109 140733922286109 140733922291663 0
/proc/13164/statm: 63365 61196 1120 1011 0 62132 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 619356 KiB
Current children cumulated memory: 578712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.38 s, system=1.73875 s

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

[startup+2659.81 s]
/proc/loadavg: 5.10 5.06 5.35 6/254 13336
/proc/meminfo: memFree=126729024/131382112 swapFree=33010684/33010684
[pid=12699] ppid=12696 vsize=365896 memory=333928 CPUtime=2029.16 cores=0,2
/proc/12699/stat : 12699 (LSIPExact) S 12696 12699 11357 0 -1 4194304 183477 137 0 0 202890 26 0 0 20 0 1 0 29415668 374677504 83482 18446744073709551615 94049427664896 94049454921297 140724254080432 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94049463424136 94049463855744 94049488351232 140724254083418 140724254083594 140724254083594 140724254089196 0
/proc/12699/statm: 91474 83482 3456 6655 0 81628 0
Current children cumulated CPU time: 2029.16 s
Current children cumulated vsize: 365896 KiB
Current children cumulated memory: 333928 KiB

Child status: 0

Real time (s): 2659.9
CPU time (s): 3600.12
CPU user time (s): 3598.38
CPU system time (s): 1.73875
CPU usage (%): 135.348
Max. virtual memory (cumulated for all children) (KiB): 619356
Max. memory (cumulated for all children) (KiB): 578712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.38
system time used= 1.73875
maximum resident set size= 363692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242247
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= 490
involuntary context switches= 34039


# summary of solver processes directly reported to runsolver:
#   pid: 12699
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.38
#   total CPU system time (s): 1.73875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0091 second user time and 21.031 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-28 21:02:40
IDJOB=4501966
IDBENCH=152989
IDSOLVER=3337
FILE ID=nodeC012/4501966-1751137359
RUNJOBID= nodeC012-1751133631-11372
SLURM_JOB_ID= 9587412
Free space on /tmp= 432920 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_10-sat.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4501966-1751137359/watcher-4501966-1751137359 -o /tmp/evaluation-result-4501966-1751137359/solver-4501966-1751137359 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751133631-11372 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4501966-1751137359.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= be0542d3b59031398d11b8d8792cc86e
RANDOM SEED=1248656310

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		: 3491.697
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		: 3591.451
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		: 1197.424
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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		: 3660.631
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		: 3591.629
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		: 3700.000
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		: 3591.466
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:        129333412 kB
MemAvailable:   129054432 kB
Buffers:            3280 kB
Cached:           533572 kB
SwapCached:            0 kB
Active:          1148584 kB
Inactive:         335576 kB
Active(anon):     965268 kB
Inactive(anon):        0 kB
Active(file):     183316 kB
Inactive(file):   335576 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46904 kB
Writeback:             0 kB
AnonPages:        947976 kB
Mapped:           146788 kB
Shmem:             17960 kB
KReclaimable:      83128 kB
Slab:             161552 kB
SReclaimable:      83128 kB
SUnreclaim:        78424 kB
KernelStack:        4096 kB
PageTables:         5056 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1369640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 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= 432856 MiB
End job on nodeC012 at 2025-06-28 21:47:00