Trace number 4527604

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.15 1833.22

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat25_6_4_4_mh.opb
MD5SUMfab5e62eb964e75ef5bb4e0d05cd3bf1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3938224
Best CPU time to get the best result obtained on this benchmark1573.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 116930169
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 14114941895
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 116930169
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 14114941895
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.17/1831.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.17/1831.20	c numVar: 31350
3600.17/1831.20	c numCon: 73332
3600.17/1831.20	c numEqual: 1207
3600.17/1831.20	c intSize: 34
3600.17/1831.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.17/1831.20	c ------------------- Paras list -------------------
3600.17/1831.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.17/1831.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.17/1831.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.17/1831.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.17/1831.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.17/1831.20	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.17/1831.20	c random_seed         	 int       	 0         	 0         	 
3600.17/1831.20	c sample_size         	 int       	 50        	 50        	 
3600.17/1831.20	c sub_score           	 int       	 1         	 1         	 
3600.17/1831.20	c tabu_base           	 int       	 3         	 3         	 
3600.17/1831.20	c tabu_variation      	 int       	 1         	 1         	 
3600.17/1831.20	c sub_div             	 int       	 4         	 4         	 
3600.17/1831.20	c nbcore              	 int       	 2         	 1         	 
3600.17/1831.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.17/1831.20	c print_sol           	 int       	 1         	 1         	 
3600.17/1831.20	c tmpdir              	 string		 .         	 "."       	 
3600.17/1831.20	c home                	 string		 HOME	 "."       	 
3600.17/1831.20	c benchname           	 string		 HOME/instance-4527604-1752234040.opb	 ""        	 
3600.17/1831.20	c --------------------------------------------------
3600.17/1831.20	c Local Search solver
3600.17/1831.20	c LS find feasible solution for PBO with objective value 372212548
3600.17/1831.20	c MIP solver
3600.17/1831.20	c receive signal 15, try to interrupt solver...
3600.17/1831.21	c MIP solver find feasible solution
3600.17/1831.22	c MIP solver objective value: 3.9577e+06
3600.17/1831.27	c MIP find feasible solution for PBO with objective value 3957698
3600.17/1831.27	c copy file: 0
3600.17/1831.27	c gen ub file: HOME/instance-4527604-1752234040.opb_ub.opb
3600.17/1831.27	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 (54061 MiB free)
  memory of node 1: 64465 MiB (59596 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100067 s]*
/proc/loadavg: 7.79 7.87 6.72 7/268 129158
/proc/meminfo: memFree=116313764/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=85024 memory=49868 CPUtime=0.05 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 11153 0 0 0 4 1 0 0 20 0 1 0 139081619 87064576 12467 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 21256 12467 1120 6655 0 11491 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 85024 KiB
Current children cumulated memory: 49868 KiB

[startup+0.205741 s]*
/proc/loadavg: 7.79 7.87 6.72 7/268 129158
/proc/meminfo: memFree=116281760/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=98124 memory=62924 CPUtime=0.15 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 14411 0 0 0 14 1 0 0 20 0 1 0 139081619 100478976 15731 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 24531 15731 1120 6655 0 14766 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 62924 KiB

[startup+0.305657 s]*
/proc/loadavg: 7.79 7.87 6.72 7/268 129158
/proc/meminfo: memFree=116281760/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=98124 memory=62924 CPUtime=0.25 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 14411 0 0 0 24 1 0 0 20 0 1 0 139081619 100478976 15731 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 24531 15731 1120 6655 0 14766 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 62924 KiB

[startup+0.700176 s]
/proc/loadavg: 7.79 7.87 6.72 7/268 129158
/proc/meminfo: memFree=116273696/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=98124 memory=62924 CPUtime=0.64 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 14411 0 0 0 63 1 0 0 20 0 1 0 139081619 100478976 15731 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 24531 15731 1120 6655 0 14766 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 62924 KiB

[startup+1.50017 s]
/proc/loadavg: 7.79 7.87 6.72 7/268 129158
/proc/meminfo: memFree=116273696/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=98296 memory=63052 CPUtime=1.44 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 14442 0 0 0 143 1 0 0 20 0 1 0 139081619 100655104 15763 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 24574 15763 1120 6655 0 14809 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 63052 KiB

