Trace number 4524009

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.1 1830.48

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-WordGolf-4-ogd2008-50-0_c24.opb
MD5SUM7b85ce4cd64937c81c9b69135828a61d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark329.026
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333830
Total number of constraints1254811
Number of constraints which are clauses1252194
Number of constraints which are cardinality constraints (but not clauses)243
Number of constraints which are nor clauses,nor cardinality constraints2374
Minimum length of a constraint1
Maximum length of a constraint6530
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 21247094
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524009-1751604491/watcher-4524009-1751604491 -o /tmp/evaluation-result-4524009-1751604491/solver-4524009-1751604491 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751602168-84124 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4524009-1751604491.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100061 s]*
/proc/loadavg: 8.12 7.91 7.65 8/267 84583
/proc/meminfo: memFree=128436728/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=271068 memory=199560 CPUtime=0.09 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 36630 0 0 0 3 6 0 0 20 0 1 0 76125787 277573632 49890 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 67767 49890 1152 6655 0 58002 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 271068 KiB
Current children cumulated memory: 199560 KiB

[startup+0.205872 s]*
/proc/loadavg: 8.12 7.91 7.65 8/267 84583
/proc/meminfo: memFree=128299128/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=370560 memory=325000 CPUtime=0.2 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 61361 0 0 0 9 11 0 0 20 0 1 0 76125787 379453440 81250 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 92640 81250 1152 6655 0 82875 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 370560 KiB
Current children cumulated memory: 325000 KiB

[startup+0.305717 s]*
/proc/loadavg: 8.12 7.91 7.65 8/267 84583
/proc/meminfo: memFree=128291064/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=390324 memory=338696 CPUtime=0.29 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 64767 0 0 0 18 11 0 0 20 0 1 0 76125787 399691776 84674 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 97581 84674 1152 6655 0 87816 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 390324 KiB
Current children cumulated memory: 338696 KiB

[startup+0.700166 s]
/proc/loadavg: 8.12 7.91 7.65 8/267 84583
/proc/meminfo: memFree=128125288/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=664420 memory=615420 CPUtime=0.68 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 110921 0 0 0 48 20 0 0 20 0 1 0 76125787 680366080 153855 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 166105 153855 1184 6655 0 156340 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 664420 KiB
Current children cumulated memory: 615420 KiB

[startup+1.50017 s]
/proc/loadavg: 8.12 7.91 7.65 8/267 84583
/proc/meminfo: memFree=127835508/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=979156 memory=930044 CPUtime=1.48 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 189576 0 0 0 114 34 0 0 20 0 1 0 76125787 1002655744 232511 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 244789 232511 1184 6655 0 235024 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 979156 KiB
Current children cumulated memory: 930044 KiB

[startup+3.10575 s]
/proc/loadavg: 8.12 7.91 7.65 8/267 84583
/proc/meminfo: memFree=127642764/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=1019976 memory=970748 CPUtime=3.08 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 199847 0 0 0 273 35 0 0 20 0 1 0 76125787 1044455424 242687 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 254994 242687 1184 6655 0 245229 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1019976 KiB
Current children cumulated memory: 970748 KiB

[startup+6.30018 s]
/proc/loadavg: 8.03 7.90 7.65 8/267 84584
/proc/meminfo: memFree=127643032/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=1020128 memory=970876 CPUtime=6.27 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 199971 0 0 0 591 36 0 0 20 0 1 0 76125787 1044611072 242719 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 255032 242719 1184 6655 0 245267 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1020128 KiB
Current children cumulated memory: 970876 KiB

[startup+12.7002 s]
/proc/loadavg: 7.95 7.88 7.64 8/268 84585
/proc/meminfo: memFree=126623200/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=2153220 memory=2015832 CPUtime=12.65 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 319650 0 0 0 1198 67 0 0 20 0 2 0 76125787 2204897280 503958 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 538305 503958 2688 6655 0 512188 0
[pid=84582/tid=84585] ppid=84579 vsize=2153220 memory=1874196 CPUtime=0 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) S 84579 84582 84111 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76126953 2204897280 503958 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2153220 KiB
Current children cumulated memory: 2015832 KiB

