Trace number 4527595

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) 3602.85 1856.17

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_ic.opb
MD5SUMae39b89921d4a5c4d7dfc676c1859a2a
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 benchmark24648945
Best CPU time to get the best result obtained on this benchmark3600.89
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 168196608
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 178958626766
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 168196608
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 178958626766
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.11/1854.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.11/1854.01	c numVar: 1000400
3600.11/1854.01	c numCon: 2000307
3600.11/1854.01	c numEqual: 29707
3600.11/1854.01	c intSize: 38
3600.11/1854.01	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.11/1854.01	c ------------------- Paras list -------------------
3600.11/1854.01	c Name                	 Type      	 Now       	 Default   	 Comment
3600.11/1854.01	c timeout             	 double    	 3600.000000	 3600      	 
3600.11/1854.01	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.11/1854.01	c ls_time             	 double    	 10.000000 	 10        	 
3600.11/1854.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.11/1854.01	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.11/1854.01	c random_seed         	 int       	 0         	 0         	 
3600.11/1854.01	c sample_size         	 int       	 50        	 50        	 
3600.11/1854.01	c sub_score           	 int       	 1         	 1         	 
3600.11/1854.01	c tabu_base           	 int       	 3         	 3         	 
3600.11/1854.01	c tabu_variation      	 int       	 1         	 1         	 
3600.11/1854.01	c sub_div             	 int       	 4         	 4         	 
3600.11/1854.01	c nbcore              	 int       	 2         	 1         	 
3600.11/1854.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.11/1854.01	c print_sol           	 int       	 1         	 1         	 
3600.11/1854.01	c tmpdir              	 string		 .         	 "."       	 
3600.11/1854.01	c home                	 string		 HOME	 "."       	 
3600.11/1854.01	c benchname           	 string		 HOME/instance-4527595-1752234041.opb	 ""        	 
3600.11/1854.01	c --------------------------------------------------
3600.11/1854.01	c Local Search solver
3600.11/1854.01	c MIP solver
3600.11/1854.01	c receive signal 15, try to interrupt solver...
3601.79/1855.12	c use Exact 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: 63794 MiB (62366 MiB free)
  memory of node 1: 64507 MiB (62937 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=116256, runsolver pid=116252

[startup+0.100071 s]*
/proc/loadavg: 7.68 7.99 6.99 7/253 116265
/proc/meminfo: memFree=128218136/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=258656 memory=119692 CPUtime=0.1 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 21771 0 0 0 5 5 0 0 20 0 1 0 139084016 264863744 29923 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 64697 29923 1152 6655 0 54932 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 258656 KiB
Current children cumulated memory: 119692 KiB

[startup+0.213547 s]*
/proc/loadavg: 7.68 7.99 6.99 7/253 116265
/proc/meminfo: memFree=127911452/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=354224 memory=247948 CPUtime=0.21 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 45652 0 0 0 10 11 0 0 20 0 1 0 139084016 362725376 61987 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 88556 61987 1152 6655 0 78791 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 354224 KiB
Current children cumulated memory: 247948 KiB

[startup+0.313505 s]*
/proc/loadavg: 7.68 7.99 6.99 7/253 116265
/proc/meminfo: memFree=127709084/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=438968 memory=361484 CPUtime=0.31 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 66876 0 0 0 15 16 0 0 20 0 1 0 139084016 449503232 90339 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 109775 90371 1152 6655 0 100010 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 438968 KiB
Current children cumulated memory: 361484 KiB

[startup+0.700335 s]
/proc/loadavg: 7.68 7.99 6.99 7/253 116265
/proc/meminfo: memFree=127369116/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=550168 memory=507248 CPUtime=0.67 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 95248 0 0 0 45 22 0 0 20 0 1 0 139084016 563372032 126812 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 137542 126812 1152 6655 0 127777 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 550168 KiB
Current children cumulated memory: 507248 KiB

[startup+1.50033 s]
/proc/loadavg: 7.68 7.99 6.99 7/253 116265
/proc/meminfo: memFree=127228972/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=1000544 memory=965980 CPUtime=1.48 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 151795 0 0 0 110 38 0 0 20 0 1 0 139084016 1024557056 241495 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 250169 241495 1152 6655 0 240404 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1000544 KiB
Current children cumulated memory: 965980 KiB

[startup+3.11324 s]
/proc/loadavg: 7.68 7.99 6.99 7/253 116265
/proc/meminfo: memFree=125824920/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=1384096 memory=1349468 CPUtime=3.09 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 247719 0 0 0 257 52 0 0 20 0 1 0 139084016 1417314304 337367 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 346024 337367 1152 6655 0 336259 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1384096 KiB
Current children cumulated memory: 1349468 KiB

[startup+6.30032 s]
/proc/loadavg: 7.55 7.96 6.98 7/253 116265
/proc/meminfo: memFree=124731124/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=1827636 memory=1793052 CPUtime=6.27 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 355831 0 0 0 558 69 0 0 20 0 1 0 139084016 1871499264 448263 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 456909 448263 1152 6655 0 447144 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1827636 KiB
Current children cumulated memory: 1793052 KiB

[startup+12.7003 s]
/proc/loadavg: 7.42 7.92 6.98 7/254 116267
/proc/meminfo: memFree=122938988/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=3156864 memory=3104732 CPUtime=12.64 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 543176 0 0 0 1152 112 0 0 20 0 1 0 139084016 3232628736 776183 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 789216 776183 2304 6655 0 779451 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3156864 KiB
Current children cumulated memory: 3104732 KiB

[startup+25.5004 s]
/proc/loadavg: 7.11 7.83 6.96 7/256 116269
/proc/meminfo: memFree=120508004/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=3963404 memory=3757508 CPUtime=25.41 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 599219 0 0 0 2396 145 0 0 20 0 2 0 139084016 4058525696 939377 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 990851 939377 2944 6655 0 964734 0
[pid=116256/tid=116268] ppid=116252 vsize=3963404 memory=3852748 CPUtime=0 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) S 116252 116256 115635 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139085398 4058525696 939377 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 3963404 KiB
Current children cumulated memory: 3757508 KiB

