Trace number 4524010

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 S2? (TO) 3600.9 1854.19

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

3548.85/1801.93	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3548.85/1801.93	c numVar: 333830
3548.85/1801.93	c numCon: 1254811
3548.85/1801.93	c numEqual: 543
3548.85/1801.93	c intSize: 25
3548.85/1801.93	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
3548.85/1801.93	c ------------------- Paras list -------------------
3548.85/1801.93	c Name                	 Type      	 Now       	 Default   	 Comment
3548.85/1801.93	c timeout             	 double    	 3600.000000	 3600      	 
3548.85/1801.93	c mip_time            	 double    	 0.500000  	 0.5       	 
3548.85/1801.93	c ls_time             	 double    	 10.000000 	 10        	 
3548.85/1801.93	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
3548.85/1801.93	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3548.85/1801.93	c random_seed         	 int       	 0         	 0         	 
3548.85/1801.93	c sample_size         	 int       	 50        	 50        	 
3548.85/1801.93	c sub_score           	 int       	 1         	 1         	 
3548.85/1801.93	c tabu_base           	 int       	 3         	 3         	 
3548.85/1801.93	c tabu_variation      	 int       	 1         	 1         	 
3548.85/1801.93	c sub_div             	 int       	 4         	 4         	 
3548.85/1801.93	c nbcore              	 int       	 2         	 1         	 
3548.85/1801.93	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3548.85/1801.93	c print_sol           	 int       	 1         	 1         	 
3548.85/1801.93	c tmpdir              	 string		 .         	 "."       	 
3548.85/1801.93	c home                	 string		 HOME	 "."       	 
3548.85/1801.93	c benchname           	 string		 HOME/instance-4524010-1751605712.opb	 ""        	 
3548.85/1801.93	c --------------------------------------------------
3548.85/1801.93	c Local Search solver
3548.85/1801.93	c MIP solver
3548.85/1801.93	c use Exact solver
3600.07/1853.30	c receive signal 15, try to interrupt solver...
3548.88/1853.41	c Exact solver (PID 87427) interrupted gracefully.
3600.70/1854.09	s UNKNOWN
3600.70/1854.09	c Total time: 1854

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: 63665 MiB (55751 MiB free)
  memory of node 1: 64507 MiB (55255 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524010-1751605712/watcher-4524010-1751605712 -o /tmp/evaluation-result-4524010-1751605712/solver-4524010-1751605712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751599645-86138 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4524010-1751605712.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=87285, runsolver pid=87282

[startup+0.100065 s]*
/proc/loadavg: 6.55 7.42 7.74 6/267 87286
/proc/meminfo: memFree=113476584/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=270936 memory=199388 CPUtime=0.09 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 36621 0 0 0 3 6 0 0 20 0 1 0 76248929 277438464 49847 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 67767 49847 1120 6655 0 58002 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 270936 KiB
Current children cumulated memory: 199388 KiB

[startup+0.205805 s]*
/proc/loadavg: 6.55 7.42 7.74 6/267 87286
/proc/meminfo: memFree=113335016/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=370880 memory=325084 CPUtime=0.2 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 61410 0 0 0 10 10 0 0 20 0 1 0 76248929 379781120 81271 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 92720 81271 1120 6655 0 82955 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 370880 KiB
Current children cumulated memory: 325084 KiB

[startup+0.305698 s]*
/proc/loadavg: 6.55 7.42 7.74 6/267 87286
/proc/meminfo: memFree=113326952/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=390324 memory=338524 CPUtime=0.3 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 64765 0 0 0 19 11 0 0 20 0 1 0 76248929 399691776 84631 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 97581 84631 1120 6655 0 87816 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 390324 KiB
Current children cumulated memory: 338524 KiB

[startup+0.700176 s]
/proc/loadavg: 6.55 7.42 7.74 6/267 87286
/proc/meminfo: memFree=113161176/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=664828 memory=615504 CPUtime=0.68 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 110494 0 0 0 47 21 0 0 20 0 1 0 76248929 680783872 153844 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 166207 153876 1120 6655 0 156442 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 664828 KiB
Current children cumulated memory: 615504 KiB

[startup+1.50017 s]
/proc/loadavg: 6.55 7.42 7.74 6/267 87286
/proc/meminfo: memFree=112875848/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=967396 memory=917944 CPUtime=1.48 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 185605 0 0 0 116 32 0 0 20 0 1 0 76248929 990613504 229486 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 241849 229486 1120 6655 0 232084 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 967396 KiB
Current children cumulated memory: 917944 KiB

[startup+3.10576 s]
/proc/loadavg: 6.55 7.42 7.74 7/267 87287
/proc/meminfo: memFree=112664316/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=1019744 memory=970424 CPUtime=3.08 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 198798 0 0 0 274 34 0 0 20 0 1 0 76248929 1044217856 242606 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 254936 242606 1120 6655 0 245171 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1019744 KiB
Current children cumulated memory: 970424 KiB

[startup+6.3002 s]
/proc/loadavg: 6.59 7.42 7.74 7/267 87287
/proc/meminfo: memFree=112669592/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=1020128 memory=970680 CPUtime=6.26 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 199033 0 0 0 591 35 0 0 20 0 1 0 76248929 1044611072 242670 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 255032 242670 1120 6655 0 245267 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1020128 KiB
Current children cumulated memory: 970680 KiB

[startup+12.7002 s]
/proc/loadavg: 6.54 7.39 7.73 7/268 87288
/proc/meminfo: memFree=111625036/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=2146696 memory=2008796 CPUtime=12.63 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 318448 0 0 0 1196 67 0 0 20 0 2 0 76248929 2198216704 502199 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 536674 502199 2688 6655 0 510557 0
[pid=87285/tid=87288] ppid=87282 vsize=2146696 memory=1840768 CPUtime=0 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) S 87282 87285 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76250102 2198216704 502199 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2146696 KiB
Current children cumulated memory: 2008796 KiB

