Trace number 4527623

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.04 1838.91

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-jun5.5.opb
MD5SUM5d17a5a2908f0ead03acb71ed633b69a
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 benchmark145
Best CPU time to get the best result obtained on this benchmark22.4114
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26656
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
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 670
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.07/1836.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.07/1836.80	c numVar: 9324
3600.07/1836.80	c numCon: 28660
3600.07/1836.80	c numEqual: 0
3600.07/1836.80	c intSize: 10
3600.07/1836.80	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.07/1836.80	c ------------------- Paras list -------------------
3600.07/1836.80	c Name                	 Type      	 Now       	 Default   	 Comment
3600.07/1836.80	c timeout             	 double    	 3600.000000	 3600      	 
3600.07/1836.80	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.07/1836.80	c ls_time             	 double    	 10.000000 	 10        	 
3600.07/1836.80	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.07/1836.80	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.07/1836.80	c random_seed         	 int       	 0         	 0         	 
3600.07/1836.80	c sample_size         	 int       	 50        	 50        	 
3600.07/1836.80	c sub_score           	 int       	 1         	 1         	 
3600.07/1836.80	c tabu_base           	 int       	 3         	 3         	 
3600.07/1836.80	c tabu_variation      	 int       	 1         	 1         	 
3600.07/1836.80	c sub_div             	 int       	 4         	 4         	 
3600.07/1836.80	c nbcore              	 int       	 2         	 1         	 
3600.07/1836.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.07/1836.80	c print_sol           	 int       	 1         	 1         	 
3600.07/1836.80	c tmpdir              	 string		 .         	 "."       	 
3600.07/1836.80	c home                	 string		 HOME	 "."       	 
3600.07/1836.80	c benchname           	 string		 HOME/instance-4527623-1752234185.opb	 ""        	 
3600.07/1836.80	c --------------------------------------------------
3600.07/1836.80	c Local Search solver
3600.07/1836.80	c LS find feasible solution for PBO with objective value 145
3600.07/1836.80	c MIP solver
3600.07/1836.80	c receive signal 15, try to interrupt solver...
3600.07/1836.81	c MIP solver find feasible solution
3600.07/1836.82	c MIP solver objective value: 145
3600.28/1837.05	c MIP find feasible solution for PBO with objective value 145
3600.28/1837.05	c copy file: 0
3600.28/1837.05	c gen ub file: HOME/instance-4527623-1752234185.opb_ub.opb
3600.28/1837.05	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: 63794 MiB (58544 MiB free)
  memory of node 1: 64507 MiB (60062 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=112364, runsolver pid=112361

[startup+0.100072 s]*
/proc/loadavg: 7.86 7.97 7.10 8/255 112365
/proc/meminfo: memFree=121426652/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=60740 memory=26112 CPUtime=0.09 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 5533 0 0 0 8 1 0 0 20 0 1 0 139097374 62197760 6528 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 15185 6528 1152 6655 0 5420 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 60740 KiB
Current children cumulated memory: 26112 KiB

[startup+0.213593 s]*
/proc/loadavg: 7.86 7.97 7.10 8/255 112365
/proc/meminfo: memFree=121424636/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=61664 memory=27008 CPUtime=0.21 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 5765 0 0 0 19 2 0 0 20 0 1 0 139097374 63143936 6752 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 15416 6752 1152 6655 0 5651 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27008 KiB

[startup+0.313334 s]*
/proc/loadavg: 7.86 7.97 7.10 8/255 112365
/proc/meminfo: memFree=121424636/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=61664 memory=27008 CPUtime=0.31 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 5768 0 0 0 29 2 0 0 20 0 1 0 139097374 63143936 6752 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 15416 6752 1152 6655 0 5651 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27008 KiB

[startup+0.700339 s]
/proc/loadavg: 7.86 7.97 7.10 8/255 112365
/proc/meminfo: memFree=121424636/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=61664 memory=27008 CPUtime=0.68 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 5768 0 0 0 66 2 0 0 20 0 1 0 139097374 63143936 6752 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 15416 6752 1152 6655 0 5651 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27008 KiB

[startup+1.50035 s]
/proc/loadavg: 7.86 7.97 7.10 8/255 112365
/proc/meminfo: memFree=121420604/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=61664 memory=27008 CPUtime=1.48 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 5777 0 0 0 146 2 0 0 20 0 1 0 139097374 63143936 6752 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 15416 6752 1152 6655 0 5651 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27008 KiB

[startup+3.11353 s]
/proc/loadavg: 7.86 7.97 7.10 8/255 112365
/proc/meminfo: memFree=121405232/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=61664 memory=27008 CPUtime=3.08 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 5777 0 0 0 306 2 0 0 20 0 1 0 139097374 63143936 6752 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 15416 6752 1152 6655 0 5651 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27008 KiB

[startup+6.30035 s]
/proc/loadavg: 7.79 7.95 7.10 8/255 112365
/proc/meminfo: memFree=121394412/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=61664 memory=27008 CPUtime=6.26 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 5777 0 0 0 624 2 0 0 20 0 1 0 139097374 63143936 6752 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 15416 6752 1152 6655 0 5651 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27008 KiB

[startup+12.7003 s]
/proc/loadavg: 7.73 7.94 7.10 9/256 112366
/proc/meminfo: memFree=121235840/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=217172 memory=170512 CPUtime=14.64 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 38780 0 0 0 1455 9 0 0 20 0 2 0 139097374 222384128 42628 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 54293 42628 3296 6655 0 42621 0
[pid=112364/tid=112366] ppid=112361 vsize=217172 memory=170384 CPUtime=2.02 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 14026 0 0 0 199 3 0 0 20 0 2 0 139098382 222384128 42628 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 14.64 s
Current children cumulated vsize: 217172 KiB
Current children cumulated memory: 170512 KiB

[startup+25.5003 s]
/proc/loadavg: 7.86 7.96 7.12 9/256 112366
/proc/meminfo: memFree=121114572/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=262176 memory=218584 CPUtime=39.96 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 85177 0 0 0 3982 14 0 0 20 0 2 0 139097374 268468224 54646 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 65544 54646 3360 6655 0 54661 0
[pid=112364/tid=112366] ppid=112361 vsize=262176 memory=218584 CPUtime=14.64 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 30472 0 0 0 1458 6 0 0 20 0 2 0 139098382 268468224 54646 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 39.96 s
Current children cumulated vsize: 262176 KiB
Current children cumulated memory: 218584 KiB

[startup+51.1057 s]
/proc/loadavg: 7.91 7.96 7.15 9/256 112366
/proc/meminfo: memFree=120966432/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=262176 memory=222808 CPUtime=90.63 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 113292 0 0 0 9044 19 0 0 20 0 2 0 139097374 268468224 55702 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 65544 55702 3360 6655 0 54661 0
[pid=112364/tid=112366] ppid=112361 vsize=262176 memory=222808 CPUtime=39.87 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 41653 0 0 0 3979 8 0 0 20 0 2 0 139098382 268468224 55702 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 90.63 s
Current children cumulated vsize: 262176 KiB
Current children cumulated memory: 222808 KiB

[startup+102.3 s]
/proc/loadavg: 8.00 7.99 7.20 9/256 112369
/proc/meminfo: memFree=120658304/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=262176 memory=223448 CPUtime=192.07 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 135748 0 0 0 19183 24 0 0 20 0 2 0 139097374 268468224 55862 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 65544 55862 3360 6655 0 54661 0
[pid=112364/tid=112366] ppid=112361 vsize=262176 memory=223448 CPUtime=90.43 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 52319 0 0 0 9031 12 0 0 20 0 2 0 139098382 268468224 55862 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 192.07 s
Current children cumulated vsize: 262176 KiB
Current children cumulated memory: 223448 KiB

[startup+162.3 s]
/proc/loadavg: 8.06 8.01 7.26 9/256 112371
/proc/meminfo: memFree=120127124/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=474140 memory=404748 CPUtime=310.92 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 220728 0 0 0 31051 41 0 0 20 0 2 0 139097374 485519360 101187 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 118535 101187 3360 6655 0 99734 0
[pid=112364/tid=112366] ppid=112361 vsize=474140 memory=247164 CPUtime=149.64 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 99557 0 0 0 14943 21 0 0 20 0 2 0 139098382 485519360 101187 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 310.92 s
Current children cumulated vsize: 474140 KiB
Current children cumulated memory: 404748 KiB

[startup+222.3 s]
/proc/loadavg: 8.24 8.08 7.33 8/256 112374
/proc/meminfo: memFree=119544208/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=717396 memory=648060 CPUtime=419.5 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 324349 0 0 0 41885 65 0 0 20 0 2 0 139097374 734613504 162015 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 179349 162015 3360 6655 0 169536 0
[pid=112364/tid=112366] ppid=112361 vsize=717396 memory=729288 CPUtime=201.41 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) S 112361 112364 111409 0 -1 4194368 149590 0 0 0 20107 34 0 0 20 0 2 0 139098382 734613504 162015 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 419.5 s
Current children cumulated vsize: 717396 KiB
Current children cumulated memory: 648060 KiB