[startup+51.1131 s]
/proc/loadavg: 6.87 7.71 6.95 7/256 116269
/proc/meminfo: memFree=115735032/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=7817344 memory=6625564 CPUtime=51.93 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 793734 0 0 0 4942 251 0 0 20 0 2 0 139084016 8004960256 1656391 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 1954336 1656391 3168 6655 0 1942123 0
[pid=116256/tid=116268] ppid=116252 vsize=7817344 memory=5939880 CPUtime=1.25 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) S 116252 116256 115635 0 -1 4194368 12787 0 0 0 115 10 0 0 20 0 2 0 139085398 8004960256 1656391 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 51.93 s
Current children cumulated vsize: 7817344 KiB
Current children cumulated memory: 6625564 KiB

[startup+102.3 s]
/proc/loadavg: 7.05 7.61 6.95 9/256 116271
/proc/meminfo: memFree=113282608/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=8862148 memory=7536508 CPUtime=125.97 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 974896 0 0 0 12265 332 0 0 20 0 2 0 139084016 9074839552 1884127 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 2215537 1884127 3328 6655 0 2185636 0
[pid=116256/tid=116268] ppid=116252 vsize=8862148 memory=20992 CPUtime=24.47 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 63141 0 0 0 2409 38 0 0 20 0 2 0 139085398 9074839552 1884127 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 125.97 s
Current children cumulated vsize: 8862148 KiB
Current children cumulated memory: 7536508 KiB

[startup+162.3 s]
/proc/loadavg: 7.52 7.64 7.00 9/257 116323
/proc/meminfo: memFree=113284840/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=8871684 memory=7488936 CPUtime=245.06 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 1002871 0 0 0 24164 342 0 0 20 0 2 0 139084016 9084604416 1872234 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 2217921 1872234 3328 6655 0 2188452 0
[pid=116256/tid=116268] ppid=116252 vsize=8871684 memory=10752 CPUtime=83.79 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 68625 0 0 0 8339 40 0 0 20 0 2 0 139085398 9084604416 1872234 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 245.06 s
Current children cumulated vsize: 8871684 KiB
Current children cumulated memory: 7488936 KiB

