Trace number 4527053

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 NameAnswerCPU timeWall clock time
LSIPExact S1? (TO) 3600.13 2923.14

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K182.opb
MD5SUMa76bcc507230b7348cd315b0b6909f20
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark196.92
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21658
Total number of constraints22024
Number of constraints which are clauses21842
Number of constraints which are cardinality constraints (but not clauses)182
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint182
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 183
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1409.61/726.10	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1409.61/726.10	c numVar: 21658
1409.61/726.10	c numCon: 22024
1409.61/726.10	c numEqual: 0
1409.61/726.10	c intSize: 8
1409.61/726.10	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1409.61/726.10	c ------------------- Paras list -------------------
1409.61/726.10	c Name                	 Type      	 Now       	 Default   	 Comment
1409.61/726.10	c timeout             	 double    	 3600.000000	 3600      	 
1409.61/726.10	c mip_time            	 double    	 0.200000  	 0.5       	 
1409.61/726.10	c ls_time             	 double    	 10.000000 	 10        	 
1409.61/726.10	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1409.61/726.10	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1409.61/726.10	c random_seed         	 int       	 0         	 0         	 
1409.61/726.10	c sample_size         	 int       	 50        	 50        	 
1409.61/726.10	c sub_score           	 int       	 1         	 1         	 
1409.61/726.10	c tabu_base           	 int       	 3         	 3         	 
1409.61/726.10	c tabu_variation      	 int       	 1         	 1         	 
1409.61/726.10	c sub_div             	 int       	 4         	 4         	 
1409.61/726.10	c nbcore              	 int       	 2         	 1         	 
1409.61/726.10	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1409.61/726.10	c print_sol           	 int       	 1         	 1         	 
1409.61/726.10	c tmpdir              	 string		 .         	 "."       	 
1409.61/726.10	c home                	 string		 HOME	 "."       	 
1409.61/726.10	c benchname           	 string		 HOME/instance-4527053-1752234099.opb	 ""        	 
1409.61/726.10	c --------------------------------------------------
1409.61/726.10	c Local Search solver
1409.61/726.10	c MIP solver
1409.61/726.10	c use Exact solver
3600.07/2923.01	c receive signal 15, try to interrupt solver...
1409.61/2923.11	c Exact solver (PID 113073) interrupted gracefully.
1409.61/2923.13	s UNKNOWN
1409.61/2923.13	c Total time: 2923

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61177 MiB free)
  memory of node 1: 64465 MiB (61919 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=112990, runsolver pid=112987

[startup+0.10006 s]*
/proc/loadavg: 7.68 7.76 6.77 8/267 112991
/proc/meminfo: memFree=126019536/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=68964 memory=34176 CPUtime=0.09 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 7562 0 0 0 9 0 0 0 20 0 1 0 139032429 70619136 8544 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+0.20562 s]*
/proc/loadavg: 7.68 7.76 6.77 8/267 112991
/proc/meminfo: memFree=126019536/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=68964 memory=34176 CPUtime=0.19 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 7562 0 0 0 19 0 0 0 20 0 1 0 139032429 70619136 8544 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+0.305521 s]*
/proc/loadavg: 7.68 7.76 6.77 8/267 112991
/proc/meminfo: memFree=126019536/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=68964 memory=34176 CPUtime=0.29 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 7562 0 0 0 29 0 0 0 20 0 1 0 139032429 70619136 8544 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+0.700191 s]
/proc/loadavg: 7.68 7.76 6.77 8/267 112991
/proc/meminfo: memFree=126019744/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=68964 memory=34176 CPUtime=0.68 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 7562 0 0 0 68 0 0 0 20 0 1 0 139032429 70619136 8544 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+1.50017 s]
/proc/loadavg: 7.68 7.76 6.77 8/267 112991
/proc/meminfo: memFree=126019744/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=68964 memory=34176 CPUtime=1.48 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 7562 0 0 0 148 0 0 0 20 0 1 0 139032429 70619136 8544 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+3.10535 s]
/proc/loadavg: 7.68 7.76 6.77 8/267 112991
/proc/meminfo: memFree=126020360/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=68964 memory=34176 CPUtime=3.07 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 7562 0 0 0 307 0 0 0 20 0 1 0 139032429 70619136 8544 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+6.30017 s]
/proc/loadavg: 7.63 7.75 6.77 8/267 112991
/proc/meminfo: memFree=126020864/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=68964 memory=34176 CPUtime=6.27 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 7562 0 0 0 626 1 0 0 20 0 1 0 139032429 70619136 8544 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 17241 8544 1152 6655 0 7476 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 68964 KiB
Current children cumulated memory: 34176 KiB

