Trace number 4508123

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.08 1837.61

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug6.5.opb
MD5SUM83ba36613360d6ce9be489830858dbc7
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 benchmark43
Best CPU time to get the best result obtained on this benchmark5362.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27555
Number of constraints which are cardinality constraints (but not clauses)245
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508123-1751501981/watcher-4508123-1751501981 -o /tmp/evaluation-result-4508123-1751501981/solver-4508123-1751501981 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751500320-69281 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4508123-1751501981.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=69706, runsolver pid=69703

[startup+0.100069 s]*
/proc/loadavg: 7.75 7.94 7.00 8/254 69707
/proc/meminfo: memFree=126893564/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=62372 memory=27776 CPUtime=0.09 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 5937 0 0 0 8 1 0 0 20 0 1 0 65876831 63868928 6944 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 15593 6944 1152 6655 0 5828 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 62372 KiB
Current children cumulated memory: 27776 KiB

[startup+0.207226 s]*
/proc/loadavg: 7.75 7.94 7.00 8/254 69707
/proc/meminfo: memFree=126892808/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=62372 memory=27776 CPUtime=0.2 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 5946 0 0 0 19 1 0 0 20 0 1 0 65876831 63868928 6944 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 15593 6944 1152 6655 0 5828 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 62372 KiB
Current children cumulated memory: 27776 KiB

[startup+0.307169 s]*
/proc/loadavg: 7.75 7.94 7.00 8/254 69707
/proc/meminfo: memFree=126891800/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=62372 memory=27776 CPUtime=0.29 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 5946 0 0 0 28 1 0 0 20 0 1 0 65876831 63868928 6944 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 15593 6944 1152 6655 0 5828 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 62372 KiB
Current children cumulated memory: 27776 KiB

[startup+0.700304 s]
/proc/loadavg: 7.75 7.94 7.00 8/254 69707
/proc/meminfo: memFree=126890260/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=62372 memory=27776 CPUtime=0.68 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 5954 0 0 0 67 1 0 0 20 0 1 0 65876831 63868928 6944 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 15593 6944 1152 6655 0 5828 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 62372 KiB
Current children cumulated memory: 27776 KiB

[startup+1.5003 s]
/proc/loadavg: 7.75 7.94 7.00 8/254 69707
/proc/meminfo: memFree=126886228/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=62372 memory=27776 CPUtime=1.48 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 5954 0 0 0 147 1 0 0 20 0 1 0 65876831 63868928 6944 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 15593 6944 1152 6655 0 5828 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 62372 KiB
Current children cumulated memory: 27776 KiB

[startup+3.11316 s]
/proc/loadavg: 7.75 7.94 7.00 8/254 69707
/proc/meminfo: memFree=126876184/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=62372 memory=27776 CPUtime=3.08 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 5954 0 0 0 307 1 0 0 20 0 1 0 65876831 63868928 6944 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 15593 6944 1152 6655 0 5828 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 62372 KiB
Current children cumulated memory: 27776 KiB

[startup+6.30029 s]
/proc/loadavg: 7.69 7.93 7.00 8/254 69707
/proc/meminfo: memFree=126856088/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=62372 memory=27776 CPUtime=6.26 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 5954 0 0 0 625 1 0 0 20 0 1 0 65876831 63868928 6944 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 15593 6944 1152 6655 0 5828 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 62372 KiB
Current children cumulated memory: 27776 KiB

[startup+12.7002 s]
/proc/loadavg: 7.64 7.91 7.00 9/255 69708
/proc/meminfo: memFree=126705148/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=220860 memory=177248 CPUtime=14.75 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 40977 0 0 0 1466 9 0 0 20 0 2 0 65876831 226160640 44312 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 55215 44312 3328 6655 0 45431 0
[pid=69706/tid=69708] ppid=69703 vsize=220860 memory=177120 CPUtime=2.13 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 15433 0 0 0 209 4 0 0 20 0 2 0 65877837 226160640 44312 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 14.75 s
Current children cumulated vsize: 220860 KiB
Current children cumulated memory: 177248 KiB