[startup+3.10543 s]
/proc/loadavg: 7.65 7.84 6.72 7/268 129158
/proc/meminfo: memFree=116273948/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=98296 memory=63052 CPUtime=3.04 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 14443 0 0 0 303 1 0 0 20 0 1 0 139081619 100655104 15763 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 24574 15763 1120 6655 0 14809 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 63052 KiB

[startup+6.30015 s]
/proc/loadavg: 7.65 7.84 6.72 7/268 129158
/proc/meminfo: memFree=116273952/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=98296 memory=63052 CPUtime=6.23 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 14444 0 0 0 622 1 0 0 20 0 1 0 139081619 100655104 15763 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 24574 15763 1120 6655 0 14809 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 63052 KiB

[startup+12.7001 s]
/proc/loadavg: 7.47 7.80 6.72 7/270 129161
/proc/meminfo: memFree=115986472/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=358840 memory=252644 CPUtime=12.64 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 55159 0 0 0 1255 9 0 0 20 0 2 0 139081619 367452160 63161 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 89710 63161 3168 6655 0 69327 0
[pid=129153/tid=129160] ppid=129149 vsize=358840 memory=242252 CPUtime=0.03 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) S 129149 129153 128431 0 -1 4194368 2664 0 0 0 3 0 0 0 20 0 2 0 139082635 367452160 63161 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 358840 KiB
Current children cumulated memory: 252644 KiB

[startup+25.5002 s]
/proc/loadavg: 7.55 7.80 6.73 9/270 129161
/proc/meminfo: memFree=115401060/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=542344 memory=489264 CPUtime=37.65 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 148596 0 0 0 3736 29 0 0 20 0 2 0 139081619 555360256 122316 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 135586 122316 3392 6655 0 122003 0
[pid=129153/tid=129160] ppid=129149 vsize=542344 memory=489136 CPUtime=12.32 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 47175 0 0 0 1223 9 0 0 20 0 2 0 139082635 555360256 122316 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 37.65 s
Current children cumulated vsize: 542344 KiB
Current children cumulated memory: 489264 KiB

[startup+51.1057 s]
/proc/loadavg: 7.70 7.82 6.77 9/270 129161
/proc/meminfo: memFree=115385832/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=616104 memory=523376 CPUtime=88.4 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 223771 0 0 0 8795 45 0 0 20 0 2 0 139081619 630890496 130844 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 154026 130844 3392 6655 0 130116 0
[pid=129153/tid=129160] ppid=129149 vsize=616104 memory=0 CPUtime=37.6 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 87984 0 0 0 3737 23 0 0 20 0 2 0 139082635 630890496 130844 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 88.4 s
Current children cumulated vsize: 616104 KiB
Current children cumulated memory: 523376 KiB

[startup+102.3 s]
/proc/loadavg: 8.11 7.91 6.85 9/269 129163
/proc/meminfo: memFree=115320284/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=579048 memory=536280 CPUtime=185.7 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 327064 0 0 0 18512 58 0 0 20 0 2 0 139081619 592945152 134070 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 144762 134070 3392 6655 0 134846 0
[pid=129153/tid=129160] ppid=129149 vsize=579048 memory=20608 CPUtime=84.21 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 129760 0 0 0 8394 27 0 0 20 0 2 0 139082635 592945152 134070 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 185.7 s
Current children cumulated vsize: 579048 KiB
Current children cumulated memory: 536280 KiB

[startup+162.3 s]
/proc/loadavg: 7.95 7.90 6.92 9/269 129214
/proc/meminfo: memFree=115264136/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=579048 memory=536964 CPUtime=304.69 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 328714 0 0 0 30407 62 0 0 20 0 2 0 139081619 592945152 134241 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 144762 134241 3392 6655 0 134944 0
[pid=129153/tid=129160] ppid=129149 vsize=579048 memory=536964 CPUtime=143.46 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 131156 0 0 0 14316 30 0 0 20 0 2 0 139082635 592945152 134241 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 304.69 s
Current children cumulated vsize: 579048 KiB
Current children cumulated memory: 536964 KiB