[startup+12.7002 s]
/proc/loadavg: 7.58 7.74 6.77 9/268 112992
/proc/meminfo: memFree=125909100/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=233556 memory=153104 CPUtime=14.72 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 36053 0 0 0 1467 5 0 0 20 0 2 0 139032429 239161344 38276 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 58389 38276 3296 6655 0 38125 0
[pid=112990/tid=112992] ppid=112987 vsize=233556 memory=152848 CPUtime=2.09 cores=0,2
/proc/112990/task/112992/stat : 112992 (LSIPExact) R 112987 112990 112314 0 -1 4194368 5356 0 0 0 209 0 0 0 20 0 2 0 139033435 239161344 38276 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
Current children cumulated CPU time: 14.72 s
Current children cumulated vsize: 233556 KiB
Current children cumulated memory: 153104 KiB

[startup+25.5002 s]
/proc/loadavg: 7.74 7.77 6.80 9/268 112992
/proc/meminfo: memFree=125894232/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=237808 memory=160272 CPUtime=40.1 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 51402 0 0 0 4003 7 0 0 20 0 2 0 139032429 243515392 40068 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 59452 40068 3296 6655 0 39957 0
[pid=112990/tid=112992] ppid=112987 vsize=237808 memory=158736 CPUtime=14.75 cores=0,2
/proc/112990/task/112992/stat : 112992 (LSIPExact) R 112987 112990 112314 0 -1 4194368 8962 0 0 0 1474 1 0 0 20 0 2 0 139033435 243515392 40068 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
Current children cumulated CPU time: 40.1 s
Current children cumulated vsize: 237808 KiB
Current children cumulated memory: 160272 KiB

[startup+51.1054 s]
/proc/loadavg: 7.68 7.75 6.82 9/268 112992
/proc/meminfo: memFree=125855156/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=280720 memory=197780 CPUtime=72.02 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 69341 0 0 0 7193 9 0 0 20 0 2 0 139032429 287457280 49445 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 70180 49445 3360 6655 0 50685 0
[pid=112990/tid=112992] ppid=112987 vsize=280720 memory=160400 CPUtime=21.17 cores=0,2
/proc/112990/task/112992/stat : 112992 (LSIPExact) R 112987 112990 112314 0 -1 4194368 12000 0 0 0 2116 1 0 0 20 0 2 0 139033435 287457280 49445 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
Current children cumulated CPU time: 72.02 s
Current children cumulated vsize: 280720 KiB
Current children cumulated memory: 197780 KiB

[startup+102.3 s]
/proc/loadavg: 7.93 7.81 6.89 9/268 112994
/proc/meminfo: memFree=125837836/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=281432 memory=201364 CPUtime=173.47 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 105067 0 0 0 17335 12 0 0 20 0 2 0 139032429 288186368 50341 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 70358 50341 3360 6655 0 51763 0
[pid=112990/tid=112992] ppid=112987 vsize=281432 memory=201364 CPUtime=71.71 cores=0,2
/proc/112990/task/112992/stat : 112992 (LSIPExact) R 112987 112990 112314 0 -1 4194368 30505 0 0 0 7169 2 0 0 20 0 2 0 139033435 288186368 50341 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
Current children cumulated CPU time: 173.47 s
Current children cumulated vsize: 281432 KiB
Current children cumulated memory: 201364 KiB

