Trace number 4527568

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.98 2041.65

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUM00fa528bfee1582f0c8a78997b3aaa78
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-83802
Best CPU time to get the best result obtained on this benchmark71301.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 158449780
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 158449780
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.01/2039.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.01/2039.60	c numVar: 399113
3600.01/2039.60	c numCon: 400980
3600.01/2039.60	c numEqual: 0
3600.01/2039.60	c intSize: 28
3600.01/2039.60	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.01/2039.60	c ------------------- Paras list -------------------
3600.01/2039.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.01/2039.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.01/2039.60	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.01/2039.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.01/2039.60	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.01/2039.60	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.01/2039.60	c random_seed         	 int       	 0         	 0         	 
3600.01/2039.60	c sample_size         	 int       	 50        	 50        	 
3600.01/2039.60	c sub_score           	 int       	 1         	 1         	 
3600.01/2039.60	c tabu_base           	 int       	 3         	 3         	 
3600.01/2039.60	c tabu_variation      	 int       	 1         	 1         	 
3600.01/2039.60	c sub_div             	 int       	 4         	 4         	 
3600.01/2039.60	c nbcore              	 int       	 2         	 1         	 
3600.01/2039.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.01/2039.60	c print_sol           	 int       	 1         	 1         	 
3600.01/2039.60	c tmpdir              	 string		 .         	 "."       	 
3600.01/2039.60	c home                	 string		 HOME	 "."       	 
3600.01/2039.60	c benchname           	 string		 HOME/instance-4527568-1752234044.opb	 ""        	 
3600.01/2039.60	c --------------------------------------------------
3600.01/2039.60	c Local Search solver
3600.01/2039.60	c LS find feasible solution for PBO with objective value 0
3600.01/2039.60	c MIP solver
3600.01/2039.60	c receive signal 15, try to interrupt solver...
3600.01/2039.68	c MIP solver find feasible solution
3600.11/2039.72	c MIP solver objective value: 0
3600.21/2039.85	c MIP find feasible solution for PBO with objective value 0
3600.21/2039.85	c copy file: 0
3600.21/2039.85	c gen ub file: HOME/instance-4527568-1752234044.opb_ub.opb
3600.21/2039.85	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 (61776 MiB free)
  memory of node 1: 64465 MiB (63584 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100064 s]*
/proc/loadavg: 7.40 7.92 6.97 5/266 114825
/proc/meminfo: memFree=128357356/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=167880 memory=123372 CPUtime=0.09 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 24979 0 0 0 5 4 0 0 20 0 1 0 139082304 171909120 30811 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 41970 30811 1120 6655 0 32205 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 167880 KiB
Current children cumulated memory: 123372 KiB

[startup+0.206003 s]*
/proc/loadavg: 7.13 7.85 6.96 5/266 114825
/proc/meminfo: memFree=128317156/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=221836 memory=178756 CPUtime=0.19 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 31406 0 0 0 13 6 0 0 20 0 1 0 139082304 227160064 44689 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 55459 44689 1152 6655 0 45694 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 221836 KiB
Current children cumulated memory: 178756 KiB

[startup+0.306 s]*
/proc/loadavg: 7.13 7.85 6.96 5/266 114825
/proc/meminfo: memFree=128203872/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=317744 memory=279312 CPUtime=0.29 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 48900 0 0 0 20 9 0 0 20 0 1 0 139082304 325369856 69828 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 79436 69828 1152 6655 0 69671 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 317744 KiB
Current children cumulated memory: 279312 KiB

[startup+0.700178 s]
/proc/loadavg: 7.13 7.85 6.96 5/266 114825
/proc/meminfo: memFree=128107104/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=460948 memory=422576 CPUtime=0.68 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 83696 0 0 0 54 14 0 0 20 0 1 0 139082304 472010752 105644 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 115237 105644 1152 6655 0 105472 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 460948 KiB
Current children cumulated memory: 422576 KiB

[startup+1.50018 s]
/proc/loadavg: 7.13 7.85 6.96 5/266 114825
/proc/meminfo: memFree=127958140/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=569772 memory=531376 CPUtime=1.48 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 110882 0 0 0 130 18 0 0 20 0 1 0 139082304 583446528 132844 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 142443 132844 1152 6655 0 132678 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 569772 KiB
Current children cumulated memory: 531376 KiB