[startup+25.5002 s]
/proc/loadavg: 6.42 7.32 7.70 7/268 87288
/proc/meminfo: memFree=111250780/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=2418828 memory=2226144 CPUtime=25.38 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 401809 0 0 0 2447 91 0 0 20 0 2 0 76248929 2476879872 556536 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 604707 556536 3168 6655 0 578590 0
[pid=87285/tid=87288] ppid=87282 vsize=2418828 memory=2222348 CPUtime=0 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) S 87282 87285 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76250102 2476879872 556536 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 2418828 KiB
Current children cumulated memory: 2226144 KiB

[startup+51.1054 s]
/proc/loadavg: 6.54 7.28 7.68 6/268 87290
/proc/meminfo: memFree=109266796/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3635684 memory=3353464 CPUtime=73.16 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 592401 0 0 0 7175 141 0 0 20 0 2 0 76248929 3722940416 838366 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 908921 838366 3424 6655 0 894576 0
[pid=87285/tid=87288] ppid=87282 vsize=3635684 memory=2986860 CPUtime=22.48 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 97948 0 0 0 2222 26 0 0 20 0 2 0 76250102 3722940416 838366 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 73.16 s
Current children cumulated vsize: 3635684 KiB
Current children cumulated memory: 3353464 KiB

[startup+102.3 s]
/proc/loadavg: 6.26 7.08 7.59 7/269 87293
/proc/meminfo: memFree=108526188/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3681872 memory=3461128 CPUtime=174.83 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 725600 0 0 0 17328 155 0 0 20 0 2 0 76248929 3770236928 865282 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 920468 865282 3424 6655 0 906123 0
[pid=87285/tid=87288] ppid=87282 vsize=3681872 memory=3460872 CPUtime=73.14 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 151961 0 0 0 7284 30 0 0 20 0 2 0 76250102 3770236928 865282 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 174.83 s
Current children cumulated vsize: 3681872 KiB
Current children cumulated memory: 3461128 KiB

[startup+162.3 s]
/proc/loadavg: 6.10 6.88 7.48 7/269 87296
/proc/meminfo: memFree=108447120/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3681872 memory=3516424 CPUtime=291.53 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 862577 0 0 0 28984 169 0 0 20 0 2 0 76248929 3770236928 879106 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 920468 879106 3424 6655 0 906123 0
[pid=87285/tid=87288] ppid=87282 vsize=3681872 memory=14592 CPUtime=130.17 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 212989 0 0 0 12982 35 0 0 20 0 2 0 76250102 3770236928 879106 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 291.53 s
Current children cumulated vsize: 3681872 KiB
Current children cumulated memory: 3516424 KiB

