Trace number 4505847

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.14 2020.14

General information on the benchmark

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

Solver Data

3600.10/2018.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.10/2018.01	c numVar: 399113
3600.10/2018.01	c numCon: 400980
3600.10/2018.01	c numEqual: 0
3600.10/2018.01	c intSize: 28
3600.10/2018.01	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.10/2018.01	c ------------------- Paras list -------------------
3600.10/2018.01	c Name                	 Type      	 Now       	 Default   	 Comment
3600.10/2018.01	c timeout             	 double    	 3600.000000	 3600      	 
3600.10/2018.01	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.10/2018.01	c ls_time             	 double    	 10.000000 	 10        	 
3600.10/2018.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.10/2018.01	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.10/2018.01	c random_seed         	 int       	 0         	 0         	 
3600.10/2018.01	c sample_size         	 int       	 50        	 50        	 
3600.10/2018.01	c sub_score           	 int       	 1         	 1         	 
3600.10/2018.01	c tabu_base           	 int       	 3         	 3         	 
3600.10/2018.01	c tabu_variation      	 int       	 1         	 1         	 
3600.10/2018.01	c sub_div             	 int       	 4         	 4         	 
3600.10/2018.01	c nbcore              	 int       	 2         	 1         	 
3600.10/2018.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.10/2018.01	c print_sol           	 int       	 1         	 1         	 
3600.10/2018.01	c tmpdir              	 string		 .         	 "."       	 
3600.10/2018.01	c home                	 string		 HOME	 "."       	 
3600.10/2018.01	c benchname           	 string		 HOME/instance-4505847-1751480250.opb	 ""        	 
3600.10/2018.01	c --------------------------------------------------
3600.10/2018.01	c Local Search solver
3600.10/2018.01	c LS find feasible solution for PBO with objective value 0
3600.10/2018.01	c MIP solver
3600.10/2018.01	c receive signal 15, try to interrupt solver...
3600.28/2018.24	c MIP solver find feasible solution
3600.38/2018.34	c MIP solver objective value: 0
3600.64/2018.66	c MIP find feasible solution for PBO with objective value 0
3600.64/2018.66	c copy file: 0
3600.64/2018.66	c gen ub file: HOME/instance-4505847-1751480250.opb_ub.opb
3600.64/2018.66	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (57675 MiB free)
  memory of node 1: 64507 MiB (58589 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505847-1751480250/watcher-4505847-1751480250 -o /tmp/evaluation-result-4505847-1751480250/solver-4505847-1751480250 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70743 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4505847-1751480250.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=71292, runsolver pid=71289

[startup+0.100111 s]*
/proc/loadavg: 6.12 5.83 5.77 7/254 71293
/proc/meminfo: memFree=118947216/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=161280 memory=114384 CPUtime=0.09 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 22686 0 0 0 5 4 0 0 20 0 1 0 63704812 165150720 28596 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 40320 28596 1184 6655 0 30555 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 161280 KiB
Current children cumulated memory: 114384 KiB

[startup+0.213733 s]*
/proc/loadavg: 6.12 5.83 5.77 7/254 71293
/proc/meminfo: memFree=118939404/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=170652 memory=123856 CPUtime=0.21 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 25045 0 0 0 15 6 0 0 20 0 1 0 63704812 174747648 30964 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 42663 30964 1184 6655 0 32898 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 170652 KiB
Current children cumulated memory: 123856 KiB

[startup+0.31341 s]*
/proc/loadavg: 6.12 5.83 5.77 7/254 71293
/proc/meminfo: memFree=118939404/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=177752 memory=127060 CPUtime=0.3 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 25798 0 0 0 24 6 0 0 20 0 1 0 63704812 182018048 31701 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 44438 31733 1184 6655 0 34673 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 177752 KiB
Current children cumulated memory: 127060 KiB

[startup+0.70038 s]
/proc/loadavg: 6.12 5.83 5.77 7/254 71293
/proc/meminfo: memFree=118828388/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=362260 memory=321088 CPUtime=0.68 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 58501 0 0 0 51 17 0 0 20 0 1 0 63704812 370954240 80272 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 90565 80272 1216 6655 0 80800 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 362260 KiB
Current children cumulated memory: 321088 KiB

[startup+1.50037 s]
/proc/loadavg: 6.12 5.83 5.77 7/254 71293
/proc/meminfo: memFree=118683236/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=560004 memory=518740 CPUtime=1.48 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 106918 0 0 0 119 29 0 0 20 0 1 0 63704812 573444096 129685 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 140001 129685 1216 6655 0 130236 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 560004 KiB
Current children cumulated memory: 518740 KiB

[startup+3.11315 s]
/proc/loadavg: 6.12 5.83 5.77 7/254 71293
/proc/meminfo: memFree=118540540/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=575812 memory=534484 CPUtime=3.08 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 110868 0 0 0 279 29 0 0 20 0 1 0 63704812 589631488 133621 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 143953 133621 1216 6655 0 134188 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 575812 KiB
Current children cumulated memory: 534484 KiB

[startup+6.30036 s]
/proc/loadavg: 6.11 5.83 5.78 7/254 71293
/proc/meminfo: memFree=118545016/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=575812 memory=534484 CPUtime=6.26 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 110919 0 0 0 596 30 0 0 20 0 1 0 63704812 589631488 133621 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 143953 133621 1216 6655 0 134188 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 575812 KiB
Current children cumulated memory: 534484 KiB

[startup+12.7004 s]
/proc/loadavg: 6.10 5.84 5.78 7/255 71294
/proc/meminfo: memFree=118038420/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=1223600 memory=1091464 CPUtime=12.64 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 178753 0 0 0 1215 49 0 0 20 0 2 0 63704812 1252966400 272866 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 305900 272866 2720 6655 0 279783 0
[pid=71292/tid=71294] ppid=71289 vsize=1223600 memory=987276 CPUtime=0 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) S 71289 71292 70730 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 63705990 1252966400 272866 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1223600 KiB
Current children cumulated memory: 1091464 KiB

