Trace number 4527358

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) 3601.18 1822.17

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUMfd0e2798224bd891f728fecfed3c6d1b
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 benchmark236
Best CPU time to get the best result obtained on this benchmark12722.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495618
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495618
Number of bits of the biggest sum of numbers19
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/1820.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.02/1820.11	c numVar: 10000
3600.02/1820.11	c numCon: 656900
3600.02/1820.11	c numEqual: 0
3600.02/1820.11	c intSize: 19
3600.02/1820.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.02/1820.11	c ------------------- Paras list -------------------
3600.02/1820.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.02/1820.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.02/1820.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.02/1820.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.02/1820.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.02/1820.11	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.02/1820.11	c random_seed         	 int       	 0         	 0         	 
3600.02/1820.11	c sample_size         	 int       	 50        	 50        	 
3600.02/1820.11	c sub_score           	 int       	 1         	 1         	 
3600.02/1820.11	c tabu_base           	 int       	 3         	 3         	 
3600.02/1820.11	c tabu_variation      	 int       	 1         	 1         	 
3600.02/1820.11	c sub_div             	 int       	 4         	 4         	 
3600.02/1820.11	c nbcore              	 int       	 2         	 1         	 
3600.02/1820.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.02/1820.11	c print_sol           	 int       	 1         	 1         	 
3600.02/1820.11	c tmpdir              	 string		 .         	 "."       	 
3600.02/1820.11	c home                	 string		 HOME	 "."       	 
3600.02/1820.11	c benchname           	 string		 HOME/instance-4527358-1752232206.opb	 ""        	 
3600.02/1820.11	c --------------------------------------------------
3600.02/1820.11	c Local Search solver
3600.02/1820.11	c LS find feasible solution for PBO with objective value 264
3600.02/1820.11	c MIP solver
3600.02/1820.11	c receive signal 15, try to interrupt solver...
3600.02/1820.11	c MIP solver find feasible solution
3600.02/1820.14	c MIP solver objective value: 255
3600.74/1821.11	c MIP find feasible solution for PBO with objective value 255
3600.74/1821.11	c copy file: 0
3600.74/1821.11	c gen ub file: HOME/instance-4527358-1752232206.opb_ub.opb
3600.74/1821.11	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 (62762 MiB free)
  memory of node 1: 64465 MiB (60989 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527358-1752232206/watcher-4527358-1752232206 -o /tmp/evaluation-result-4527358-1752232206/solver-4527358-1752232206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1752232205-113724 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527358-1752232206.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=113791, runsolver pid=113784

[startup+0.10006 s]*
/proc/loadavg: 0.14 0.11 0.09 4/261 113792
/proc/meminfo: memFree=126550884/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=212584 memory=169640 CPUtime=0.08 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 31731 0 0 0 3 5 0 0 20 0 1 0 138895225 217686016 42410 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 53146 42410 1120 6655 0 43381 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 212584 KiB
Current children cumulated memory: 169640 KiB

[startup+0.205712 s]*
/proc/loadavg: 0.14 0.11 0.09 4/261 113792
/proc/meminfo: memFree=126506464/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=250048 memory=215172 CPUtime=0.19 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 38024 0 0 0 12 7 0 0 20 0 1 0 138895225 256049152 53793 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 62512 53793 1120 6655 0 52747 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 250048 KiB
Current children cumulated memory: 215172 KiB

[startup+0.30549 s]*
/proc/loadavg: 0.14 0.11 0.09 4/261 113792
/proc/meminfo: memFree=126481824/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=274732 memory=240004 CPUtime=0.29 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 44211 0 0 0 21 8 0 0 20 0 1 0 138895225 281325568 60001 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 68683 60001 1120 6655 0 58918 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 274732 KiB
Current children cumulated memory: 240004 KiB

[startup+0.700184 s]
/proc/loadavg: 0.14 0.11 0.09 4/261 113792
/proc/meminfo: memFree=126441252/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=347364 memory=312452 CPUtime=0.67 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 62342 0 0 0 57 10 0 0 20 0 1 0 138895225 355700736 78113 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 86841 78113 1120 6655 0 77076 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 347364 KiB
Current children cumulated memory: 312452 KiB

[startup+1.50017 s]
/proc/loadavg: 0.45 0.17 0.11 4/261 113792
/proc/meminfo: memFree=126367784/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=388288 memory=353412 CPUtime=1.47 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 72560 0 0 0 135 12 0 0 20 0 1 0 138895225 397606912 88353 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 97072 88353 1120 6655 0 87307 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353412 KiB

[startup+3.10485 s]
/proc/loadavg: 0.45 0.17 0.11 4/260 113815
/proc/meminfo: memFree=126417200/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=388288 memory=353412 CPUtime=3.07 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 72589 0 0 0 295 12 0 0 20 0 1 0 138895225 397606912 88353 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 97072 88353 1120 6655 0 87307 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353412 KiB

[startup+6.30009 s]
/proc/loadavg: 0.73 0.23 0.13 5/265 113829
/proc/meminfo: memFree=126385716/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=388288 memory=353412 CPUtime=6.25 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 72647 0 0 0 613 12 0 0 20 0 1 0 138895225 397606912 88353 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 97072 88353 1120 6655 0 87307 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353412 KiB

[startup+12.7002 s]
/proc/loadavg: 1.08 0.31 0.16 5/263 113842
/proc/meminfo: memFree=125892604/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=900088 memory=802268 CPUtime=12.82 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 144746 0 0 0 1254 28 0 0 20 0 2 0 138895225 921690112 200567 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 225022 200567 3360 6655 0 200994 0
[pid=113791/tid=113842] ppid=113784 vsize=900088 memory=5120 CPUtime=0.18 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 1501 0 0 0 18 0 0 0 20 0 2 0 138896309 921690112 200567 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 12.82 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 802268 KiB

[startup+25.5002 s]
/proc/loadavg: 1.99 0.53 0.23 7/266 113864
/proc/meminfo: memFree=125800072/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=900088 memory=817628 CPUtime=38.22 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 154050 0 0 0 3791 31 0 0 20 0 2 0 138895225 921690112 204407 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 225022 204407 3360 6655 0 204701 0
[pid=113791/tid=113842] ppid=113784 vsize=900088 memory=815964 CPUtime=12.84 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 8119 0 0 0 1283 1 0 0 20 0 2 0 138896309 921690112 204407 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 38.22 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 817628 KiB

[startup+51.1054 s]
/proc/loadavg: 4.15 1.20 0.47 5/259 113922
/proc/meminfo: memFree=125825932/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=917116 memory=845744 CPUtime=88.38 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 177145 0 0 0 8798 40 0 0 20 0 2 0 138895225 939126784 211436 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 229279 211436 3360 6655 0 212346 0
[pid=113791/tid=113842] ppid=113784 vsize=917116 memory=815452 CPUtime=37.49 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 15099 0 0 0 3743 6 0 0 20 0 2 0 138896309 939126784 211436 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 88.38 s
Current children cumulated vsize: 917116 KiB
Current children cumulated memory: 845744 KiB

[startup+102.3 s]
/proc/loadavg: 5.75 2.08 0.81 8/268 114110
/proc/meminfo: memFree=125508700/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=968240 memory=887456 CPUtime=189.07 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 204575 0 0 0 18860 47 0 0 20 0 2 0 138895225 991477760 221864 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 242060 221864 3360 6655 0 225887 0
[pid=113791/tid=113842] ppid=113784 vsize=968240 memory=6720664363507858278 CPUtime=87.39 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 25834 0 0 0 8729 10 0 0 20 0 2 0 138896309 991477760 221864 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 189.07 s
Current children cumulated vsize: 968240 KiB
Current children cumulated memory: 887456 KiB

[startup+162.3 s]
/proc/loadavg: 7.21 3.16 1.26 9/269 114113
/proc/meminfo: memFree=125231740/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=1033776 memory=938800 CPUtime=308.28 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 224788 0 0 0 30776 52 0 0 20 0 2 0 138895225 1058586624 234700 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 258444 234700 3360 6655 0 235293 0
[pid=113791/tid=113842] ppid=113784 vsize=1033776 memory=908320 CPUtime=146.98 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 40305 0 0 0 14685 13 0 0 20 0 2 0 138896309 1058586624 234700 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 308.28 s
Current children cumulated vsize: 1033776 KiB
Current children cumulated memory: 938800 KiB

[startup+222.3 s]
/proc/loadavg: 7.77 4.06 1.69 9/269 114115
/proc/meminfo: memFree=124846416/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=1069320 memory=1014576 CPUtime=427.49 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 256326 0 0 0 42692 57 0 0 20 0 2 0 138895225 1094983680 253644 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 267330 253644 3360 6655 0 253632 0
[pid=113791/tid=113842] ppid=113784 vsize=1069320 memory=14720 CPUtime=206.78 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 56996 0 0 0 20661 17 0 0 20 0 2 0 138896309 1094983680 253644 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 427.49 s
Current children cumulated vsize: 1069320 KiB
Current children cumulated memory: 1014576 KiB

[startup+282.3 s]
/proc/loadavg: 7.97 4.80 2.09 9/268 114117
/proc/meminfo: memFree=124589716/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=1170728 memory=1086100 CPUtime=546.71 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 276495 0 0 0 54608 63 0 0 20 0 2 0 138895225 1198825472 271525 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 292682 271525 3360 6655 0 271539 0
[pid=113791/tid=113842] ppid=113784 vsize=1170728 memory=1056660 CPUtime=266.57 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 67671 0 0 0 26637 20 0 0 20 0 2 0 138896309 1198825472 271525 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 546.71 s
Current children cumulated vsize: 1170728 KiB
Current children cumulated memory: 1086100 KiB

[startup+342.3 s]
/proc/loadavg: 8.02 5.40 2.47 9/266 114119
/proc/meminfo: memFree=124288564/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=1205192 memory=1148948 CPUtime=665.89 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 329135 0 0 0 66520 69 0 0 20 0 2 0 138895225 1234116608 287237 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 301298 287237 3360 6655 0 287414 0
[pid=113791/tid=113842] ppid=113784 vsize=1205192 memory=1056660 CPUtime=326.34 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 79365 0 0 0 32611 23 0 0 20 0 2 0 138896309 1234116608 287237 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 665.89 s
Current children cumulated vsize: 1205192 KiB
Current children cumulated memory: 1148948 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=116130676/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=2780820 memory=2711660 CPUtime=2810.12 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 950386 0 0 0 280711 301 0 0 20 0 2 0 138895225 2847559680 677915 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 695205 677915 3360 6655 0 678600 0
[pid=113791/tid=113842] ppid=113784 vsize=2780820 memory=2559244 CPUtime=1398.63 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 376460 0 0 0 139717 146 0 0 20 0 2 0 138896309 2847559680 677915 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 2810.12 s
Current children cumulated vsize: 2780820 KiB
Current children cumulated memory: 2711660 KiB

[startup+1482.3 s]
/proc/loadavg: 8.07 7.99 6.42 9/267 114405
/proc/meminfo: memFree=115702544/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=2895504 memory=2807404 CPUtime=2929.27 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 981591 0 0 0 292613 314 0 0 20 0 2 0 138895225 2964996096 701851 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 723876 701851 3360 6655 0 702445 0
[pid=113791/tid=113842] ppid=113784 vsize=2895504 memory=2730476 CPUtime=1458.01 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 391697 0 0 0 145649 152 0 0 20 0 2 0 138896309 2964996096 701851 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 2929.27 s
Current children cumulated vsize: 2895504 KiB
Current children cumulated memory: 2807404 KiB

[startup+1542.3 s]
/proc/loadavg: 8.35 8.09 6.56 9/267 114407
/proc/meminfo: memFree=115444188/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=2932932 memory=2884848 CPUtime=3048.42 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 1064908 0 0 0 304511 331 0 0 20 0 2 0 138895225 3003322368 721212 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 733233 721212 3360 6655 0 721867 0
[pid=113791/tid=113842] ppid=113784 vsize=2932932 memory=20608 CPUtime=1517.39 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 460338 0 0 0 151575 164 0 0 20 0 2 0 138896309 3003322368 721212 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 3048.42 s
Current children cumulated vsize: 2932932 KiB
Current children cumulated memory: 2884848 KiB

[startup+1602.3 s]
/proc/loadavg: 8.27 8.11 6.66 9/266 114409
/proc/meminfo: memFree=115116964/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=3020572 memory=2922992 CPUtime=3167.57 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 1093681 0 0 0 316417 340 0 0 20 0 2 0 138895225 3093065728 730748 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 755143 730748 3360 6655 0 731415 0
[pid=113791/tid=113842] ppid=113784 vsize=3020572 memory=20608 CPUtime=1576.78 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 475485 0 0 0 157509 169 0 0 20 0 2 0 138896309 3093065728 730748 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 3167.57 s
Current children cumulated vsize: 3020572 KiB
Current children cumulated memory: 2922992 KiB

[startup+1662.3 s]
/proc/loadavg: 8.29 8.16 6.77 9/266 114411
/proc/meminfo: memFree=114697868/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=3072448 memory=3024368 CPUtime=3286.71 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 1126481 0 0 0 328316 355 0 0 20 0 2 0 138895225 3146186752 756092 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 768112 756092 3360 6655 0 756638 0
[pid=113791/tid=113842] ppid=113784 vsize=3072448 memory=799024 CPUtime=1636.14 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 491930 0 0 0 163437 177 0 0 20 0 2 0 138896309 3146186752 756092 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 3286.71 s
Current children cumulated vsize: 3072448 KiB
Current children cumulated memory: 3024368 KiB

[startup+1722.3 s]
/proc/loadavg: 8.20 8.16 6.86 9/266 114413
/proc/meminfo: memFree=114404124/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=3187660 memory=3118064 CPUtime=3405.83 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 1160065 0 0 0 340212 371 0 0 20 0 2 0 138895225 3264163840 779516 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 796915 779516 3360 6655 0 780345 0
[pid=113791/tid=113842] ppid=113784 vsize=3187660 memory=3024496 CPUtime=1695.51 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 508313 0 0 0 169365 186 0 0 20 0 2 0 138896309 3264163840 779516 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 3405.83 s
Current children cumulated vsize: 3187660 KiB
Current children cumulated memory: 3118064 KiB

[startup+1782.3 s]
/proc/loadavg: 8.17 8.16 6.95 9/266 114415
/proc/meminfo: memFree=114003600/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=3300360 memory=3214668 CPUtime=3524.96 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 1197439 0 0 0 352109 387 0 0 20 0 2 0 138895225 3379568640 803667 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 825090 803667 3360 6655 0 804326 0
[pid=113791/tid=113842] ppid=113784 vsize=3300360 memory=3213004 CPUtime=1754.87 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 526897 0 0 0 175292 195 0 0 20 0 2 0 138896309 3379568640 803667 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 3524.96 s
Current children cumulated vsize: 3300360 KiB
Current children cumulated memory: 3214668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.11 s]
/proc/loadavg: 8.15 8.15 6.99 7/261 114425
/proc/meminfo: memFree=119704564/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=3329172 memory=3274700 CPUtime=3600.02 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 1217651 0 0 0 359604 398 0 0 20 0 2 0 138895225 3409072128 818675 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 832293 818675 3360 6655 0 819144 0
[pid=113791/tid=113842] ppid=113784 vsize=3329172 memory=3230668 CPUtime=1792.26 cores=0,2
/proc/113791/task/113842/stat : 113842 (LSIPExact) R 113784 113791 113707 0 -1 4194368 537407 0 0 0 179024 202 0 0 20 0 2 0 138896309 3409072128 818675 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 3329172 KiB
Current children cumulated memory: 3274700 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3596.86 s, system=4.31993 s

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