[startup+222.3 s]
/proc/loadavg: 7.92 7.90 6.98 9/270 129218
/proc/meminfo: memFree=115237960/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=579048 memory=540420 CPUtime=423.69 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 370724 0 0 0 42301 68 0 0 20 0 2 0 139081619 592945152 135105 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 144762 135105 3392 6655 0 134944 0
[pid=129153/tid=129160] ppid=129149 vsize=579048 memory=539396 CPUtime=202.74 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 149376 0 0 0 20240 34 0 0 20 0 2 0 139082635 592945152 135105 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 423.69 s
Current children cumulated vsize: 579048 KiB
Current children cumulated memory: 540420 KiB

[startup+282.3 s]
/proc/loadavg: 7.79 7.86 7.03 8/269 129266
/proc/meminfo: memFree=116031884/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=581432 memory=541004 CPUtime=542.65 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 426971 0 0 0 54170 95 0 0 20 0 2 0 139081619 595386368 135251 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 145358 135251 3392 6655 0 135540 0
[pid=129153/tid=129160] ppid=129149 vsize=581432 memory=540408 CPUtime=261.98 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 180355 0 0 0 26140 58 0 0 20 0 2 0 139082635 595386368 135251 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 542.65 s
Current children cumulated vsize: 581432 KiB
Current children cumulated memory: 541004 KiB

[startup+342.3 s]
/proc/loadavg: 7.80 7.84 7.07 9/269 129361
/proc/meminfo: memFree=116029596/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=583092 memory=546640 CPUtime=661.54 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 465822 0 0 0 66029 125 0 0 20 0 2 0 139081619 597086208 136660 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 145773 136660 3392 6655 0 135955 0
[pid=129153/tid=129160] ppid=129149 vsize=583092 memory=540408 CPUtime=321.2 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 199654 0 0 0 32036 84 0 0 20 0 2 0 139082635 597086208 136660 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 661.54 s
Current children cumulated vsize: 583092 KiB
Current children cumulated memory: 546640 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=109017208/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=864012 memory=807136 CPUtime=2794.32 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 657286 0 0 0 279187 245 0 0 20 0 2 0 139081619 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 216003 201784 3392 6655 0 205831 0
[pid=129153/tid=129160] ppid=129149 vsize=864012 memory=784352 CPUtime=1381.12 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 296016 0 0 0 137939 173 0 0 20 0 2 0 139082635 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 2794.32 s
Current children cumulated vsize: 864012 KiB
Current children cumulated memory: 807136 KiB

[startup+1482.3 s]
/proc/loadavg: 7.06 7.33 7.45 8/269 129659
/proc/meminfo: memFree=108996144/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=864012 memory=807136 CPUtime=2907.83 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 660078 0 0 0 290537 246 0 0 20 0 2 0 139081619 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 216003 201784 3392 6655 0 205831 0
[pid=129153/tid=129160] ppid=129149 vsize=864012 memory=807136 CPUtime=1434.89 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 298119 0 0 0 143315 174 0 0 20 0 2 0 139082635 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 2907.83 s
Current children cumulated vsize: 864012 KiB
Current children cumulated memory: 807136 KiB

[startup+1542.3 s]
/proc/loadavg: 7.25 7.33 7.45 8/269 129660
/proc/meminfo: memFree=106638116/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=864012 memory=807136 CPUtime=3026.91 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 660940 0 0 0 302443 248 0 0 20 0 2 0 139081619 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 216003 201784 3392 6655 0 205831 0
[pid=129153/tid=129160] ppid=129149 vsize=864012 memory=20608 CPUtime=1494.19 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 298667 0 0 0 149244 175 0 0 20 0 2 0 139082635 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 3026.91 s
Current children cumulated vsize: 864012 KiB
Current children cumulated memory: 807136 KiB

[startup+1602.3 s]
/proc/loadavg: 7.13 7.29 7.42 8/267 129662
/proc/meminfo: memFree=106573476/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=864012 memory=807136 CPUtime=3145.98 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 661014 0 0 0 314349 249 0 0 20 0 2 0 139081619 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 216003 201784 3392 6655 0 205831 0
[pid=129153/tid=129160] ppid=129149 vsize=864012 memory=807136 CPUtime=1553.5 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 298714 0 0 0 155174 176 0 0 20 0 2 0 139082635 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 3145.98 s
Current children cumulated vsize: 864012 KiB
Current children cumulated memory: 807136 KiB