[startup+25.5003 s]
/proc/loadavg: 6.16 5.86 5.79 8/255 71294
/proc/meminfo: memFree=117011192/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2094512 memory=1906956 CPUtime=28.67 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 356926 0 0 0 2774 93 0 0 20 0 2 0 63704812 2144780288 476739 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 523628 476739 3520 6655 0 512340 0
[pid=71292/tid=71294] ppid=71289 vsize=2094512 memory=1886468 CPUtime=3.6 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) R 71289 71292 70730 0 -1 4194368 21078 0 0 0 351 9 0 0 20 0 2 0 63705990 2144780288 476739 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 28.67 s
Current children cumulated vsize: 2094512 KiB
Current children cumulated memory: 1906956 KiB

[startup+51.1056 s]
/proc/loadavg: 6.45 5.95 5.82 8/255 71294
/proc/meminfo: memFree=117066944/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2094512 memory=1913868 CPUtime=79.28 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 390172 0 0 0 7830 98 0 0 20 0 2 0 63704812 2144780288 478467 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 523628 478467 3520 6655 0 512340 0
[pid=71292/tid=71294] ppid=71289 vsize=2094512 memory=1913868 CPUtime=28.89 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) R 71289 71292 70730 0 -1 4194368 37617 0 0 0 2878 11 0 0 20 0 2 0 63705990 2144780288 478467 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 79.28 s
Current children cumulated vsize: 2094512 KiB
Current children cumulated memory: 1913868 KiB

[startup+102.3 s]
/proc/loadavg: 6.89 6.15 5.90 9/256 71345
/proc/meminfo: memFree=116441636/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2094512 memory=1913868 CPUtime=180.82 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 417212 0 0 0 17974 108 0 0 20 0 2 0 63704812 2144780288 478467 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 523628 478467 3520 6655 0 512340 0
[pid=71292/tid=71294] ppid=71289 vsize=2094512 memory=1913868 CPUtime=79.85 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) R 71289 71292 70730 0 -1 4194368 50220 0 0 0 7970 15 0 0 20 0 2 0 63705990 2144780288 478467 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 180.82 s
Current children cumulated vsize: 2094512 KiB
Current children cumulated memory: 1913868 KiB

[startup+162.3 s]
/proc/loadavg: 7.40 6.44 6.02 9/256 71347
/proc/meminfo: memFree=115927752/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2706976 memory=2488064 CPUtime=286.85 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 604545 0 0 0 28542 143 0 0 20 0 2 0 63704812 2771943424 622016 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 676744 622016 3552 6655 0 662621 0
[pid=71292/tid=71294] ppid=71289 vsize=2706976 memory=2488064 CPUtime=126.6 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) R 71289 71292 70730 0 -1 4194368 133281 0 0 0 12630 30 0 0 20 0 2 0 63705990 2771943424 622016 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 286.85 s
Current children cumulated vsize: 2706976 KiB
Current children cumulated memory: 2488064 KiB