[startup+25.5002 s]
/proc/loadavg: 7.80 7.93 7.02 9/255 69709
/proc/meminfo: memFree=126647440/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=271632 memory=213988 CPUtime=40.09 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 101092 0 0 0 3994 15 0 0 20 0 2 0 65876831 278151168 53497 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 67908 53497 3424 6655 0 58124 0
[pid=69706/tid=69708] ppid=69703 vsize=271632 memory=213988 CPUtime=14.74 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 33553 0 0 0 1468 6 0 0 20 0 2 0 65877837 278151168 53497 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 40.09 s
Current children cumulated vsize: 271632 KiB
Current children cumulated memory: 213988 KiB

[startup+51.1054 s]
/proc/loadavg: 7.87 7.94 7.05 9/255 69709
/proc/meminfo: memFree=126583076/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=271632 memory=214244 CPUtime=90.83 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 107008 0 0 0 9067 16 0 0 20 0 2 0 65876831 278151168 53561 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 67908 53561 3424 6655 0 58124 0
[pid=69706/tid=69708] ppid=69703 vsize=271632 memory=214116 CPUtime=40.01 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 37075 0 0 0 3994 7 0 0 20 0 2 0 65877837 278151168 53561 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 90.83 s
Current children cumulated vsize: 271632 KiB
Current children cumulated memory: 214244 KiB

[startup+102.3 s]
/proc/loadavg: 7.94 7.95 7.10 9/256 69712
/proc/meminfo: memFree=126464568/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=281632 memory=225088 CPUtime=192.35 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 141876 0 0 0 19215 20 0 0 20 0 2 0 65876831 288391168 56272 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 70408 56272 3424 6655 0 60624 0
[pid=69706/tid=69708] ppid=69703 vsize=281632 memory=225088 CPUtime=90.58 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 47479 0 0 0 9050 8 0 0 20 0 2 0 65877837 288391168 56272 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 192.35 s
Current children cumulated vsize: 281632 KiB
Current children cumulated memory: 225088 KiB

[startup+162.3 s]
/proc/loadavg: 7.71 7.90 7.14 8/255 69718
/proc/meminfo: memFree=126361944/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=283048 memory=226112 CPUtime=311.38 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 187835 0 0 0 31114 24 0 0 20 0 2 0 65876831 289841152 56528 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 70762 56528 3424 6655 0 60978 0
[pid=69706/tid=69708] ppid=69703 vsize=283048 memory=225984 CPUtime=149.87 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 69629 0 0 0 14977 10 0 0 20 0 2 0 65877837 289841152 56528 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 311.38 s
Current children cumulated vsize: 283048 KiB
Current children cumulated memory: 226112 KiB

[startup+222.3 s]
/proc/loadavg: 7.51 7.77 7.14 7/254 69860
/proc/meminfo: memFree=128748464/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=283048 memory=234048 CPUtime=430.33 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 218372 0 0 0 43005 28 0 0 20 0 2 0 65876831 289841152 58512 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 70762 58512 3424 6655 0 60978 0
[pid=69706/tid=69708] ppid=69703 vsize=283048 memory=231488 CPUtime=209.11 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 83109 0 0 0 20898 13 0 0 20 0 2 0 65877837 289841152 58512 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 430.33 s
Current children cumulated vsize: 283048 KiB
Current children cumulated memory: 234048 KiB

[startup+282.3 s]
/proc/loadavg: 6.70 7.50 7.08 7/253 70366
/proc/meminfo: memFree=128945268/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=283048 memory=250304 CPUtime=549.22 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 245278 0 0 0 54891 31 0 0 20 0 2 0 65876831 289841152 62576 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 70762 62576 3424 6655 0 60978 0
[pid=69706/tid=69708] ppid=69703 vsize=283048 memory=16624 CPUtime=268.33 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 98161 0 0 0 26818 15 0 0 20 0 2 0 65877837 289841152 62576 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 549.22 s
Current children cumulated vsize: 283048 KiB
Current children cumulated memory: 250304 KiB