[startup+1820.8 s]
/proc/loadavg: 8.15 8.15 6.99 7/261 114425
/proc/meminfo: memFree=119704564/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=2038256 memory=1948288 CPUtime=3600.72 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) R 113784 113791 113707 0 -1 4194304 1641353 0 0 0 359649 423 0 0 20 0 1 0 138895225 2087174144 487072 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 509564 487072 3392 6655 0 499798 0
Current children cumulated CPU time: 3600.72 s
Current children cumulated vsize: 2038256 KiB
Current children cumulated memory: 1948288 KiB

[startup+1821.6 s]
/proc/loadavg: 7.98 8.12 6.99 5/261 114426
/proc/meminfo: memFree=121007032/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=2038256 memory=1948288 CPUtime=3600.74 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) S 113784 113791 113707 0 -1 4194304 1651284 229 0 0 359651 423 0 0 20 0 1 0 138895225 2087174144 487072 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 509564 487072 3392 6655 0 499798 0
Current children cumulated CPU time: 3600.74 s
Current children cumulated vsize: 2038256 KiB
Current children cumulated memory: 1948288 KiB

[startup+1822 s]*
/proc/loadavg: 7.98 8.12 6.99 6/262 114428
/proc/meminfo: memFree=120976700/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=2038256 memory=1948288 CPUtime=3600.74 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) S 113784 113791 113707 0 -1 4194304 1651284 229 0 0 359651 423 0 0 20 0 1 0 138895225 2087174144 487072 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 509564 487072 3392 6655 0 499798 0
[pid=114427] ppid=113791 vsize=49704 memory=34612 CPUtime=0.26 cores=0,2
/proc/114427/stat : 114427 (Exact) R 113791 114427 114427 0 -1 4456448 6479 0 0 0 24 2 0 0 20 0 1 0 139077337 50896896 8653 18446744073709551615 4198400 8335837 140731557921232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 13512704 140731557922994 140731557923355 140731557923355 140731557928911 0
/proc/114427/statm: 12426 8653 928 1011 0 11193 0
Current children cumulated CPU time: 3601 s
Current children cumulated vsize: 2087960 KiB
Current children cumulated memory: 1982900 KiB