[startup+1662.3 s]
/proc/loadavg: 7.65 7.40 7.46 9/268 129665
/proc/meminfo: memFree=103594120/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=864012 memory=807136 CPUtime=3265.06 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 661095 0 0 0 326256 250 0 0 20 0 2 0 139081619 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 216003 201784 3392 6655 0 205831 0
[pid=129153/tid=129160] ppid=129149 vsize=864012 memory=807136 CPUtime=1612.81 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 298746 0 0 0 161104 177 0 0 20 0 2 0 139082635 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 3265.06 s
Current children cumulated vsize: 864012 KiB
Current children cumulated memory: 807136 KiB

[startup+1722.3 s]
/proc/loadavg: 7.92 7.53 7.50 9/267 129667
/proc/meminfo: memFree=103572764/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=864012 memory=807136 CPUtime=3384.12 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 670083 0 0 0 338160 252 0 0 20 0 2 0 139081619 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 216003 201784 3392 6655 0 205831 0
[pid=129153/tid=129160] ppid=129149 vsize=864012 memory=807136 CPUtime=1672.09 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 303584 0 0 0 167031 178 0 0 20 0 2 0 139082635 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 3384.12 s
Current children cumulated vsize: 864012 KiB
Current children cumulated memory: 807136 KiB

[startup+1782.3 s]
/proc/loadavg: 8.14 7.66 7.55 9/267 129669
/proc/meminfo: memFree=103548716/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=864012 memory=807136 CPUtime=3503.16 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 679965 0 0 0 350062 254 0 0 20 0 2 0 139081619 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 216003 201784 3392 6655 0 205831 0
[pid=129153/tid=129160] ppid=129149 vsize=864012 memory=2744 CPUtime=1731.38 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 310163 0 0 0 172958 180 0 0 20 0 2 0 139082635 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 3503.16 s
Current children cumulated vsize: 864012 KiB
Current children cumulated memory: 807136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1831.2 s]
/proc/loadavg: 8.05 7.72 7.57 8/266 129718
/proc/meminfo: memFree=104086072/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=864012 memory=807136 CPUtime=3600.17 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) R 129149 129153 128431 0 -1 4194304 681737 0 0 0 359761 256 0 0 20 0 2 0 139081619 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 216003 201784 3392 6655 0 205831 0
[pid=129153/tid=129160] ppid=129149 vsize=864012 memory=807136 CPUtime=1779.69 cores=4,6
/proc/129153/task/129160/stat : 129160 (LSIPExact) R 129149 129153 128431 0 -1 4194368 311115 0 0 0 177788 181 0 0 20 0 2 0 139082635 884748288 201784 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 864012 KiB
Current children cumulated memory: 807136 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.65 s, system=2.59684 s

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

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

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

[startup+1832 s]*
/proc/loadavg: 8.05 7.72 7.57 7/266 129720
/proc/meminfo: memFree=104077908/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=798476 memory=703496 CPUtime=3600.23 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) S 129149 129153 128431 0 -1 4194304 694190 225 0 0 359765 258 0 0 20 0 1 0 139081619 817639424 175874 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 199619 175874 3424 6655 0 189841 0
[pid=129720] ppid=129153 vsize=159056 memory=145264 CPUtime=0.69 cores=4,6
/proc/129720/stat : 129720 (Exact) R 129153 129720 129720 0 -1 4194304 28612 0 0 0 64 5 0 0 20 0 1 0 139264746 162873344 36316 18446744073709551615 4198400 8335837 140735993461664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32743424 140735993469106 140735993469467 140735993469467 140735993475023 0
/proc/129720/statm: 39764 36316 1120 1011 0 38531 0
Current children cumulated CPU time: 3600.92 s
Current children cumulated vsize: 957532 KiB
Current children cumulated memory: 848760 KiB

