Trace number 4524193

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.17 1828.43

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-GolombRuler-a3v18-15_c18.opb
MD5SUM64dbfbfc0114f72138d7179eedb1d684
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 benchmark168
Best CPU time to get the best result obtained on this benchmark72002
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25846
Total number of constraints1501
Number of constraints which are clauses211
Number of constraints which are cardinality constraints (but not clauses)330
Number of constraints which are nor clauses,nor cardinality constraints960
Minimum length of a constraint1
Maximum length of a constraint232
Number of terms in the objective function 8
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 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 513
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 25455
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.16/1826.40	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.16/1826.40	c numVar: 25846
3600.16/1826.40	c numCon: 1501
3600.16/1826.40	c numEqual: 315
3600.16/1826.40	c intSize: 15
3600.16/1826.40	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.16/1826.40	c ------------------- Paras list -------------------
3600.16/1826.40	c Name                	 Type      	 Now       	 Default   	 Comment
3600.16/1826.40	c timeout             	 double    	 3600.000000	 3600      	 
3600.16/1826.40	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.16/1826.40	c ls_time             	 double    	 10.000000 	 10        	 
3600.16/1826.40	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.16/1826.40	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.16/1826.40	c random_seed         	 int       	 0         	 0         	 
3600.16/1826.40	c sample_size         	 int       	 50        	 50        	 
3600.16/1826.40	c sub_score           	 int       	 1         	 1         	 
3600.16/1826.40	c tabu_base           	 int       	 3         	 3         	 
3600.16/1826.40	c tabu_variation      	 int       	 1         	 1         	 
3600.16/1826.40	c sub_div             	 int       	 4         	 4         	 
3600.16/1826.40	c nbcore              	 int       	 2         	 1         	 
3600.16/1826.40	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.16/1826.40	c print_sol           	 int       	 1         	 1         	 
3600.16/1826.40	c tmpdir              	 string		 .         	 "."       	 
3600.16/1826.40	c home                	 string		 HOME	 "."       	 
3600.16/1826.40	c benchname           	 string		 HOME/instance-4524193-1751605901.opb	 ""        	 
3600.16/1826.40	c --------------------------------------------------
3600.16/1826.40	c Local Search solver
3600.16/1826.40	c MIP solver
3600.16/1826.40	c receive signal 15, try to interrupt solver...
3600.16/1826.43	c use Exact solver
3602.14/1828.41	s UNKNOWN
3602.14/1828.41	c Total time: 1828

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 (58200 MiB free)
  memory of node 1: 64465 MiB (60263 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524193-1751605901/watcher-4524193-1751605901 -o /tmp/evaluation-result-4524193-1751605901/solver-4524193-1751605901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751602168-84123 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4524193-1751605901.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=84848, runsolver pid=84845

[startup+0.100067 s]*
/proc/loadavg: 7.74 7.94 7.96 8/267 84849
/proc/meminfo: memFree=121278656/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=60080 memory=25344 CPUtime=0.09 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 5340 0 0 0 9 0 0 0 20 0 1 0 76266658 61521920 6336 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 15020 6336 1152 6655 0 5255 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 60080 KiB
Current children cumulated memory: 25344 KiB

[startup+0.205932 s]*
/proc/loadavg: 7.74 7.94 7.96 8/267 84849
/proc/meminfo: memFree=121278656/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=60080 memory=25344 CPUtime=0.19 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 5340 0 0 0 19 0 0 0 20 0 1 0 76266658 61521920 6336 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 15020 6336 1152 6655 0 5255 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 60080 KiB
Current children cumulated memory: 25344 KiB

[startup+0.305706 s]*
/proc/loadavg: 7.74 7.94 7.96 8/267 84849
/proc/meminfo: memFree=121279440/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=60080 memory=25344 CPUtime=0.29 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 5340 0 0 0 29 0 0 0 20 0 1 0 76266658 61521920 6336 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 15020 6336 1152 6655 0 5255 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 60080 KiB
Current children cumulated memory: 25344 KiB

[startup+0.700174 s]
/proc/loadavg: 7.74 7.94 7.96 8/267 84849
/proc/meminfo: memFree=121279440/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=60080 memory=25344 CPUtime=0.68 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 5340 0 0 0 68 0 0 0 20 0 1 0 76266658 61521920 6336 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 15020 6336 1152 6655 0 5255 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 60080 KiB
Current children cumulated memory: 25344 KiB

[startup+1.50021 s]
/proc/loadavg: 7.74 7.94 7.96 8/267 84849
/proc/meminfo: memFree=121275344/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=60080 memory=25344 CPUtime=1.47 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 5340 0 0 0 147 0 0 0 20 0 1 0 76266658 61521920 6336 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 15020 6336 1152 6655 0 5255 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 60080 KiB
Current children cumulated memory: 25344 KiB

[startup+3.10571 s]
/proc/loadavg: 7.68 7.93 7.96 8/267 84849
/proc/meminfo: memFree=120866756/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=60080 memory=25344 CPUtime=3.07 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 5340 0 0 0 307 0 0 0 20 0 1 0 76266658 61521920 6336 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 15020 6336 1152 6655 0 5255 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 60080 KiB
Current children cumulated memory: 25344 KiB

[startup+6.30016 s]
/proc/loadavg: 7.68 7.93 7.96 8/267 84849
/proc/meminfo: memFree=120824120/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=60080 memory=25344 CPUtime=6.26 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 5340 0 0 0 626 0 0 0 20 0 1 0 76266658 61521920 6336 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 15020 6336 1152 6655 0 5255 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 60080 KiB
Current children cumulated memory: 25344 KiB

[startup+12.7002 s]
/proc/loadavg: 7.73 7.93 7.96 9/268 84851
/proc/meminfo: memFree=120609848/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=259312 memory=196344 CPUtime=14.78 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 45080 0 0 0 1472 6 0 0 20 0 2 0 76266658 265535488 49086 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 64828 49086 3424 6655 0 53155 0
[pid=84848/tid=84851] ppid=84845 vsize=259312 memory=192632 CPUtime=2.13 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 12596 0 0 0 212 1 0 0 20 0 2 0 76267661 265535488 49086 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 14.78 s
Current children cumulated vsize: 259312 KiB
Current children cumulated memory: 196344 KiB

[startup+25.5002 s]
/proc/loadavg: 7.70 7.92 7.95 9/268 84851
/proc/meminfo: memFree=120442536/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=267048 memory=217336 CPUtime=40 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 89462 0 0 0 3992 8 0 0 20 0 2 0 76266658 273457152 54334 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 66762 54334 3424 6655 0 55089 0
[pid=84848/tid=84851] ppid=84845 vsize=267048 memory=217336 CPUtime=14.61 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 27574 0 0 0 1459 2 0 0 20 0 2 0 76267661 273457152 54334 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 40 s
Current children cumulated vsize: 267048 KiB
Current children cumulated memory: 217336 KiB

[startup+51.1057 s]
/proc/loadavg: 7.89 7.94 7.96 9/268 84851
/proc/meminfo: memFree=119279100/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=274840 memory=231928 CPUtime=90.83 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 132020 0 0 0 9070 13 0 0 20 0 2 0 76266658 281436160 57982 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 68710 57982 3424 6655 0 58766 0
[pid=84848/tid=84851] ppid=84845 vsize=274840 memory=221048 CPUtime=39.93 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 49575 0 0 0 3988 5 0 0 20 0 2 0 76267661 281436160 57982 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 90.83 s
Current children cumulated vsize: 274840 KiB
Current children cumulated memory: 231928 KiB

[startup+102.3 s]
/proc/loadavg: 8.15 8.02 7.99 9/268 84858
/proc/meminfo: memFree=118252448/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=398116 memory=313196 CPUtime=190.43 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 193197 0 0 0 19024 19 0 0 20 0 2 0 76266658 407670784 78299 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 99529 78299 3424 6655 0 76853 0
[pid=84848/tid=84851] ppid=84845 vsize=398116 memory=311148 CPUtime=88.63 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 68624 0 0 0 8856 7 0 0 20 0 2 0 76267661 407670784 78299 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 190.43 s
Current children cumulated vsize: 398116 KiB
Current children cumulated memory: 313196 KiB

[startup+162.3 s]
/proc/loadavg: 8.11 8.03 8.00 9/268 84860
/proc/meminfo: memFree=117940308/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=398116 memory=329584 CPUtime=307.79 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 252516 0 0 0 30754 25 0 0 20 0 2 0 76266658 407670784 82396 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 99529 82396 3424 6655 0 81199 0
[pid=84848/tid=84851] ppid=84845 vsize=398116 memory=329584 CPUtime=146.27 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 99074 0 0 0 14616 11 0 0 20 0 2 0 76267661 407670784 82396 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 307.79 s
Current children cumulated vsize: 398116 KiB
Current children cumulated memory: 329584 KiB

[startup+222.3 s]
/proc/loadavg: 8.49 8.15 8.04 9/268 84862
/proc/meminfo: memFree=117845624/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=398116 memory=329584 CPUtime=426.95 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 257048 0 0 0 42669 26 0 0 20 0 2 0 76266658 407670784 82396 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 99529 82396 3424 6655 0 81199 0
[pid=84848/tid=84851] ppid=84845 vsize=398116 memory=329584 CPUtime=205.63 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 101036 0 0 0 20552 11 0 0 20 0 2 0 76267661 407670784 82396 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 426.95 s
Current children cumulated vsize: 398116 KiB
Current children cumulated memory: 329584 KiB

[startup+282.3 s]
/proc/loadavg: 8.09 8.10 8.03 9/268 84864
/proc/meminfo: memFree=117751412/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=415784 memory=372072 CPUtime=540.26 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 312094 0 0 0 53993 33 0 0 20 0 2 0 76266658 425762816 93018 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 103946 93018 3424 6655 0 92432 0
[pid=84848/tid=84851] ppid=84845 vsize=415784 memory=364320 CPUtime=259.13 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 121610 0 0 0 25900 13 0 0 20 0 2 0 76267661 425762816 93018 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 540.26 s
Current children cumulated vsize: 415784 KiB
Current children cumulated memory: 372072 KiB

[startup+342.3 s]
/proc/loadavg: 8.00 8.07 8.02 9/268 84866
/proc/meminfo: memFree=117692708/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=436236 memory=390488 CPUtime=652.78 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 357545 0 0 0 65241 37 0 0 20 0 2 0 76266658 446705664 97622 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 109059 97622 3424 6655 0 97545 0
[pid=84848/tid=84851] ppid=84845 vsize=436236 memory=390488 CPUtime=311.97 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 138558 0 0 0 31182 15 0 0 20 0 2 0 76267661 446705664 97622 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 652.78 s
Current children cumulated vsize: 436236 KiB
Current children cumulated memory: 390488 KiB


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

/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 200186 0 0 0 132059 44 0 0 20 0 2 0 76267661 472182784 104022 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 2678.38 s
Current children cumulated vsize: 461116 KiB
Current children cumulated memory: 416088 KiB

[startup+1422.3 s]
/proc/loadavg: 6.08 6.14 6.71 7/269 85013
/proc/meminfo: memFree=99969784/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=464876 memory=421720 CPUtime=2797.54 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 495269 0 0 0 279677 77 0 0 20 0 2 0 76266658 476033024 105430 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 116219 105430 3424 6655 0 104705 0
[pid=84848/tid=84851] ppid=84845 vsize=464876 memory=414296 CPUtime=1380.39 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 202239 0 0 0 137993 46 0 0 20 0 2 0 76267661 476033024 105430 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 2797.54 s
Current children cumulated vsize: 464876 KiB
Current children cumulated memory: 421720 KiB

[startup+1482.3 s]
/proc/loadavg: 6.06 6.13 6.67 7/269 85015
/proc/meminfo: memFree=99962784/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=470620 memory=427864 CPUtime=2916.7 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 497938 0 0 0 291590 80 0 0 20 0 2 0 76266658 481914880 106966 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 117655 106966 3424 6655 0 106141 0
[pid=84848/tid=84851] ppid=84845 vsize=470620 memory=427864 CPUtime=1439.74 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 203230 0 0 0 143926 48 0 0 20 0 2 0 76267661 481914880 106966 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 2916.7 s
Current children cumulated vsize: 470620 KiB
Current children cumulated memory: 427864 KiB

[startup+1542.3 s]
/proc/loadavg: 6.07 6.12 6.63 7/269 85017
/proc/meminfo: memFree=99911224/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=473224 memory=430680 CPUtime=3035.85 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 515079 0 0 0 303501 84 0 0 20 0 2 0 76266658 484581376 107670 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 118306 107670 3424 6655 0 106792 0
[pid=84848/tid=84851] ppid=84845 vsize=473224 memory=430552 CPUtime=1499.1 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 211785 0 0 0 149858 52 0 0 20 0 2 0 76267661 484581376 107670 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 3035.85 s
Current children cumulated vsize: 473224 KiB
Current children cumulated memory: 430680 KiB

[startup+1602.3 s]
/proc/loadavg: 6.14 6.13 6.60 7/267 85019
/proc/meminfo: memFree=99828968/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=476848 memory=433624 CPUtime=3155.02 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 530236 0 0 0 315415 87 0 0 20 0 2 0 76266658 488292352 108406 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 119212 108406 3424 6655 0 107698 0
[pid=84848/tid=84851] ppid=84845 vsize=476848 memory=430552 CPUtime=1558.46 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 215063 0 0 0 155793 53 0 0 20 0 2 0 76267661 488292352 108406 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 3155.02 s
Current children cumulated vsize: 476848 KiB
Current children cumulated memory: 433624 KiB

[startup+1662.3 s]
/proc/loadavg: 6.11 6.12 6.56 7/267 85021
/proc/meminfo: memFree=99830864/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=480156 memory=439384 CPUtime=3274.19 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 541706 0 0 0 327330 89 0 0 20 0 2 0 76266658 491679744 109846 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 120039 109846 3424 6655 0 109000 0
[pid=84848/tid=84851] ppid=84845 vsize=480156 memory=430552 CPUtime=1617.83 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 224731 0 0 0 161728 55 0 0 20 0 2 0 76267661 491679744 109846 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 3274.19 s
Current children cumulated vsize: 480156 KiB
Current children cumulated memory: 439384 KiB

[startup+1722.3 s]
/proc/loadavg: 6.04 6.09 6.52 7/266 85023
/proc/meminfo: memFree=99827164/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=487788 memory=452312 CPUtime=3393.36 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 547376 0 0 0 339245 91 0 0 20 0 2 0 76266658 499494912 113078 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 121947 113078 3424 6655 0 112163 0
[pid=84848/tid=84851] ppid=84845 vsize=487788 memory=430552 CPUtime=1677.2 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 226499 0 0 0 167663 57 0 0 20 0 2 0 76267661 499494912 113078 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 3393.36 s
Current children cumulated vsize: 487788 KiB
Current children cumulated memory: 452312 KiB

[startup+1782.3 s]
/proc/loadavg: 6.11 6.10 6.50 7/266 85026
/proc/meminfo: memFree=99815012/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=495344 memory=459704 CPUtime=3512.55 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 549467 0 0 0 351164 91 0 0 20 0 2 0 76266658 507232256 114926 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 123836 114926 3424 6655 0 114052 0
[pid=84848/tid=84851] ppid=84845 vsize=495344 memory=458808 CPUtime=1736.59 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 226575 0 0 0 173602 57 0 0 20 0 2 0 76267661 507232256 114926 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 3512.55 s
Current children cumulated vsize: 495344 KiB
Current children cumulated memory: 459704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1826.4 s]
/proc/loadavg: 5.91 6.04 6.46 7/266 85074
/proc/meminfo: memFree=105431096/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=499400 memory=463996 CPUtime=3600.16 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) R 84845 84848 84111 0 -1 4194304 550803 0 0 0 359925 91 0 0 20 0 2 0 76266658 511385600 115999 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 124850 115999 3424 6655 0 115066 0
[pid=84848/tid=84851] ppid=84845 vsize=499400 memory=5632 CPUtime=1780.25 cores=1,3
/proc/84848/task/84851/stat : 84851 (LSIPExact) R 84845 84848 84111 0 -1 4194368 226740 0 0 0 177968 57 0 0 20 0 2 0 76267661 511385600 115999 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 499400 KiB
Current children cumulated memory: 463996 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3601.19 s, system=0.989243 s

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

