Trace number 4527373

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM329db8d421c28e548757e1dbc8e6ec5f
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 benchmark342
Best CPU time to get the best result obtained on this benchmark72001.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.06/1823.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.06/1823.50	c numVar: 11001
3600.06/1823.50	c numCon: 21678
3600.06/1823.50	c numEqual: 0
3600.06/1823.50	c intSize: 12
3600.06/1823.50	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.06/1823.50	c ------------------- Paras list -------------------
3600.06/1823.50	c Name                	 Type      	 Now       	 Default   	 Comment
3600.06/1823.50	c timeout             	 double    	 3600.000000	 3600      	 
3600.06/1823.50	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.06/1823.50	c ls_time             	 double    	 10.000000 	 10        	 
3600.06/1823.50	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.06/1823.50	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.06/1823.50	c random_seed         	 int       	 0         	 0         	 
3600.06/1823.50	c sample_size         	 int       	 50        	 50        	 
3600.06/1823.50	c sub_score           	 int       	 1         	 1         	 
3600.06/1823.50	c tabu_base           	 int       	 3         	 3         	 
3600.06/1823.50	c tabu_variation      	 int       	 1         	 1         	 
3600.06/1823.50	c sub_div             	 int       	 4         	 4         	 
3600.06/1823.50	c nbcore              	 int       	 2         	 1         	 
3600.06/1823.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.06/1823.50	c print_sol           	 int       	 1         	 1         	 
3600.06/1823.50	c tmpdir              	 string		 .         	 "."       	 
3600.06/1823.50	c home                	 string		 HOME	 "."       	 
3600.06/1823.50	c benchname           	 string		 HOME/instance-4527373-1752232235.opb	 ""        	 
3600.06/1823.50	c --------------------------------------------------
3600.06/1823.50	c Local Search solver
3600.06/1823.50	c MIP solver
3600.06/1823.50	c receive signal 15, try to interrupt solver...
3600.06/1823.51	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: 63708 MiB (61408 MiB free)
  memory of node 1: 64465 MiB (63092 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527373-1752232235/watcher-4527373-1752232235 -o /tmp/evaluation-result-4527373-1752232235/solver-4527373-1752232235 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1752232205-117683 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527373-1752232235.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=117830, runsolver pid=117826

[startup+0.100062 s]*
/proc/loadavg: 2.21 0.60 0.26 7/267 117835
/proc/meminfo: memFree=127443788/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=85368 memory=49792 CPUtime=0.08 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 11472 0 0 0 7 1 0 0 20 0 1 0 138901083 87416832 12448 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 21342 12448 1120 6655 0 11577 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 85368 KiB
Current children cumulated memory: 49792 KiB

[startup+0.20554 s]*
/proc/loadavg: 2.21 0.60 0.26 7/267 117835
/proc/meminfo: memFree=127403468/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=123980 memory=86656 CPUtime=0.18 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 20687 0 0 0 16 2 0 0 20 0 1 0 138901083 126955520 21632 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 30995 21664 1120 6655 0 21230 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 123980 KiB
Current children cumulated memory: 86656 KiB

[startup+0.305434 s]*
/proc/loadavg: 2.21 0.60 0.26 7/267 117835
/proc/meminfo: memFree=127387592/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=138048 memory=100608 CPUtime=0.28 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 24207 0 0 0 25 3 0 0 20 0 1 0 138901083 141361152 25152 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 34512 25152 1120 6655 0 24747 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 138048 KiB
Current children cumulated memory: 100608 KiB

[startup+0.70016 s]
/proc/loadavg: 2.21 0.60 0.26 7/267 117835
/proc/meminfo: memFree=127387592/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=138184 memory=100736 CPUtime=0.67 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 24214 0 0 0 64 3 0 0 20 0 1 0 138901083 141500416 25184 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 34546 25184 1120 6655 0 24781 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 138184 KiB
Current children cumulated memory: 100736 KiB

[startup+1.50012 s]
/proc/loadavg: 2.21 0.60 0.26 7/267 117835
/proc/meminfo: memFree=127387608/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=138184 memory=100736 CPUtime=1.47 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 24214 0 0 0 144 3 0 0 20 0 1 0 138901083 141500416 25184 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 34546 25184 1120 6655 0 24781 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 138184 KiB
Current children cumulated memory: 100736 KiB

[startup+3.1053 s]
/proc/loadavg: 2.51 0.69 0.29 7/267 117835
/proc/meminfo: memFree=127379584/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=138184 memory=100736 CPUtime=3.07 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 24217 0 0 0 304 3 0 0 20 0 1 0 138901083 141500416 25184 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 34546 25184 1120 6655 0 24781 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 138184 KiB
Current children cumulated memory: 100736 KiB

[startup+6.30014 s]
/proc/loadavg: 2.51 0.69 0.29 7/267 117835
/proc/meminfo: memFree=127359484/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=138184 memory=100736 CPUtime=6.26 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 24218 0 0 0 623 3 0 0 20 0 1 0 138901083 141500416 25184 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 34546 25184 1120 6655 0 24781 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 138184 KiB
Current children cumulated memory: 100736 KiB

[startup+12.7002 s]
/proc/loadavg: 3.28 0.91 0.37 9/269 117837
/proc/meminfo: memFree=127096920/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=436580 memory=345016 CPUtime=13.67 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 59347 0 0 0 1355 12 0 0 20 0 2 0 138901083 447057920 86254 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 109145 86254 3328 6655 0 89118 0
[pid=117830/tid=117837] ppid=117826 vsize=436580 memory=317396 CPUtime=1.03 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 12003 0 0 0 101 2 0 0 20 0 2 0 138902100 447057920 86254 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 13.67 s
Current children cumulated vsize: 436580 KiB
Current children cumulated memory: 345016 KiB

[startup+25.5002 s]
/proc/loadavg: 4.01 1.15 0.45 9/269 117837
/proc/meminfo: memFree=126882768/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=522432 memory=475564 CPUtime=39.07 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 94867 0 0 0 3889 18 0 0 20 0 2 0 138901083 534970368 118891 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 130608 118891 3392 6655 0 119870 0
[pid=117830/tid=117837] ppid=117826 vsize=522432 memory=475564 CPUtime=13.68 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 25762 0 0 0 1363 5 0 0 20 0 2 0 138902100 534970368 118891 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 39.07 s
Current children cumulated vsize: 522432 KiB
Current children cumulated memory: 475564 KiB

[startup+51.1055 s]
/proc/loadavg: 5.37 1.70 0.65 9/270 117839
/proc/meminfo: memFree=126711996/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=556012 memory=510744 CPUtime=89.93 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 122498 0 0 0 8971 22 0 0 20 0 2 0 138901083 569356288 127686 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 139003 127686 3392 6655 0 128265 0
[pid=117830/tid=117837] ppid=117826 vsize=556012 memory=0 CPUtime=39.02 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 38837 0 0 0 3896 6 0 0 20 0 2 0 138902100 569356288 127686 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 89.93 s
Current children cumulated vsize: 556012 KiB
Current children cumulated memory: 510744 KiB

[startup+102.3 s]
/proc/loadavg: 7.32 2.78 1.08 9/270 117841
/proc/meminfo: memFree=126551932/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=476748 memory=434780 CPUtime=190.31 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 213629 0 0 0 18996 35 0 0 20 0 2 0 138901083 488189952 108695 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 119187 108695 3488 6655 0 108449 0
[pid=117830/tid=117837] ppid=117826 vsize=476748 memory=21120 CPUtime=88.39 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 57405 0 0 0 8830 9 0 0 20 0 2 0 138902100 488189952 108695 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 190.31 s
Current children cumulated vsize: 476748 KiB
Current children cumulated memory: 434780 KiB

[startup+162.3 s]
/proc/loadavg: 8.12 3.83 1.54 9/270 117843
/proc/meminfo: memFree=126330204/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=476748 memory=434780 CPUtime=309.55 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 229112 0 0 0 30918 37 0 0 20 0 2 0 138901083 488189952 108695 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 119187 108695 3488 6655 0 108449 0
[pid=117830/tid=117837] ppid=117826 vsize=476748 memory=434780 CPUtime=147.81 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 65710 0 0 0 14771 10 0 0 20 0 2 0 138902100 488189952 108695 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 309.55 s
Current children cumulated vsize: 476748 KiB
Current children cumulated memory: 434780 KiB

[startup+222.3 s]
/proc/loadavg: 8.01 4.59 1.95 8/270 117845
/proc/meminfo: memFree=126101416/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=509516 memory=443772 CPUtime=420.86 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 258164 0 0 0 42046 40 0 0 20 0 2 0 138901083 521744384 110943 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 127379 110943 3488 6655 0 116641 0
[pid=117830/tid=117837] ppid=117826 vsize=509516 memory=441724 CPUtime=203.46 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 77779 0 0 0 20334 12 0 0 20 0 2 0 138902100 521744384 110943 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 420.86 s
Current children cumulated vsize: 509516 KiB
Current children cumulated memory: 443772 KiB

[startup+282.3 s]
/proc/loadavg: 8.07 5.23 2.34 9/269 117847
/proc/meminfo: memFree=125875432/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=509516 memory=457260 CPUtime=539.92 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 261036 0 0 0 53950 42 0 0 20 0 2 0 138901083 521744384 114315 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 127379 114315 3488 6655 0 116641 0
[pid=117830/tid=117837] ppid=117826 vsize=509516 memory=14432 CPUtime=262.73 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 78650 0 0 0 26260 13 0 0 20 0 2 0 138902100 521744384 114315 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 539.92 s
Current children cumulated vsize: 509516 KiB
Current children cumulated memory: 457260 KiB

[startup+342.3 s]
/proc/loadavg: 8.08 5.75 2.70 9/268 117849
/proc/meminfo: memFree=125677064/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=509516 memory=457260 CPUtime=659.21 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 268818 0 0 0 65878 43 0 0 20 0 2 0 138901083 521744384 114315 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 127379 114315 3488 6655 0 116641 0
[pid=117830/tid=117837] ppid=117826 vsize=509516 memory=14432 CPUtime=322.2 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 84164 0 0 0 32206 14 0 0 20 0 2 0 138902100 521744384 114315 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 659.21 s
Current children cumulated vsize: 509516 KiB
Current children cumulated memory: 457260 KiB

[startup+402.3 s]

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

Current children cumulated vsize: 568728 KiB
Current children cumulated memory: 515452 KiB

[startup+1542.3 s]
/proc/loadavg: 8.13 8.06 6.64 9/267 117910
/proc/meminfo: memFree=121486276/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=568728 memory=515452 CPUtime=3041.14 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 324503 0 0 0 304044 70 0 0 20 0 2 0 138901083 582377472 128863 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 142182 128863 3488 6655 0 131444 0
[pid=117830/tid=117837] ppid=117826 vsize=568728 memory=-7880352373735192441 CPUtime=1507.81 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 103003 0 0 0 150745 36 0 0 20 0 2 0 138902100 582377472 128863 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 3041.14 s
Current children cumulated vsize: 568728 KiB
Current children cumulated memory: 515452 KiB

[startup+1602.3 s]
/proc/loadavg: 8.33 8.15 6.76 9/267 117912
/proc/meminfo: memFree=121300444/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=568728 memory=515452 CPUtime=3160.4 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 324508 0 0 0 315969 71 0 0 20 0 2 0 138901083 582377472 128863 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 142182 128863 3488 6655 0 131444 0
[pid=117830/tid=117837] ppid=117826 vsize=568728 memory=14432 CPUtime=1567.26 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 103003 0 0 0 156688 38 0 0 20 0 2 0 138902100 582377472 128863 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 3160.4 s
Current children cumulated vsize: 568728 KiB
Current children cumulated memory: 515452 KiB

[startup+1662.3 s]
/proc/loadavg: 8.15 8.13 6.85 9/267 117914
/proc/meminfo: memFree=121111940/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=568728 memory=515452 CPUtime=3279.67 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 324975 0 0 0 327895 72 0 0 20 0 2 0 138901083 582377472 128863 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 142182 128863 3488 6655 0 131444 0
[pid=117830/tid=117837] ppid=117826 vsize=568728 memory=515452 CPUtime=1626.71 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 103028 0 0 0 162632 39 0 0 20 0 2 0 138902100 582377472 128863 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 3279.67 s
Current children cumulated vsize: 568728 KiB
Current children cumulated memory: 515452 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 8.12 6.93 9/267 117917
/proc/meminfo: memFree=120902460/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=568728 memory=515452 CPUtime=3398.93 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 325398 0 0 0 339820 73 0 0 20 0 2 0 138901083 582377472 128863 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 142182 128863 3488 6655 0 131444 0
[pid=117830/tid=117837] ppid=117826 vsize=568728 memory=515452 CPUtime=1686.15 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 103427 0 0 0 168575 40 0 0 20 0 2 0 138902100 582377472 128863 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 3398.93 s
Current children cumulated vsize: 568728 KiB
Current children cumulated memory: 515452 KiB

[startup+1782.3 s]
/proc/loadavg: 8.14 8.13 7.01 9/267 117919
/proc/meminfo: memFree=120682596/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=568728 memory=515452 CPUtime=3518.18 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 325398 0 0 0 351744 74 0 0 20 0 2 0 138901083 582377472 128863 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 142182 128863 3488 6655 0 131444 0
[pid=117830/tid=117837] ppid=117826 vsize=568728 memory=14432 CPUtime=1745.59 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 103427 0 0 0 174519 40 0 0 20 0 2 0 138902100 582377472 128863 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 3518.18 s
Current children cumulated vsize: 568728 KiB
Current children cumulated memory: 515452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1823.5 s]
/proc/loadavg: 7.28 7.92 6.99 6/261 118015
/proc/meminfo: memFree=125649688/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=568728 memory=516348 CPUtime=3600.06 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) R 117826 117830 117663 0 -1 4194304 325685 0 0 0 359932 74 0 0 20 0 2 0 138901083 582377472 129087 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 142182 129087 3488 6655 0 131444 0
[pid=117830/tid=117837] ppid=117826 vsize=568728 memory=516220 CPUtime=1786.39 cores=5,7
/proc/117830/task/117837/stat : 117837 (LSIPExact) R 117826 117830 117663 0 -1 4194368 103696 0 0 0 178598 41 0 0 20 0 2 0 138902100 582377472 129087 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 568728 KiB
Current children cumulated memory: 516348 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.24 s, system=0.838786 s

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

