Trace number 4527586

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.29 1864.15

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_0_mh_ic.opb
MD5SUM981ef51cec9b68890fa336e7b4cc767b
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 benchmark2314936
Best CPU time to get the best result obtained on this benchmark72002.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 24281357407
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 24281357407
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.15/1862.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.15/1862.01	c numVar: 126385
3600.15/1862.01	c numCon: 286973
3600.15/1862.01	c numEqual: 3578
3600.15/1862.01	c intSize: 35
3600.15/1862.01	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.15/1862.01	c ------------------- Paras list -------------------
3600.15/1862.01	c Name                	 Type      	 Now       	 Default   	 Comment
3600.15/1862.01	c timeout             	 double    	 3600.000000	 3600      	 
3600.15/1862.01	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.15/1862.01	c ls_time             	 double    	 10.000000 	 10        	 
3600.15/1862.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.15/1862.01	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.15/1862.01	c random_seed         	 int       	 0         	 0         	 
3600.15/1862.01	c sample_size         	 int       	 50        	 50        	 
3600.15/1862.01	c sub_score           	 int       	 1         	 1         	 
3600.15/1862.01	c tabu_base           	 int       	 3         	 3         	 
3600.15/1862.01	c tabu_variation      	 int       	 1         	 1         	 
3600.15/1862.01	c sub_div             	 int       	 4         	 4         	 
3600.15/1862.01	c nbcore              	 int       	 2         	 1         	 
3600.15/1862.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.15/1862.01	c print_sol           	 int       	 1         	 1         	 
3600.15/1862.01	c tmpdir              	 string		 .         	 "."       	 
3600.15/1862.01	c home                	 string		 HOME	 "."       	 
3600.15/1862.01	c benchname           	 string		 HOME/instance-4527586-1752234040.opb	 ""        	 
3600.15/1862.01	c --------------------------------------------------
3600.15/1862.01	c Local Search solver
3600.15/1862.01	c LS find feasible solution for PBO with objective value 158789084
3600.15/1862.01	c MIP solver
3600.15/1862.01	c receive signal 15, try to interrupt solver...
3600.15/1862.10	c MIP solver find feasible solution
3600.33/1862.12	c MIP solver objective value: 4.65845e+06
3600.38/1862.22	c MIP find feasible solution for PBO with objective value 4658453
3600.38/1862.22	c copy file: 0
3600.38/1862.22	c gen ub file: HOME/instance-4527586-1752234040.opb_ub.opb
3600.38/1862.22	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 (57314 MiB free)
  memory of node 1: 64507 MiB (60833 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527586-1752234040/watcher-4527586-1752234040 -o /tmp/evaluation-result-4527586-1752234040/solver-4527586-1752234040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752232205-120802 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527586-1752234040.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
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
solver pid=121176, runsolver pid=121173
Current StackSize limit: 8192 KiB


[startup+0.100104 s]*
/proc/loadavg: 7.69 7.99 7.01 7/252 121177
/proc/meminfo: memFree=120906676/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=122140 memory=78784 CPUtime=0.08 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 15358 0 0 0 3 5 0 0 20 0 1 0 139083843 125071360 19696 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 30535 19696 1120 6655 0 20770 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 122140 KiB
Current children cumulated memory: 78784 KiB

[startup+0.213639 s]*
/proc/loadavg: 7.69 7.99 7.01 7/252 121177
/proc/meminfo: memFree=120898612/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=123600 memory=80192 CPUtime=0.2 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 15712 0 0 0 14 6 0 0 20 0 1 0 139083843 126566400 20048 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 30900 20048 1120 6655 0 21135 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 123600 KiB
Current children cumulated memory: 80192 KiB

[startup+0.313477 s]*
/proc/loadavg: 7.69 7.99 7.01 7/252 121177
/proc/meminfo: memFree=120842160/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=170636 memory=135916 CPUtime=0.31 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 25693 0 0 0 21 10 0 0 20 0 1 0 139083843 174731264 33979 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 42659 33979 1152 6655 0 32894 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 170636 KiB
Current children cumulated memory: 135916 KiB

[startup+0.700346 s]
/proc/loadavg: 7.69 7.99 7.01 7/252 121177
/proc/meminfo: memFree=120809904/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=236392 memory=201452 CPUtime=0.67 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 42067 0 0 0 52 15 0 0 20 0 1 0 139083843 242065408 50363 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 59131 50363 1152 6655 0 49366 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 236392 KiB
Current children cumulated memory: 201452 KiB

[startup+1.50034 s]
/proc/loadavg: 7.69 7.99 7.01 7/252 121177
/proc/meminfo: memFree=120745392/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=269480 memory=234348 CPUtime=1.46 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 50321 0 0 0 129 17 0 0 20 0 1 0 139083843 275947520 58587 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 67370 58587 1152 6655 0 57605 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 269480 KiB
Current children cumulated memory: 234348 KiB

[startup+3.11333 s]
/proc/loadavg: 7.69 7.99 7.01 7/252 121177
/proc/meminfo: memFree=120741576/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=269480 memory=234348 CPUtime=3.08 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 50337 0 0 0 290 18 0 0 20 0 1 0 139083843 275947520 58587 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 67370 58587 1152 6655 0 57605 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 269480 KiB
Current children cumulated memory: 234348 KiB

[startup+6.30039 s]
/proc/loadavg: 7.56 7.96 7.00 7/252 121177
/proc/meminfo: memFree=120701000/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=269480 memory=234348 CPUtime=6.26 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 50352 0 0 0 608 18 0 0 20 0 1 0 139083843 275947520 58587 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 67370 58587 1152 6655 0 57605 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 269480 KiB
Current children cumulated memory: 234348 KiB

[startup+12.7004 s]
/proc/loadavg: 7.43 7.93 7.00 7/253 121178
/proc/meminfo: memFree=120317800/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=700336 memory=544352 CPUtime=12.64 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 102359 0 0 0 1235 29 0 0 20 0 2 0 139083843 717144064 136088 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 175084 136088 2752 6655 0 148967 0
[pid=121176/tid=121178] ppid=121173 vsize=700336 memory=6516 CPUtime=0 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) S 121173 121176 120784 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139084903 717144064 136088 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 700336 KiB
Current children cumulated memory: 544352 KiB