[startup+222.3 s]
/proc/loadavg: 6.15 6.75 7.40 7/269 87298
/proc/meminfo: memFree=108282016/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3681872 memory=3540004 CPUtime=410.76 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 919783 0 0 0 40903 173 0 0 20 0 2 0 76248929 3770236928 885001 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 920468 885001 3424 6655 0 906123 0
[pid=87285/tid=87288] ppid=87282 vsize=3681872 memory=3540004 CPUtime=189.57 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 241909 0 0 0 18921 36 0 0 20 0 2 0 76250102 3770236928 885001 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 410.76 s
Current children cumulated vsize: 3681872 KiB
Current children cumulated memory: 3540004 KiB

[startup+282.3 s]
/proc/loadavg: 6.05 6.61 7.31 7/267 87300
/proc/meminfo: memFree=108141520/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3681872 memory=3540004 CPUtime=530.05 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 949201 0 0 0 52830 175 0 0 20 0 2 0 76248929 3770236928 885001 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 920468 885001 3424 6655 0 906123 0
[pid=87285/tid=87288] ppid=87282 vsize=3681872 memory=14592 CPUtime=249.03 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 245612 0 0 0 24866 37 0 0 20 0 2 0 76250102 3770236928 885001 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 530.05 s
Current children cumulated vsize: 3681872 KiB
Current children cumulated memory: 3540004 KiB

[startup+342.3 s]
/proc/loadavg: 6.06 6.51 7.23 7/267 87302
/proc/meminfo: memFree=108047420/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3681872 memory=3544612 CPUtime=649.26 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 987912 0 0 0 64749 177 0 0 20 0 2 0 76248929 3770236928 886153 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 920468 886153 3424 6655 0 906123 0
[pid=87285/tid=87288] ppid=87282 vsize=3681872 memory=3540004 CPUtime=308.43 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 278554 0 0 0 30804 39 0 0 20 0 2 0 76250102 3770236928 886153 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 649.26 s
Current children cumulated vsize: 3681872 KiB
Current children cumulated memory: 3544612 KiB


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

/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 611170 0 0 0 131749 65 0 0 20 0 2 0 76250102 3783053312 895164 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 2675.65 s
Current children cumulated vsize: 3694388 KiB
Current children cumulated memory: 3580656 KiB

[startup+1422.3 s]
/proc/loadavg: 6.14 6.12 6.44 7/267 87354
/proc/meminfo: memFree=105611048/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3765580 memory=3604468 CPUtime=2794.86 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 1859071 0 0 0 279242 244 0 0 20 0 2 0 76248929 3855953920 901117 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 941395 901117 3424 6655 0 914520 0
[pid=87285/tid=87288] ppid=87282 vsize=3765580 memory=3595976 CPUtime=1377.54 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 631232 0 0 0 137684 70 0 0 20 0 2 0 76250102 3855953920 901117 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 2794.86 s
Current children cumulated vsize: 3765580 KiB
Current children cumulated memory: 3604468 KiB

[startup+1482.3 s]
/proc/loadavg: 6.11 6.11 6.42 7/267 87357
/proc/meminfo: memFree=104965588/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3788712 memory=3605376 CPUtime=2914.12 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 1926654 0 0 0 291161 251 0 0 20 0 2 0 76248929 3879641088 901344 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 947178 901344 3424 6655 0 919929 0
[pid=87285/tid=87288] ppid=87282 vsize=3788712 memory=14592 CPUtime=1436.97 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 668322 0 0 0 143622 75 0 0 20 0 2 0 76250102 3879641088 901344 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 2914.12 s
Current children cumulated vsize: 3788712 KiB
Current children cumulated memory: 3605376 KiB

[startup+1542.3 s]
/proc/loadavg: 6.09 6.10 6.39 7/268 87361
/proc/meminfo: memFree=103833620/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3867256 memory=3668956 CPUtime=3033.27 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 1944652 0 0 0 303073 254 0 0 20 0 2 0 76248929 3960070144 917239 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 966814 917239 3424 6655 0 940991 0
[pid=87285/tid=87288] ppid=87282 vsize=3867256 memory=14592 CPUtime=1496.34 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 679919 0 0 0 149556 78 0 0 20 0 2 0 76250102 3960070144 917239 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 3033.27 s
Current children cumulated vsize: 3867256 KiB
Current children cumulated memory: 3668956 KiB