[startup+3.10582 s]
/proc/loadavg: 7.13 7.85 6.96 5/266 114825
/proc/meminfo: memFree=127938268/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=577988 memory=539692 CPUtime=3.09 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 111453 0 0 0 290 19 0 0 20 0 1 0 139082304 591859712 134923 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 144497 134923 1152 6655 0 134732 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 577988 KiB
Current children cumulated memory: 539692 KiB

[startup+6.30016 s]
/proc/loadavg: 6.87 7.79 6.94 5/266 114825
/proc/meminfo: memFree=127938660/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=577988 memory=539692 CPUtime=6.27 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 111505 0 0 0 608 19 0 0 20 0 1 0 139082304 591859712 134923 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 144497 134923 1152 6655 0 134732 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 577988 KiB
Current children cumulated memory: 539692 KiB

[startup+12.7002 s]
/proc/loadavg: 6.72 7.74 6.93 6/270 114829
/proc/meminfo: memFree=126019584/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=1298272 memory=1149820 CPUtime=12.65 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 191969 0 0 0 1228 37 0 0 20 0 2 0 139082304 1329430528 287455 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 324568 287455 2784 6655 0 298451 0
[pid=114824/tid=114829] ppid=114821 vsize=1298272 memory=1031588 CPUtime=0 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) S 114821 114824 114460 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139083466 1329430528 287455 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1298272 KiB
Current children cumulated memory: 1149820 KiB

[startup+25.5002 s]
/proc/loadavg: 6.54 7.67 6.91 7/270 114830
/proc/meminfo: memFree=123935308/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=1777668 memory=1637236 CPUtime=32.57 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 370945 0 0 0 3177 80 0 0 20 0 2 0 139082304 1820332032 409309 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 444417 409309 3648 6655 0 434163 0
[pid=114824/tid=114829] ppid=114821 vsize=1777668 memory=1674700 CPUtime=7.15 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) R 114821 114824 114460 0 -1 4194368 12441 0 0 0 713 2 0 0 20 0 2 0 139083466 1820332032 409309 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 32.57 s
Current children cumulated vsize: 1777668 KiB
Current children cumulated memory: 1637236 KiB

[startup+51.1061 s]
/proc/loadavg: 6.80 7.62 6.92 8/270 114830
/proc/meminfo: memFree=121252140/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=2260928 memory=2058332 CPUtime=76.19 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 473319 0 0 0 7522 97 0 0 20 0 2 0 139082304 2315190272 514583 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 565232 514583 3712 6655 0 555331 0
[pid=114824/tid=114829] ppid=114821 vsize=2260928 memory=-7880352373819078524 CPUtime=25.28 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) R 114821 114824 114460 0 -1 4194368 29925 0 0 0 2521 7 0 0 20 0 2 0 139083466 2315190272 514583 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 76.19 s
Current children cumulated vsize: 2260928 KiB
Current children cumulated memory: 2058332 KiB

[startup+102.3 s]
/proc/loadavg: 7.40 7.65 6.97 9/270 114833
/proc/meminfo: memFree=120511292/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=2260928 memory=2058332 CPUtime=177.68 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 506936 0 0 0 17668 100 0 0 20 0 2 0 139082304 2315190272 514583 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 565232 514583 3712 6655 0 555331 0
[pid=114824/tid=114829] ppid=114821 vsize=2260928 memory=16128 CPUtime=75.8 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) R 114821 114824 114460 0 -1 4194368 47212 0 0 0 7571 9 0 0 20 0 2 0 139083466 2315190272 514583 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 177.68 s
Current children cumulated vsize: 2260928 KiB
Current children cumulated memory: 2058332 KiB

[startup+162.3 s]
/proc/loadavg: 7.57 7.67 7.02 9/269 114835
/proc/meminfo: memFree=119355444/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=2967788 memory=2628004 CPUtime=283.06 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 699184 0 0 0 28175 131 0 0 20 0 2 0 139082304 3039014912 657001 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 741947 657001 3744 6655 0 720101 0
[pid=114824/tid=114829] ppid=114821 vsize=2967788 memory=2058460 CPUtime=122.67 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) R 114821 114824 114460 0 -1 4194368 148126 0 0 0 12238 29 0 0 20 0 2 0 139083466 3039014912 657001 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 283.06 s
Current children cumulated vsize: 2967788 KiB
Current children cumulated memory: 2628004 KiB

