Trace number 4527598

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3604.4 2110.18

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_6_mh.opb
MD5SUMae4404ba779864fb11c76f88911c57d7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13487619
Best CPU time to get the best result obtained on this benchmark68653.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019200
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 411931129818
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 411931129818
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (60962 MiB free)
  memory of node 1: 64465 MiB (62092 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=123984, runsolver pid=123981

[startup+0.100099 s]*
/proc/loadavg: 7.63 7.98 6.94 7/252 123985
/proc/meminfo: memFree=125891928/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=464816 memory=151704 CPUtime=0.09 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 27724 0 0 0 4 5 0 0 20 0 1 0 139083662 475971584 37926 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 116204 37926 1152 6655 0 106439 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 464816 KiB
Current children cumulated memory: 151704 KiB

[startup+0.213294 s]*
/proc/loadavg: 7.63 7.98 6.94 7/252 123985
/proc/meminfo: memFree=125730008/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=583088 memory=308888 CPUtime=0.21 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 57310 0 0 0 9 12 0 0 20 0 1 0 139083662 597082112 77222 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 145772 77222 1152 6655 0 136007 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 583088 KiB
Current children cumulated memory: 308888 KiB

[startup+0.313154 s]*
/proc/loadavg: 7.63 7.98 6.94 7/252 123985
/proc/meminfo: memFree=125592408/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=687896 memory=448536 CPUtime=0.31 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 83521 0 0 0 12 19 0 0 20 0 1 0 139083662 704405504 112102 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 171974 112102 1152 6655 0 162209 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 687896 KiB
Current children cumulated memory: 448536 KiB

[startup+0.700312 s]
/proc/loadavg: 7.63 7.98 6.94 7/252 123985
/proc/meminfo: memFree=125280728/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=1117556 memory=1021592 CPUtime=0.69 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 191012 0 0 0 30 39 0 0 20 0 1 0 139083662 1144377344 255366 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 279389 255398 1152 6655 0 269624 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1117556 KiB
Current children cumulated memory: 1021592 KiB

[startup+1.50031 s]
/proc/loadavg: 7.63 7.98 6.94 7/252 123985
/proc/meminfo: memFree=124730324/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=1373968 memory=1330764 CPUtime=1.48 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 251369 0 0 0 96 52 0 0 20 0 1 0 139083662 1406943232 332691 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 343492 332691 1152 6655 0 333727 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1373968 KiB
Current children cumulated memory: 1330764 KiB

[startup+3.11289 s]
/proc/loadavg: 7.50 7.95 6.93 7/252 123985
/proc/meminfo: memFree=123476588/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=2639160 memory=2594764 CPUtime=3.09 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 437469 0 0 0 215 94 0 0 20 0 1 0 139083662 2702499840 648691 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 659790 648691 1184 6655 0 650025 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2639160 KiB
Current children cumulated memory: 2594764 KiB

[startup+6.3003 s]
/proc/loadavg: 7.50 7.95 6.93 7/253 123986
/proc/meminfo: memFree=122645736/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=3547880 memory=3503472 CPUtime=6.27 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 656897 0 0 0 495 132 0 0 20 0 1 0 139083662 3633029120 875836 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 886970 875836 1184 6655 0 877205 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3547880 KiB
Current children cumulated memory: 3503472 KiB

[startup+12.7003 s]
/proc/loadavg: 7.34 7.90 6.93 6/252 124032
/proc/meminfo: memFree=121598996/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=4825360 memory=4781236 CPUtime=12.63 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 959875 0 0 0 1083 180 0 0 20 0 1 0 139083662 4941168640 1195277 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 1206340 1195309 1248 6655 0 1196575 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 4825360 KiB
Current children cumulated memory: 4781236 KiB

[startup+25.5004 s]
/proc/loadavg: 7.06 7.82 6.91 6/253 124079
/proc/meminfo: memFree=116917528/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=8808256 memory=8156440 CPUtime=25.4 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 1188841 0 0 0 2254 286 0 0 20 0 2 0 139083662 9019654144 2039110 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 2202064 2039110 2816 6655 0 2175947 0
[pid=123984/tid=124078] ppid=123981 vsize=8808256 memory=14080 CPUtime=0 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) S 123981 123984 123405 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139085392 9019654144 2039110 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 8808256 KiB
Current children cumulated memory: 8156440 KiB