[startup+222.3 s]
/proc/loadavg: 7.77 6.71 6.14 9/255 71349
/proc/meminfo: memFree=114932960/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2706976 memory=2490632 CPUtime=405.7 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 619849 0 0 0 40424 146 0 0 20 0 2 0 63704812 2771943424 622658 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 676744 622658 3552 6655 0 662621 0
[pid=71292/tid=71294] ppid=71289 vsize=2706976 memory=14336 CPUtime=186.28 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) R 71289 71292 70730 0 -1 4194368 137970 0 0 0 18597 31 0 0 20 0 2 0 63705990 2771943424 622658 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 405.7 s
Current children cumulated vsize: 2706976 KiB
Current children cumulated memory: 2490632 KiB

[startup+282.3 s]
/proc/loadavg: 8.21 7.03 6.28 9/255 71351
/proc/meminfo: memFree=114911608/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2706976 memory=2490632 CPUtime=524.55 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 627364 0 0 0 52306 149 0 0 20 0 2 0 63704812 2771943424 622658 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 676744 622658 3552 6655 0 662621 0
[pid=71292/tid=71294] ppid=71289 vsize=2706976 memory=2490632 CPUtime=245.96 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) R 71289 71292 70730 0 -1 4194368 144998 0 0 0 24564 32 0 0 20 0 2 0 63705990 2771943424 622658 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 524.55 s
Current children cumulated vsize: 2706976 KiB
Current children cumulated memory: 2490632 KiB

[startup+342.3 s]
/proc/loadavg: 8.18 7.24 6.40 9/257 71359
/proc/meminfo: memFree=114898868/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2706976 memory=2506540 CPUtime=643.43 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 631681 0 0 0 64192 151 0 0 20 0 2 0 63704812 2771943424 626635 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 676744 626635 3552 6655 0 662621 0
[pid=71292/tid=71294] ppid=71289 vsize=2706976 memory=2490632 CPUtime=305.68 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) R 71289 71292 70730 0 -1 4194368 146457 0 0 0 30535 33 0 0 20 0 2 0 63705990 2771943424 626635 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 643.43 s
Current children cumulated vsize: 2706976 KiB
Current children cumulated memory: 2506540 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=117636608/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2706976 memory=2506668 CPUtime=3139.67 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 859491 0 0 0 313759 208 0 0 20 0 2 0 63704812 2771943424 626667 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 676744 626667 3552 6655 0 662621 0
[pid=71292/tid=71294] ppid=71289 vsize=2706976 memory=2506668 CPUtime=1559.31 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) R 71289 71292 70730 0 -1 4194368 299857 0 0 0 155874 57 0 0 20 0 2 0 63705990 2771943424 626667 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 3139.67 s
Current children cumulated vsize: 2706976 KiB
Current children cumulated memory: 2506668 KiB

[startup+1662.3 s]
/proc/loadavg: 7.76 7.97 7.70 8/255 71516
/proc/meminfo: memFree=117392472/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2510368 memory=2368892 CPUtime=3246.33 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 861044 0 0 0 324421 212 0 0 20 0 2 0 63704812 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 627592 592223 3552 6655 0 616427 0
[pid=71292/tid=71294] ppid=71289 vsize=2510368 memory=2506668 CPUtime=1606.59 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) S 71289 71292 70730 0 -1 4194368 301340 0 0 0 160601 58 0 0 20 0 2 0 63705990 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 1 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 3246.33 s
Current children cumulated vsize: 2510368 KiB
Current children cumulated memory: 2368892 KiB

[startup+1722.3 s]
/proc/loadavg: 7.39 7.82 7.66 8/255 71518
/proc/meminfo: memFree=117338472/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2510368 memory=2368892 CPUtime=3306.1 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 882280 0 0 0 330395 215 0 0 20 0 2 0 63704812 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 627592 592223 3552 6655 0 616427 0
[pid=71292/tid=71294] ppid=71289 vsize=2510368 memory=2506668 CPUtime=1606.59 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) S 71289 71292 70730 0 -1 4194368 301340 0 0 0 160601 58 0 0 20 0 2 0 63705990 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 1 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 3306.1 s
Current children cumulated vsize: 2510368 KiB
Current children cumulated memory: 2368892 KiB

[startup+1782.3 s]
/proc/loadavg: 7.07 7.64 7.61 8/255 71520
/proc/meminfo: memFree=116699320/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2510368 memory=2368892 CPUtime=3365.78 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 882704 0 0 0 336363 215 0 0 20 0 2 0 63704812 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 627592 592223 3552 6655 0 616427 0
[pid=71292/tid=71294] ppid=71289 vsize=2510368 memory=2368892 CPUtime=1606.59 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) S 71289 71292 70730 0 -1 4194368 301340 0 0 0 160601 58 0 0 20 0 2 0 63705990 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 1 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 3365.78 s
Current children cumulated vsize: 2510368 KiB
Current children cumulated memory: 2368892 KiB