[startup+1832.8 s]
/proc/loadavg: 8.05 7.72 7.57 7/266 129720
/proc/meminfo: memFree=104077908/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=798476 memory=703496 CPUtime=3600.23 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) S 129149 129153 128431 0 -1 4194304 694190 225 0 0 359765 258 0 0 20 0 1 0 139081619 817639424 175874 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 199619 175874 3424 6655 0 189841 0
[pid=129720] ppid=129153 vsize=180872 memory=161404 CPUtime=1.49 cores=4,6
/proc/129720/stat : 129720 (Exact) R 129153 129720 129720 0 -1 4194304 31871 0 0 0 143 6 0 0 20 0 1 0 139264746 185212928 40351 18446744073709551615 4198400 8335837 140735993461664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32743424 140735993469106 140735993469467 140735993469467 140735993475023 0
/proc/129720/statm: 45218 40351 1120 1011 0 43985 0
Current children cumulated CPU time: 3601.72 s
Current children cumulated vsize: 979348 KiB
Current children cumulated memory: 864900 KiB

[startup+1833.2 s]
/proc/loadavg: 7.88 7.69 7.56 7/266 129720
/proc/meminfo: memFree=104037772/131250000 swapFree=33010160/33010684
[pid=129153] ppid=129149 vsize=798476 memory=703496 CPUtime=3600.23 cores=4,6
/proc/129153/stat : 129153 (LSIPExact) S 129149 129153 128431 0 -1 4194304 694190 225 0 0 359765 258 0 0 20 0 1 0 139081619 817639424 175874 18446744073709551615 94102710317056 94102737574225 140733213101520 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94102746076296 94102746507904 94102774538240 140733213104472 140733213104648 140733213104648 140733213110252 0
/proc/129153/statm: 199619 175874 3424 6655 0 189841 0
[pid=129720] ppid=129153 vsize=188428 memory=171016 CPUtime=1.89 cores=4,6
/proc/129720/stat : 129720 (Exact) R 129153 129720 129720 0 -1 4194304 33754 0 0 0 182 7 0 0 20 0 1 0 139264746 192950272 42754 18446744073709551615 4198400 8335837 140735993461664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32743424 140735993469106 140735993469467 140735993469467 140735993475023 0
/proc/129720/statm: 47107 42754 1120 1011 0 45874 0
Current children cumulated CPU time: 3602.12 s
Current children cumulated vsize: 986904 KiB
Current children cumulated memory: 874512 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1833.22
CPU time (s): 3602.15
CPU user time (s): 3599.48
CPU system time (s): 2.67549
CPU usage (%): 196.494
Max. virtual memory (cumulated for all children) (KiB): 986904
Max. memory (cumulated for all children) (KiB): 874512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.48
system time used= 2.67549
maximum resident set size= 847120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 728169
page faults= 0
swaps= 0
block input operations= 5816
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 662
involuntary context switches= 107153


# summary of solver processes directly reported to runsolver:
#   pid: 129153,129720
#   total CPU time (s): 3602.15
#   total CPU user time (s): 3599.48
#   total CPU system time (s): 2.67549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.77416 second user time and 8.86971 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-11 13:40:40
IDJOB=4527604
IDBENCH=155664
IDSOLVER=3384
FILE ID=nodeC016/4527604-1752234040
RUNJOBID= nodeC016-1752232205-128449
SLURM_JOB_ID= 9682527
Free space on /tmp= 430536 MiB

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

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

MD5SUM BENCH= fab5e62eb964e75ef5bb4e0d05cd3bf1
RANDOM SEED=1287912451

nodeC016 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.704
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.48
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.823
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.48
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		: 3597.764
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.48
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.033
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.48
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.705
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.48
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		: 3599.645
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.48
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.48
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		: 3599.835
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        116385332 kB
MemAvailable:   128655308 kB
Buffers:            2144 kB
Cached:         12982284 kB
SwapCached:           28 kB
Active:          1707424 kB
Inactive:       12297656 kB
Active(anon):    1036584 kB
Inactive(anon):     2112 kB
Active(file):     670840 kB
Inactive(file): 12295544 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             89536 kB
Writeback:             0 kB
AnonPages:       1023236 kB
Mapped:           130324 kB
Shmem:             18044 kB
KReclaimable:     285664 kB
Slab:             383252 kB
SReclaimable:     285664 kB
SUnreclaim:        97588 kB
KernelStack:        4240 kB
PageTables:         4980 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1363924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430320 MiB
End job on nodeC016 at 2025-07-11 14:11:14