[startup+25.5002 s]
/proc/loadavg: 6.97 7.80 6.97 7/252 121226
/proc/meminfo: memFree=118655864/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=1304188 memory=1192160 CPUtime=26.9 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 208847 0 0 0 2630 60 0 0 20 0 2 0 139083843 1335488512 298040 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 326047 298040 3296 6655 0 309941 0
[pid=121176/tid=121178] ppid=121173 vsize=1304188 memory=21504 CPUtime=1.63 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 25905 0 0 0 154 9 0 0 20 0 2 0 139084903 1335488512 298040 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 26.9 s
Current children cumulated vsize: 1304188 KiB
Current children cumulated memory: 1192160 KiB

[startup+51.1064 s]
/proc/loadavg: 6.64 7.65 6.94 7/252 121227
/proc/meminfo: memFree=114723240/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2022304 memory=1853396 CPUtime=76.52 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 415301 0 0 0 7542 110 0 0 20 0 2 0 139083843 2070839296 463349 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 505576 463349 3424 6655 0 476172 0
[pid=121176/tid=121178] ppid=121173 vsize=2022304 memory=544352 CPUtime=25.92 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 80781 0 0 0 2566 26 0 0 20 0 2 0 139084903 2070839296 463349 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 76.52 s
Current children cumulated vsize: 2022304 KiB
Current children cumulated memory: 1853396 KiB

[startup+102.3 s]
/proc/loadavg: 6.52 7.46 6.91 7/252 121235
/proc/meminfo: memFree=112028236/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2022304 memory=1915372 CPUtime=178.19 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 536034 0 0 0 17695 124 0 0 20 0 2 0 139083843 2070839296 478843 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 505576 478843 3424 6655 0 481575 0
[pid=121176/tid=121178] ppid=121173 vsize=2022304 memory=1914476 CPUtime=76.55 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 136250 0 0 0 7623 32 0 0 20 0 2 0 139084903 2070839296 478843 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 178.19 s
Current children cumulated vsize: 2022304 KiB
Current children cumulated memory: 1915372 KiB

[startup+162.3 s]
/proc/loadavg: 6.30 7.22 6.86 7/252 121238
/proc/meminfo: memFree=111749140/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2046460 memory=1945724 CPUtime=297.36 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 591412 0 0 0 29606 130 0 0 20 0 2 0 139083843 2095575040 486431 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 511615 486431 3424 6655 0 487614 0
[pid=121176/tid=121178] ppid=121173 vsize=2046460 memory=1918120 CPUtime=135.93 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 155867 0 0 0 13557 36 0 0 20 0 2 0 139084903 2095575040 486431 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 297.36 s
Current children cumulated vsize: 2046460 KiB
Current children cumulated memory: 1945724 KiB