[startup+1822.11 s]
/proc/loadavg: 7.98 8.12 6.99 6/262 114428
/proc/meminfo: memFree=120976700/131249992 swapFree=33009392/33010684
[pid=113791] ppid=113784 vsize=2038256 memory=1948288 CPUtime=3600.74 cores=0,2
/proc/113791/stat : 113791 (LSIPExact) S 113784 113791 113707 0 -1 4194304 1651284 229 0 0 359651 423 0 0 20 0 1 0 138895225 2087174144 487072 18446744073709551615 93970302820352 93970330077521 140727256675520 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93970338579592 93970339011200 93970358378496 140727256684888 140727256685064 140727256685064 140727256690668 0
/proc/113791/statm: 509564 487072 3392 6655 0 499798 0
[pid=114427] ppid=113791 vsize=52476 memory=39704 CPUtime=0.36 cores=0,2
/proc/114427/stat : 114427 (Exact) R 113791 114427 114427 0 -1 4194304 7241 0 0 0 34 2 0 0 20 0 1 0 139077337 53735424 9926 18446744073709551615 4198400 8335837 140731557921232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 13512704 140731557922994 140731557923355 140731557923355 140731557928911 0
/proc/114427/statm: 13119 9926 928 1011 0 11886 0
Current children cumulated CPU time: 3601.1 s
Current children cumulated vsize: 2090732 KiB
Current children cumulated memory: 1987992 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1822.17
CPU time (s): 3601.18
CPU user time (s): 3596.86
CPU system time (s): 4.31993
CPU usage (%): 197.632
Max. virtual memory (cumulated for all children) (KiB): 3329172
Max. memory (cumulated for all children) (KiB): 3274700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.86
system time used= 4.31994
maximum resident set size= 3274956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1658757
page faults= 0
swaps= 0
block input operations= 23880
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1076
involuntary context switches= 112531