[startup+1824 s]*
/proc/loadavg: 7.28 7.92 6.99 6/266 118026
/proc/meminfo: memFree=124614680/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=568728 memory=514584 CPUtime=3600.09 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) S 117826 117830 117663 0 -1 4194304 331248 0 0 0 359934 75 0 0 20 0 1 0 138901083 582377472 128646 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 142182 128646 3520 6655 0 131444 0
[pid=118026] ppid=117830 vsize=52344 memory=37484 CPUtime=0.46 cores=5,7
/proc/118026/stat : 118026 (Exact) R 117830 118026 118026 0 -1 4194304 7292 0 0 0 44 2 0 0 20 0 1 0 139083435 53600256 9371 18446744073709551615 4198400 8335837 140732667180592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 32927744 140732667185337 140732667185691 140732667185691 140732667191247 0
/proc/118026/statm: 13086 9371 960 1011 0 11853 0
Current children cumulated CPU time: 3600.55 s
Current children cumulated vsize: 621072 KiB
Current children cumulated memory: 552068 KiB

[startup+1824.8 s]
/proc/loadavg: 7.28 7.92 6.99 6/266 118026
/proc/meminfo: memFree=124614680/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=568728 memory=514584 CPUtime=3600.09 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) S 117826 117830 117663 0 -1 4194304 331248 0 0 0 359934 75 0 0 20 0 1 0 138901083 582377472 128646 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 142182 128646 3520 6655 0 131444 0
[pid=118026] ppid=117830 vsize=131728 memory=110384 CPUtime=1.25 cores=5,7
/proc/118026/stat : 118026 (Exact) R 117830 118026 118026 0 -1 4194304 27881 0 0 0 119 6 0 0 20 0 1 0 139083435 134889472 27596 18446744073709551615 4198400 8335837 140732667180592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 32927744 140732667185337 140732667185691 140732667185691 140732667191247 0
/proc/118026/statm: 32932 27596 1088 1011 0 31699 0
Current children cumulated CPU time: 3601.34 s
Current children cumulated vsize: 700456 KiB
Current children cumulated memory: 624968 KiB