[startup+342.3 s]
/proc/loadavg: 7.13 7.45 7.09 9/256 70416
/proc/meminfo: memFree=125480004/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=348584 memory=279892 CPUtime=668.11 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 258871 0 0 0 66777 34 0 0 20 0 2 0 65876831 356950016 69973 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 87146 69973 3424 6655 0 68242 0
[pid=69706/tid=69708] ppid=69703 vsize=348584 memory=257620 CPUtime=327.52 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 109024 0 0 0 32734 18 0 0 20 0 2 0 65877837 356950016 69973 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 668.11 s
Current children cumulated vsize: 348584 KiB
Current children cumulated memory: 279892 KiB

[startup+402.3 s]

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

/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 149419 0 0 0 130716 26 0 0 20 0 2 0 65877837 478519296 108736 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 2662.82 s
Current children cumulated vsize: 467304 KiB
Current children cumulated memory: 434944 KiB

[startup+1422.3 s]
/proc/loadavg: 8.10 7.99 7.75 10/253 70559
/proc/meminfo: memFree=124376400/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=467304 memory=434944 CPUtime=2781.69 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 350364 0 0 0 278120 49 0 0 20 0 2 0 65876831 478519296 108736 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 116826 108736 3424 6655 0 106958 0
[pid=69706/tid=69708] ppid=69703 vsize=467304 memory=18432 CPUtime=1366.62 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 149677 0 0 0 136636 26 0 0 20 0 2 0 65877837 478519296 108736 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 2781.69 s
Current children cumulated vsize: 467304 KiB
Current children cumulated memory: 434944 KiB

[startup+1482.3 s]
/proc/loadavg: 8.08 8.00 7.78 10/253 70561
/proc/meminfo: memFree=124373184/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=467304 memory=434944 CPUtime=2900.48 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 352316 0 0 0 289999 49 0 0 20 0 2 0 65876831 478519296 108736 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 116826 108736 3424 6655 0 106958 0
[pid=69706/tid=69708] ppid=69703 vsize=467304 memory=434944 CPUtime=1425.77 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 149679 0 0 0 142551 26 0 0 20 0 2 0 65877837 478519296 108736 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 2900.48 s
Current children cumulated vsize: 467304 KiB
Current children cumulated memory: 434944 KiB

[startup+1542.3 s]
/proc/loadavg: 8.13 8.03 7.80 9/253 70563
/proc/meminfo: memFree=124043368/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=478152 memory=445180 CPUtime=3019.35 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 424385 0 0 0 301870 65 0 0 20 0 2 0 65876831 489627648 111295 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 119538 111295 3424 6655 0 109670 0
[pid=69706/tid=69708] ppid=69703 vsize=478152 memory=16624 CPUtime=1484.97 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 150028 0 0 0 148471 26 0 0 20 0 2 0 65877837 489627648 111295 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 3019.35 s
Current children cumulated vsize: 478152 KiB
Current children cumulated memory: 445180 KiB

[startup+1602.3 s]
/proc/loadavg: 8.04 8.02 7.82 10/253 70565
/proc/meminfo: memFree=124268788/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=567684 memory=534920 CPUtime=3138.2 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 719722 0 0 0 313687 133 0 0 20 0 2 0 65876831 581308416 133730 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 141921 133730 3424 6655 0 132053 0
[pid=69706/tid=69708] ppid=69703 vsize=567684 memory=441976 CPUtime=1544.17 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 151100 0 0 0 154391 26 0 0 20 0 2 0 65877837 581308416 133730 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 3138.2 s
Current children cumulated vsize: 567684 KiB
Current children cumulated memory: 534920 KiB

