Trace number 4527367

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM0c97dedf99f03a2f12057daa91676c25
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 benchmark202
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5570
Total number of constraints10896
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
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 1908
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.14/1820.40	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.14/1820.40	c numVar: 5570
3600.14/1820.40	c numCon: 10896
3600.14/1820.40	c numEqual: 0
3600.14/1820.40	c intSize: 11
3600.14/1820.40	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.14/1820.40	c ------------------- Paras list -------------------
3600.14/1820.40	c Name                	 Type      	 Now       	 Default   	 Comment
3600.14/1820.40	c timeout             	 double    	 3600.000000	 3600      	 
3600.14/1820.40	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.14/1820.40	c ls_time             	 double    	 10.000000 	 10        	 
3600.14/1820.40	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.14/1820.40	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.14/1820.40	c random_seed         	 int       	 0         	 0         	 
3600.14/1820.40	c sample_size         	 int       	 50        	 50        	 
3600.14/1820.40	c sub_score           	 int       	 1         	 1         	 
3600.14/1820.40	c tabu_base           	 int       	 3         	 3         	 
3600.14/1820.40	c tabu_variation      	 int       	 1         	 1         	 
3600.14/1820.40	c sub_div             	 int       	 4         	 4         	 
3600.14/1820.40	c nbcore              	 int       	 2         	 1         	 
3600.14/1820.40	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.14/1820.40	c print_sol           	 int       	 1         	 1         	 
3600.14/1820.40	c tmpdir              	 string		 .         	 "."       	 
3600.14/1820.40	c home                	 string		 HOME	 "."       	 
3600.14/1820.40	c benchname           	 string		 HOME/instance-4527367-1752232236.opb	 ""        	 
3600.14/1820.40	c --------------------------------------------------
3600.14/1820.40	c Local Search solver
3600.14/1820.40	c MIP solver
3600.14/1820.40	c receive signal 15, try to interrupt solver...
3600.14/1820.43	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63007 MiB free)
  memory of node 1: 64465 MiB (62297 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=123565, runsolver pid=123562

[startup+0.100073 s]*
/proc/loadavg: 2.36 0.65 0.28 7/248 123567
/proc/meminfo: memFree=128257596/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=60260 memory=25856 CPUtime=0.1 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 5431 0 0 0 9 1 0 0 20 0 1 0 138902794 61706240 6464 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 15098 6464 1184 6655 0 5333 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 60260 KiB
Current children cumulated memory: 25856 KiB

[startup+0.212213 s]*
/proc/loadavg: 2.36 0.65 0.28 7/248 123567
/proc/meminfo: memFree=128241468/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=79516 memory=44288 CPUtime=0.21 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 10047 0 0 0 18 3 0 0 20 0 1 0 138902794 81424384 11072 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 19879 11072 1184 6655 0 10114 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 79516 KiB
Current children cumulated memory: 44288 KiB

[startup+0.312047 s]*
/proc/loadavg: 2.36 0.65 0.28 7/248 123567
/proc/meminfo: memFree=128233404/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=88352 memory=52992 CPUtime=0.31 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 12221 0 0 0 27 4 0 0 20 0 1 0 138902794 90472448 13248 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 22088 13248 1184 6655 0 12323 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 88352 KiB
Current children cumulated memory: 52992 KiB

[startup+0.700313 s]
/proc/loadavg: 2.36 0.65 0.28 7/253 123576
/proc/meminfo: memFree=128210280/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=88352 memory=52992 CPUtime=0.68 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 12221 0 0 0 64 4 0 0 20 0 1 0 138902794 90472448 13248 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 22088 13248 1184 6655 0 12323 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 88352 KiB
Current children cumulated memory: 52992 KiB

[startup+1.50028 s]
/proc/loadavg: 2.36 0.65 0.28 6/249 123584
/proc/meminfo: memFree=128209348/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=88352 memory=52992 CPUtime=1.48 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 12221 0 0 0 144 4 0 0 20 0 1 0 138902794 90472448 13248 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 22088 13248 1184 6655 0 12323 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 88352 KiB
Current children cumulated memory: 52992 KiB

[startup+3.11328 s]
/proc/loadavg: 2.36 0.65 0.28 6/249 123584
/proc/meminfo: memFree=128209512/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=88352 memory=52992 CPUtime=3.09 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 12675 0 0 0 305 4 0 0 20 0 1 0 138902794 90472448 13248 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 22088 13248 1184 6655 0 12323 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 88352 KiB
Current children cumulated memory: 52992 KiB

[startup+6.3003 s]
/proc/loadavg: 2.65 0.74 0.31 7/253 123621
/proc/meminfo: memFree=128227724/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=88352 memory=52992 CPUtime=6.26 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 12680 0 0 0 622 4 0 0 20 0 1 0 138902794 90472448 13248 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 22088 13248 1184 6655 0 12323 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 88352 KiB
Current children cumulated memory: 52992 KiB

[startup+12.7002 s]
/proc/loadavg: 2.92 0.82 0.34 8/254 123622
/proc/meminfo: memFree=128114712/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=275384 memory=223592 CPUtime=14.31 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 43972 0 0 0 1419 12 0 0 20 0 2 0 138902794 281993216 55898 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 68846 55898 3488 6655 0 55081 0
[pid=123565/tid=123622] ppid=123562 vsize=275384 memory=6256 CPUtime=1.67 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 10711 0 0 0 164 3 0 0 20 0 2 0 138903806 281993216 55898 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 14.31 s
Current children cumulated vsize: 275384 KiB
Current children cumulated memory: 223592 KiB

[startup+25.5002 s]
/proc/loadavg: 3.68 1.10 0.44 8/250 123677
/proc/meminfo: memFree=127877836/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=264944 memory=215548 CPUtime=39.14 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 103566 0 0 0 3893 21 0 0 20 0 2 0 138902794 271302656 53887 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 66236 53887 3552 6655 0 52471 0
[pid=123565/tid=123622] ppid=123562 vsize=264944 memory=215548 CPUtime=13.77 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 21408 0 0 0 1372 5 0 0 20 0 2 0 138903806 271302656 53887 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 39.14 s
Current children cumulated vsize: 264944 KiB
Current children cumulated memory: 215548 KiB

[startup+51.1053 s]
/proc/loadavg: 5.32 1.68 0.65 9/255 123715
/proc/meminfo: memFree=128014860/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=264944 memory=215932 CPUtime=89.98 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 131501 0 0 0 8974 24 0 0 20 0 2 0 138902794 271302656 53983 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 66236 53983 3552 6655 0 52471 0
[pid=123565/tid=123622] ppid=123562 vsize=264944 memory=215932 CPUtime=39.1 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 37984 0 0 0 3904 6 0 0 20 0 2 0 138903806 271302656 53983 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 89.98 s
Current children cumulated vsize: 264944 KiB
Current children cumulated memory: 215932 KiB

[startup+102.3 s]
/proc/loadavg: 6.96 2.70 1.05 9/256 123718
/proc/meminfo: memFree=127904384/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=264944 memory=216188 CPUtime=188.46 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 160631 0 0 0 18819 27 0 0 20 0 2 0 138902794 271302656 54047 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 66236 54047 3616 6655 0 52471 0
[pid=123565/tid=123622] ppid=123562 vsize=264944 memory=20608 CPUtime=86.58 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 50477 0 0 0 8650 8 0 0 20 0 2 0 138903806 271302656 54047 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 188.46 s
Current children cumulated vsize: 264944 KiB
Current children cumulated memory: 216188 KiB

[startup+162.3 s]
/proc/loadavg: 7.73 3.70 1.50 9/256 123720
/proc/meminfo: memFree=127779864/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=274328 memory=233780 CPUtime=305.9 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 186017 0 0 0 30558 32 0 0 20 0 2 0 138902794 280911872 58445 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 68582 58445 3616 6655 0 58570 0
[pid=123565/tid=123622] ppid=123562 vsize=274328 memory=231212 CPUtime=144.24 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 67167 0 0 0 14413 11 0 0 20 0 2 0 138903806 280911872 58445 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 305.9 s
Current children cumulated vsize: 274328 KiB
Current children cumulated memory: 233780 KiB

[startup+222.3 s]
/proc/loadavg: 7.96 4.50 1.91 9/256 123722
/proc/meminfo: memFree=127654564/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=274328 memory=233780 CPUtime=425.13 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 198283 0 0 0 42479 34 0 0 20 0 2 0 138902794 280911872 58445 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 68582 58445 3616 6655 0 58570 0
[pid=123565/tid=123622] ppid=123562 vsize=274328 memory=233780 CPUtime=203.65 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 74807 0 0 0 20353 12 0 0 20 0 2 0 138903806 280911872 58445 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 425.13 s
Current children cumulated vsize: 274328 KiB
Current children cumulated memory: 233780 KiB

[startup+282.3 s]
/proc/loadavg: 8.07 5.16 2.30 9/254 123724
/proc/meminfo: memFree=127591972/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=274328 memory=233780 CPUtime=544.38 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 210986 0 0 0 54402 36 0 0 20 0 2 0 138902794 280911872 58445 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 68582 58445 3616 6655 0 58570 0
[pid=123565/tid=123622] ppid=123562 vsize=274328 memory=233780 CPUtime=263.08 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 81275 0 0 0 26295 13 0 0 20 0 2 0 138903806 280911872 58445 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 544.38 s
Current children cumulated vsize: 274328 KiB
Current children cumulated memory: 233780 KiB

[startup+342.3 s]
/proc/loadavg: 8.08 5.69 2.67 9/254 123726
/proc/meminfo: memFree=127457796/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=274328 memory=234420 CPUtime=663.58 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 211943 0 0 0 66321 37 0 0 20 0 2 0 138902794 280911872 58605 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 68582 58605 3616 6655 0 58570 0
[pid=123565/tid=123622] ppid=123562 vsize=274328 memory=233780 CPUtime=322.49 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 82063 0 0 0 32235 14 0 0 20 0 2 0 138903806 280911872 58605 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 663.58 s
Current children cumulated vsize: 274328 KiB
Current children cumulated memory: 234420 KiB


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

/proc/123565/statm: 93157 72285 3616 6655 0 70713 0
[pid=123565/tid=123622] ppid=123562 vsize=372628 memory=284348 CPUtime=1391.64 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 103506 0 0 0 139133 31 0 0 20 0 2 0 138903806 381571072 72285 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 2809.05 s
Current children cumulated vsize: 372628 KiB
Current children cumulated memory: 289140 KiB

[startup+1482.3 s]
/proc/loadavg: 8.08 7.99 6.46 9/255 123873
/proc/meminfo: memFree=123746556/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=373180 memory=289780 CPUtime=2928.31 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 249155 0 0 0 292764 67 0 0 20 0 2 0 138902794 382136320 72445 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 93295 72445 3616 6655 0 70851 0
[pid=123565/tid=123622] ppid=123562 vsize=373180 memory=289140 CPUtime=1451.07 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 106740 0 0 0 145074 33 0 0 20 0 2 0 138903806 382136320 72445 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 2928.31 s
Current children cumulated vsize: 373180 KiB
Current children cumulated memory: 289780 KiB

[startup+1542.3 s]
/proc/loadavg: 8.21 8.04 6.57 9/253 123875
/proc/meminfo: memFree=123582936/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=373684 memory=293236 CPUtime=3047.55 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 250537 0 0 0 304687 68 0 0 20 0 2 0 138902794 382652416 73309 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 93421 73309 3616 6655 0 71621 0
[pid=123565/tid=123622] ppid=123562 vsize=373684 memory=20608 CPUtime=1510.49 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 107980 0 0 0 151015 34 0 0 20 0 2 0 138903806 382652416 73309 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 3047.55 s
Current children cumulated vsize: 373684 KiB
Current children cumulated memory: 293236 KiB

[startup+1602.3 s]
/proc/loadavg: 8.37 8.12 6.70 9/253 123877
/proc/meminfo: memFree=123452464/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=379592 memory=298100 CPUtime=3166.85 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 251764 0 0 0 316615 70 0 0 20 0 2 0 138902794 388702208 74525 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 94898 74525 3616 6655 0 73098 0
[pid=123565/tid=123622] ppid=123562 vsize=379592 memory=298100 CPUtime=1569.95 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 107993 0 0 0 156960 35 0 0 20 0 2 0 138903806 388702208 74525 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 3166.85 s
Current children cumulated vsize: 379592 KiB
Current children cumulated memory: 298100 KiB

[startup+1662.3 s]
/proc/loadavg: 8.15 8.10 6.78 9/253 123879
/proc/meminfo: memFree=123370224/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=379732 memory=299252 CPUtime=3286.13 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 252077 0 0 0 328541 72 0 0 20 0 2 0 138902794 388845568 74813 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 94933 74813 3616 6655 0 73133 0
[pid=123565/tid=123622] ppid=123562 vsize=379732 memory=299252 CPUtime=1629.39 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 108001 0 0 0 162903 36 0 0 20 0 2 0 138903806 388845568 74813 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 3286.13 s
Current children cumulated vsize: 379732 KiB
Current children cumulated memory: 299252 KiB

[startup+1722.3 s]
/proc/loadavg: 8.12 8.09 6.87 9/253 123881
/proc/meminfo: memFree=123288416/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=379732 memory=299252 CPUtime=3405.3 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 257306 0 0 0 340457 73 0 0 20 0 2 0 138902794 388845568 74813 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 94933 74813 3616 6655 0 73133 0
[pid=123565/tid=123622] ppid=123562 vsize=379732 memory=299252 CPUtime=1688.78 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 109972 0 0 0 168841 37 0 0 20 0 2 0 138903806 388845568 74813 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 3405.3 s
Current children cumulated vsize: 379732 KiB
Current children cumulated memory: 299252 KiB

[startup+1782.3 s]
/proc/loadavg: 8.09 8.09 6.94 9/254 123890
/proc/meminfo: memFree=123192156/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=382764 memory=302836 CPUtime=3524.5 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 261999 0 0 0 352375 75 0 0 20 0 2 0 138902794 391950336 75709 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 95691 75709 3616 6655 0 74498 0
[pid=123565/tid=123622] ppid=123562 vsize=382764 memory=14080 CPUtime=1748.19 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 112353 0 0 0 174781 38 0 0 20 0 2 0 138903806 391950336 75709 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 3524.5 s
Current children cumulated vsize: 382764 KiB
Current children cumulated memory: 302836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.4 s]
/proc/loadavg: 7.46 7.93 6.94 7/252 124031
/proc/meminfo: memFree=121829040/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=382764 memory=305012 CPUtime=3600.14 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) R 123562 123565 123405 0 -1 4194304 271332 0 0 0 359930 84 0 0 20 0 2 0 138902794 391950336 76253 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 95691 76253 3616 6655 0 74526 0
[pid=123565/tid=123622] ppid=123562 vsize=382764 memory=4480 CPUtime=1785.93 cores=1,3
/proc/123565/task/123622/stat : 123622 (LSIPExact) R 123562 123565 123405 0 -1 4194368 116818 0 0 0 178553 40 0 0 20 0 2 0 138903806 391950336 76253 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 382764 KiB
Current children cumulated memory: 305012 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.25 s, system=0.901617 s

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