[startup+1825.2 s]
/proc/loadavg: 7.28 7.92 6.99 6/266 118026
/proc/meminfo: memFree=124035772/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=568728 memory=514584 CPUtime=3600.09 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) S 117826 117830 117663 0 -1 4194304 331248 0 0 0 359934 75 0 0 20 0 1 0 138901083 582377472 128646 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 142182 128646 3520 6655 0 131444 0
[pid=118026] ppid=117830 vsize=131728 memory=112620 CPUtime=1.64 cores=5,7
/proc/118026/stat : 118026 (Exact) R 117830 118026 118026 0 -1 4194304 27914 0 0 0 158 6 0 0 20 0 1 0 139083435 134889472 28155 18446744073709551615 4198400 8335837 140732667180592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 32927744 140732667185337 140732667185691 140732667185691 140732667191247 0
/proc/118026/statm: 32932 28155 1088 1011 0 31699 0
Current children cumulated CPU time: 3601.73 s
Current children cumulated vsize: 700456 KiB
Current children cumulated memory: 627204 KiB

[startup+1825.4 s]
/proc/loadavg: 7.28 7.92 6.99 6/266 118026
/proc/meminfo: memFree=124035772/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=568728 memory=514584 CPUtime=3600.09 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) S 117826 117830 117663 0 -1 4194304 331248 0 0 0 359934 75 0 0 20 0 1 0 138901083 582377472 128646 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 142182 128646 3520 6655 0 131444 0
[pid=118026] ppid=117830 vsize=131728 memory=112620 CPUtime=1.84 cores=5,7
/proc/118026/stat : 118026 (Exact) R 117830 118026 118026 0 -1 4194304 27941 0 0 0 178 6 0 0 20 0 1 0 139083435 134889472 28155 18446744073709551615 4198400 8335837 140732667180592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 32927744 140732667185337 140732667185691 140732667185691 140732667191247 0
/proc/118026/statm: 32932 28155 1088 1011 0 31699 0
Current children cumulated CPU time: 3601.93 s
Current children cumulated vsize: 700456 KiB
Current children cumulated memory: 627204 KiB

