Trace number 4527609

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.18 1835.58

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_6_mh.opb
MD5SUMbe1e6661b1f36da26adf689ebfb8263d
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 benchmark4048247
Best CPU time to get the best result obtained on this benchmark3600.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
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 57621991382
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 57621991382
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.02/1833.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.02/1833.50	c numVar: 250200
3600.02/1833.50	c numCon: 605407
3600.02/1833.50	c numEqual: 4907
3600.02/1833.50	c intSize: 36
3600.02/1833.50	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.02/1833.50	c ------------------- Paras list -------------------
3600.02/1833.50	c Name                	 Type      	 Now       	 Default   	 Comment
3600.02/1833.50	c timeout             	 double    	 3600.000000	 3600      	 
3600.02/1833.50	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.02/1833.50	c ls_time             	 double    	 10.000000 	 10        	 
3600.02/1833.50	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.02/1833.50	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.02/1833.50	c random_seed         	 int       	 0         	 0         	 
3600.02/1833.50	c sample_size         	 int       	 50        	 50        	 
3600.02/1833.50	c sub_score           	 int       	 1         	 1         	 
3600.02/1833.50	c tabu_base           	 int       	 3         	 3         	 
3600.02/1833.50	c tabu_variation      	 int       	 1         	 1         	 
3600.02/1833.50	c sub_div             	 int       	 4         	 4         	 
3600.02/1833.50	c nbcore              	 int       	 2         	 1         	 
3600.02/1833.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.02/1833.50	c print_sol           	 int       	 1         	 1         	 
3600.02/1833.50	c tmpdir              	 string		 .         	 "."       	 
3600.02/1833.50	c home                	 string		 HOME	 "."       	 
3600.02/1833.50	c benchname           	 string		 HOME/instance-4527609-1752234039.opb	 ""        	 
3600.02/1833.50	c --------------------------------------------------
3600.02/1833.50	c Local Search solver
3600.02/1833.50	c LS find feasible solution for PBO with objective value 119732556
3600.02/1833.50	c MIP solver
3600.02/1833.50	c receive signal 15, try to interrupt solver...
3600.37/1833.70	c MIP solver find feasible solution
3600.37/1833.74	c MIP solver objective value: 5.24663e+06
3600.47/1833.88	c MIP find feasible solution for PBO with objective value 5246628
3600.47/1833.88	c copy file: 0
3600.47/1833.88	c gen ub file: HOME/instance-4527609-1752234039.opb_ub.opb
3600.47/1833.88	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: 63708 MiB (62702 MiB free)
  memory of node 1: 64465 MiB (63225 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=114740, runsolver pid=114733

[startup+0.100062 s]*
/proc/loadavg: 7.40 7.92 6.97 4/263 114743
/proc/meminfo: memFree=128846812/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=185468 memory=138584 CPUtime=0.06 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 25459 0 0 0 2 4 0 0 20 0 1 0 139081950 189919232 34646 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 46367 34646 1184 6655 0 36602 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 185468 KiB
Current children cumulated memory: 138584 KiB

[startup+0.20479 s]*
/proc/loadavg: 7.40 7.92 6.97 5/263 114743
/proc/meminfo: memFree=128771716/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=212888 memory=169116 CPUtime=0.17 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 33035 0 0 0 11 6 0 0 20 0 1 0 139081950 217997312 42279 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 53222 42279 1184 6655 0 43457 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 212888 KiB
Current children cumulated memory: 169116 KiB

[startup+0.305426 s]*
/proc/loadavg: 7.40 7.92 6.97 5/263 114743
/proc/meminfo: memFree=128508792/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=328052 memory=292592 CPUtime=0.27 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 51096 0 0 0 18 9 0 0 20 0 1 0 139081950 335925248 73148 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 82046 73148 1184 6655 0 72281 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 328052 KiB
Current children cumulated memory: 292592 KiB

[startup+0.70013 s]
/proc/loadavg: 7.40 7.92 6.97 5/263 114743
/proc/meminfo: memFree=128371980/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=455068 memory=418416 CPUtime=0.65 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 82545 0 0 0 53 12 0 0 20 0 1 0 139081950 465989632 104604 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 113767 104604 1184 6655 0 104002 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 455068 KiB
Current children cumulated memory: 418416 KiB

[startup+1.50015 s]
/proc/loadavg: 7.40 7.92 6.97 5/263 114743
/proc/meminfo: memFree=128076572/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=513264 memory=476656 CPUtime=1.45 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 97116 0 0 0 131 14 0 0 20 0 1 0 139081950 525582336 119164 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 128316 119164 1184 6655 0 118551 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 513264 KiB
Current children cumulated memory: 476656 KiB

[startup+3.10524 s]
/proc/loadavg: 7.40 7.92 6.97 5/264 114809
/proc/meminfo: memFree=128344260/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=513264 memory=476656 CPUtime=3.05 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 97161 0 0 0 291 14 0 0 20 0 1 0 139081950 525582336 119164 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 128316 119164 1184 6655 0 118551 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 513264 KiB
Current children cumulated memory: 476656 KiB

[startup+6.30015 s]
/proc/loadavg: 7.13 7.85 6.96 6/266 114825
/proc/meminfo: memFree=127937916/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=514332 memory=477680 CPUtime=6.23 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 97483 0 0 0 609 14 0 0 20 0 1 0 139081950 526675968 119420 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 128583 119420 1184 6655 0 118818 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 514332 KiB
Current children cumulated memory: 477680 KiB

[startup+12.7001 s]
/proc/loadavg: 6.87 7.79 6.94 6/269 114828
/proc/meminfo: memFree=126726364/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=1141464 memory=1020216 CPUtime=12.62 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 183486 0 0 0 1228 34 0 0 20 0 2 0 139081950 1168859136 255054 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 285366 255054 2880 6655 0 259249 0
[pid=114740/tid=114827] ppid=114733 vsize=1141464 memory=-7880352373785458812 CPUtime=0 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) S 114733 114740 114460 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139083044 1168859136 255054 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1141464 KiB
Current children cumulated memory: 1020216 KiB