[startup+1827.2 s]
/proc/loadavg: 5.91 6.04 6.46 6/266 85077
/proc/meminfo: memFree=105487752/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=396468 memory=359360 CPUtime=3600.21 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) S 84845 84848 84111 0 -1 4194304 571704 0 0 0 359928 93 0 0 20 0 1 0 76266658 405983232 89840 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 99117 89840 3456 6655 0 89339 0
[pid=85075] ppid=84848 vsize=83028 memory=64928 CPUtime=0.73 cores=1,3
/proc/85075/stat : 85075 (Exact) R 84848 85075 85075 0 -1 4194304 14725 0 0 0 70 3 0 0 20 0 1 0 76449302 85020672 16232 18446744073709551615 4198400 8335837 140734981313392 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16158720 140734981318843 140734981319197 140734981319197 140734981324751 0
/proc/85075/statm: 20757 16232 1120 1011 0 19524 0
Current children cumulated CPU time: 3600.94 s
Current children cumulated vsize: 479496 KiB
Current children cumulated memory: 424288 KiB

[startup+1828 s]*
/proc/loadavg: 5.91 6.04 6.46 6/266 85077
/proc/meminfo: memFree=105487572/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=396468 memory=359360 CPUtime=3600.21 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) S 84845 84848 84111 0 -1 4194304 571704 0 0 0 359928 93 0 0 20 0 1 0 76266658 405983232 89840 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 99117 89840 3456 6655 0 89339 0
[pid=85075] ppid=84848 vsize=92824 memory=72560 CPUtime=1.53 cores=1,3
/proc/85075/stat : 85075 (Exact) R 84848 85075 85075 0 -1 4194304 16782 0 0 0 150 3 0 0 20 0 1 0 76449302 95051776 18140 18446744073709551615 4198400 8335837 140734981313392 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16158720 140734981318843 140734981319197 140734981319197 140734981324751 0
/proc/85075/statm: 23206 18140 1120 1011 0 21973 0
Current children cumulated CPU time: 3601.74 s
Current children cumulated vsize: 489292 KiB
Current children cumulated memory: 431920 KiB