[startup+282.3 s]
/proc/loadavg: 8.17 8.08 7.38 9/255 112376
/proc/meminfo: memFree=119218784/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=717396 memory=618904 CPUtime=533.12 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 333820 0 0 0 53244 68 0 0 20 0 2 0 139097374 734613504 154726 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 179349 154726 3360 6655 0 169536 0
[pid=112364/tid=112366] ppid=112361 vsize=717396 memory=14720 CPUtime=255.75 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 155712 0 0 0 25541 34 0 0 20 0 2 0 139098382 734613504 154726 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 533.12 s
Current children cumulated vsize: 717396 KiB
Current children cumulated memory: 618904 KiB

[startup+342.3 s]
/proc/loadavg: 8.06 8.06 7.42 9/254 112378
/proc/meminfo: memFree=118867592/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=717396 memory=618904 CPUtime=652.04 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 362026 0 0 0 65132 72 0 0 20 0 2 0 139097374 734613504 154726 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 179349 154726 3360 6655 0 169536 0
[pid=112364/tid=112366] ppid=112361 vsize=717396 memory=648060 CPUtime=315.41 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 166325 0 0 0 31506 35 0 0 20 0 2 0 139098382 734613504 154726 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 652.04 s
Current children cumulated vsize: 717396 KiB
Current children cumulated memory: 618904 KiB