[startup+1662.3 s]
/proc/loadavg: 8.12 8.05 7.84 9/254 70570
/proc/meminfo: memFree=124229636/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=595812 memory=562800 CPUtime=3256.97 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 736218 0 0 0 325562 135 0 0 20 0 2 0 65876831 610111488 140700 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 148953 140700 3424 6655 0 139085 0
[pid=69706/tid=69708] ppid=69703 vsize=595812 memory=441976 CPUtime=1603.29 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 152766 0 0 0 160303 26 0 0 20 0 2 0 65877837 610111488 140700 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 3256.97 s
Current children cumulated vsize: 595812 KiB
Current children cumulated memory: 562800 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 8.05 7.86 10/254 70572
/proc/meminfo: memFree=124203428/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=598188 memory=562512 CPUtime=3375.75 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 786285 0 0 0 337428 147 0 0 20 0 2 0 65876831 612544512 140628 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 149547 140628 3424 6655 0 139679 0
[pid=69706/tid=69708] ppid=69703 vsize=598188 memory=441976 CPUtime=1662.42 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 155549 0 0 0 166216 26 0 0 20 0 2 0 65877837 612544512 140628 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 3375.75 s
Current children cumulated vsize: 598188 KiB
Current children cumulated memory: 562512 KiB

[startup+1782.3 s]
/proc/loadavg: 8.08 8.06 7.88 10/254 70574
/proc/meminfo: memFree=124268872/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=603488 memory=570732 CPUtime=3494.57 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 851681 0 0 0 349296 161 0 0 20 0 2 0 65876831 617971712 142683 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 150872 142683 3424 6655 0 141004 0
[pid=69706/tid=69708] ppid=69703 vsize=603488 memory=570732 CPUtime=1721.58 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 163492 0 0 0 172131 27 0 0 20 0 2 0 65877837 617971712 142683 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 3494.57 s
Current children cumulated vsize: 603488 KiB
Current children cumulated memory: 570732 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1835.6 s]
/proc/loadavg: 8.10 8.06 7.89 9/254 70576
/proc/meminfo: memFree=124256460/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=623684 memory=591060 CPUtime=3600.09 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) R 69703 69706 69270 0 -1 4194304 864649 0 0 0 359846 163 0 0 20 0 2 0 65876831 638652416 147765 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 155921 147765 3424 6655 0 146053 0
[pid=69706/tid=69708] ppid=69703 vsize=623684 memory=26244 CPUtime=1774.11 cores=4,6
/proc/69706/task/69708/stat : 69708 (LSIPExact) R 69703 69706 69270 0 -1 4194368 167869 0 0 0 177383 28 0 0 20 0 2 0 65877837 638652416 147765 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 623684 KiB
Current children cumulated memory: 591060 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3600.39 s, system=1.69421 s

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

[startup+1836.8 s]
/proc/loadavg: 8.10 8.06 7.89 8/254 70578
/proc/meminfo: memFree=124502948/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=349644 memory=286832 CPUtime=3600.15 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) S 69703 69706 69270 0 -1 4194304 870011 228 0 0 359850 165 0 0 20 0 1 0 65876831 358035456 71708 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 87411 71708 3456 6655 0 77642 0
[pid=70578] ppid=69706 vsize=71216 memory=50568 CPUtime=1.1 cores=4,6
/proc/70578/stat : 70578 (Exact) R 69706 70578 70578 0 -1 4194304 11121 0 0 0 107 3 0 0 20 0 1 0 66060398 72925184 12642 18446744073709551615 4198400 8335837 140735228659776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22667264 140735228668084 140735228668445 140735228668445 140735228673999 0
/proc/70578/statm: 17804 12642 1120 1011 0 16571 0
Current children cumulated CPU time: 3601.25 s
Current children cumulated vsize: 420860 KiB
Current children cumulated memory: 337400 KiB