[startup+51.1128 s]
/proc/loadavg: 6.68 7.67 6.89 6/254 124080
/proc/meminfo: memFree=116180640/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=8978952 memory=8220676 CPUtime=50.93 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 1255799 0 0 0 4766 327 0 0 20 0 2 0 139083662 9194446848 2055169 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 2244738 2055169 2848 6655 0 2218621 0
[pid=123984/tid=124078] ppid=123981 vsize=8978952 memory=8220676 CPUtime=0 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) S 123981 123984 123405 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139085392 9194446848 2055169 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 8978952 KiB
Current children cumulated memory: 8220676 KiB

[startup+102.3 s]
/proc/loadavg: 6.68 7.49 6.87 8/254 124082
/proc/meminfo: memFree=113022416/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=12298872 memory=11104844 CPUtime=101.91 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 1390806 0 0 0 9753 438 0 0 20 0 2 0 139083662 12594044928 2776211 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 3074718 2776211 2944 6655 0 3048601 0
[pid=123984/tid=124078] ppid=123981 vsize=12298872 memory=20608 CPUtime=0 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) S 123981 123984 123405 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139085392 12594044928 2776211 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 12298872 KiB
Current children cumulated memory: 11104844 KiB

[startup+162.3 s]
/proc/loadavg: 6.99 7.43 6.89 8/254 124084
/proc/meminfo: memFree=112785256/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=12878444 memory=11357944 CPUtime=162.63 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 1512466 0 0 0 15744 519 0 0 20 0 2 0 139083662 13187526656 2839486 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 3219611 2839486 2976 6655 0 3203063 0
[pid=123984/tid=124078] ppid=123981 vsize=12878444 memory=5276 CPUtime=1.09 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 15447 0 0 0 90 19 0 0 20 0 2 0 139085392 13187526656 2839486 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 162.63 s
Current children cumulated vsize: 12878444 KiB
Current children cumulated memory: 11357944 KiB

[startup+222.3 s]
/proc/loadavg: 7.15 7.38 6.92 8/254 124087
/proc/meminfo: memFree=112851468/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=12052796 memory=10953832 CPUtime=223.21 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 1625296 0 0 0 21696 625 0 0 20 0 2 0 139083662 12342063104 2738458 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 3013199 2738458 2976 6655 0 2980270 0
[pid=123984/tid=124078] ppid=123981 vsize=12052796 memory=11208468 CPUtime=2.47 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) S 123981 123984 123405 0 -1 4194368 18945 0 0 0 224 23 0 0 20 0 2 0 139085392 12342063104 2738458 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 223.21 s
Current children cumulated vsize: 12052796 KiB
Current children cumulated memory: 10953832 KiB

[startup+282.3 s]
/proc/loadavg: 7.91 7.57 7.01 9/254 124090
/proc/meminfo: memFree=105290024/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=22482144 memory=18394464 CPUtime=340.49 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 1998188 0 0 0 32982 1067 0 0 20 0 2 0 139083662 23021715456 4598616 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 5620536 4598616 3360 6655 0 5550540 0
[pid=123984/tid=124078] ppid=123981 vsize=22482144 memory=20608 CPUtime=60.77 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 265125 0 0 0 5794 283 0 0 20 0 2 0 139085392 23021715456 4598616 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 340.49 s
Current children cumulated vsize: 22482144 KiB
Current children cumulated memory: 18394464 KiB