[startup+1820.8 s]
/proc/loadavg: 7.46 7.93 6.94 7/252 124031
/proc/meminfo: memFree=121829040/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=317228 memory=260804 CPUtime=3600.18 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) S 123562 123565 123405 0 -1 4194304 274453 0 0 0 359934 84 0 0 20 0 1 0 138902794 324841472 65201 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 79307 65201 3648 6655 0 69536 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 317228 KiB
Current children cumulated memory: 260804 KiB

[startup+1821.6 s]
/proc/loadavg: 7.34 7.90 6.93 6/252 124032
/proc/meminfo: memFree=121128364/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=317228 memory=260804 CPUtime=3600.18 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) S 123562 123565 123405 0 -1 4194304 274453 0 0 0 359934 84 0 0 20 0 1 0 138902794 324841472 65201 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 79307 65201 3648 6655 0 69536 0
[pid=124032] ppid=123565 vsize=80172 memory=60944 CPUtime=1.12 cores=1,3
/proc/124032/stat : 124032 (Exact) R 123565 124032 124032 0 -1 4194304 17807 0 0 0 109 3 0 0 20 0 1 0 139084837 82096128 15236 18446744073709551615 4198400 8335837 140737122010528 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36347904 140737122019513 140737122019867 140737122019867 140737122025423 0
/proc/124032/statm: 20043 15236 1120 1011 0 18810 0
Current children cumulated CPU time: 3601.3 s
Current children cumulated vsize: 397400 KiB
Current children cumulated memory: 321748 KiB