[startup+25.5001 s]
/proc/loadavg: 6.54 7.67 6.91 8/270 114830
/proc/meminfo: memFree=124713556/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=1455228 memory=1304236 CPUtime=25.38 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 261881 0 0 0 2487 51 0 0 20 0 2 0 139081950 1490153472 326059 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 363807 326059 2944 6655 0 337690 0
[pid=114740/tid=114827] ppid=114733 vsize=1455228 memory=1304236 CPUtime=0 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) S 114733 114740 114460 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139083044 1490153472 326059 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1455228 KiB
Current children cumulated memory: 1304236 KiB

[startup+51.1048 s]
/proc/loadavg: 6.78 7.63 6.92 9/270 114830
/proc/meminfo: memFree=122180788/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=2634940 memory=2299396 CPUtime=67.78 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 408696 0 0 0 6676 102 0 0 20 0 2 0 139081950 2698178560 574849 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 658735 574849 3424 6655 0 622832 0
[pid=114740/tid=114827] ppid=114733 vsize=2634940 memory=14156 CPUtime=17.09 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 39969 0 0 0 1700 9 0 0 20 0 2 0 139083044 2698178560 574849 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 67.78 s
Current children cumulated vsize: 2634940 KiB
Current children cumulated memory: 2299396 KiB

[startup+102.3 s]
/proc/loadavg: 7.35 7.64 6.96 10/270 114833
/proc/meminfo: memFree=120506980/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=3542080 memory=3301920 CPUtime=168.93 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 723634 0 0 0 16702 191 0 0 20 0 2 0 139081950 3627089920 825480 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 885520 825480 3520 6655 0 855698 0
[pid=114740/tid=114827] ppid=114733 vsize=3542080 memory=16128 CPUtime=67.59 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 122830 0 0 0 6729 30 0 0 20 0 2 0 139083044 3627089920 825480 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 168.93 s
Current children cumulated vsize: 3542080 KiB
Current children cumulated memory: 3301920 KiB

[startup+162.3 s]
/proc/loadavg: 7.53 7.66 7.01 10/269 114835
/proc/meminfo: memFree=119414432/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=3808304 memory=3583092 CPUtime=284.33 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 923643 0 0 0 28188 245 0 0 20 0 2 0 139081950 3899703296 895773 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 952076 895773 3520 6655 0 925113 0
[pid=114740/tid=114827] ppid=114733 vsize=3808304 memory=3262492 CPUtime=123.56 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 197216 0 0 0 12297 59 0 0 20 0 2 0 139083044 3899703296 895773 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 284.33 s
Current children cumulated vsize: 3808304 KiB
Current children cumulated memory: 3583092 KiB