[startup+222.3 s]
/proc/loadavg: 6.16 7.01 6.81 7/252 121241
/proc/meminfo: memFree=111333396/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2407592 memory=2332568 CPUtime=416.51 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 682631 0 0 0 41495 156 0 0 20 0 2 0 139083843 2465374208 583142 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 601898 583142 3424 6655 0 585588 0
[pid=121176/tid=121178] ppid=121173 vsize=2407592 memory=2160220 CPUtime=195.28 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 189625 0 0 0 19476 52 0 0 20 0 2 0 139084903 2465374208 583142 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 416.51 s
Current children cumulated vsize: 2407592 KiB
Current children cumulated memory: 2332568 KiB

[startup+282.3 s]
/proc/loadavg: 6.14 6.84 6.76 7/253 121244
/proc/meminfo: memFree=111052096/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2640540 memory=2560516 CPUtime=535.65 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 749060 0 0 0 53397 168 0 0 20 0 2 0 139083843 2703912960 640129 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 660135 640129 3424 6655 0 642487 0
[pid=121176/tid=121178] ppid=121173 vsize=2640540 memory=2498300 CPUtime=254.63 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 222703 0 0 0 25403 60 0 0 20 0 2 0 139084903 2703912960 640129 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 535.65 s
Current children cumulated vsize: 2640540 KiB
Current children cumulated memory: 2560516 KiB

[startup+342.3 s]
/proc/loadavg: 6.11 6.70 6.72 7/253 121246
/proc/meminfo: memFree=110913876/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2706076 memory=2590964 CPUtime=654.79 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 798891 0 0 0 65304 175 0 0 20 0 2 0 139083843 2771021824 647741 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 676519 647741 3424 6655 0 655837 0
[pid=121176/tid=121178] ppid=121173 vsize=2706076 memory=2570104 CPUtime=313.98 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 262681 0 0 0 31333 65 0 0 20 0 2 0 139084903 2771021824 647741 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 654.79 s
Current children cumulated vsize: 2706076 KiB
Current children cumulated memory: 2590964 KiB

[startup+402.3 s]

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

[startup+1542.3 s]
/proc/loadavg: 8.02 7.10 6.64 9/252 121496
/proc/meminfo: memFree=113329156/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2806644 memory=2739080 CPUtime=2965.51 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 1646953 0 0 0 296269 282 0 0 20 0 2 0 139083843 2874003456 684770 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 701661 684770 3424 6655 0 684240 0
[pid=121176/tid=121178] ppid=121173 vsize=2806644 memory=2738952 CPUtime=1432.49 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 563998 0 0 0 143137 112 0 0 20 0 2 0 139084903 2874003456 684770 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 2965.51 s
Current children cumulated vsize: 2806644 KiB
Current children cumulated memory: 2739080 KiB

[startup+1602.3 s]
/proc/loadavg: 8.12 7.30 6.74 9/254 121500
/proc/meminfo: memFree=113227284/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2806644 memory=2739080 CPUtime=3084.64 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 1670255 0 0 0 308180 284 0 0 20 0 2 0 139083843 2874003456 684770 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 701661 684770 3424 6655 0 684240 0
[pid=121176/tid=121178] ppid=121173 vsize=2806644 memory=2739080 CPUtime=1491.82 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 586250 0 0 0 149068 114 0 0 20 0 2 0 139084903 2874003456 684770 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 3084.64 s
Current children cumulated vsize: 2806644 KiB
Current children cumulated memory: 2739080 KiB

[startup+1662.3 s]
/proc/loadavg: 7.88 7.39 6.81 8/254 121503
/proc/meminfo: memFree=113167288/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2806644 memory=2739208 CPUtime=3203.8 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 1694609 0 0 0 320094 286 0 0 20 0 2 0 139083843 2874003456 684802 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 701661 684802 3424 6655 0 684240 0
[pid=121176/tid=121178] ppid=121173 vsize=2806644 memory=2739080 CPUtime=1551.18 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 592829 0 0 0 155003 115 0 0 20 0 2 0 139084903 2874003456 684802 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 3203.8 s
Current children cumulated vsize: 2806644 KiB
Current children cumulated memory: 2739208 KiB