[startup+1822 s]*
/proc/loadavg: 7.34 7.90 6.93 6/252 124032
/proc/meminfo: memFree=119744980/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=317228 memory=260804 CPUtime=3600.18 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) S 123562 123565 123405 0 -1 4194304 274453 0 0 0 359934 84 0 0 20 0 1 0 138902794 324841472 65201 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 79307 65201 3648 6655 0 69536 0
[pid=124032] ppid=123565 vsize=80172 memory=61072 CPUtime=1.53 cores=1,3
/proc/124032/stat : 124032 (Exact) R 123565 124032 124032 0 -1 4194304 17823 0 0 0 150 3 0 0 20 0 1 0 139084837 82096128 15268 18446744073709551615 4198400 8335837 140737122010528 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36347904 140737122019513 140737122019867 140737122019867 140737122025423 0
/proc/124032/statm: 20043 15268 1120 1011 0 18810 0
Current children cumulated CPU time: 3601.71 s
Current children cumulated vsize: 397400 KiB
Current children cumulated memory: 321876 KiB

[startup+1822.4 s]
/proc/loadavg: 7.34 7.90 6.93 6/252 124032
/proc/meminfo: memFree=119744980/131382116 swapFree=33009904/33010684
[pid=123565] ppid=123562 vsize=317228 memory=260804 CPUtime=3600.18 cores=1,3
/proc/123565/stat : 123565 (LSIPExact) S 123562 123565 123405 0 -1 4194304 274453 0 0 0 359934 84 0 0 20 0 1 0 138902794 324841472 65201 18446744073709551615 94327016095744 94327043352913 140721889387616 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94327051854984 94327052286592 94327070040064 140721889392984 140721889393160 140721889393160 140721889398764 0
/proc/123565/statm: 79307 65201 3648 6655 0 69536 0
[pid=124032] ppid=123565 vsize=80172 memory=61328 CPUtime=1.92 cores=1,3
/proc/124032/stat : 124032 (Exact) R 123565 124032 124032 0 -1 4194304 17897 0 0 0 189 3 0 0 20 0 1 0 139084837 82096128 15332 18446744073709551615 4198400 8335837 140737122010528 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36347904 140737122019513 140737122019867 140737122019867 140737122025423 0
/proc/124032/statm: 20043 15332 1120 1011 0 18810 0
Current children cumulated CPU time: 3602.1 s
Current children cumulated vsize: 397400 KiB
Current children cumulated memory: 322132 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1822.43
CPU time (s): 3602.15
CPU user time (s): 3601.25
CPU system time (s): 0.901617
CPU usage (%): 197.657
Max. virtual memory (cumulated for all children) (KiB): 397400
Max. memory (cumulated for all children) (KiB): 322132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.25
system time used= 0.901617
maximum resident set size= 305268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295094
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= 506
involuntary context switches= 90236