[startup+1825.5 s]
/proc/loadavg: 7.28 7.92 6.99 6/266 118026
/proc/meminfo: memFree=124035772/131250000 swapFree=33008100/33010684
[pid=117830] ppid=117826 vsize=568728 memory=514584 CPUtime=3600.09 cores=5,7
/proc/117830/stat : 117830 (LSIPExact) S 117826 117830 117663 0 -1 4194304 331248 0 0 0 359934 75 0 0 20 0 1 0 138901083 582377472 128646 18446744073709551615 94764390215680 94764417472849 140731347765072 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94764425974920 94764426406528 94764455833600 140731347769688 140731347769864 140731347769864 140731347775468 0
/proc/117830/statm: 142182 128646 3520 6655 0 131444 0
[pid=118026] ppid=117830 vsize=131728 memory=112748 CPUtime=1.94 cores=5,7
/proc/118026/stat : 118026 (Exact) R 117830 118026 118026 0 -1 4194304 27961 0 0 0 188 6 0 0 20 0 1 0 139083435 134889472 28187 18446744073709551615 4198400 8335837 140732667180592 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 32927744 140732667185337 140732667185691 140732667185691 140732667191247 0
/proc/118026/statm: 32932 28187 1088 1011 0 31699 0
Current children cumulated CPU time: 3602.03 s
Current children cumulated vsize: 700456 KiB
Current children cumulated memory: 627332 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1825.52
CPU time (s): 3602.08
CPU user time (s): 3601.24
CPU system time (s): 0.838786
CPU usage (%): 197.317
Max. virtual memory (cumulated for all children) (KiB): 700456
Max. memory (cumulated for all children) (KiB): 631176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.24
system time used= 0.838786
maximum resident set size= 634504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366689
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= 504
involuntary context switches= 112142


