Trace number 4527629

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.15 1843.41

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep5.5.opb
MD5SUM57020c0b0c1558ae6f18629e32faebb8
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 benchmark101
Best CPU time to get the best result obtained on this benchmark61.599
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 clauses26659
Number of constraints which are cardinality constraints (but not clauses)237
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.17/1841.40	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.17/1841.40	c numVar: 9324
3600.17/1841.40	c numCon: 28660
3600.17/1841.40	c numEqual: 0
3600.17/1841.40	c intSize: 10
3600.17/1841.40	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.17/1841.40	c ------------------- Paras list -------------------
3600.17/1841.40	c Name                	 Type      	 Now       	 Default   	 Comment
3600.17/1841.40	c timeout             	 double    	 3600.000000	 3600      	 
3600.17/1841.40	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.17/1841.40	c ls_time             	 double    	 10.000000 	 10        	 
3600.17/1841.40	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.17/1841.40	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.17/1841.40	c random_seed         	 int       	 0         	 0         	 
3600.17/1841.40	c sample_size         	 int       	 50        	 50        	 
3600.17/1841.40	c sub_score           	 int       	 1         	 1         	 
3600.17/1841.40	c tabu_base           	 int       	 3         	 3         	 
3600.17/1841.40	c tabu_variation      	 int       	 1         	 1         	 
3600.17/1841.40	c sub_div             	 int       	 4         	 4         	 
3600.17/1841.40	c nbcore              	 int       	 2         	 1         	 
3600.17/1841.40	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.17/1841.40	c print_sol           	 int       	 1         	 1         	 
3600.17/1841.40	c tmpdir              	 string		 .         	 "."       	 
3600.17/1841.40	c home                	 string		 HOME	 "."       	 
3600.17/1841.40	c benchname           	 string		 HOME/instance-4527629-1752234161.opb	 ""        	 
3600.17/1841.40	c --------------------------------------------------
3600.17/1841.40	c Local Search solver
3600.17/1841.40	c LS find feasible solution for PBO with objective value 101
3600.17/1841.40	c MIP solver
3600.17/1841.40	c receive signal 15, try to interrupt solver...
3600.17/1841.47	c copy file: 0
3600.17/1841.47	c gen ub file: HOME/instance-4527629-1752234161.opb_ub.opb
3600.17/1841.47	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 (62617 MiB free)
  memory of node 1: 64465 MiB (60687 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100105 s]*
/proc/loadavg: 4.66 4.89 4.76 5/251 108065
/proc/meminfo: memFree=126245316/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=61664 memory=27008 CPUtime=0.09 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 5759 0 0 0 7 2 0 0 20 0 1 0 139095282 63143936 6752 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 15416 6752 1152 6655 0 5651 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27008 KiB

[startup+0.213459 s]*
/proc/loadavg: 4.66 4.89 4.76 5/251 108065
/proc/meminfo: memFree=126245316/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=61664 memory=27008 CPUtime=0.21 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 5766 0 0 0 19 2 0 0 20 0 1 0 139095282 63143936 6752 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/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.313316 s]*
/proc/loadavg: 4.66 4.89 4.76 5/251 108065
/proc/meminfo: memFree=126245316/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=61664 memory=27008 CPUtime=0.3 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 5767 0 0 0 28 2 0 0 20 0 1 0 139095282 63143936 6752 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 15416 6752 1152 6655 0 5651 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27008 KiB

[startup+0.70037 s]
/proc/loadavg: 4.68 4.89 4.76 5/251 108065
/proc/meminfo: memFree=126245316/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=61664 memory=27008 CPUtime=0.68 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 5767 0 0 0 66 2 0 0 20 0 1 0 139095282 63143936 6752 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/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.5003 s]
/proc/loadavg: 4.68 4.89 4.76 5/251 108065
/proc/meminfo: memFree=126245316/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=61664 memory=27136 CPUtime=1.48 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 5775 0 0 0 146 2 0 0 20 0 1 0 139095282 63143936 6784 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 15416 6784 1152 6655 0 5651 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27136 KiB

[startup+3.11295 s]
/proc/loadavg: 4.68 4.89 4.76 5/251 108065
/proc/meminfo: memFree=126245820/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=61664 memory=27136 CPUtime=3.08 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 5775 0 0 0 306 2 0 0 20 0 1 0 139095282 63143936 6784 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 15416 6784 1152 6655 0 5651 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27136 KiB