[startup+162.3 s]
/proc/loadavg: 8.03 7.86 6.97 9/269 113002
/proc/meminfo: memFree=125800532/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=283768 memory=201620 CPUtime=292.35 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 110340 0 0 0 29221 14 0 0 20 0 2 0 139032429 290578432 50405 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 70942 50405 3360 6655 0 52347 0
[pid=112990/tid=112992] ppid=112987 vsize=283768 memory=201492 CPUtime=130.95 cores=0,2
/proc/112990/task/112992/stat : 112992 (LSIPExact) R 112987 112990 112314 0 -1 4194368 30550 0 0 0 13092 3 0 0 20 0 2 0 139033435 290578432 50405 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
Current children cumulated CPU time: 292.35 s
Current children cumulated vsize: 283768 KiB
Current children cumulated memory: 201620 KiB

[startup+222.3 s]
/proc/loadavg: 8.08 7.91 7.04 9/269 113004
/proc/meminfo: memFree=125717240/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=313364 memory=231316 CPUtime=411.21 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 119313 0 0 0 41105 16 0 0 20 0 2 0 139032429 320884736 57829 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78341 57829 3424 6655 0 59746 0
[pid=112990/tid=112992] ppid=112987 vsize=313364 memory=227988 CPUtime=190.17 cores=0,2
/proc/112990/task/112992/stat : 112992 (LSIPExact) R 112987 112990 112314 0 -1 4194368 30559 0 0 0 19014 3 0 0 20 0 2 0 139033435 320884736 57829 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
Current children cumulated CPU time: 411.21 s
Current children cumulated vsize: 313364 KiB
Current children cumulated memory: 231316 KiB

[startup+282.3 s]
/proc/loadavg: 8.09 7.94 7.11 9/268 113006
/proc/meminfo: memFree=125671492/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=313364 memory=231828 CPUtime=530.09 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 127872 0 0 0 52992 17 0 0 20 0 2 0 139032429 320884736 57957 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78341 57957 3424 6655 0 59746 0
[pid=112990/tid=112992] ppid=112987 vsize=313364 memory=14848 CPUtime=249.41 cores=0,2
/proc/112990/task/112992/stat : 112992 (LSIPExact) R 112987 112990 112314 0 -1 4194368 34361 0 0 0 24937 4 0 0 20 0 2 0 139033435 320884736 57957 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
Current children cumulated CPU time: 530.09 s
Current children cumulated vsize: 313364 KiB
Current children cumulated memory: 231828 KiB

[startup+342.3 s]
/proc/loadavg: 8.07 7.97 7.17 9/267 113008
/proc/meminfo: memFree=125608604/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=313364 memory=231828 CPUtime=649.01 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) R 112987 112990 112314 0 -1 4194304 128204 0 0 0 64883 18 0 0 20 0 2 0 139032429 320884736 57957 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78341 57957 3424 6655 0 59746 0
[pid=112990/tid=112992] ppid=112987 vsize=313364 memory=231828 CPUtime=308.66 cores=0,2
/proc/112990/task/112992/stat : 112992 (LSIPExact) R 112987 112990 112314 0 -1 4194368 34387 0 0 0 30862 4 0 0 20 0 2 0 139033435 320884736 57957 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
Current children cumulated CPU time: 649.01 s
Current children cumulated vsize: 313364 KiB
Current children cumulated memory: 231828 KiB

[startup+402.3 s]

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

Current children cumulated memory: 760716 KiB

[startup+2442.3 s]
/proc/loadavg: 4.84 6.04 6.52 5/261 113613
/proc/meminfo: memFree=126086676/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=315680 memory=247132 CPUtime=1409.61 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) S 112987 112990 112314 0 -1 4194304 168223 0 0 0 140933 28 0 0 20 0 1 0 139032429 323256320 61783 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78920 61783 3456 6655 0 60325 0
[pid=113073] ppid=112990 vsize=626544 memory=513584 CPUtime=1711.25 cores=0,2
/proc/113073/stat : 113073 (Exact) R 112990 113073 113073 0 -1 4194304 70846 0 0 0 170977 148 0 0 20 0 1 0 139105040 641581056 128396 18446744073709551615 4198400 8335837 140727993057216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37240832 140727993063609 140727993063963 140727993063963 140727993069519 0
/proc/113073/statm: 156636 128396 1152 1011 0 155403 0
Current children cumulated CPU time: 3120.86 s
Current children cumulated vsize: 942224 KiB
Current children cumulated memory: 760716 KiB