[startup+402.3 s]

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

/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 1436567 0 0 0 265563 301 0 0 20 0 2 0 139097374 2800734208 672669 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 683773 672669 3360 6655 0 671904 0
[pid=112364/tid=112366] ppid=112361 vsize=2735092 memory=2615004 CPUtime=1317.04 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 697841 0 0 0 131568 136 0 0 20 0 2 0 139098382 2800734208 672669 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 2658.64 s
Current children cumulated vsize: 2735092 KiB
Current children cumulated memory: 2690676 KiB

[startup+1422.3 s]
/proc/loadavg: 7.95 7.49 7.41 9/255 112537
/proc/meminfo: memFree=121873772/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=2842828 memory=2768756 CPUtime=2777.59 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 1476040 0 0 0 277446 313 0 0 20 0 2 0 139097374 2911055872 692189 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 710707 692189 3360 6655 0 691409 0
[pid=112364/tid=112366] ppid=112361 vsize=2842828 memory=2615004 CPUtime=1376.71 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 717373 0 0 0 137531 140 0 0 20 0 2 0 139098382 2911055872 692189 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 2777.59 s
Current children cumulated vsize: 2842828 KiB
Current children cumulated memory: 2768756 KiB

[startup+1482.3 s]
/proc/loadavg: 7.19 7.38 7.38 8/255 112585
/proc/meminfo: memFree=121710972/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=2963572 memory=2884188 CPUtime=2896.6 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 1545738 0 0 0 289330 330 0 0 20 0 2 0 139097374 3034697728 721047 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 740893 721047 3360 6655 0 720221 0
[pid=112364/tid=112366] ppid=112361 vsize=2963572 memory=2881628 CPUtime=1436.41 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 750758 0 0 0 143492 149 0 0 20 0 2 0 139098382 3034697728 721047 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 2896.6 s
Current children cumulated vsize: 2963572 KiB
Current children cumulated memory: 2884188 KiB

[startup+1542.3 s]
/proc/loadavg: 7.06 7.31 7.35 8/254 112587
/proc/meminfo: memFree=121577452/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=3098548 memory=3006300 CPUtime=3015.77 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 1633015 0 0 0 301226 351 0 0 20 0 2 0 139097374 3172913152 751575 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 774637 751575 3360 6655 0 750889 0
[pid=112364/tid=112366] ppid=112361 vsize=3098548 memory=3003740 CPUtime=1496.2 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 792381 0 0 0 149463 157 0 0 20 0 2 0 139098382 3172913152 751575 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 3015.77 s
Current children cumulated vsize: 3098548 KiB
Current children cumulated memory: 3006300 KiB