# summary of solver processes directly reported to runsolver:
#   pid: 113791
#   total CPU time (s): 3601.18
#   total CPU user time (s): 3596.86
#   total CPU system time (s): 4.31993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.26711 second user time and 6.85213 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-11 13:10:07
IDJOB=4527358
IDBENCH=147557
IDSOLVER=3384
FILE ID=nodeC035/4527358-1752232206
RUNJOBID= nodeC035-1752232205-113724
SLURM_JOB_ID= 9682546
Free space on /tmp= 432576 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527358-1752232206/watcher-4527358-1752232206 -o /tmp/evaluation-result-4527358-1752232206/solver-4527358-1752232206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1752232205-113724 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527358-1752232206.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= fd0e2798224bd891f728fecfed3c6d1b
RANDOM SEED=1187949666

nodeC035 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		: 3600.328
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.51
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.766
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.51
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		: 3599.775
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.51
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		: 3570.852
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.51
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		: 3600.112
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.51
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.51
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		: 3440.503
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.51
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.754
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        126715528 kB
MemAvailable:   129725964 kB
Buffers:             664 kB
Cached:          3758660 kB
SwapCached:          332 kB
Active:           388300 kB
Inactive:        3444080 kB
Active(anon):      69724 kB
Inactive(anon):    21032 kB
Active(file):     318576 kB
Inactive(file):  3423048 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009392 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            201956 kB
Writeback:             0 kB
AnonPages:         75832 kB
Mapped:           108628 kB
Shmem:             17700 kB
KReclaimable:     216100 kB
Slab:             308816 kB
SReclaimable:     216100 kB
SUnreclaim:        92716 kB
KernelStack:        4096 kB
PageTables:         2904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     400448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432532 MiB
End job on nodeC035 at 2025-07-11 13:40:29