[startup+6.30031 s]
/proc/loadavg: 4.71 4.89 4.76 5/251 108065
/proc/meminfo: memFree=126246128/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=61664 memory=27136 CPUtime=6.26 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 5775 0 0 0 624 2 0 0 20 0 1 0 139095282 63143936 6784 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 15416 6784 1152 6655 0 5651 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27136 KiB

[startup+12.7002 s]
/proc/loadavg: 4.73 4.90 4.77 6/252 108066
/proc/meminfo: memFree=126102676/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=217600 memory=171940 CPUtime=14.78 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 40497 0 0 0 1468 10 0 0 20 0 2 0 139095282 222822400 42985 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 54400 42985 3264 6655 0 43892 0
[pid=108064/tid=108066] ppid=108061 vsize=217600 memory=171684 CPUtime=2.16 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 15023 0 0 0 212 4 0 0 20 0 2 0 139096289 222822400 42985 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 14.78 s
Current children cumulated vsize: 217600 KiB
Current children cumulated memory: 171940 KiB

[startup+25.5002 s]
/proc/loadavg: 5.00 4.95 4.78 6/252 108067
/proc/meminfo: memFree=126042976/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=266424 memory=203532 CPUtime=40.18 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 89207 0 0 0 4003 15 0 0 20 0 2 0 139095282 272818176 50883 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 66606 50883 3360 6655 0 56098 0
[pid=108064/tid=108066] ppid=108061 vsize=266424 memory=203532 CPUtime=14.8 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 29760 0 0 0 1475 5 0 0 20 0 2 0 139096289 272818176 50883 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 40.18 s
Current children cumulated vsize: 266424 KiB
Current children cumulated memory: 203532 KiB

[startup+51.1055 s]
/proc/loadavg: 5.00 4.96 4.79 6/252 108067
/proc/meminfo: memFree=126037700/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=266424 memory=209548 CPUtime=90.98 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 110469 0 0 0 9082 16 0 0 20 0 2 0 139095282 272818176 52387 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 66606 52387 3360 6655 0 56098 0
[pid=108064/tid=108066] ppid=108061 vsize=266424 memory=16404 CPUtime=40.11 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 37200 0 0 0 4005 6 0 0 20 0 2 0 139096289 272818176 52387 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 90.98 s
Current children cumulated vsize: 266424 KiB
Current children cumulated memory: 209548 KiB

[startup+102.3 s]
/proc/loadavg: 5.04 4.98 4.81 6/252 108070
/proc/meminfo: memFree=126014676/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=266424 memory=213772 CPUtime=192.7 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 180207 0 0 0 19248 22 0 0 20 0 2 0 139095282 272818176 53443 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 66606 53443 3360 6655 0 56098 0
[pid=108064/tid=108066] ppid=108061 vsize=266424 memory=19968 CPUtime=90.79 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 76703 0 0 0 9070 9 0 0 20 0 2 0 139096289 272818176 53443 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 192.7 s
Current children cumulated vsize: 266424 KiB
Current children cumulated memory: 213772 KiB

[startup+162.3 s]
/proc/loadavg: 5.11 5.02 4.84 6/252 108072
/proc/meminfo: memFree=125898512/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=267820 memory=225292 CPUtime=311.92 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 188940 0 0 0 31169 23 0 0 20 0 2 0 139095282 274247680 56323 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 66955 56323 3360 6655 0 56447 0
[pid=108064/tid=108066] ppid=108061 vsize=267820 memory=222092 CPUtime=150.2 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 80248 0 0 0 15010 10 0 0 20 0 2 0 139096289 274247680 56323 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 311.92 s
Current children cumulated vsize: 267820 KiB
Current children cumulated memory: 225292 KiB

[startup+222.3 s]
/proc/loadavg: 4.80 4.95 4.82 6/252 108074
/proc/meminfo: memFree=125751556/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=282780 memory=232352 CPUtime=409.94 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 237588 0 0 0 40965 29 0 0 20 0 2 0 139095282 289566720 58088 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 70695 58088 3360 6655 0 60187 0
[pid=108064/tid=108066] ppid=108061 vsize=282780 memory=19968 CPUtime=189.35 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 91467 0 0 0 18923 12 0 0 20 0 2 0 139096289 289566720 58088 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 409.94 s
Current children cumulated vsize: 282780 KiB
Current children cumulated memory: 232352 KiB