# summary of solver processes directly reported to runsolver:
#   pid: 123565
#   total CPU time (s): 3602.15
#   total CPU user time (s): 3601.25
#   total CPU system time (s): 0.901617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.55951 second user time and 8.24242 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-11 13:10:36
IDJOB=4527367
IDBENCH=147704
IDSOLVER=3384
FILE ID=nodeC004/4527367-1752232236
RUNJOBID= nodeC004-1752232205-123424
SLURM_JOB_ID= 9682515
Free space on /tmp= 431584 MiB

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

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

MD5SUM BENCH= 0c97dedf99f03a2f12057daa91676c25
RANDOM SEED=1287912451

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128312732 kB
MemAvailable:   129499392 kB
Buffers:            2128 kB
Cached:          1932636 kB
SwapCached:           32 kB
Active:          1038740 kB
Inactive:        1326536 kB
Active(anon):     437720 kB
Inactive(anon):    10724 kB
Active(file):     601020 kB
Inactive(file):  1315812 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47320 kB
Writeback:             0 kB
AnonPages:        433556 kB
Mapped:           130064 kB
Shmem:             17932 kB
KReclaimable:     218912 kB
Slab:             307908 kB
SReclaimable:     218912 kB
SUnreclaim:        88996 kB
KernelStack:        4016 kB
PageTables:         3872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     780944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149352 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431212 MiB
End job on nodeC004 at 2025-07-11 13:40:59