[startup+2502.3 s]
/proc/loadavg: 3.90 5.56 6.32 4/261 113616
/proc/meminfo: memFree=126043980/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=315680 memory=247132 CPUtime=1409.61 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) S 112987 112990 112314 0 -1 4194304 168223 0 0 0 140933 28 0 0 20 0 1 0 139032429 323256320 61783 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78920 61783 3456 6655 0 60325 0
[pid=113073] ppid=112990 vsize=631900 memory=518960 CPUtime=1771.06 cores=0,2
/proc/113073/stat : 113073 (Exact) R 112990 113073 113073 0 -1 4194304 72400 0 0 0 176958 148 0 0 20 0 1 0 139105040 647065600 129740 18446744073709551615 4198400 8335837 140727993057216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37240832 140727993063609 140727993063963 140727993063963 140727993069519 0
/proc/113073/statm: 157975 129740 1152 1011 0 156742 0
Current children cumulated CPU time: 3180.67 s
Current children cumulated vsize: 947580 KiB
Current children cumulated memory: 766092 KiB

[startup+2562.3 s]
/proc/loadavg: 3.39 5.11 6.11 4/262 113623
/proc/meminfo: memFree=126030600/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=315680 memory=247132 CPUtime=1409.61 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) S 112987 112990 112314 0 -1 4194304 168223 0 0 0 140933 28 0 0 20 0 1 0 139032429 323256320 61783 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78920 61783 3456 6655 0 60325 0
[pid=113073] ppid=112990 vsize=634392 memory=521520 CPUtime=1830.87 cores=0,2
/proc/113073/stat : 113073 (Exact) R 112990 113073 113073 0 -1 4194304 73026 0 0 0 182939 148 0 0 20 0 1 0 139105040 649617408 130380 18446744073709551615 4198400 8335837 140727993057216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37240832 140727993063609 140727993063963 140727993063963 140727993069519 0
/proc/113073/statm: 158598 130380 1152 1011 0 157365 0
Current children cumulated CPU time: 3240.48 s
Current children cumulated vsize: 950072 KiB
Current children cumulated memory: 768652 KiB

[startup+2622.3 s]
/proc/loadavg: 3.18 4.73 5.92 4/261 113625
/proc/meminfo: memFree=125997632/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=315680 memory=247132 CPUtime=1409.61 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) S 112987 112990 112314 0 -1 4194304 168223 0 0 0 140933 28 0 0 20 0 1 0 139032429 323256320 61783 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78920 61783 3456 6655 0 60325 0
[pid=113073] ppid=112990 vsize=638548 memory=525680 CPUtime=1890.69 cores=0,2
/proc/113073/stat : 113073 (Exact) R 112990 113073 113073 0 -1 4194304 75135 0 0 0 188919 150 0 0 20 0 1 0 139105040 653873152 131420 18446744073709551615 4198400 8335837 140727993057216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37240832 140727993063609 140727993063963 140727993063963 140727993069519 0
/proc/113073/statm: 159637 131420 1152 1011 0 158404 0
Current children cumulated CPU time: 3300.3 s
Current children cumulated vsize: 954228 KiB
Current children cumulated memory: 772812 KiB

[startup+2682.3 s]
/proc/loadavg: 3.17 4.45 5.74 4/261 113631
/proc/meminfo: memFree=126013320/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=315680 memory=247132 CPUtime=1409.61 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) S 112987 112990 112314 0 -1 4194304 168223 0 0 0 140933 28 0 0 20 0 1 0 139032429 323256320 61783 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78920 61783 3456 6655 0 60325 0
[pid=113073] ppid=112990 vsize=641568 memory=528700 CPUtime=1950.5 cores=0,2
/proc/113073/stat : 113073 (Exact) R 112990 113073 113073 0 -1 4194304 77478 0 0 0 194898 152 0 0 20 0 1 0 139105040 656965632 132175 18446744073709551615 4198400 8335837 140727993057216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37240832 140727993063609 140727993063963 140727993063963 140727993069519 0
/proc/113073/statm: 160392 132175 1152 1011 0 159159 0
Current children cumulated CPU time: 3360.11 s
Current children cumulated vsize: 957248 KiB
Current children cumulated memory: 775832 KiB