[startup+282.3 s]
/proc/loadavg: 5.04 4.99 4.85 6/252 108076
/proc/meminfo: memFree=125742472/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=291364 memory=242720 CPUtime=529.15 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 268954 0 0 0 52883 32 0 0 20 0 2 0 139095282 298356736 60680 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 72841 60680 3360 6655 0 62333 0
[pid=108064/tid=108066] ppid=108061 vsize=291364 memory=242720 CPUtime=248.75 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 102877 0 0 0 24862 13 0 0 20 0 2 0 139096289 298356736 60680 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 529.15 s
Current children cumulated vsize: 291364 KiB
Current children cumulated memory: 242720 KiB

[startup+342.3 s]
/proc/loadavg: 5.07 5.01 4.86 6/252 108078
/proc/meminfo: memFree=125717700/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=291364 memory=244128 CPUtime=648.24 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 296195 0 0 0 64789 35 0 0 20 0 2 0 139095282 298356736 61032 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 72841 61032 3360 6655 0 62333 0
[pid=108064/tid=108066] ppid=108061 vsize=291364 memory=244128 CPUtime=308.08 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 113236 0 0 0 30794 14 0 0 20 0 2 0 139096289 298356736 61032 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 648.24 s
Current children cumulated vsize: 291364 KiB
Current children cumulated memory: 244128 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 2767.56 s
Current children cumulated vsize: 423056 KiB
Current children cumulated memory: 333288 KiB

[startup+1482.3 s]
/proc/loadavg: 5.91 5.70 5.31 6/252 108185
/proc/meminfo: memFree=125675756/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=423056 memory=333288 CPUtime=2886.79 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 472982 0 0 0 288622 57 0 0 20 0 2 0 139095282 433209344 83322 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 105764 83322 3360 6655 0 82022 0
[pid=108064/tid=108066] ppid=108061 vsize=423056 memory=333288 CPUtime=1410.45 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 196839 0 0 0 141018 27 0 0 20 0 2 0 139096289 433209344 83322 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 2886.79 s
Current children cumulated vsize: 423056 KiB
Current children cumulated memory: 333288 KiB

[startup+1542.3 s]
/proc/loadavg: 6.56 5.91 5.41 8/254 108232
/proc/meminfo: memFree=128348888/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=423056 memory=333928 CPUtime=3006.01 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 474219 0 0 0 300544 57 0 0 20 0 2 0 139095282 433209344 83482 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 105764 83482 3360 6655 0 82022 0
[pid=108064/tid=108066] ppid=108061 vsize=423056 memory=16404 CPUtime=1469.87 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 197553 0 0 0 146960 27 0 0 20 0 2 0 139096289 433209344 83482 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 3006.01 s
Current children cumulated vsize: 423056 KiB
Current children cumulated memory: 333928 KiB

[startup+1602.3 s]
/proc/loadavg: 6.57 6.05 5.49 7/254 108326
/proc/meminfo: memFree=128362080/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=423056 memory=333928 CPUtime=3125.19 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 475779 0 0 0 312462 57 0 0 20 0 2 0 139095282 433209344 83482 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 105764 83482 3360 6655 0 82022 0
[pid=108064/tid=108066] ppid=108061 vsize=423056 memory=333928 CPUtime=1529.29 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 198204 0 0 0 152901 28 0 0 20 0 2 0 139096289 433209344 83482 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 3125.19 s
Current children cumulated vsize: 423056 KiB
Current children cumulated memory: 333928 KiB

[startup+1662.3 s]
/proc/loadavg: 6.73 6.18 5.57 8/255 108420
/proc/meminfo: memFree=128335060/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=430576 memory=340968 CPUtime=3244.4 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 487482 0 0 0 324381 59 0 0 20 0 2 0 139095282 440909824 85242 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 107644 85242 3360 6655 0 83902 0
[pid=108064/tid=108066] ppid=108061 vsize=430576 memory=339688 CPUtime=1588.67 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 204227 0 0 0 158839 28 0 0 20 0 2 0 139096289 440909824 85242 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 3244.4 s
Current children cumulated vsize: 430576 KiB
Current children cumulated memory: 340968 KiB