[startup+222.3 s]
/proc/loadavg: 7.64 7.64 7.04 9/257 116326
/proc/meminfo: memFree=112692772/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=8871828 memory=7489344 CPUtime=364.3 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 1008541 0 0 0 36085 345 0 0 20 0 2 0 139084016 9084751872 1872336 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 2217957 1872336 3328 6655 0 2188488 0
[pid=116256/tid=116268] ppid=116252 vsize=8871828 memory=7488936 CPUtime=143.21 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 68631 0 0 0 14280 41 0 0 20 0 2 0 139085398 9084751872 1872336 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 364.3 s
Current children cumulated vsize: 8871828 KiB
Current children cumulated memory: 7489344 KiB

[startup+282.3 s]
/proc/loadavg: 7.92 7.73 7.11 9/257 116328
/proc/meminfo: memFree=109787944/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=9383324 memory=8077092 CPUtime=483.38 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 1122944 0 0 0 47964 374 0 0 20 0 2 0 139084016 9608523776 2019273 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 2345831 2019273 3392 6655 0 2311237 0
[pid=116256/tid=116268] ppid=116252 vsize=9383324 memory=14848 CPUtime=202.55 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 178530 0 0 0 20189 66 0 0 20 0 2 0 139085398 9608523776 2019273 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 483.38 s
Current children cumulated vsize: 9383324 KiB
Current children cumulated memory: 8077092 KiB

[startup+342.3 s]
/proc/loadavg: 8.23 7.84 7.19 9/255 116330
/proc/meminfo: memFree=109354248/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=9464136 memory=8183992 CPUtime=602.3 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 1220000 0 0 0 59829 401 0 0 20 0 2 0 139084016 9691275264 2045998 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 2366034 2045998 3424 6655 0 2329149 0
[pid=116256/tid=116268] ppid=116252 vsize=9464136 memory=8139516 CPUtime=261.77 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 252089 0 0 0 26090 87 0 0 20 0 2 0 139085398 9691275264 2045998 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 602.3 s
Current children cumulated vsize: 9464136 KiB
Current children cumulated memory: 8183992 KiB

[startup+402.3 s]
/proc/loadavg: 8.25 7.93 7.27 9/256 116333

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

Current children cumulated CPU time: 2862.69 s
Current children cumulated vsize: 12203608 KiB
Current children cumulated memory: 10800808 KiB

[startup+1542.3 s]
/proc/loadavg: 7.07 7.36 7.50 8/255 116493
/proc/meminfo: memFree=106562148/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=12203748 memory=10800956 CPUtime=2981.72 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 2305542 0 0 0 297479 693 0 0 20 0 2 0 139084016 12496637952 2700239 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 3050937 2700239 3456 6655 0 3015406 0
[pid=116256/tid=116268] ppid=116252 vsize=12203748 memory=14848 CPUtime=1446.42 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 685832 0 0 0 144450 192 0 0 20 0 2 0 139085398 12496637952 2700239 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 2981.72 s
Current children cumulated vsize: 12203748 KiB
Current children cumulated memory: 10800956 KiB

[startup+1602.3 s]
/proc/loadavg: 7.12 7.32 7.48 8/255 116496
/proc/meminfo: memFree=106506768/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=12205428 memory=10801592 CPUtime=3100.75 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 2325470 0 0 0 309376 699 0 0 20 0 2 0 139084016 12498358272 2700398 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 3051357 2700398 3456 6655 0 3015826 0
[pid=116256/tid=116268] ppid=116252 vsize=12205428 memory=10800956 CPUtime=1505.72 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 697366 0 0 0 150376 196 0 0 20 0 2 0 139085398 12498358272 2700398 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 3100.75 s
Current children cumulated vsize: 12205428 KiB
Current children cumulated memory: 10801592 KiB

[startup+1662.3 s]
/proc/loadavg: 7.04 7.26 7.44 8/255 116498
/proc/meminfo: memFree=106545536/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=12206272 memory=10802520 CPUtime=3219.78 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 2373720 0 0 0 321271 707 0 0 20 0 2 0 139084016 12499222528 2700630 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 3051568 2700630 3456 6655 0 3016037 0
[pid=116256/tid=116268] ppid=116252 vsize=12206272 memory=10800956 CPUtime=1565.04 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 708317 0 0 0 156304 200 0 0 20 0 2 0 139085398 12499222528 2700630 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 3219.78 s
Current children cumulated vsize: 12206272 KiB
Current children cumulated memory: 10802520 KiB