[startup+25.5002 s]
/proc/loadavg: 7.67 7.82 7.63 8/268 84585
/proc/meminfo: memFree=126336368/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=2418828 memory=2227276 CPUtime=25.42 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 393937 0 0 0 2454 88 0 0 20 0 2 0 76125787 2476879872 556819 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 604707 556819 3232 6655 0 578590 0
[pid=84582/tid=84585] ppid=84579 vsize=2418828 memory=2263436 CPUtime=0 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) S 84579 84582 84111 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76126953 2476879872 556819 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2418828 KiB
Current children cumulated memory: 2227276 KiB

[startup+51.1057 s]
/proc/loadavg: 7.70 7.82 7.63 9/268 84585
/proc/meminfo: memFree=125183456/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3681872 memory=3380928 CPUtime=73.49 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 612107 0 0 0 7212 137 0 0 20 0 2 0 76125787 3770236928 845232 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 920468 845232 3520 6655 0 906123 0
[pid=84582/tid=84585] ppid=84579 vsize=3681872 memory=2987992 CPUtime=22.76 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 113297 0 0 0 2253 23 0 0 20 0 2 0 76126953 3770236928 845232 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 73.49 s
Current children cumulated vsize: 3681872 KiB
Current children cumulated memory: 3380928 KiB

[startup+102.3 s]
/proc/loadavg: 7.97 7.88 7.66 9/268 84587
/proc/meminfo: memFree=124969404/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3681872 memory=3455308 CPUtime=175.11 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 733838 0 0 0 17358 153 0 0 20 0 2 0 76125787 3770236928 863827 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 920468 863827 3520 6655 0 906123 0
[pid=84582/tid=84585] ppid=84579 vsize=3681872 memory=3455180 CPUtime=73.38 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 150752 0 0 0 7311 27 0 0 20 0 2 0 76126953 3770236928 863827 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 175.11 s
Current children cumulated vsize: 3681872 KiB
Current children cumulated memory: 3455308 KiB

[startup+162.3 s]
/proc/loadavg: 7.82 7.86 7.67 9/268 84589
/proc/meminfo: memFree=124853880/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3681872 memory=3513156 CPUtime=291.76 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 848735 0 0 0 29012 164 0 0 20 0 2 0 76125787 3770236928 878289 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 920468 878289 3520 6655 0 906123 0
[pid=84582/tid=84585] ppid=84579 vsize=3681872 memory=3462268 CPUtime=130.35 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 185993 0 0 0 13006 29 0 0 20 0 2 0 76126953 3770236928 878289 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 291.76 s
Current children cumulated vsize: 3681872 KiB
Current children cumulated memory: 3513156 KiB

[startup+222.3 s]
/proc/loadavg: 8.04 7.92 7.70 9/268 84594
/proc/meminfo: memFree=124839836/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3681872 memory=3536492 CPUtime=410.92 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 889351 0 0 0 40925 167 0 0 20 0 2 0 76125787 3770236928 884123 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 920468 884123 3520 6655 0 906123 0
[pid=84582/tid=84585] ppid=84579 vsize=3681872 memory=3536492 CPUtime=189.69 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 198538 0 0 0 18939 30 0 0 20 0 2 0 76126953 3770236928 884123 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 410.92 s
Current children cumulated vsize: 3681872 KiB
Current children cumulated memory: 3536492 KiB

[startup+282.3 s]
/proc/loadavg: 8.01 7.93 7.73 9/267 84600
/proc/meminfo: memFree=124765620/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3681872 memory=3536492 CPUtime=530.17 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 914430 0 0 0 52848 169 0 0 20 0 2 0 76125787 3770236928 884123 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 920468 884123 3520 6655 0 906123 0
[pid=84582/tid=84585] ppid=84579 vsize=3681872 memory=5760 CPUtime=249.08 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 199712 0 0 0 24877 31 0 0 20 0 2 0 76126953 3770236928 884123 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 530.17 s
Current children cumulated vsize: 3681872 KiB
Current children cumulated memory: 3536492 KiB