[startup+1722.3 s]
/proc/loadavg: 6.85 6.30 5.66 8/255 108467
/proc/meminfo: memFree=128226548/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=433192 memory=343784 CPUtime=3363.6 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 491366 0 0 0 336301 59 0 0 20 0 2 0 139095282 443588608 85946 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 108298 85946 3360 6655 0 84556 0
[pid=108064/tid=108066] ppid=108061 vsize=433192 memory=339688 CPUtime=1648.07 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 204656 0 0 0 164778 29 0 0 20 0 2 0 139096289 443588608 85946 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 3363.6 s
Current children cumulated vsize: 433192 KiB
Current children cumulated memory: 343784 KiB

[startup+1782.3 s]
/proc/loadavg: 7.07 6.46 5.75 8/256 108478
/proc/meminfo: memFree=128211824/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=436116 memory=346472 CPUtime=3482.76 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 492796 0 0 0 348217 59 0 0 20 0 2 0 139095282 446582784 86618 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 109029 86618 3360 6655 0 85287 0
[pid=108064/tid=108066] ppid=108061 vsize=436116 memory=346472 CPUtime=1707.45 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 205141 0 0 0 170716 29 0 0 20 0 2 0 139096289 446582784 86618 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 3482.76 s
Current children cumulated vsize: 436116 KiB
Current children cumulated memory: 346472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1841.4 s]
/proc/loadavg: 7.08 6.58 5.84 8/256 108480
/proc/meminfo: memFree=128183000/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=446012 memory=356200 CPUtime=3600.17 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) R 108061 108064 107429 0 -1 4194304 498018 0 0 0 359957 60 0 0 20 0 2 0 139095282 456716288 89050 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 111503 89050 3360 6655 0 87761 0
[pid=108064/tid=108066] ppid=108061 vsize=446012 memory=30340 CPUtime=1765.94 cores=0,2
/proc/108064/task/108066/stat : 108066 (LSIPExact) R 108061 108064 107429 0 -1 4194368 206981 0 0 0 176565 29 0 0 20 0 2 0 139096289 456716288 89050 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 446012 KiB
Current children cumulated memory: 356200 KiB

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

[startup+1842.3 s]
/proc/loadavg: 7.08 6.58 5.84 7/256 108482
/proc/meminfo: memFree=128233996/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=314940 memory=259412 CPUtime=3600.23 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) S 108061 108064 107429 0 -1 4194304 500925 230 0 0 359962 61 0 0 20 0 1 0 139095282 322498560 64853 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 78735 64853 3360 6655 0 68955 0
[pid=108482] ppid=108064 vsize=70360 memory=49336 CPUtime=0.79 cores=0,2
/proc/108482/stat : 108482 (Exact) R 108064 108482 108482 0 -1 4194304 11303 0 0 0 77 2 0 0 20 0 1 0 139279429 72048640 12334 18446744073709551615 4198400 8335837 140727077905024 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37662720 140727077906610 140727077906971 140727077906971 140727077912527 0
/proc/108482/statm: 17590 12334 1120 1011 0 16357 0
Current children cumulated CPU time: 3601.02 s
Current children cumulated vsize: 385300 KiB
Current children cumulated memory: 308748 KiB

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.5 s, system=0.651581 s

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

[startup+1842.4 s]
/proc/loadavg: 7.08 6.58 5.84 7/256 108482
/proc/meminfo: memFree=128233996/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=314940 memory=259412 CPUtime=3600.23 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) S 108061 108064 107429 0 -1 4194304 500925 230 0 0 359962 61 0 0 20 0 1 0 139095282 322498560 64853 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 78735 64853 3360 6655 0 68955 0
[pid=108482] ppid=108064 vsize=70360 memory=51404 CPUtime=0.89 cores=0,2
/proc/108482/stat : 108482 (Exact) R 108064 108482 108482 0 -1 4194304 11311 0 0 0 87 2 0 0 20 0 1 0 139279429 72048640 12851 18446744073709551615 4198400 8335837 140727077905024 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37662720 140727077906610 140727077906971 140727077906971 140727077912527 0
/proc/108482/statm: 17590 12851 1120 1011 0 16357 0
Current children cumulated CPU time: 3601.12 s
Current children cumulated vsize: 385300 KiB
Current children cumulated memory: 310816 KiB