[startup+2742.3 s]
/proc/loadavg: 3.11 4.19 5.58 4/262 113634
/proc/meminfo: memFree=126001116/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=315680 memory=247132 CPUtime=1409.61 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) S 112987 112990 112314 0 -1 4194304 168223 0 0 0 140933 28 0 0 20 0 1 0 139032429 323256320 61783 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78920 61783 3456 6655 0 60325 0
[pid=113073] ppid=112990 vsize=643368 memory=530500 CPUtime=2010.32 cores=0,2
/proc/113073/stat : 113073 (Exact) R 112990 113073 113073 0 -1 4194304 79205 0 0 0 200869 163 0 0 20 0 1 0 139105040 658808832 132625 18446744073709551615 4198400 8335837 140727993057216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37240832 140727993063609 140727993063963 140727993063963 140727993069519 0
/proc/113073/statm: 160842 132625 1152 1011 0 159609 0
Current children cumulated CPU time: 3419.93 s
Current children cumulated vsize: 959048 KiB
Current children cumulated memory: 777632 KiB

[startup+2802.3 s]
/proc/loadavg: 3.36 4.08 5.45 4/262 113636
/proc/meminfo: memFree=125971092/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=315680 memory=247132 CPUtime=1409.61 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) S 112987 112990 112314 0 -1 4194304 168223 0 0 0 140933 28 0 0 20 0 1 0 139032429 323256320 61783 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78920 61783 3456 6655 0 60325 0
[pid=113073] ppid=112990 vsize=644748 memory=531880 CPUtime=2070.14 cores=0,2
/proc/113073/stat : 113073 (Exact) R 112990 113073 113073 0 -1 4194304 80091 0 0 0 206850 164 0 0 20 0 1 0 139105040 660221952 132970 18446744073709551615 4198400 8335837 140727993057216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37240832 140727993063609 140727993063963 140727993063963 140727993069519 0
/proc/113073/statm: 161187 132970 1152 1011 0 159954 0
Current children cumulated CPU time: 3479.75 s
Current children cumulated vsize: 960428 KiB
Current children cumulated memory: 779012 KiB

[startup+2862.3 s]
/proc/loadavg: 3.19 3.90 5.30 4/261 113639
/proc/meminfo: memFree=125961260/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=315680 memory=247132 CPUtime=1409.61 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) S 112987 112990 112314 0 -1 4194304 168223 0 0 0 140933 28 0 0 20 0 1 0 139032429 323256320 61783 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78920 61783 3456 6655 0 60325 0
[pid=113073] ppid=112990 vsize=646868 memory=534000 CPUtime=2129.95 cores=0,2
/proc/113073/stat : 113073 (Exact) R 112990 113073 113073 0 -1 4194304 81899 0 0 0 212820 175 0 0 20 0 1 0 139105040 662392832 133500 18446744073709551615 4198400 8335837 140727993057216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37240832 140727993063609 140727993063963 140727993063963 140727993069519 0
/proc/113073/statm: 161717 133500 1152 1011 0 160484 0
Current children cumulated CPU time: 3539.56 s
Current children cumulated vsize: 962548 KiB
Current children cumulated memory: 781132 KiB