[startup+222.3 s]
/proc/loadavg: 7.93 7.75 7.09 10/268 114838
/proc/meminfo: memFree=119107184/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=3846996 memory=3692552 CPUtime=403.38 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 1019313 0 0 0 40071 267 0 0 20 0 2 0 139081950 3939323904 923138 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 961749 923138 3520 6655 0 934786 0
[pid=114740/tid=114827] ppid=114733 vsize=3846996 memory=3692492 CPUtime=182.91 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 226219 0 0 0 18218 73 0 0 20 0 2 0 139083044 3939323904 923138 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 403.38 s
Current children cumulated vsize: 3846996 KiB
Current children cumulated memory: 3692552 KiB

[startup+282.3 s]
/proc/loadavg: 8.02 7.82 7.15 10/268 114840
/proc/meminfo: memFree=119070848/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=3891092 memory=3725496 CPUtime=522.42 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 1086194 0 0 0 51964 278 0 0 20 0 2 0 139081950 3984478208 931374 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 972773 931374 3520 6655 0 945810 0
[pid=114740/tid=114827] ppid=114733 vsize=3891092 memory=3694604 CPUtime=242.24 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 233561 0 0 0 24148 76 0 0 20 0 2 0 139083044 3984478208 931374 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 522.42 s
Current children cumulated vsize: 3891092 KiB
Current children cumulated memory: 3725496 KiB

[startup+342.3 s]
/proc/loadavg: 8.08 7.87 7.21 10/268 114843
/proc/meminfo: memFree=119019924/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=3924140 memory=3734152 CPUtime=641.45 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 1179385 0 0 0 63836 309 0 0 20 0 2 0 139081950 4018319360 933538 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 981035 933538 3520 6655 0 954072 0
[pid=114740/tid=114827] ppid=114733 vsize=3924140 memory=3725496 CPUtime=301.58 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 261590 0 0 0 30072 86 0 0 20 0 2 0 139083044 4018319360 933538 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 641.45 s
Current children cumulated vsize: 3924140 KiB
Current children cumulated memory: 3734152 KiB


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

[pid=114740] ppid=114733 vsize=3874444 memory=3727804 CPUtime=3022.33 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 2471612 0 0 0 301593 640 0 0 20 0 2 0 139081950 3967430656 931951 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 968611 931951 3520 6655 0 941697 0
[pid=114740/tid=114827] ppid=114733 vsize=3874444 memory=5148 CPUtime=1488.35 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 564612 0 0 0 148556 279 0 0 20 0 2 0 139083044 3967430656 931951 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 3022.33 s
Current children cumulated vsize: 3874444 KiB
Current children cumulated memory: 3727804 KiB

[startup+1602.3 s]
/proc/loadavg: 8.05 8.07 7.89 10/268 114914
/proc/meminfo: memFree=118264836/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=3874444 memory=3727804 CPUtime=3141.46 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 2510718 0 0 0 313499 647 0 0 20 0 2 0 139081950 3967430656 931951 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 968611 931951 3520 6655 0 941697 0
[pid=114740/tid=114827] ppid=114733 vsize=3874444 memory=5148 CPUtime=1547.74 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 603714 0 0 0 154489 285 0 0 20 0 2 0 139083044 3967430656 931951 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 3141.46 s
Current children cumulated vsize: 3874444 KiB
Current children cumulated memory: 3727804 KiB

[startup+1662.3 s]
/proc/loadavg: 8.15 8.14 7.93 9/268 114916
/proc/meminfo: memFree=118307472/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=3874444 memory=3727804 CPUtime=3260.48 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 2641000 0 0 0 325380 668 0 0 20 0 2 0 139081950 3967430656 931951 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 968611 931951 3520 6655 0 941697 0
[pid=114740/tid=114827] ppid=114733 vsize=3874444 memory=5148 CPUtime=1607.07 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 623163 0 0 0 160410 297 0 0 20 0 2 0 139083044 3967430656 931951 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 3260.48 s
Current children cumulated vsize: 3874444 KiB
Current children cumulated memory: 3727804 KiB

[startup+1722.3 s]
/proc/loadavg: 7.56 7.97 7.89 9/268 114918
/proc/meminfo: memFree=118197036/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=3874444 memory=3727808 CPUtime=3379.46 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 2741677 0 0 0 337252 694 0 0 20 0 2 0 139081950 3967430656 931952 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 968611 931952 3520 6655 0 941697 0
[pid=114740/tid=114827] ppid=114733 vsize=3874444 memory=5148 CPUtime=1666.37 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 655617 0 0 0 166319 318 0 0 20 0 2 0 139083044 3967430656 931952 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 3379.46 s
Current children cumulated vsize: 3874444 KiB
Current children cumulated memory: 3727808 KiB