[startup+1843.2 s]
/proc/loadavg: 7.08 6.58 5.84 7/256 108482
/proc/meminfo: memFree=128233996/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=314940 memory=259412 CPUtime=3600.23 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) S 108061 108064 107429 0 -1 4194304 500925 230 0 0 359962 61 0 0 20 0 1 0 139095282 322498560 64853 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 78735 64853 3360 6655 0 68955 0
[pid=108482] ppid=108064 vsize=71328 memory=52172 CPUtime=1.68 cores=0,2
/proc/108482/stat : 108482 (Exact) R 108064 108482 108482 0 -1 4194304 11503 0 0 0 166 2 0 0 20 0 1 0 139279429 73039872 13043 18446744073709551615 4198400 8335837 140727077905024 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37662720 140727077906610 140727077906971 140727077906971 140727077912527 0
/proc/108482/statm: 17832 13043 1120 1011 0 16599 0
Current children cumulated CPU time: 3601.91 s
Current children cumulated vsize: 386268 KiB
Current children cumulated memory: 311584 KiB

[startup+1843.4 s]
/proc/loadavg: 7.08 6.58 5.84 7/256 108482
/proc/meminfo: memFree=128233996/131382120 swapFree=33010160/33010684
[pid=108064] ppid=108061 vsize=314940 memory=259412 CPUtime=3600.23 cores=0,2
/proc/108064/stat : 108064 (LSIPExact) S 108061 108064 107429 0 -1 4194304 500925 230 0 0 359962 61 0 0 20 0 1 0 139095282 322498560 64853 18446744073709551615 93998410682368 93998437939537 140736495117088 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93998446441608 93998446873216 93998459879424 140736495118680 140736495118856 140736495118856 140736495124460 0
/proc/108064/statm: 78735 64853 3360 6655 0 68955 0
[pid=108482] ppid=108064 vsize=71784 memory=52556 CPUtime=1.88 cores=0,2
/proc/108482/stat : 108482 (Exact) R 108064 108482 108482 0 -1 4194304 11601 0 0 0 186 2 0 0 20 0 1 0 139279429 73506816 13139 18446744073709551615 4198400 8335837 140727077905024 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37662720 140727077906610 140727077906971 140727077906971 140727077912527 0
/proc/108482/statm: 17946 13139 1120 1011 0 16713 0
Current children cumulated CPU time: 3602.11 s
Current children cumulated vsize: 386724 KiB
Current children cumulated memory: 311968 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1843.41
CPU time (s): 3602.15
CPU user time (s): 3601.5
CPU system time (s): 0.651581
CPU usage (%): 195.407
Max. virtual memory (cumulated for all children) (KiB): 446012
Max. memory (cumulated for all children) (KiB): 356200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.5
system time used= 0.651581
maximum resident set size= 356328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 513947
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= 577
involuntary context switches= 28120


# summary of solver processes directly reported to runsolver:
#   pid: 108064
#   total CPU time (s): 3602.15
#   total CPU user time (s): 3601.5
#   total CPU system time (s): 0.651581

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.92626 second user time and 8.96745 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-11 13:42:41
IDJOB=4527629
IDBENCH=158386
IDSOLVER=3384
FILE ID=nodeC008/4527629-1752234161
RUNJOBID= nodeC008-1752232205-107446
SLURM_JOB_ID= 9682519
Free space on /tmp= 432660 MiB

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

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

MD5SUM BENCH= 57020c0b0c1558ae6f18629e32faebb8
RANDOM SEED=133869697

nodeC008 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		: 1197.208
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.72
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.818
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.72
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		: 3700.000
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.72
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		: 3661.137
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.72
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		: 3691.419
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.72
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		: 3592.146
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.72
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		: 1197.291
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.72
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        126264392 kB
MemAvailable:   126716092 kB
Buffers:            2128 kB
Cached:          1244120 kB
SwapCached:           16 kB
Active:          3800640 kB
Inactive:         711200 kB
Active(anon):    3249692 kB
Inactive(anon):    33820 kB
Active(file):     550948 kB
Inactive(file):   677380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45728 kB
Writeback:             0 kB
AnonPages:       3265624 kB
Mapped:           143396 kB
Shmem:             17920 kB
KReclaimable:     126000 kB
Slab:             213180 kB
SReclaimable:     126000 kB
SUnreclaim:        87180 kB
KernelStack:        4048 kB
PageTables:        10176 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    4319132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1441792 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432632 MiB
End job on nodeC008 at 2025-07-11 14:13:25