[startup+342.3 s]
/proc/loadavg: 7.64 7.57 7.05 8/254 124092
/proc/meminfo: memFree=107556528/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=19214080 memory=16167236 CPUtime=433.81 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 2034165 0 0 0 42292 1089 0 0 20 0 2 0 139083662 19675217920 4041809 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 4803520 4041809 3360 6655 0 4733524 0
[pid=123984/tid=124078] ppid=123981 vsize=19214080 memory=20608 CPUtime=94.58 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) S 123981 123984 123405 0 -1 4194368 282441 0 0 0 9164 294 0 0 20 0 2 0 139085392 19675217920 4041809 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 1 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 433.81 s
Current children cumulated vsize: 19214080 KiB
Current children cumulated memory: 16167236 KiB

[startup+402.3 s]
/proc/loadavg: 7.28 7.48 7.05 8/254 124094
/proc/meminfo: memFree=107530232/131382116 swapFree=33009904/33010684

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

/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 3850298 0 0 0 281387 2040 0 0 20 0 2 0 139083662 26255253504 5622821 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 6409974 5622821 3392 6655 0 6351822 0
[pid=123984/tid=124078] ppid=123981 vsize=25639896 memory=20608 CPUtime=1126.74 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 1093195 0 0 0 112098 576 0 0 20 0 2 0 139085392 26255253504 5622821 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 2834.27 s
Current children cumulated vsize: 25639896 KiB
Current children cumulated memory: 22491284 KiB

[startup+1782.3 s]
/proc/loadavg: 6.57 6.95 7.04 7/255 124264
/proc/meminfo: memFree=102845784/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=25598908 memory=22534268 CPUtime=2953.44 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 4024583 0 0 0 293167 2177 0 0 20 0 2 0 139083662 26213281792 5633567 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 6399727 5633567 3392 6655 0 6341575 0
[pid=123984/tid=124078] ppid=123981 vsize=25598908 memory=11264 CPUtime=1186.51 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 1106227 0 0 0 118072 579 0 0 20 0 2 0 139085392 26213281792 5633567 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 2953.44 s
Current children cumulated vsize: 25598908 KiB
Current children cumulated memory: 22534268 KiB

[startup+1842.3 s]
/proc/loadavg: 6.46 6.84 6.99 8/254 124312
/proc/meminfo: memFree=102901124/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=25598908 memory=22598440 CPUtime=3072.6 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 4068807 0 0 0 305069 2191 0 0 20 0 2 0 139083662 26213281792 5649610 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 6399727 5649610 3392 6655 0 6341575 0
[pid=123984/tid=124078] ppid=123981 vsize=25598908 memory=22598440 CPUtime=1246.26 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 1132370 0 0 0 124039 587 0 0 20 0 2 0 139085392 26213281792 5649610 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 3072.6 s
Current children cumulated vsize: 25598908 KiB
Current children cumulated memory: 22598440 KiB

[startup+1902.3 s]
/proc/loadavg: 6.37 6.75 6.95 8/257 124462
/proc/meminfo: memFree=104590008/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=26097812 memory=23056824 CPUtime=3191.74 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 4132664 0 0 0 316953 2221 0 0 20 0 2 0 139083662 26724159488 5764206 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 6524453 5764206 3392 6655 0 6466301 0
[pid=123984/tid=124078] ppid=123981 vsize=26097812 memory=23056824 CPUtime=1306.04 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 1177221 0 0 0 129995 609 0 0 20 0 2 0 139085392 26724159488 5764206 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 3191.74 s
Current children cumulated vsize: 26097812 KiB
Current children cumulated memory: 23056824 KiB

[startup+1962.3 s]
/proc/loadavg: 6.17 6.61 6.89 7/256 124692
/proc/meminfo: memFree=104348608/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=26101096 memory=23076464 CPUtime=3310.83 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 4193070 0 0 0 328838 2245 0 0 20 0 2 0 139083662 26727522304 5769116 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 6525274 5769116 3392 6655 0 6467122 0
[pid=123984/tid=124078] ppid=123981 vsize=26101096 memory=23076464 CPUtime=1365.82 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 1184697 0 0 0 135970 612 0 0 20 0 2 0 139085392 26727522304 5769116 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 3310.83 s
Current children cumulated vsize: 26101096 KiB
Current children cumulated memory: 23076464 KiB