[startup+1722.3 s]
/proc/loadavg: 7.38 7.34 6.83 8/254 121505
/proc/meminfo: memFree=113205264/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2806644 memory=2739976 CPUtime=3322.92 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 1699423 0 0 0 332004 288 0 0 20 0 2 0 139083843 2874003456 684994 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 701661 684994 3424 6655 0 684240 0
[pid=121176/tid=121178] ppid=121173 vsize=2806644 memory=2739080 CPUtime=1610.5 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 594731 0 0 0 160933 117 0 0 20 0 2 0 139084903 2874003456 684994 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 3322.92 s
Current children cumulated vsize: 2806644 KiB
Current children cumulated memory: 2739976 KiB

[startup+1782.3 s]
/proc/loadavg: 7.19 7.29 6.85 8/254 121507
/proc/meminfo: memFree=113090224/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2806644 memory=2739976 CPUtime=3442.05 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 1730043 0 0 0 343913 292 0 0 20 0 2 0 139083843 2874003456 684994 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 701661 684994 3424 6655 0 684240 0
[pid=121176/tid=121178] ppid=121173 vsize=2806644 memory=14336 CPUtime=1669.83 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 607585 0 0 0 166864 119 0 0 20 0 2 0 139084903 2874003456 684994 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 3442.05 s
Current children cumulated vsize: 2806644 KiB
Current children cumulated memory: 2739976 KiB

[startup+1842.3 s]
/proc/loadavg: 7.13 7.25 6.86 8/254 121509
/proc/meminfo: memFree=112641404/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2806644 memory=2740360 CPUtime=3561.04 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 1763764 0 0 0 355806 298 0 0 20 0 2 0 139083843 2874003456 685090 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 701661 685090 3424 6655 0 684240 0
[pid=121176/tid=121178] ppid=121173 vsize=2806644 memory=2740360 CPUtime=1729.09 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 620566 0 0 0 172788 121 0 0 20 0 2 0 139084903 2874003456 685090 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 3561.04 s
Current children cumulated vsize: 2806644 KiB
Current children cumulated memory: 2740360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1862 s]*
/proc/loadavg: 7.09 7.23 6.87 8/254 121510
/proc/meminfo: memFree=112606896/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2806644 memory=2740360 CPUtime=3600.15 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) R 121173 121176 120784 0 -1 4194304 1769606 0 0 0 359717 298 0 0 20 0 2 0 139083843 2874003456 685090 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 701661 685090 3424 6655 0 684240 0
[pid=121176/tid=121178] ppid=121173 vsize=2806644 memory=-8529085880875131580 CPUtime=1748.58 cores=1,3
/proc/121176/task/121178/stat : 121178 (LSIPExact) R 121173 121176 120784 0 -1 4194368 622682 0 0 0 174736 122 0 0 20 0 2 0 139084903 2874003456 685090 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 2806644 KiB
Current children cumulated memory: 2740360 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.39 s, system=3.1344 s

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

# cumulated CPU time of all completed processes:  user=3599.04 s, system=3.24396 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+1862.4 s]
/proc/loadavg: 7.09 7.23 6.87 8/254 121510
/proc/meminfo: memFree=112606896/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2436856 memory=2375056 CPUtime=3600.39 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) S 121173 121176 120784 0 -1 4194304 1813585 228 0 0 359738 301 0 0 20 0 1 0 139083843 2495340544 593764 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 609214 593764 3456 6655 0 593007 0
Current children cumulated CPU time: 3600.39 s
Current children cumulated vsize: 2436856 KiB
Current children cumulated memory: 2375056 KiB

[startup+1863.2 s]
/proc/loadavg: 7.09 7.23 6.87 7/254 121512
/proc/meminfo: memFree=112810100/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2436856 memory=2375056 CPUtime=3600.39 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) S 121173 121176 120784 0 -1 4194304 1813585 228 0 0 359738 301 0 0 20 0 1 0 139083843 2495340544 593764 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 609214 593764 3456 6655 0 593007 0
[pid=121512] ppid=121176 vsize=200224 memory=191496 CPUtime=0.93 cores=1,3
/proc/121512/stat : 121512 (Exact) R 121176 121512 121512 0 -1 4194304 35059 0 0 0 85 8 0 0 20 0 1 0 139270065 205029376 47874 18446744073709551615 4198400 8335837 140731008201328 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36945920 140731008202930 140731008203291 140731008203291 140731008208847 0
/proc/121512/statm: 50056 47874 960 1011 0 48823 0
Current children cumulated CPU time: 3601.32 s
Current children cumulated vsize: 2637080 KiB
Current children cumulated memory: 2566552 KiB