[startup+1602.3 s]
/proc/loadavg: 6.25 6.13 6.38 7/269 87368
/proc/meminfo: memFree=102969800/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3888604 memory=3713568 CPUtime=3152.49 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 1978830 0 0 0 314991 258 0 0 20 0 2 0 76248929 3981930496 928392 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 972151 928392 3424 6655 0 948234 0
[pid=87285/tid=87288] ppid=87282 vsize=3888604 memory=14592 CPUtime=1555.74 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 686436 0 0 0 155495 79 0 0 20 0 2 0 76250102 3981930496 928392 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 3152.49 s
Current children cumulated vsize: 3888604 KiB
Current children cumulated memory: 3713568 KiB

[startup+1662.3 s]
/proc/loadavg: 6.25 6.17 6.38 7/269 87370
/proc/meminfo: memFree=100920968/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3888604 memory=3714976 CPUtime=3271.73 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 2028290 0 0 0 326911 262 0 0 20 0 2 0 76248929 3981930496 928744 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 972151 928744 3424 6655 0 948234 0
[pid=87285/tid=87288] ppid=87282 vsize=3888604 memory=14592 CPUtime=1615.15 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 715374 0 0 0 161434 81 0 0 20 0 2 0 76250102 3981930496 928744 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 3271.73 s
Current children cumulated vsize: 3888604 KiB
Current children cumulated memory: 3714976 KiB

[startup+1722.3 s]
/proc/loadavg: 5.72 6.04 6.32 6/269 87372
/proc/meminfo: memFree=99843996/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3888604 memory=3715104 CPUtime=3390.88 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 2098809 0 0 0 338821 267 0 0 20 0 2 0 76248929 3981930496 928776 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 972151 928776 3424 6655 0 948234 0
[pid=87285/tid=87288] ppid=87282 vsize=3888604 memory=3715104 CPUtime=1674.51 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 750666 0 0 0 167368 83 0 0 20 0 2 0 76250102 3981930496 928776 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 3390.88 s
Current children cumulated vsize: 3888604 KiB
Current children cumulated memory: 3715104 KiB

[startup+1782.3 s]
/proc/loadavg: 5.93 6.04 6.30 7/270 87422
/proc/meminfo: memFree=100416116/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3888604 memory=3715104 CPUtime=3510.08 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 2131739 0 0 0 350735 273 0 0 20 0 2 0 76248929 3981930496 928776 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 972151 928776 3424 6655 0 948234 0
[pid=87285/tid=87288] ppid=87282 vsize=3888604 memory=14592 CPUtime=1733.9 cores=0,2
/proc/87285/task/87288/stat : 87288 (LSIPExact) R 87282 87285 86128 0 -1 4194368 776677 0 0 0 173302 88 0 0 20 0 2 0 76250102 3981930496 928776 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
Current children cumulated CPU time: 3510.08 s
Current children cumulated vsize: 3888604 KiB
Current children cumulated memory: 3715104 KiB

[startup+1842.3 s]
/proc/loadavg: 5.25 5.86 6.22 5/269 87429
/proc/meminfo: memFree=98254944/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3353192 memory=3253472 CPUtime=3548.88 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) S 87282 87285 86128 0 -1 4194304 2244720 0 0 0 354609 279 0 0 20 0 1 0 76248929 3433668608 813368 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 838298 813368 3456 6655 0 824700 0
[pid=87427] ppid=87285 vsize=1801440 memory=1705212 CPUtime=40.22 cores=0,2
/proc/87427/stat : 87427 (Exact) R 87285 87427 87427 0 -1 4194304 171229 0 0 0 3951 71 0 0 20 0 1 0 76429123 1844674560 426303 18446744073709551615 4198400 8335837 140721742386592 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40386560 140721742391483 140721742391837 140721742391837 140721742397391 0
/proc/87427/statm: 450360 426303 1088 1011 0 449127 0
Current children cumulated CPU time: 3589.1 s
Current children cumulated vsize: 5154632 KiB
Current children cumulated memory: 4958684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1853.3 s]
/proc/loadavg: 5.14 5.81 6.20 5/269 87430
/proc/meminfo: memFree=98133128/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3353192 memory=3253472 CPUtime=3548.88 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) S 87282 87285 86128 0 -1 4194304 2244720 0 0 0 354609 279 0 0 20 0 1 0 76248929 3433668608 813368 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 838298 813368 3456 6655 0 824700 0
[pid=87427] ppid=87285 vsize=1807016 memory=1716840 CPUtime=51.19 cores=0,2
/proc/87427/stat : 87427 (Exact) R 87285 87427 87427 0 -1 4194304 172612 0 0 0 5048 71 0 0 20 0 1 0 76429123 1850384384 429210 18446744073709551615 4198400 8335837 140721742386592 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40386560 140721742391483 140721742391837 140721742391837 140721742397391 0
/proc/87427/statm: 451754 429210 1088 1011 0 450521 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 5160208 KiB
Current children cumulated memory: 4970312 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.17 s, system=3.72352 s

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