[startup+1842.3 s]
/proc/loadavg: 7.11 7.54 7.57 8/254 71522
/proc/meminfo: memFree=116699612/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2510368 memory=2368892 CPUtime=3425.43 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 893197 0 0 0 342326 217 0 0 20 0 2 0 63704812 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 627592 592223 3552 6655 0 616427 0
[pid=71292/tid=71294] ppid=71289 vsize=2510368 memory=2368892 CPUtime=1606.59 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) S 71289 71292 70730 0 -1 4194368 301340 0 0 0 160601 58 0 0 20 0 2 0 63705990 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 1 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 3425.43 s
Current children cumulated vsize: 2510368 KiB
Current children cumulated memory: 2368892 KiB

[startup+1902.3 s]
/proc/loadavg: 7.13 7.47 7.54 8/255 71525
/proc/meminfo: memFree=116694264/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2510368 memory=2368892 CPUtime=3485.05 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 918160 0 0 0 348284 221 0 0 20 0 2 0 63704812 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 627592 592223 3552 6655 0 616427 0
[pid=71292/tid=71294] ppid=71289 vsize=2510368 memory=2368892 CPUtime=1606.59 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) S 71289 71292 70730 0 -1 4194368 301340 0 0 0 160601 58 0 0 20 0 2 0 63705990 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 1 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 3485.05 s
Current children cumulated vsize: 2510368 KiB
Current children cumulated memory: 2368892 KiB

[startup+1962.3 s]
/proc/loadavg: 6.73 7.29 7.48 8/255 71574
/proc/meminfo: memFree=118168364/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2510368 memory=2368892 CPUtime=3544.68 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 918960 0 0 0 354247 221 0 0 20 0 2 0 63704812 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 627592 592223 3552 6655 0 616427 0
[pid=71292/tid=71294] ppid=71289 vsize=2510368 memory=2368892 CPUtime=1606.59 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) S 71289 71292 70730 0 -1 4194368 301340 0 0 0 160601 58 0 0 20 0 2 0 63705990 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 1 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 3544.68 s
Current children cumulated vsize: 2510368 KiB
Current children cumulated memory: 2368892 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2018 s]*
/proc/loadavg: 6.54 7.16 7.42 7/255 71578
/proc/meminfo: memFree=118247044/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=2510368 memory=2368892 CPUtime=3600.1 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) R 71289 71292 70730 0 -1 4194304 919228 0 0 0 359788 222 0 0 20 0 2 0 63704812 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 627592 592223 3552 6655 0 616427 0
[pid=71292/tid=71294] ppid=71289 vsize=2510368 memory=-6297557746295345503 CPUtime=1606.59 cores=5,7
/proc/71292/task/71294/stat : 71294 (LSIPExact) S 71289 71292 70730 0 -1 4194368 301340 0 0 0 160601 58 0 0 20 0 2 0 63705990 2570616832 592223 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 1 0 0 -1 5 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 2510368 KiB
Current children cumulated memory: 2368892 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.36 s, system=2.46273 s

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

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

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

[startup+2019.2 s]
/proc/loadavg: 6.54 7.16 7.42 7/255 71580
/proc/meminfo: memFree=118835720/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=1615552 memory=1480436 CPUtime=3600.71 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) S 71289 71292 70730 0 -1 4194304 995190 226 0 0 359836 235 0 0 20 0 1 0 63704812 1654325248 370109 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 403888 370109 3616 6655 0 393979 0
[pid=71580] ppid=71292 vsize=421108 memory=388112 CPUtime=0.49 cores=5,7
/proc/71580/stat : 71580 (Exact) R 71292 71580 71580 0 -1 4194304 32057 0 0 0 37 12 0 0 20 0 1 0 63906679 431214592 96996 18446744073709551615 4198400 8335837 140723377115264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45678592 140723377121460 140723377121821 140723377121821 140723377127375 0
/proc/71580/statm: 105277 97028 960 1011 0 104044 0
Current children cumulated CPU time: 3601.2 s
Current children cumulated vsize: 2036660 KiB
Current children cumulated memory: 1868548 KiB