[startup+2022.3 s]
/proc/loadavg: 6.69 6.67 6.90 8/257 124695
/proc/meminfo: memFree=103353048/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=26355080 memory=23240532 CPUtime=3430.04 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 4387050 0 0 0 340648 2356 0 0 20 0 2 0 139083662 26987601920 5810133 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 6588770 5810133 3392 6655 0 6530618 0
[pid=123984/tid=124078] ppid=123981 vsize=26355080 memory=20608 CPUtime=1425.63 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 1264982 0 0 0 141911 652 0 0 20 0 2 0 139085392 26987601920 5810133 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 3430.04 s
Current children cumulated vsize: 26355080 KiB
Current children cumulated memory: 23240532 KiB

[startup+2082.3 s]
/proc/loadavg: 6.93 6.75 6.91 8/257 124696
/proc/meminfo: memFree=103120872/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=26521660 memory=23478900 CPUtime=3549.25 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 4419590 0 0 0 352543 2382 0 0 20 0 2 0 139083662 27158179840 5869725 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 6630415 5869725 3392 6655 0 6572263 0
[pid=123984/tid=124078] ppid=123981 vsize=26521660 memory=23478900 CPUtime=1485.46 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 1275187 0 0 0 147893 653 0 0 20 0 2 0 139085392 27158179840 5869725 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 3549.25 s
Current children cumulated vsize: 26521660 KiB
Current children cumulated memory: 23478900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2107.9 s]
/proc/loadavg: 7.02 6.79 6.92 8/256 124697
/proc/meminfo: memFree=103105736/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=26521660 memory=23480948 CPUtime=3600.14 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 4433591 0 0 0 357622 2392 0 0 20 0 2 0 139083662 27158179840 5870237 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 6630415 5870237 3392 6655 0 6572263 0
[pid=123984/tid=124078] ppid=123981 vsize=26521660 memory=23480948 CPUtime=1510.99 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 1288791 0 0 0 150438 661 0 0 20 0 2 0 139085392 27158179840 5870237 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 26521660 KiB
Current children cumulated memory: 23480948 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3580.06 s, system=24.3361 s

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

[startup+2108.8 s]
/proc/loadavg: 7.02 6.79 6.92 8/256 124697
/proc/meminfo: memFree=103105736/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=26181208 memory=23202088 CPUtime=3601.93 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 4444433 0 0 0 357796 2397 0 0 20 0 2 0 139083662 26809556992 5800522 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 6545302 5800522 3392 6655 0 6487150 0
[pid=123984/tid=124078] ppid=123981 vsize=26181208 memory=20608 CPUtime=1511.9 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 1299629 0 0 0 150523 667 0 0 20 0 2 0 139085392 26809556992 5800522 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 3601.93 s
Current children cumulated vsize: 26181208 KiB
Current children cumulated memory: 23202088 KiB

[startup+2109.6 s]
/proc/loadavg: 7.02 6.79 6.92 8/256 124697
/proc/meminfo: memFree=103390612/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=26295964 memory=23370092 CPUtime=3603.52 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 4452778 0 0 0 357948 2404 0 0 20 0 2 0 139083662 26927067136 5842523 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 6573991 5842523 3392 6655 0 6515839 0
[pid=123984/tid=124078] ppid=123981 vsize=26295964 memory=20608 CPUtime=1512.69 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 1307974 0 0 0 150595 674 0 0 20 0 2 0 139085392 26927067136 5842523 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 3603.52 s
Current children cumulated vsize: 26295964 KiB
Current children cumulated memory: 23370092 KiB