[startup+1722.3 s]
/proc/loadavg: 7.12 7.24 7.43 8/255 116500
/proc/meminfo: memFree=106406088/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=12206900 memory=10807552 CPUtime=3338.82 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 2388037 0 0 0 333168 714 0 0 20 0 2 0 139084016 12499865600 2701888 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 3051725 2701888 3456 6655 0 3016194 0
[pid=116256/tid=116268] ppid=116252 vsize=12206900 memory=10800956 CPUtime=1624.34 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 717428 0 0 0 162228 206 0 0 20 0 2 0 139085398 12499865600 2701888 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 3338.82 s
Current children cumulated vsize: 12206900 KiB
Current children cumulated memory: 10807552 KiB

[startup+1782.3 s]
/proc/loadavg: 7.10 7.21 7.40 8/256 116505
/proc/meminfo: memFree=106240452/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=12208112 memory=10810832 CPUtime=3457.85 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 2431756 0 0 0 345059 726 0 0 20 0 2 0 139084016 12501106688 2702708 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 3052028 2702708 3456 6655 0 3016497 0
[pid=116256/tid=116268] ppid=116252 vsize=12208112 memory=10810792 CPUtime=1683.64 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 726977 0 0 0 168152 212 0 0 20 0 2 0 139085398 12501106688 2702708 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 3457.85 s
Current children cumulated vsize: 12208112 KiB
Current children cumulated memory: 10810832 KiB

[startup+1842.3 s]
/proc/loadavg: 7.15 7.20 7.39 8/257 116514
/proc/meminfo: memFree=106366056/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=12208164 memory=10818524 CPUtime=3576.88 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 2493067 0 0 0 356950 738 0 0 20 0 2 0 139084016 12501159936 2704631 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 3052041 2704631 3456 6655 0 3016510 0
[pid=116256/tid=116268] ppid=116252 vsize=12208164 memory=10810832 CPUtime=1742.93 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 760966 0 0 0 174072 221 0 0 20 0 2 0 139085398 12501159936 2704631 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 3576.88 s
Current children cumulated vsize: 12208164 KiB
Current children cumulated memory: 10818524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1854 s]*
/proc/loadavg: 7.19 7.21 7.38 8/257 116514
/proc/meminfo: memFree=106366104/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=12208164 memory=10818524 CPUtime=3600.11 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 2494423 0 0 0 359272 739 0 0 20 0 2 0 139084016 12501159936 2704631 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 3052041 2704631 3456 6655 0 3016510 0
[pid=116256/tid=116268] ppid=116252 vsize=12208164 memory=-8672638097539506876 CPUtime=1754.5 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 761650 0 0 0 175228 222 0 0 20 0 2 0 139085398 12501159936 2704631 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 12208164 KiB
Current children cumulated memory: 10818524 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3594.28 s, system=7.6793 s

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

# cumulated CPU time of all completed processes:  user=3594.99 s, system=7.85366 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1854.4 s]
/proc/loadavg: 7.19 7.21 7.38 8/257 116514
/proc/meminfo: memFree=106366104/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=12339480 memory=10829272 CPUtime=3600.89 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) R 116252 116256 115635 0 -1 4194304 2500424 0 0 0 359348 741 0 0 20 0 2 0 139084016 12635627520 2707318 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 3084870 2707318 3456 6655 0 3049339 0
[pid=116256/tid=116268] ppid=116252 vsize=12339480 memory=10818524 CPUtime=1754.9 cores=1,3
/proc/116256/task/116268/stat : 116268 (LSIPExact) R 116252 116256 115635 0 -1 4194368 765042 0 0 0 175266 224 0 0 20 0 2 0 139085398 12635627520 2707318 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
Current children cumulated CPU time: 3600.89 s
Current children cumulated vsize: 12339480 KiB
Current children cumulated memory: 10829272 KiB