[startup+1602.3 s]
/proc/loadavg: 7.07 7.27 7.33 7/254 112589
/proc/meminfo: memFree=121419212/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=3238008 memory=3164244 CPUtime=3134.87 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 1715894 0 0 0 313119 368 0 0 20 0 2 0 139097374 3315720192 791061 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 809502 791061 3360 6655 0 790236 0
[pid=112364/tid=112366] ppid=112361 vsize=3238008 memory=2999900 CPUtime=1555.95 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 837869 0 0 0 155431 164 0 0 20 0 2 0 139098382 3315720192 791061 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 3134.87 s
Current children cumulated vsize: 3238008 KiB
Current children cumulated memory: 3164244 KiB

[startup+1662.3 s]
/proc/loadavg: 6.93 7.18 7.30 8/254 112682
/proc/meminfo: memFree=121045012/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=3415968 memory=3378516 CPUtime=3253.89 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 1812835 0 0 0 324995 394 0 0 20 0 2 0 139097374 3497951232 844629 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 853992 844629 3360 6655 0 843843 0
[pid=112364/tid=112366] ppid=112361 vsize=3415968 memory=2999900 CPUtime=1615.66 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 882821 0 0 0 161389 177 0 0 20 0 2 0 139098382 3497951232 844629 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 3253.89 s
Current children cumulated vsize: 3415968 KiB
Current children cumulated memory: 3378516 KiB

[startup+1722.3 s]
/proc/loadavg: 7.06 7.18 7.29 8/253 112684
/proc/meminfo: memFree=120748488/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=3667692 memory=3590948 CPUtime=3372.94 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 1911311 0 0 0 336881 413 0 0 20 0 2 0 139097374 3755716608 897737 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 916923 897737 3360 6655 0 896922 0
[pid=112364/tid=112366] ppid=112361 vsize=3667692 memory=2999900 CPUtime=1675.41 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 928519 0 0 0 167357 184 0 0 20 0 2 0 139098382 3755716608 897737 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 3372.94 s
Current children cumulated vsize: 3667692 KiB
Current children cumulated memory: 3590948 KiB

[startup+1782.3 s]
/proc/loadavg: 7.41 7.25 7.31 8/254 112689
/proc/meminfo: memFree=120438036/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=3830452 memory=3761584 CPUtime=3491.94 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 1995836 0 0 0 348764 430 0 0 20 0 2 0 139097374 3922382848 940396 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 957613 940396 3360 6655 0 939462 0
[pid=112364/tid=112366] ppid=112361 vsize=3830452 memory=3756208 CPUtime=1735.15 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 975117 0 0 0 173323 192 0 0 20 0 2 0 139098382 3922382848 940396 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 3491.94 s
Current children cumulated vsize: 3830452 KiB
Current children cumulated memory: 3761584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1836.8 s]
/proc/loadavg: 7.35 7.26 7.30 9/254 112695
/proc/meminfo: memFree=120374308/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=3846108 memory=3801776 CPUtime=3600.07 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) R 112361 112364 111409 0 -1 4194304 2055130 0 0 0 359565 442 0 0 20 0 2 0 139097374 3938414592 950444 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 961527 950444 3360 6655 0 949586 0
[pid=112364/tid=112366] ppid=112361 vsize=3846108 memory=3801776 CPUtime=1789.43 cores=1,3
/proc/112364/task/112366/stat : 112366 (LSIPExact) R 112361 112364 111409 0 -1 4194368 1001538 0 0 0 178747 196 0 0 20 0 2 0 139098382 3938414592 950444 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 3846108 KiB
Current children cumulated memory: 3801776 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.34 s, system=4.7043 s

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

[startup+1837.6 s]
/proc/loadavg: 7.35 7.26 7.30 8/253 112695
/proc/meminfo: memFree=122511376/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=1433436 memory=1341360 CPUtime=3600.3 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) S 112361 112364 111409 0 -1 4194304 2116449 229 0 0 359574 456 0 0 20 0 1 0 139097374 1467838464 335340 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 358359 335340 3392 6655 0 348565 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 1433436 KiB
Current children cumulated memory: 1341360 KiB