[startup+342.3 s]
/proc/loadavg: 8.12 7.98 7.75 9/267 84602
/proc/meminfo: memFree=124720472/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3681872 memory=3541100 CPUtime=649.3 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 964264 0 0 0 64759 171 0 0 20 0 2 0 76125787 3770236928 885275 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 920468 885275 3520 6655 0 906123 0
[pid=84582/tid=84585] ppid=84579 vsize=3681872 memory=5760 CPUtime=308.4 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 217264 0 0 0 30809 31 0 0 20 0 2 0 76126953 3770236928 885275 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 649.3 s
Current children cumulated vsize: 3681872 KiB
Current children cumulated memory: 3541100 KiB


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

[startup+1482.3 s]
/proc/loadavg: 8.25 8.03 7.99 9/269 84858
/proc/meminfo: memFree=119237080/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3721924 memory=3598968 CPUtime=2912.72 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 1841192 0 0 0 291036 236 0 0 20 0 2 0 76125787 3811250176 899742 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 930481 899742 3520 6655 0 916136 0
[pid=84582/tid=84585] ppid=84579 vsize=3721924 memory=17280 CPUtime=1435.47 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 607853 0 0 0 143484 63 0 0 20 0 2 0 76126953 3811250176 899742 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 2912.72 s
Current children cumulated vsize: 3721924 KiB
Current children cumulated memory: 3598968 KiB

[startup+1542.3 s]
/proc/loadavg: 8.09 8.02 7.99 9/268 84860
/proc/meminfo: memFree=118020908/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3798720 memory=3626160 CPUtime=3031.9 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 1873439 0 0 0 302950 240 0 0 20 0 2 0 76125787 3889889280 906540 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 949680 906540 3520 6655 0 923717 0
[pid=84582/tid=84585] ppid=84579 vsize=3798720 memory=3622768 CPUtime=1494.83 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 620554 0 0 0 149418 65 0 0 20 0 2 0 76126953 3889889280 906540 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 3031.9 s
Current children cumulated vsize: 3798720 KiB
Current children cumulated memory: 3626160 KiB

[startup+1602.3 s]
/proc/loadavg: 8.28 8.08 8.02 9/268 84861
/proc/meminfo: memFree=117884484/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3884540 memory=3719688 CPUtime=3150.95 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 1927198 0 0 0 314849 246 0 0 20 0 2 0 76125787 3977768960 929922 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 971135 929922 3520 6655 0 946105 0
[pid=84582/tid=84585] ppid=84579 vsize=3884540 memory=14248 CPUtime=1554.14 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 635695 0 0 0 155346 68 0 0 20 0 2 0 76126953 3977768960 929922 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 3150.95 s
Current children cumulated vsize: 3884540 KiB
Current children cumulated memory: 3719688 KiB

[startup+1662.3 s]
/proc/loadavg: 8.30 8.13 8.04 9/268 84863
/proc/meminfo: memFree=117827164/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3884540 memory=3723784 CPUtime=3270.18 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 1935850 0 0 0 326771 247 0 0 20 0 2 0 76125787 3977768960 930946 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 971135 930946 3520 6655 0 946105 0
[pid=84582/tid=84585] ppid=84579 vsize=3884540 memory=14248 CPUtime=1613.53 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 641206 0 0 0 161285 68 0 0 20 0 2 0 76126953 3977768960 930946 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 3270.18 s
Current children cumulated vsize: 3884540 KiB
Current children cumulated memory: 3723784 KiB

[startup+1722.3 s]
/proc/loadavg: 8.08 8.10 8.03 9/268 84865
/proc/meminfo: memFree=117718176/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3884540 memory=3725576 CPUtime=3389.3 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 1981555 0 0 0 338677 253 0 0 20 0 2 0 76125787 3977768960 931394 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 971135 931394 3520 6655 0 946105 0
[pid=84582/tid=84585] ppid=84579 vsize=3884540 memory=14248 CPUtime=1672.87 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 652623 0 0 0 167217 70 0 0 20 0 2 0 76126953 3977768960 931394 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 3389.3 s
Current children cumulated vsize: 3884540 KiB
Current children cumulated memory: 3725576 KiB