# summary of solver processes directly reported to runsolver:
#   pid: 117830
#   total CPU time (s): 3602.08
#   total CPU user time (s): 3601.24
#   total CPU system time (s): 0.838786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.42085 second user time and 7.02173 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-11 13:10:36
IDJOB=4527373
IDBENCH=147620
IDSOLVER=3384
FILE ID=nodeC019/4527373-1752232235
RUNJOBID= nodeC019-1752232205-117683
SLURM_JOB_ID= 9682530
Free space on /tmp= 431516 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527373-1752232235/watcher-4527373-1752232235 -o /tmp/evaluation-result-4527373-1752232235/solver-4527373-1752232235 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1752232205-117683 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527373-1752232235.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 329db8d421c28e548757e1dbc8e6ec5f
RANDOM SEED=1101230875

nodeC019 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		: 3656.126
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	: 6999.37
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		: 3599.675
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	: 6999.37
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		: 3599.684
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	: 6999.37
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		: 3599.703
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	: 6999.37
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		: 3599.685
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	: 6999.37
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		: 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 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	: 6999.37
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		: 3599.725
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	: 6999.37
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.073
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	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127488988 kB
MemAvailable:   129567236 kB
Buffers:             904 kB
Cached:          2878288 kB
SwapCached:          568 kB
Active:           442636 kB
Inactive:        2716392 kB
Active(anon):     269432 kB
Inactive(anon):    27364 kB
Active(file):     173204 kB
Inactive(file):  2689028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             95936 kB
Writeback:             8 kB
AnonPages:        282536 kB
Mapped:           130872 kB
Shmem:             16960 kB
KReclaimable:     110512 kB
Slab:             202544 kB
SReclaimable:     110512 kB
SUnreclaim:        92032 kB
KernelStack:        4224 kB
PageTables:         3572 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     617152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431292 MiB
End job on nodeC019 at 2025-07-11 13:41:01