[startup+1837.2 s]
/proc/loadavg: 8.10 8.06 7.89 9/254 70578
/proc/meminfo: memFree=124502448/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=349644 memory=286832 CPUtime=3600.15 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) S 69703 69706 69270 0 -1 4194304 870011 228 0 0 359850 165 0 0 20 0 1 0 65876831 358035456 71708 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 87411 71708 3456 6655 0 77642 0
[pid=70578] ppid=69706 vsize=71368 memory=50824 CPUtime=1.5 cores=4,6
/proc/70578/stat : 70578 (Exact) R 69706 70578 70578 0 -1 4194304 11179 0 0 0 147 3 0 0 20 0 1 0 66060398 73080832 12706 18446744073709551615 4198400 8335837 140735228659776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22667264 140735228668084 140735228668445 140735228668445 140735228673999 0
/proc/70578/statm: 17842 12706 1120 1011 0 16609 0
Current children cumulated CPU time: 3601.65 s
Current children cumulated vsize: 421012 KiB
Current children cumulated memory: 337656 KiB

[startup+1837.6 s]
/proc/loadavg: 8.10 8.06 7.89 9/254 70578
/proc/meminfo: memFree=124502448/131382120 swapFree=33010416/33010684
[pid=69706] ppid=69703 vsize=349644 memory=286832 CPUtime=3600.15 cores=4,6
/proc/69706/stat : 69706 (LSIPExact) S 69703 69706 69270 0 -1 4194304 870011 228 0 0 359850 165 0 0 20 0 1 0 65876831 358035456 71708 18446744073709551615 93826396319744 93826423576145 140723547547920 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93826432078984 93826432510592 93826439684096 140723547556186 140723547556362 140723547556362 140723547561964 0
/proc/69706/statm: 87411 71708 3456 6655 0 77642 0
[pid=70578] ppid=69706 vsize=71800 memory=53152 CPUtime=1.9 cores=4,6
/proc/70578/stat : 70578 (Exact) R 69706 70578 70578 0 -1 4194304 11258 0 0 0 187 3 0 0 20 0 1 0 66060398 73523200 13288 18446744073709551615 4198400 8335837 140735228659776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22667264 140735228668084 140735228668445 140735228668445 140735228673999 0
/proc/70578/statm: 17950 13288 1120 1011 0 16717 0
Current children cumulated CPU time: 3602.05 s
Current children cumulated vsize: 421444 KiB
Current children cumulated memory: 339984 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1837.61
CPU time (s): 3602.08
CPU user time (s): 3600.39
CPU system time (s): 1.69421
CPU usage (%): 196.02
Max. virtual memory (cumulated for all children) (KiB): 623684
Max. memory (cumulated for all children) (KiB): 591060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.39
system time used= 1.69421
maximum resident set size= 591060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 881497
page faults= 0
swaps= 0
block input operations= 2240
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 540
involuntary context switches= 66083


# summary of solver processes directly reported to runsolver:
#   pid: 69706
#   total CPU time (s): 3602.08
#   total CPU user time (s): 3600.39
#   total CPU system time (s): 1.69421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.75265 second user time and 9.3531 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-03 02:19:42
IDJOB=4508123
IDBENCH=158395
IDSOLVER=3336
FILE ID=nodeC003/4508123-1751501981
RUNJOBID= nodeC003-1751500320-69281
SLURM_JOB_ID= 9598582
Free space on /tmp= 431868 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug6.5.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508123-1751501981/watcher-4508123-1751501981 -o /tmp/evaluation-result-4508123-1751501981/solver-4508123-1751501981 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751500320-69281 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4508123-1751501981.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 83ba36613360d6ce9be489830858dbc7
RANDOM SEED=1418989891

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        126901328 kB
MemAvailable:   127045556 kB
Buffers:            2736 kB
Cached:           941896 kB
SwapCached:           36 kB
Active:          3397480 kB
Inactive:         449864 kB
Active(anon):    2913028 kB
Inactive(anon):     7608 kB
Active(file):     484452 kB
Inactive(file):   442256 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45756 kB
Writeback:            44 kB
AnonPages:       2905704 kB
Mapped:           140320 kB
Shmem:             17924 kB
KReclaimable:     114292 kB
Slab:             199968 kB
SReclaimable:     114292 kB
SUnreclaim:        85676 kB
KernelStack:        4096 kB
PageTables:         8780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    3268528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1669120 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431816 MiB
End job on nodeC003 at 2025-07-03 02:50:19