[startup+1782.3 s]
/proc/loadavg: 7.98 8.06 8.02 8/264 84903
/proc/meminfo: memFree=118232068/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3884540 memory=3726600 CPUtime=3508.46 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 2006172 0 0 0 350591 255 0 0 20 0 2 0 76125787 3977768960 931650 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 971135 931650 3520 6655 0 946105 0
[pid=84582/tid=84585] ppid=84579 vsize=3884540 memory=3726600 CPUtime=1732.24 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 657118 0 0 0 173154 70 0 0 20 0 2 0 76126953 3977768960 931650 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 3508.46 s
Current children cumulated vsize: 3884540 KiB
Current children cumulated memory: 3726600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1828.4 s]
/proc/loadavg: 7.56 7.94 7.98 8/267 84915
/proc/meminfo: memFree=109795052/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3884540 memory=3726600 CPUtime=3600 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) R 84579 84582 84111 0 -1 4194304 2039112 0 0 0 359743 257 0 0 20 0 2 0 76125787 3977768960 931650 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 971135 931650 3520 6655 0 946105 0
[pid=84582/tid=84585] ppid=84579 vsize=3884540 memory=3726600 CPUtime=1777.86 cores=5,7
/proc/84582/task/84585/stat : 84585 (LSIPExact) R 84579 84582 84111 0 -1 4194368 673997 0 0 0 177715 71 0 0 20 0 2 0 76126953 3977768960 931650 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3884540 KiB
Current children cumulated memory: 3726600 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.65 s, system=2.68901 s

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

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

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

[startup+1828.8 s]
/proc/loadavg: 7.56 7.94 7.98 8/267 84915
/proc/meminfo: memFree=109795052/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3414664 memory=3320520 CPUtime=3600.26 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) S 84579 84582 84111 0 -1 4194304 2142315 0 0 0 359764 262 0 0 20 0 1 0 76125787 3496615936 830130 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 853666 830130 3552 6655 0 839906 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 3414664 KiB
Current children cumulated memory: 3320520 KiB

[startup+1829.6 s]
/proc/loadavg: 7.56 7.94 7.98 7/267 84916
/proc/meminfo: memFree=109873184/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3414664 memory=3320520 CPUtime=3600.26 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) S 84579 84582 84111 0 -1 4194304 2142315 0 0 0 359764 262 0 0 20 0 1 0 76125787 3496615936 830130 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 853666 830130 3552 6655 0 839906 0
[pid=84916] ppid=84582 vsize=345684 memory=331092 CPUtime=0.95 cores=5,7
/proc/84916/stat : 84916 (Exact) R 84582 84916 84916 0 -1 4194304 38892 0 0 0 86 9 0 0 20 0 1 0 76308649 353980416 82773 18446744073709551615 4198400 8335837 140722997665120 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 23973888 140722997672123 140722997672477 140722997672477 140722997678031 0
/proc/84916/statm: 86421 82773 960 1011 0 85188 0
Current children cumulated CPU time: 3601.21 s
Current children cumulated vsize: 3760348 KiB
Current children cumulated memory: 3651612 KiB

[startup+1830 s]*
/proc/loadavg: 7.43 7.91 7.97 7/267 84916
/proc/meminfo: memFree=109708372/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3414664 memory=3320520 CPUtime=3600.26 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) S 84579 84582 84111 0 -1 4194304 2142315 0 0 0 359764 262 0 0 20 0 1 0 76125787 3496615936 830130 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 853666 830130 3552 6655 0 839906 0
[pid=84916] ppid=84582 vsize=378412 memory=372592 CPUtime=1.35 cores=5,7
/proc/84916/stat : 84916 (Exact) R 84582 84916 84916 0 -1 4194304 47496 0 0 0 125 10 0 0 20 0 1 0 76308649 387493888 93148 18446744073709551615 4198400 8335837 140722997665120 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 23973888 140722997672123 140722997672477 140722997672477 140722997678031 0
/proc/84916/statm: 94603 93148 960 1011 0 93370 0
Current children cumulated CPU time: 3601.61 s
Current children cumulated vsize: 3793076 KiB
Current children cumulated memory: 3693112 KiB