[startup+1782.3 s]
/proc/loadavg: 7.26 7.81 7.83 9/268 114920
/proc/meminfo: memFree=117874260/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=3874444 memory=3727864 CPUtime=3498.47 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 2807116 0 0 0 349137 710 0 0 20 0 2 0 139081950 3967430656 931966 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 968611 931966 3520 6655 0 941697 0
[pid=114740/tid=114827] ppid=114733 vsize=3874444 memory=3727884 CPUtime=1725.69 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 676786 0 0 0 172239 330 0 0 20 0 2 0 139083044 3967430656 931966 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 3498.47 s
Current children cumulated vsize: 3874444 KiB
Current children cumulated memory: 3727864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1833.5 s]
/proc/loadavg: 7.16 7.70 7.79 9/269 114929
/proc/meminfo: memFree=117634448/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=3874444 memory=3727904 CPUtime=3600.02 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 2825959 0 0 0 359276 726 0 0 20 0 2 0 139081950 3967430656 931976 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 968611 931976 3520 6655 0 941697 0
[pid=114740/tid=114827] ppid=114733 vsize=3874444 memory=3727808 CPUtime=1776.31 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 687850 0 0 0 177286 345 0 0 20 0 2 0 139083044 3967430656 931976 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 3874444 KiB
Current children cumulated memory: 3727904 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3593.2 s, system=7.40447 s

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

# cumulated CPU time of all completed processes:  user=3594.62 s, system=7.56558 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+1833.6 s]
/proc/loadavg: 7.16 7.70 7.79 9/269 114929
/proc/meminfo: memFree=117634448/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=3874444 memory=3727868 CPUtime=3600.23 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) R 114733 114740 114460 0 -1 4194304 2826043 0 0 0 359296 727 0 0 20 0 2 0 139081950 3967430656 931967 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 968611 931967 3520 6655 0 941697 0
[pid=114740/tid=114827] ppid=114733 vsize=3874444 memory=3727808 CPUtime=1776.42 cores=0,2
/proc/114740/task/114827/stat : 114827 (LSIPExact) R 114733 114740 114460 0 -1 4194368 687914 0 0 0 177296 346 0 0 20 0 2 0 139083044 3967430656 931967 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 3874444 KiB
Current children cumulated memory: 3727868 KiB

[startup+1834.4 s]
/proc/loadavg: 7.16 7.70 7.79 8/269 114931
/proc/meminfo: memFree=118442788/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=2922332 memory=2807180 CPUtime=3600.52 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) S 114733 114740 114460 0 -1 4194304 2917797 226 0 0 359320 732 0 0 20 0 1 0 139081950 2992467968 701795 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 730583 701795 3552 6655 0 707051 0
[pid=114931] ppid=114740 vsize=296440 memory=280136 CPUtime=0.46 cores=0,2
/proc/114931/stat : 114931 (Exact) R 114740 114931 114931 0 -1 4194304 44009 0 0 0 36 10 0 0 20 0 1 0 139265339 303554560 70034 18446744073709551615 4198400 8335837 140724097478368 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9148648 9230840 29151232 140724097484978 140724097485339 140724097485339 140724097490895 0
/proc/114931/statm: 74110 70034 960 1011 0 72877 0
Current children cumulated CPU time: 3600.98 s
Current children cumulated vsize: 3218772 KiB
Current children cumulated memory: 3087316 KiB

[startup+1835.2 s]
/proc/loadavg: 7.15 7.69 7.79 8/269 114931
/proc/meminfo: memFree=118203996/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=2922332 memory=2807180 CPUtime=3600.52 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) S 114733 114740 114460 0 -1 4194304 2917797 226 0 0 359320 732 0 0 20 0 1 0 139081950 2992467968 701795 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 730583 701795 3552 6655 0 707051 0
[pid=114931] ppid=114740 vsize=366228 memory=354144 CPUtime=1.25 cores=0,2
/proc/114931/stat : 114931 (Exact) R 114740 114931 114931 0 -1 4194304 58163 0 0 0 112 13 0 0 20 0 1 0 139265339 375017472 88536 18446744073709551615 4198400 8335837 140724097478368 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29151232 140724097484978 140724097485339 140724097485339 140724097490895 0
/proc/114931/statm: 91557 88536 960 1011 0 90324 0
Current children cumulated CPU time: 3601.77 s
Current children cumulated vsize: 3288560 KiB
Current children cumulated memory: 3161324 KiB