[startup+222.3 s]
/proc/loadavg: 7.94 7.76 7.09 9/268 114838
/proc/meminfo: memFree=119107224/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=2967788 memory=2647812 CPUtime=402.05 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 720489 0 0 0 40071 134 0 0 20 0 2 0 139082304 3039014912 661953 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 741947 661953 3744 6655 0 720101 0
[pid=114824/tid=114829] ppid=114821 vsize=2967788 memory=2647812 CPUtime=182.4 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) R 114821 114824 114460 0 -1 4194368 153164 0 0 0 18211 29 0 0 20 0 2 0 139083466 3039014912 661953 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 402.05 s
Current children cumulated vsize: 2967788 KiB
Current children cumulated memory: 2647812 KiB

[startup+282.3 s]
/proc/loadavg: 8.02 7.82 7.16 9/268 114840
/proc/meminfo: memFree=119071368/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=2967788 memory=2647812 CPUtime=521.01 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 727357 0 0 0 51965 136 0 0 20 0 2 0 139082304 3039014912 661953 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 741947 661953 3744 6655 0 720101 0
[pid=114824/tid=114829] ppid=114821 vsize=2967788 memory=16128 CPUtime=242.11 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) R 114821 114824 114460 0 -1 4194368 158938 0 0 0 24181 30 0 0 20 0 2 0 139083466 3039014912 661953 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 521.01 s
Current children cumulated vsize: 2967788 KiB
Current children cumulated memory: 2647812 KiB

[startup+342.3 s]
/proc/loadavg: 8.07 7.87 7.22 9/268 114843
/proc/meminfo: memFree=119019988/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=2967788 memory=2647812 CPUtime=639.99 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 734306 0 0 0 63863 136 0 0 20 0 2 0 139082304 3039014912 661953 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 741947 661953 3744 6655 0 720101 0
[pid=114824/tid=114829] ppid=114821 vsize=2967788 memory=16128 CPUtime=301.86 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) R 114821 114824 114460 0 -1 4194368 165673 0 0 0 30155 31 0 0 20 0 2 0 139083466 3039014912 661953 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 639.99 s
Current children cumulated vsize: 2967788 KiB
Current children cumulated memory: 2647812 KiB


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

[pid=114824] ppid=114821 vsize=2656924 memory=2450344 CPUtime=3283.9 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 993329 0 0 0 328226 164 0 0 20 0 2 0 139082304 2720690176 612586 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 664231 612586 3744 6655 0 653593 0
[pid=114824/tid=114829] ppid=114821 vsize=2656924 memory=2651728 CPUtime=1582.1 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) S 114821 114824 114460 0 -1 4194368 291512 0 0 0 158166 44 0 0 20 0 2 0 139083466 2720690176 612586 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 3283.9 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2450344 KiB

[startup+1782.3 s]
/proc/loadavg: 7.24 7.80 7.83 8/268 114920
/proc/meminfo: memFree=117859736/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=2656924 memory=2479816 CPUtime=3343.64 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 1004601 0 0 0 334199 165 0 0 20 0 2 0 139082304 2720690176 619954 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 664231 619954 3808 6655 0 653593 0
[pid=114824/tid=114829] ppid=114821 vsize=2656924 memory=2479816 CPUtime=1582.1 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) S 114821 114824 114460 0 -1 4194368 291512 0 0 0 158166 44 0 0 20 0 2 0 139083466 2720690176 619954 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 3343.64 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2479816 KiB

[startup+1842.3 s]
/proc/loadavg: 6.89 7.61 7.76 5/267 115025
/proc/meminfo: memFree=123614036/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=2656924 memory=2479816 CPUtime=3403.4 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 1023363 0 0 0 340173 167 0 0 20 0 2 0 139082304 2720690176 619954 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 664231 619954 3808 6655 0 653593 0
[pid=114824/tid=114829] ppid=114821 vsize=2656924 memory=2479816 CPUtime=1582.1 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) S 114821 114824 114460 0 -1 4194368 291512 0 0 0 158166 44 0 0 20 0 2 0 139083466 2720690176 619954 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 3403.4 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2479816 KiB

[startup+1902.3 s]
/proc/loadavg: 6.38 7.32 7.65 7/268 115213
/proc/meminfo: memFree=125774252/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=2656924 memory=2479816 CPUtime=3463.19 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 1041525 0 0 0 346150 169 0 0 20 0 2 0 139082304 2720690176 619954 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 664231 619954 3808 6655 0 653593 0
[pid=114824/tid=114829] ppid=114821 vsize=2656924 memory=2479816 CPUtime=1582.1 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) S 114821 114824 114460 0 -1 4194368 291512 0 0 0 158166 44 0 0 20 0 2 0 139083466 2720690176 619954 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 3463.19 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2479816 KiB