[startup+1830.4 s]
/proc/loadavg: 7.43 7.91 7.97 7/267 84916
/proc/meminfo: memFree=109708372/131250000 swapFree=33008356/33010684
[pid=84582] ppid=84579 vsize=3414664 memory=3320520 CPUtime=3600.26 cores=5,7
/proc/84582/stat : 84582 (LSIPExact) S 84579 84582 84111 0 -1 4194304 2142315 0 0 0 359764 262 0 0 20 0 1 0 76125787 3496615936 830130 18446744073709551615 94739926716416 94739953972817 140720526677904 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94739962475656 94739962907264 94739965616128 140720526682458 140720526682634 140720526682634 140720526688236 0
/proc/84582/statm: 853666 830130 3552 6655 0 839906 0
[pid=84916] ppid=84582 vsize=434172 memory=412964 CPUtime=1.75 cores=5,7
/proc/84916/stat : 84916 (Exact) R 84582 84916 84916 0 -1 4194304 55927 0 0 0 162 13 0 0 20 0 1 0 76308649 444592128 103241 18446744073709551615 4198400 8335837 140722997665120 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 23973888 140722997672123 140722997672477 140722997672477 140722997678031 0
/proc/84916/statm: 108543 103241 960 1011 0 107310 0
Current children cumulated CPU time: 3602.01 s
Current children cumulated vsize: 3848836 KiB
Current children cumulated memory: 3733484 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1830.48
CPU time (s): 3602.1
CPU user time (s): 3599.28
CPU system time (s): 2.82968
CPU usage (%): 196.785
Max. virtual memory (cumulated for all children) (KiB): 3884540
Max. memory (cumulated for all children) (KiB): 3733484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.28
system time used= 2.82969
maximum resident set size= 3726728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2198242
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= 322
involuntary context switches= 80467


# summary of solver processes directly reported to runsolver:
#   pid: 84582,84916
#   total CPU time (s): 3602.1
#   total CPU user time (s): 3599.28
#   total CPU system time (s): 2.82968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.0403 second user time and 9.31409 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-04 06:48:12
IDJOB=4524009
IDBENCH=180476
IDSOLVER=3336
FILE ID=nodeC014/4524009-1751604491
RUNJOBID= nodeC014-1751602168-84124
SLURM_JOB_ID= 9598883
Free space on /tmp= 430304 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-WordGolf-4-ogd2008-50-0_c24.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524009-1751604491/watcher-4524009-1751604491 -o /tmp/evaluation-result-4524009-1751604491/solver-4524009-1751604491 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751602168-84124 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4524009-1751604491.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 7b85ce4cd64937c81c9b69135828a61d
RANDOM SEED=1600100331

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.022
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		: 3600.121
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.608
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.063
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.931
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		: 3599.833
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.113
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.432
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:        128611916 kB
MemAvailable:   128723208 kB
Buffers:             696 kB
Cached:           906604 kB
SwapCached:         1628 kB
Active:          1425980 kB
Inactive:         574992 kB
Active(anon):    1060904 kB
Inactive(anon):    49164 kB
Active(file):     365076 kB
Inactive(file):   525828 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            100128 kB
Writeback:            72 kB
AnonPages:       1093996 kB
Mapped:           139452 kB
Shmem:             16396 kB
KReclaimable:     119252 kB
Slab:             209668 kB
SReclaimable:     119252 kB
SUnreclaim:        90416 kB
KernelStack:        4384 kB
PageTables:         5248 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1472732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 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= 429564 MiB
End job on nodeC014 at 2025-07-04 07:18:43