[startup+2922.3 s]
/proc/loadavg: 3.17 3.76 5.16 4/261 113641
/proc/meminfo: memFree=125953320/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=315680 memory=247132 CPUtime=1409.61 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) S 112987 112990 112314 0 -1 4194304 168223 0 0 0 140933 28 0 0 20 0 1 0 139032429 323256320 61783 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78920 61783 3456 6655 0 60325 0
[pid=113073] ppid=112990 vsize=652664 memory=539796 CPUtime=2189.76 cores=0,2
/proc/113073/stat : 113073 (Exact) R 112990 113073 113073 0 -1 4194304 82864 0 0 0 218797 179 0 0 20 0 1 0 139105040 668327936 134949 18446744073709551615 4198400 8335837 140727993057216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37240832 140727993063609 140727993063963 140727993063963 140727993069519 0
/proc/113073/statm: 163166 134949 1152 1011 0 161933 0
Current children cumulated CPU time: 3599.37 s
Current children cumulated vsize: 968344 KiB
Current children cumulated memory: 786928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2923 s]*
/proc/loadavg: 3.17 3.76 5.16 4/261 113641
/proc/meminfo: memFree=125953320/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=315680 memory=247132 CPUtime=1409.61 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) S 112987 112990 112314 0 -1 4194304 168223 0 0 0 140933 28 0 0 20 0 1 0 139032429 323256320 61783 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78920 61783 3456 6655 0 60325 0
[pid=113073] ppid=112990 vsize=652664 memory=539796 CPUtime=2190.46 cores=0,2
/proc/113073/stat : 113073 (Exact) R 112990 113073 113073 0 -1 4194304 82864 0 0 0 218867 179 0 0 20 0 1 0 139105040 668327936 134949 18446744073709551615 4198400 8335837 140727993057216 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 37240832 140727993063609 140727993063963 140727993063963 140727993069519 0
/proc/113073/statm: 163166 134949 1152 1011 0 161933 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 968344 KiB
Current children cumulated memory: 786928 KiB

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

[startup+2923.14 s]
# the end of solver process 112990 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3598.04 s, system=2.09363 s

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

[startup+2923.11 s]
/proc/loadavg: 3.17 3.76 5.16 4/261 113641
/proc/meminfo: memFree=125953320/131250000 swapFree=33010684/33010684
[pid=112990] ppid=112987 vsize=315680 memory=247132 CPUtime=1409.61 cores=0,2
/proc/112990/stat : 112990 (LSIPExact) S 112987 112990 112314 0 -1 4194304 168224 134 0 0 140933 28 0 0 20 0 1 0 139032429 323256320 61783 18446744073709551615 94043448061952 94043475319121 140735372998656 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94043483821192 94043484252800 94043501805568 140735373003096 140735373003272 140735373003272 140735373008876 0
/proc/112990/statm: 78920 61783 3456 6655 0 60325 0
Current children cumulated CPU time: 1409.61 s
Current children cumulated vsize: 315680 KiB
Current children cumulated memory: 247132 KiB

Child status: 0

Real time (s): 2923.14
CPU time (s): 3600.13
CPU user time (s): 3598.04
CPU system time (s): 2.09363
CPU usage (%): 123.16
Max. virtual memory (cumulated for all children) (KiB): 1003164
Max. memory (cumulated for all children) (KiB): 821748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.04
system time used= 2.09363
maximum resident set size= 655696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255777
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 502
involuntary context switches= 60023


# summary of solver processes directly reported to runsolver:
#   pid: 112990
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3598.04
#   total CPU system time (s): 2.09363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.93915 second user time and 13.0079 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-11 13:41:39
IDJOB=4527053
IDBENCH=158329
IDSOLVER=3384
FILE ID=nodeC028/4527053-1752234099
RUNJOBID= nodeC028-1752232205-112331
SLURM_JOB_ID= 9682539
Free space on /tmp= 431056 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K182.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527053-1752234099/watcher-4527053-1752234099 -o /tmp/evaluation-result-4527053-1752234099/solver-4527053-1752234099 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1752232205-112331 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527053-1752234099.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= a76bcc507230b7348cd315b0b6909f20
RANDOM SEED=942251001

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126050784 kB
MemAvailable:   128605536 kB
Buffers:            3280 kB
Cached:          3352844 kB
SwapCached:            0 kB
Active:          1499248 kB
Inactive:        3039896 kB
Active(anon):    1201088 kB
Inactive(anon):        0 kB
Active(file):     298160 kB
Inactive(file):  3039896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46116 kB
Writeback:             4 kB
AnonPages:       1186184 kB
Mapped:           142004 kB
Shmem:             18068 kB
KReclaimable:     111868 kB
Slab:             204472 kB
SReclaimable:     111868 kB
SUnreclaim:        92604 kB
KernelStack:        4304 kB
PageTables:         5428 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1542824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431064 MiB
End job on nodeC028 at 2025-07-11 14:30:22