[startup+1855.2 s]
/proc/loadavg: 7.19 7.21 7.38 6/255 116515
/proc/meminfo: memFree=111625412/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=9561568 memory=8690392 CPUtime=3601.8 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) S 116252 116256 115635 0 -1 4194304 2706970 0 0 0 359428 752 0 0 20 0 1 0 139084016 9791045632 2172598 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 2390392 2172598 3488 6655 0 2354861 0
Current children cumulated CPU time: 3601.8 s
Current children cumulated vsize: 9561568 KiB
Current children cumulated memory: 8690392 KiB

[startup+1855.6 s]
/proc/loadavg: 7.19 7.21 7.38 6/255 116515
/proc/meminfo: memFree=111625412/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=9561568 memory=8690392 CPUtime=3601.8 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) S 116252 116256 115635 0 -1 4194304 2706970 0 0 0 359428 752 0 0 20 0 1 0 139084016 9791045632 2172598 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 2390392 2172598 3488 6655 0 2354861 0
Current children cumulated CPU time: 3601.8 s
Current children cumulated vsize: 9561568 KiB
Current children cumulated memory: 8690392 KiB

[startup+1856 s]*
/proc/loadavg: 7.19 7.21 7.38 7/257 116517
/proc/meminfo: memFree=110833532/131382112 swapFree=33010416/33010684
[pid=116256] ppid=116252 vsize=9561568 memory=8690392 CPUtime=3601.8 cores=1,3
/proc/116256/stat : 116256 (LSIPExact) S 116252 116256 115635 0 -1 4194304 2706970 0 0 0 359428 752 0 0 20 0 1 0 139084016 9791045632 2172598 18446744073709551615 94863499661312 94863526918481 140733113136176 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94863535420552 94863535852160 94863550615552 140733113141592 140733113141768 140733113141768 140733113147372 0
/proc/116256/statm: 2390392 2172598 3488 6655 0 2354861 0
[pid=116517] ppid=116256 vsize=620688 memory=609184 CPUtime=0.86 cores=1,3
/proc/116517/stat : 116517 (Exact) R 116256 116517 116517 0 -1 4194304 32652 0 0 0 70 16 0 0 20 0 1 0 139269528 635584512 152296 18446744073709551615 4198400 8335837 140735069844336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 27172864 140735069849785 140735069850139 140735069850139 140735069855695 0
/proc/116517/statm: 155172 152296 960 1011 0 153939 0
Current children cumulated CPU time: 3602.66 s
Current children cumulated vsize: 10182256 KiB
Current children cumulated memory: 9299576 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1856.17
CPU time (s): 3602.85
CPU user time (s): 3594.99
CPU system time (s): 7.85366
CPU usage (%): 194.101
Max. virtual memory (cumulated for all children) (KiB): 13316016
Max. memory (cumulated for all children) (KiB): 11359828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.99
system time used= 7.85366
maximum resident set size= 11368880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2739624
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= 332
involuntary context switches= 71673


# summary of solver processes directly reported to runsolver:
#   pid: 116256,116517
#   total CPU time (s): 3602.85
#   total CPU user time (s): 3594.99
#   total CPU system time (s): 7.85366

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.85362 second user time and 9.33021 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-11 13:40:43
IDJOB=4527595
IDBENCH=155751
IDSOLVER=3384
FILE ID=nodeC012/4527595-1752234041
RUNJOBID= nodeC012-1752232205-115654
SLURM_JOB_ID= 9682523
Free space on /tmp= 431288 MiB

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

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

MD5SUM BENCH= ae39b89921d4a5c4d7dfc676c1859a2a
RANDOM SEED=1287912451

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.150
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		: 3538.188
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.459
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		: 3591.461
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.464
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:        128311316 kB
MemAvailable:   129387756 kB
Buffers:            2136 kB
Cached:          1873444 kB
SwapCached:           16 kB
Active:          1192020 kB
Inactive:        1249464 kB
Active(anon):     578900 kB
Inactive(anon):     4948 kB
Active(file):     613120 kB
Inactive(file):  1244516 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            288696 kB
Writeback:             4 kB
AnonPages:        569280 kB
Mapped:           130528 kB
Shmem:             17944 kB
KReclaimable:     116476 kB
Slab:             205148 kB
SReclaimable:     116476 kB
SUnreclaim:        88672 kB
KernelStack:        4016 kB
PageTables:         4048 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     894496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 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= 431204 MiB
End job on nodeC012 at 2025-07-11 14:11:39