[startup+1853.6 s]
/proc/loadavg: 5.14 5.81 6.20 5/269 87430
/proc/meminfo: memFree=98133128/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3323780 memory=3224064 CPUtime=3600.31 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 2314001 172836 0 0 354625 283 5049 74 20 0 1 0 76248929 3403550720 806016 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 830945 806016 3456 6655 0 817347 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 3323780 KiB
Current children cumulated memory: 3224064 KiB

[startup+1854 s]*
/proc/loadavg: 5.04 5.78 6.19 5/268 87431
/proc/meminfo: memFree=99941328/131249996 swapFree=33003468/33010684
[pid=87285] ppid=87282 vsize=3257848 memory=3158132 CPUtime=3600.7 cores=0,2
/proc/87285/stat : 87285 (LSIPExact) R 87282 87285 86128 0 -1 4194304 2379855 172836 0 0 354661 286 5049 74 20 0 1 0 76248929 3336036352 789533 18446744073709551615 94190876094464 94190903350865 140723177378752 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94190911853704 94190912285312 94190938968064 140723177384282 140723177384458 140723177384458 140723177390060 0
/proc/87285/statm: 814462 789533 3456 6655 0 800864 0
Current children cumulated CPU time: 3600.7 s
Current children cumulated vsize: 3257848 KiB
Current children cumulated memory: 3158132 KiB

[startup+1854.11 s]*
/proc/loadavg: 5.04 5.78 6.19 5/268 87431
/proc/meminfo: memFree=100191120/131249996 swapFree=33003468/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1854.19
CPU time (s): 3600.9
CPU user time (s): 3597.17
CPU system time (s): 3.72352
CPU usage (%): 194.204
Max. virtual memory (cumulated for all children) (KiB): 5160208
Max. memory (cumulated for all children) (KiB): 4970312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.17
system time used= 3.72352
maximum resident set size= 3715104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2600448
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= 359
involuntary context switches= 25952


# summary of solver processes directly reported to runsolver:
#   pid: 87285
#   total CPU time (s): 3600.9
#   total CPU user time (s): 3597.17
#   total CPU system time (s): 3.72352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.03531 second user time and 9.26364 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-04 07:08:32
IDJOB=4524010
IDBENCH=180476
IDSOLVER=3337
FILE ID=nodeC021/4524010-1751605712
RUNJOBID= nodeC021-1751599645-86138
SLURM_JOB_ID= 9598875
Free space on /tmp= 430692 MiB

SOLVER NAME= LSIPExact  S2
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-4524010-1751605712/watcher-4524010-1751605712 -o /tmp/evaluation-result-4524010-1751605712/solver-4524010-1751605712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751599645-86138 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4524010-1751605712.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 7b85ce4cd64937c81c9b69135828a61d
RANDOM SEED=1471525270

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        113672144 kB
MemAvailable:   120294296 kB
Buffers:            1056 kB
Cached:          7355300 kB
SwapCached:           32 kB
Active:          9927740 kB
Inactive:        6892812 kB
Active(anon):    9436820 kB
Inactive(anon):    40828 kB
Active(file):     490920 kB
Inactive(file):  6851984 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            100360 kB
Writeback:             4 kB
AnonPages:       9463164 kB
Mapped:           140084 kB
Shmem:             13452 kB
KReclaimable:     236576 kB
Slab:             329044 kB
SReclaimable:     236576 kB
SUnreclaim:        92468 kB
KernelStack:        4304 kB
PageTables:        21876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10007380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4739072 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430644 MiB
End job on nodeC021 at 2025-07-04 07:39:27