[startup+1835.4 s]
/proc/loadavg: 7.15 7.69 7.79 8/269 114931
/proc/meminfo: memFree=118203996/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=2922332 memory=2807180 CPUtime=3600.52 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) S 114733 114740 114460 0 -1 4194304 2917797 226 0 0 359320 732 0 0 20 0 1 0 139081950 2992467968 701795 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 730583 701795 3552 6655 0 707051 0
[pid=114931] ppid=114740 vsize=369924 memory=362296 CPUtime=1.46 cores=0,2
/proc/114931/stat : 114931 (Exact) R 114740 114931 114931 0 -1 4194304 59165 0 0 0 132 14 0 0 20 0 1 0 139265339 378802176 90574 18446744073709551615 4198400 8335837 140724097478368 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29151232 140724097484978 140724097485339 140724097485339 140724097490895 0
/proc/114931/statm: 92481 90574 960 1011 0 91248 0
Current children cumulated CPU time: 3601.98 s
Current children cumulated vsize: 3292256 KiB
Current children cumulated memory: 3169476 KiB

[startup+1835.5 s]
/proc/loadavg: 7.15 7.69 7.79 8/269 114931
/proc/meminfo: memFree=118203996/131249996 swapFree=33000896/33010684
[pid=114740] ppid=114733 vsize=2922332 memory=2807180 CPUtime=3600.52 cores=0,2
/proc/114740/stat : 114740 (LSIPExact) S 114733 114740 114460 0 -1 4194304 2917797 226 0 0 359320 732 0 0 20 0 1 0 139081950 2992467968 701795 18446744073709551615 94924493238272 94924520495441 140726289296016 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94924528997512 94924529429120 94924543320064 140726289299800 140726289299976 140726289299976 140726289305580 0
/proc/114740/statm: 730583 701795 3552 6655 0 707051 0
[pid=114931] ppid=114740 vsize=406804 memory=376660 CPUtime=1.56 cores=0,2
/proc/114931/stat : 114931 (Exact) R 114740 114931 114931 0 -1 4194304 62128 0 0 0 141 15 0 0 20 0 1 0 139265339 416567296 94165 18446744073709551615 4198400 8335837 140724097478368 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29151232 140724097484978 140724097485339 140724097485339 140724097490895 0
/proc/114931/statm: 101701 94165 960 1011 0 100468 0
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 3329136 KiB
Current children cumulated memory: 3183840 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1835.58
CPU time (s): 3602.18
CPU user time (s): 3594.62
CPU system time (s): 7.56558
CPU usage (%): 196.242
Max. virtual memory (cumulated for all children) (KiB): 4036560
Max. memory (cumulated for all children) (KiB): 3820176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.62
system time used= 7.56558
maximum resident set size= 3844892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2980151
page faults= 0
swaps= 0
block input operations= 51224
block output operations= 3720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 550
involuntary context switches= 83296


# summary of solver processes directly reported to runsolver:
#   pid: 114740,114931
#   total CPU time (s): 3602.18
#   total CPU user time (s): 3594.62
#   total CPU system time (s): 7.56558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.69463 second user time and 7.01234 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-11 13:40:40
IDJOB=4527609
IDBENCH=155662
IDSOLVER=3384
FILE ID=nodeC023/4527609-1752234039
RUNJOBID= nodeC023-1752232205-114477
SLURM_JOB_ID= 9682534
Free space on /tmp= 431728 MiB

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

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

MD5SUM BENCH= be1e6661b1f36da26adf689ebfb8263d
RANDOM SEED=1101230875

nodeC023 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	: 0xb00002a
cpu MHz		: 3599.879
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3599.922
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3602.784
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3599.923
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3599.935
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3700.000
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3700.000
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128951400 kB
MemAvailable:   129124032 kB
Buffers:              16 kB
Cached:           913720 kB
SwapCached:         2860 kB
Active:           796120 kB
Inactive:         750296 kB
Active(anon):     592536 kB
Inactive(anon):    52756 kB
Active(file):     203584 kB
Inactive(file):   697540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            140264 kB
Writeback:             4 kB
AnonPages:        632916 kB
Mapped:           112444 kB
Shmem:             12612 kB
KReclaimable:     221496 kB
Slab:             314124 kB
SReclaimable:     221496 kB
SUnreclaim:        92628 kB
KernelStack:        4192 kB
PageTables:         4148 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     937072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431612 MiB
End job on nodeC023 at 2025-07-11 14:11:17