[startup+2109.8 s]
/proc/loadavg: 7.02 6.79 6.92 8/256 124697
/proc/meminfo: memFree=103390612/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=26181208 memory=23294248 CPUtime=3603.91 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 4453527 0 0 0 357985 2406 0 0 20 0 2 0 139083662 26809556992 5823562 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 6545302 5823562 3392 6655 0 6487150 0
[pid=123984/tid=124078] ppid=123981 vsize=26181208 memory=3200 CPUtime=1512.89 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 1308723 0 0 0 150613 676 0 0 20 0 2 0 139085392 26809556992 5823562 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 3603.91 s
Current children cumulated vsize: 26181208 KiB
Current children cumulated memory: 23294248 KiB

[startup+2109.9 s]
/proc/loadavg: 7.02 6.79 6.92 8/256 124697
/proc/meminfo: memFree=103390612/131382116 swapFree=33009904/33010684
[pid=123984] ppid=123981 vsize=26181208 memory=23294248 CPUtime=3604.11 cores=5,7
/proc/123984/stat : 123984 (LSIPExact) R 123981 123984 123405 0 -1 4194304 4453527 0 0 0 358005 2406 0 0 20 0 2 0 139083662 26809556992 5823562 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
/proc/123984/statm: 6545302 5823562 3392 6655 0 6487150 0
[pid=123984/tid=124078] ppid=123981 vsize=26181208 memory=14080 CPUtime=1512.99 cores=5,7
/proc/123984/task/124078/stat : 124078 (LSIPExact) R 123981 123984 123405 0 -1 4194368 1308723 0 0 0 150623 676 0 0 20 0 2 0 139085392 26809556992 5823562 18446744073709551615 94530308087808 94530335344977 140722331738256 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94530343847048 94530344278656 94530357284864 140722331740504 140722331740680 140722331740680 140722331746284 0
Current children cumulated CPU time: 3604.11 s
Current children cumulated vsize: 26181208 KiB
Current children cumulated memory: 23294248 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2110.18
CPU time (s): 3604.4
CPU user time (s): 3580.06
CPU system time (s): 24.3361
CPU usage (%): 170.81
Max. virtual memory (cumulated for all children) (KiB): 31234772
Max. memory (cumulated for all children) (KiB): 26209332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.06
system time used= 24.3361
maximum resident set size= 26220476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4453527
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= 190
involuntary context switches= 40260


# summary of solver processes directly reported to runsolver:
#   pid: 123984
#   total CPU time (s): 3604.4
#   total CPU user time (s): 3580.06
#   total CPU system time (s): 24.3361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.91387 second user time and 12.6837 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-11 13:40:45
IDJOB=4527598
IDBENCH=155759
IDSOLVER=3384
FILE ID=nodeC004/4527598-1752234041
RUNJOBID= nodeC004-1752232205-123425
SLURM_JOB_ID= 9682515
Free space on /tmp= 431280 MiB

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

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

MD5SUM BENCH= ae4404ba779864fb11c76f88911c57d7
RANDOM SEED=1287912451

nodeC004 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		: 3579.543
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.74
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.648
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.74
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.127
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.74
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		: 3591.633
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.74
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		: 3591.118
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.74
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		: 2195.224
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.74
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		: 3591.893
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.74
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.219
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126008924 kB
MemAvailable:   127514468 kB
Buffers:            2128 kB
Cached:          2251508 kB
SwapCached:           32 kB
Active:          3045476 kB
Inactive:        1645404 kB
Active(anon):    2444452 kB
Inactive(anon):    10724 kB
Active(file):     601024 kB
Inactive(file):  1634680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            311660 kB
Writeback:             0 kB
AnonPages:       2438936 kB
Mapped:           133660 kB
Shmem:             17932 kB
KReclaimable:     218936 kB
Slab:             308128 kB
SReclaimable:     218936 kB
SUnreclaim:        89192 kB
KernelStack:        4064 kB
PageTables:         7920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2820588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1288192 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431272 MiB
End job on nodeC004 at 2025-07-11 14:15:55