[startup+2019.6 s]
/proc/loadavg: 6.54 7.16 7.42 7/255 71580
/proc/meminfo: memFree=118835720/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=1615552 memory=1480436 CPUtime=3600.71 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) S 71289 71292 70730 0 -1 4194304 995190 226 0 0 359836 235 0 0 20 0 1 0 63704812 1654325248 370109 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 403888 370109 3616 6655 0 393979 0
[pid=71580] ppid=71292 vsize=549984 memory=520788 CPUtime=0.88 cores=5,7
/proc/71580/stat : 71580 (Exact) R 71292 71580 71580 0 -1 4194304 64207 0 0 0 69 19 0 0 20 0 1 0 63906679 563183616 130197 18446744073709551615 4198400 8335837 140723377115264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45678592 140723377121460 140723377121821 140723377121821 140723377127375 0
/proc/71580/statm: 137496 130197 960 1011 0 136263 0
Current children cumulated CPU time: 3601.59 s
Current children cumulated vsize: 2165536 KiB
Current children cumulated memory: 2001224 KiB

[startup+2020 s]*
/proc/loadavg: 6.50 7.14 7.41 7/255 71580
/proc/meminfo: memFree=118605444/131382116 swapFree=33010684/33010684
[pid=71292] ppid=71289 vsize=1615552 memory=1480436 CPUtime=3600.71 cores=5,7
/proc/71292/stat : 71292 (LSIPExact) S 71289 71292 70730 0 -1 4194304 995190 226 0 0 359836 235 0 0 20 0 1 0 63704812 1654325248 370109 18446744073709551615 94514149421056 94514176677457 140727263416000 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94514185180296 94514185611904 94514201866240 140727263422810 140727263422986 140727263422986 140727263428588 0
/proc/71292/statm: 403888 370109 3616 6655 0 393979 0
[pid=71580] ppid=71292 vsize=555176 memory=532088 CPUtime=1.3 cores=5,7
/proc/71580/stat : 71580 (Exact) R 71292 71580 71580 0 -1 4194304 65507 0 0 0 110 20 0 0 20 0 1 0 63906679 568500224 133022 18446744073709551615 4198400 8335837 140723377115264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 45678592 140723377121460 140723377121821 140723377121821 140723377127375 0
/proc/71580/statm: 138794 133022 960 1011 0 137561 0
Current children cumulated CPU time: 3602.01 s
Current children cumulated vsize: 2170728 KiB
Current children cumulated memory: 2012524 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2020.14
CPU time (s): 3602.14
CPU user time (s): 3599.46
CPU system time (s): 2.67692
CPU usage (%): 178.311
Max. virtual memory (cumulated for all children) (KiB): 2706976
Max. memory (cumulated for all children) (KiB): 2506668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.46
system time used= 2.67692
maximum resident set size= 2506668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1060925
page faults= 0
swaps= 0
block input operations= 48456
block output operations= 6400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 502
involuntary context switches= 111946


# summary of solver processes directly reported to runsolver:
#   pid: 71292,71580
#   total CPU time (s): 3602.14
#   total CPU user time (s): 3599.46
#   total CPU system time (s): 2.67692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12191 second user time and 11.617 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-02 20:17:31
IDJOB=4505847
IDBENCH=157342
IDSOLVER=3336
FILE ID=nodeC011/4505847-1751480250
RUNJOBID= nodeC011-1751477276-70743
SLURM_JOB_ID= 9598512
Free space on /tmp= 430332 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null0mast_rapportOE2.0_TMAX300_K192_cod1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505847-1751480250/watcher-4505847-1751480250 -o /tmp/evaluation-result-4505847-1751480250/solver-4505847-1751480250 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70743 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4505847-1751480250.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 98a5f88ebd5d10d5c10cd6435ed09c83
RANDOM SEED=2024729698

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.878
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.886
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	: 6984.20
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		: 1197.516
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.097
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	: 6984.20
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		: 3545.668
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	: 6984.20
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		: 3700.000
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	: 6984.20
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		: 3492.168
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	: 6984.20
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		: 1197.229
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        119055960 kB
MemAvailable:   121159000 kB
Buffers:            3276 kB
Cached:          2905164 kB
SwapCached:            0 kB
Active:          9177708 kB
Inactive:        2476724 kB
Active(anon):    8761848 kB
Inactive(anon):     2104 kB
Active(file):     415860 kB
Inactive(file):  2474620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             75332 kB
Writeback:             0 kB
AnonPages:       8743404 kB
Mapped:           144188 kB
Shmem:             17960 kB
KReclaimable:     103988 kB
Slab:             188648 kB
SReclaimable:     103988 kB
SUnreclaim:        84660 kB
KernelStack:        4096 kB
PageTables:        20808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9568068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4542464 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430244 MiB
End job on nodeC011 at 2025-07-02 20:51:11