[startup+1828.4 s]
/proc/loadavg: 5.91 6.04 6.46 6/266 85077
/proc/meminfo: memFree=105487572/131250000 swapFree=33008356/33010684
[pid=84848] ppid=84845 vsize=396468 memory=359360 CPUtime=3600.21 cores=1,3
/proc/84848/stat : 84848 (LSIPExact) S 84845 84848 84111 0 -1 4194304 571704 0 0 0 359928 93 0 0 20 0 1 0 76266658 405983232 89840 18446744073709551615 94503423164416 94503450420817 140728961072624 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94503458923656 94503459355264 94503470858240 140728961075546 140728961075722 140728961075722 140728961081324 0
/proc/84848/statm: 99117 89840 3456 6655 0 89339 0
[pid=85075] ppid=84848 vsize=95932 memory=77696 CPUtime=1.93 cores=1,3
/proc/85075/stat : 85075 (Exact) R 84848 85075 85075 0 -1 4194304 17574 0 0 0 189 4 0 0 20 0 1 0 76449302 98234368 19424 18446744073709551615 4198400 8335837 140734981313392 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 16158720 140734981318843 140734981319197 140734981319197 140734981324751 0
/proc/85075/statm: 23983 19424 1120 1011 0 22750 0
Current children cumulated CPU time: 3602.14 s
Current children cumulated vsize: 492400 KiB
Current children cumulated memory: 437056 KiB