[startup+1962.3 s]
/proc/loadavg: 6.36 7.15 7.57 7/271 115355
/proc/meminfo: memFree=125682468/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=2656924 memory=2479816 CPUtime=3522.97 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 1041753 0 0 0 352128 169 0 0 20 0 2 0 139082304 2720690176 619954 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 664231 619954 3808 6655 0 653593 0
[pid=114824/tid=114829] ppid=114821 vsize=2656924 memory=14156 CPUtime=1582.1 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) S 114821 114824 114460 0 -1 4194368 291512 0 0 0 158166 44 0 0 20 0 2 0 139083466 2720690176 619954 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 3522.97 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2479816 KiB

[startup+2022.3 s]
/proc/loadavg: 6.23 6.97 7.48 7/272 115358
/proc/meminfo: memFree=125595348/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=2656924 memory=2479816 CPUtime=3582.77 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 1044906 0 0 0 358108 169 0 0 20 0 2 0 139082304 2720690176 619954 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 664231 619954 3808 6655 0 653593 0
[pid=114824/tid=114829] ppid=114821 vsize=2656924 memory=14156 CPUtime=1582.1 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) S 114821 114824 114460 0 -1 4194368 291512 0 0 0 158166 44 0 0 20 0 2 0 139083466 2720690176 619954 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 3582.77 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2479816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2039.6 s]
/proc/loadavg: 6.18 6.92 7.46 7/272 115358
/proc/meminfo: memFree=125593088/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=2656924 memory=2479816 CPUtime=3600.01 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) R 114821 114824 114460 0 -1 4194304 1056869 0 0 0 359831 170 0 0 20 0 2 0 139082304 2720690176 619954 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 664231 619954 3808 6655 0 653593 0
[pid=114824/tid=114829] ppid=114821 vsize=2656924 memory=4624 CPUtime=1582.1 cores=1,3
/proc/114824/task/114829/stat : 114829 (LSIPExact) S 114821 114824 114460 0 -1 4194368 291512 0 0 0 158166 44 0 0 20 0 2 0 139083466 2720690176 619954 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2479816 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.51 s, system=1.79921 s

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

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

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

[startup+2040 s]*
/proc/loadavg: 6.18 6.92 7.46 6/272 115360
/proc/meminfo: memFree=126248612/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=1633032 memory=1573444 CPUtime=3600.25 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) S 114821 114824 114460 0 -1 4194304 1132603 228 0 0 359850 175 0 0 20 0 1 0 139082304 1672224768 393361 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 408258 393361 3840 6655 0 398358 0
[pid=115360] ppid=114824 vsize=248884 memory=226172 CPUtime=0.09 cores=1,3
/proc/115360/stat : 115360 (Exact) D 114824 115360 115360 0 -1 4194304 11010 0 0 0 4 5 0 0 20 0 1 0 139286290 254857216 56543 18446744073709551615 4198400 8335837 140726301402304 0 0 0 0 0 8404994 1 0 0 17 3 0 0 0 0 0 9148648 9230840 46301184 140726301411506 140726301411867 140726301411867 140726301417423 0
/proc/115360/statm: 62221 56543 896 1011 0 60988 0
Current children cumulated CPU time: 3600.34 s
Current children cumulated vsize: 1881916 KiB
Current children cumulated memory: 1799616 KiB

[startup+2040.8 s]
/proc/loadavg: 6.18 6.92 7.46 6/272 115360
/proc/meminfo: memFree=126248612/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=1633032 memory=1573444 CPUtime=3600.25 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) S 114821 114824 114460 0 -1 4194304 1132603 228 0 0 359850 175 0 0 20 0 1 0 139082304 1672224768 393361 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 408258 393361 3840 6655 0 398358 0
[pid=115360] ppid=114824 vsize=560732 memory=537032 CPUtime=0.86 cores=1,3
/proc/115360/stat : 115360 (Exact) R 114824 115360 115360 0 -1 4194304 68636 0 0 0 71 15 0 0 20 0 1 0 139286290 574189568 134258 18446744073709551615 4198400 8335837 140726301402304 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 9148648 9230840 46301184 140726301411506 140726301411867 140726301411867 140726301417423 0
/proc/115360/statm: 140183 134258 960 1011 0 138950 0
Current children cumulated CPU time: 3601.11 s
Current children cumulated vsize: 2193764 KiB
Current children cumulated memory: 2110476 KiB