[startup+1838.4 s]
/proc/loadavg: 7.35 7.26 7.30 8/254 112697
/proc/meminfo: memFree=122805956/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=1433436 memory=1341360 CPUtime=3600.3 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) S 112361 112364 111409 0 -1 4194304 2116449 229 0 0 359574 456 0 0 20 0 1 0 139097374 1467838464 335340 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 358359 335340 3392 6655 0 348565 0
[pid=112697] ppid=112364 vsize=70540 memory=49568 CPUtime=1.22 cores=1,3
/proc/112697/stat : 112697 (Exact) R 112364 112697 112697 0 -1 4194304 10811 0 0 0 119 3 0 0 20 0 1 0 139281080 72232960 12392 18446744073709551615 4198400 8335837 140728263846928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34500608 140728263854258 140728263854619 140728263854619 140728263860175 0
/proc/112697/statm: 17635 12392 1120 1011 0 16402 0
Current children cumulated CPU time: 3601.52 s
Current children cumulated vsize: 1503976 KiB
Current children cumulated memory: 1390928 KiB

[startup+1838.8 s]
/proc/loadavg: 7.35 7.26 7.30 8/254 112697
/proc/meminfo: memFree=122805956/131382112 swapFree=33009904/33010684
[pid=112364] ppid=112361 vsize=1433436 memory=1341360 CPUtime=3600.3 cores=1,3
/proc/112364/stat : 112364 (LSIPExact) S 112361 112364 111409 0 -1 4194304 2116449 229 0 0 359574 456 0 0 20 0 1 0 139097374 1467838464 335340 18446744073709551615 93974892306432 93974919563601 140731418450336 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93974928065672 93974928497280 93974956130304 140731418454360 140731418454536 140731418454536 140731418460140 0
/proc/112364/statm: 358359 335340 3392 6655 0 348565 0
[pid=112697] ppid=112364 vsize=70812 memory=49952 CPUtime=1.62 cores=1,3
/proc/112697/stat : 112697 (Exact) R 112364 112697 112697 0 -1 4194304 10897 0 0 0 159 3 0 0 20 0 1 0 139281080 72511488 12488 18446744073709551615 4198400 8335837 140728263846928 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34500608 140728263854258 140728263854619 140728263854619 140728263860175 0
/proc/112697/statm: 17703 12488 1120 1011 0 16470 0
Current children cumulated CPU time: 3601.92 s
Current children cumulated vsize: 1504248 KiB
Current children cumulated memory: 1391312 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1838.91
CPU time (s): 3602.04
CPU user time (s): 3597.34
CPU system time (s): 4.7043
CPU usage (%): 195.88
Max. virtual memory (cumulated for all children) (KiB): 3846108
Max. memory (cumulated for all children) (KiB): 3801776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.34
system time used= 4.7043
maximum resident set size= 3801904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2127575
page faults= 0
swaps= 0
block input operations= 2168
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 591
involuntary context switches= 78673


# summary of solver processes directly reported to runsolver:
#   pid: 112364
#   total CPU time (s): 3602.04
#   total CPU user time (s): 3597.34
#   total CPU system time (s): 4.7043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.89735 second user time and 8.21147 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-11 13:43:05
IDJOB=4527623
IDBENCH=158394
IDSOLVER=3384
FILE ID=nodeC001/4527623-1752234185
RUNJOBID= nodeC001-1752232205-111426
SLURM_JOB_ID= 9682512
Free space on /tmp= 432348 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-jun5.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-4527623-1752234185/watcher-4527623-1752234185 -o /tmp/evaluation-result-4527623-1752234185/solver-4527623-1752234185 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1752232205-111426 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527623-1752234185.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5d17a5a2908f0ead03acb71ed633b69a
RANDOM SEED=816111701

nodeC001 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.551
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.49
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		: 1197.083
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.49
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.532
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.49
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		: 1197.173
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.49
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		: 3591.507
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.49
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.750
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.49
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		: 3591.509
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.49
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.285
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        121454688 kB
MemAvailable:   123157348 kB
Buffers:            1668 kB
Cached:          2484916 kB
SwapCached:          128 kB
Active:          7017148 kB
Inactive:        2235256 kB
Active(anon):    6755760 kB
Inactive(anon):    27836 kB
Active(file):     261388 kB
Inactive(file):  2207420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45724 kB
Writeback:             4 kB
AnonPages:       6768832 kB
Mapped:           141816 kB
Shmem:             17776 kB
KReclaimable:     146572 kB
Slab:             234912 kB
SReclaimable:     146572 kB
SUnreclaim:        88340 kB
KernelStack:        4112 kB
PageTables:        16564 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7333980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1857536 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432300 MiB
End job on nodeC001 at 2025-07-11 14:13:44