[startup+1863.6 s]
/proc/loadavg: 7.09 7.23 6.87 7/254 121512
/proc/meminfo: memFree=112810100/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2436856 memory=2375056 CPUtime=3600.39 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) S 121173 121176 120784 0 -1 4194304 1813585 228 0 0 359738 301 0 0 20 0 1 0 139083843 2495340544 593764 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 609214 593764 3456 6655 0 593007 0
[pid=121512] ppid=121176 vsize=225640 memory=206776 CPUtime=1.33 cores=1,3
/proc/121512/stat : 121512 (Exact) R 121176 121512 121512 0 -1 4194304 38771 0 0 0 124 9 0 0 20 0 1 0 139270065 231055360 51694 18446744073709551615 4198400 8335837 140731008201328 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36945920 140731008202930 140731008203291 140731008203291 140731008208847 0
/proc/121512/statm: 56410 51694 960 1011 0 55177 0
Current children cumulated CPU time: 3601.72 s
Current children cumulated vsize: 2662496 KiB
Current children cumulated memory: 2581832 KiB

[startup+1864 s]*
/proc/loadavg: 7.09 7.23 6.87 7/254 121512
/proc/meminfo: memFree=112769664/131382116 swapFree=33010684/33010684
[pid=121176] ppid=121173 vsize=2436856 memory=2375056 CPUtime=3600.39 cores=1,3
/proc/121176/stat : 121176 (LSIPExact) S 121173 121176 120784 0 -1 4194304 1813585 228 0 0 359738 301 0 0 20 0 1 0 139083843 2495340544 593764 18446744073709551615 94801652858880 94801680116049 140736605096960 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94801688618120 94801689049728 94801708658688 140736605100376 140736605100552 140736605100552 140736605106156 0
/proc/121176/statm: 609214 593764 3456 6655 0 593007 0
[pid=121512] ppid=121176 vsize=225640 memory=206776 CPUtime=1.74 cores=1,3
/proc/121512/stat : 121512 (Exact) R 121176 121512 121512 0 -1 4194304 38798 0 0 0 165 9 0 0 20 0 1 0 139270065 231055360 51694 18446744073709551615 4198400 8335837 140731008201328 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36945920 140731008202930 140731008203291 140731008203291 140731008208847 0
/proc/121512/statm: 56410 51694 960 1011 0 55177 0
Current children cumulated CPU time: 3602.13 s
Current children cumulated vsize: 2662496 KiB
Current children cumulated memory: 2581832 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1864.15
CPU time (s): 3602.29
CPU user time (s): 3599.04
CPU system time (s): 3.24396
CPU usage (%): 193.241
Max. virtual memory (cumulated for all children) (KiB): 3048096
Max. memory (cumulated for all children) (KiB): 2977604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.04
system time used= 3.24396
maximum resident set size= 2977604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1852611
page faults= 0
swaps= 0
block input operations= 24728
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 538
involuntary context switches= 32293


# summary of solver processes directly reported to runsolver:
#   pid: 121176,121512
#   total CPU time (s): 3602.29
#   total CPU user time (s): 3599.04
#   total CPU system time (s): 3.24396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.59214 second user time and 9.87461 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-11 13:40:41
IDJOB=4527586
IDBENCH=155672
IDSOLVER=3384
FILE ID=nodeC011/4527586-1752234040
RUNJOBID= nodeC011-1752232205-120802
SLURM_JOB_ID= 9682522
Free space on /tmp= 430188 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_0_mh_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-4527586-1752234040/watcher-4527586-1752234040 -o /tmp/evaluation-result-4527586-1752234040/solver-4527586-1752234040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752232205-120802 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527586-1752234040.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 981ef51cec9b68890fa336e7b4cc767b
RANDOM SEED=1101230875

nodeC011 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		: 3591.875
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        120992924 kB
MemAvailable:   127358136 kB
Buffers:            3276 kB
Cached:          7135544 kB
SwapCached:            0 kB
Active:          3011900 kB
Inactive:        6690076 kB
Active(anon):    2579012 kB
Inactive(anon):     2104 kB
Active(file):     432888 kB
Inactive(file):  6687972 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             57128 kB
Writeback:             4 kB
AnonPages:       2566368 kB
Mapped:           135112 kB
Shmem:             17960 kB
KReclaimable:     167576 kB
Slab:             257064 kB
SReclaimable:     167576 kB
SUnreclaim:        89488 kB
KernelStack:        4064 kB
PageTables:         8124 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2955896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430040 MiB
End job on nodeC011 at 2025-07-11 14:11:45