[startup+2041.2 s]
/proc/loadavg: 6.25 6.92 7.45 7/272 115360
/proc/meminfo: memFree=125909332/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=1633032 memory=1573444 CPUtime=3600.25 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) S 114821 114824 114460 0 -1 4194304 1132603 228 0 0 359850 175 0 0 20 0 1 0 139082304 1672224768 393361 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 408258 393361 3840 6655 0 398358 0
[pid=115360] ppid=114824 vsize=567132 memory=551612 CPUtime=1.26 cores=1,3
/proc/115360/stat : 115360 (Exact) R 114824 115360 115360 0 -1 4194304 70250 0 0 0 110 16 0 0 20 0 1 0 139286290 580743168 137903 18446744073709551615 4198400 8335837 140726301402304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46301184 140726301411506 140726301411867 140726301411867 140726301417423 0
/proc/115360/statm: 141783 137903 960 1011 0 140550 0
Current children cumulated CPU time: 3601.51 s
Current children cumulated vsize: 2200164 KiB
Current children cumulated memory: 2125056 KiB

[startup+2041.6 s]
/proc/loadavg: 6.25 6.92 7.45 7/272 115360
/proc/meminfo: memFree=125909332/131249996 swapFree=33000896/33010684
[pid=114824] ppid=114821 vsize=1633032 memory=1573444 CPUtime=3600.25 cores=1,3
/proc/114824/stat : 114824 (LSIPExact) S 114821 114824 114460 0 -1 4194304 1132603 228 0 0 359850 175 0 0 20 0 1 0 139082304 1672224768 393361 18446744073709551615 94248991911936 94249019169105 140730143617904 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94249027671176 94249028102784 94249053237248 140730143623512 140730143623688 140730143623688 140730143629292 0
/proc/114824/statm: 408258 393361 3840 6655 0 398358 0
[pid=115360] ppid=114824 vsize=627620 memory=598728 CPUtime=1.65 cores=1,3
/proc/115360/stat : 115360 (Exact) R 114824 115360 115360 0 -1 4194304 75600 0 0 0 147 18 0 0 20 0 1 0 139286290 642682880 149682 18446744073709551615 4198400 8335837 140726301402304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46301184 140726301411506 140726301411867 140726301411867 140726301417423 0
/proc/115360/statm: 156905 149682 960 1011 0 155672 0
Current children cumulated CPU time: 3601.9 s
Current children cumulated vsize: 2260652 KiB
Current children cumulated memory: 2172172 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2041.65
CPU time (s): 3601.98
CPU user time (s): 3599.99
CPU system time (s): 1.99624
CPU usage (%): 176.425
Max. virtual memory (cumulated for all children) (KiB): 2967788
Max. memory (cumulated for all children) (KiB): 2651728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.99
system time used= 1.99624
maximum resident set size= 2651728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1208431
page faults= 0
swaps= 0
block input operations= 62504
block output operations= 7536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 558
involuntary context switches= 105456


# summary of solver processes directly reported to runsolver:
#   pid: 114824,115360
#   total CPU time (s): 3601.98
#   total CPU user time (s): 3599.99
#   total CPU system time (s): 1.99624

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.29705 second user time and 10.5353 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-11 13:40:44
IDJOB=4527568
IDBENCH=157779
IDSOLVER=3384
FILE ID=nodeC023/4527568-1752234044
RUNJOBID= nodeC023-1752232205-114479
SLURM_JOB_ID= 9682534
Free space on /tmp= 431656 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX180_K192_cod1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527568-1752234044/watcher-4527568-1752234044 -o /tmp/evaluation-result-4527568-1752234044/solver-4527568-1752234044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752232205-114479 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527568-1752234044.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 00fa528bfee1582f0c8a78997b3aaa78
RANDOM SEED=1287912451

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128369456 kB
MemAvailable:   128573172 kB
Buffers:              16 kB
Cached:           944812 kB
SwapCached:         2860 kB
Active:          1246964 kB
Inactive:         781376 kB
Active(anon):    1043380 kB
Inactive(anon):    52756 kB
Active(file):     203584 kB
Inactive(file):   728620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            263940 kB
Writeback:             0 kB
AnonPages:       1083884 kB
Mapped:           108728 kB
Shmem:             12612 kB
KReclaimable:     221504 kB
Slab:             314196 kB
SReclaimable:     221504 kB
SUnreclaim:        92692 kB
KernelStack:        4288 kB
PageTables:         5184 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1420060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

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