Child status: 0

Real time (s): 1828.43
CPU time (s): 3602.17
CPU user time (s): 3601.19
CPU system time (s): 0.989243
CPU usage (%): 197.009
Max. virtual memory (cumulated for all children) (KiB): 499400
Max. memory (cumulated for all children) (KiB): 463996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.18
system time used= 0.989243
maximum resident set size= 464124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 593416
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= 385
involuntary context switches= 45962


# summary of solver processes directly reported to runsolver:
#   pid: 84848
#   total CPU time (s): 3602.17
#   total CPU user time (s): 3601.19
#   total CPU system time (s): 0.989243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.70689 second user time and 9.18068 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-04 07:11:41
IDJOB=4524193
IDBENCH=180627
IDSOLVER=3336
FILE ID=nodeC014/4524193-1751605901
RUNJOBID= nodeC014-1751602168-84123
SLURM_JOB_ID= 9598883
Free space on /tmp= 430264 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-GolombRuler-a3v18-15_c18.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524193-1751605901/watcher-4524193-1751605901 -o /tmp/evaluation-result-4524193-1751605901/solver-4524193-1751605901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751602168-84123 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4524193-1751605901.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 64dbfbfc0114f72138d7179eedb1d684
RANDOM SEED=1157009877

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121307652 kB
MemAvailable:   121460724 kB
Buffers:             696 kB
Cached:           948348 kB
SwapCached:         1628 kB
Active:          8695952 kB
Inactive:         616736 kB
Active(anon):    8330876 kB
Inactive(anon):    49164 kB
Active(file):     365076 kB
Inactive(file):   567572 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45544 kB
Writeback:            76 kB
AnonPages:       8365412 kB
Mapped:           137168 kB
Shmem:             16396 kB
KReclaimable:     119324 kB
Slab:             210368 kB
SReclaimable:     119324 kB
SUnreclaim:        91044 kB
KernelStack:        4304 kB
PageTables:        19800 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9150132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4225024 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429436 MiB
End job on nodeC014 at 2025-07-04 07:42:09