Trace number 4493148

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 NameAnswerCPU timeWall clock time
LSIPExact S2? 2304.99 2312.01

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.15765
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

10.99/11.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
10.99/11.02	c numVar: 6800
10.99/11.02	c numCon: 285685
10.99/11.02	c numEqual: 0
10.99/11.02	c intSize: 7
10.99/11.02	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
10.99/11.02	c ------------------- Paras list -------------------
10.99/11.02	c Name                	 Type      	 Now       	 Default   	 Comment
10.99/11.02	c timeout             	 double    	 3600.000000	 3600      	 
10.99/11.02	c mip_time            	 double    	 0.300000  	 0.5       	 
10.99/11.02	c ls_time             	 double    	 10.000000 	 10        	 
10.99/11.02	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
10.99/11.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
10.99/11.02	c random_seed         	 int       	 0         	 0         	 
10.99/11.02	c sample_size         	 int       	 50        	 50        	 
10.99/11.02	c sub_score           	 int       	 1         	 1         	 
10.99/11.02	c tabu_base           	 int       	 3         	 3         	 
10.99/11.02	c tabu_variation      	 int       	 1         	 1         	 
10.99/11.02	c sub_div             	 int       	 4         	 4         	 
10.99/11.02	c nbcore              	 int       	 2         	 1         	 
10.99/11.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
10.99/11.02	c print_sol           	 int       	 1         	 1         	 
10.99/11.02	c tmpdir              	 string		 .         	 "."       	 
10.99/11.02	c home                	 string		 HOME	 "."       	 
10.99/11.02	c benchname           	 string		 HOME/instance-4493148-1751133996.opb	 ""        	 
10.99/11.02	c --------------------------------------------------
10.99/11.02	c Local Search solver
10.99/11.02	c MIP solver
10.99/11.02	c MIP solver infeasible
10.99/11.03	c use Exact solver
2304.87/2312.00	s UNKNOWN
2304.87/2312.00	c Total time: 2312

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: 63794 MiB (62606 MiB free)
  memory of node 1: 64507 MiB (63876 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493148-1751133996/watcher-4493148-1751133996 -o /tmp/evaluation-result-4493148-1751133996/solver-4493148-1751133996 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751133631-11148 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4493148-1751133996.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=12069, runsolver pid=12066

[startup+0.10007 s]*
/proc/loadavg: 5.84 4.61 2.20 6/254 12070
/proc/meminfo: memFree=129462324/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=119416 memory=76572 CPUtime=0.1 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) R 12066 12069 11133 0 -1 4194304 14575 0 0 0 6 4 0 0 20 0 1 0 29078490 122281984 19143 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 29854 19143 1152 6655 0 20089 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 119416 KiB
Current children cumulated memory: 76572 KiB

[startup+0.213464 s]*
/proc/loadavg: 5.84 4.61 2.20 6/254 12070
/proc/meminfo: memFree=129454512/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=131204 memory=96460 CPUtime=0.21 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) R 12066 12069 11133 0 -1 4194304 18546 0 0 0 15 6 0 0 20 0 1 0 29078490 134352896 24115 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 32801 24115 1152 6655 0 23036 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 131204 KiB
Current children cumulated memory: 96460 KiB

[startup+0.311437 s]*
/proc/loadavg: 5.84 4.61 2.20 6/254 12070
/proc/meminfo: memFree=129430320/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=152588 memory=117964 CPUtime=0.31 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) R 12066 12069 11133 0 -1 4194304 23917 0 0 0 24 7 0 0 20 0 1 0 29078490 156250112 29491 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 38147 29491 1152 6655 0 28382 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 152588 KiB
Current children cumulated memory: 117964 KiB

[startup+0.700312 s]
/proc/loadavg: 5.84 4.61 2.20 6/254 12070
/proc/meminfo: memFree=129398064/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=192096 memory=157388 CPUtime=0.68 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) R 12066 12069 11133 0 -1 4194304 33763 0 0 0 58 10 0 0 20 0 1 0 29078490 196706304 39347 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 48024 39347 1152 6655 0 38259 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 192096 KiB
Current children cumulated memory: 157388 KiB

[startup+1.50031 s]
/proc/loadavg: 5.84 4.61 2.20 6/254 12070
/proc/meminfo: memFree=129390016/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=192096 memory=157388 CPUtime=1.48 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) R 12066 12069 11133 0 -1 4194304 33763 0 0 0 138 10 0 0 20 0 1 0 29078490 196706304 39347 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 48024 39347 1152 6655 0 38259 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 192096 KiB
Current children cumulated memory: 157388 KiB

[startup+3.11291 s]
/proc/loadavg: 5.84 4.61 2.20 6/254 12070
/proc/meminfo: memFree=129390152/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=192096 memory=157388 CPUtime=3.09 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) R 12066 12069 11133 0 -1 4194304 33772 0 0 0 299 10 0 0 20 0 1 0 29078490 196706304 39347 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 48024 39347 1152 6655 0 38259 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 192096 KiB
Current children cumulated memory: 157388 KiB

[startup+6.30031 s]
/proc/loadavg: 5.77 4.61 2.22 6/253 12070
/proc/meminfo: memFree=129390152/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=192096 memory=157388 CPUtime=6.26 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) R 12066 12069 11133 0 -1 4194304 33781 0 0 0 616 10 0 0 20 0 1 0 29078490 196706304 39347 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 48024 39347 1152 6655 0 38259 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 192096 KiB
Current children cumulated memory: 157388 KiB

[startup+12.7003 s]
/proc/loadavg: 5.79 4.64 2.24 6/254 12072
/proc/meminfo: memFree=129142112/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=349008 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 87252 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 87252 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=107300 memory=98436 CPUtime=1.63 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 17486 0 0 0 157 6 0 0 20 0 1 0 29079593 109875200 24609 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 26825 24609 928 1011 0 25592 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 554060 KiB
Current children cumulated memory: 447444 KiB

[startup+25.5004 s]
/proc/loadavg: 5.70 4.67 2.29 6/254 12072
/proc/meminfo: memFree=128831072/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=349008 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 87252 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 87252 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=400124 memory=363444 CPUtime=14.39 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 35317 0 0 0 1422 17 0 0 20 0 1 0 29079593 409726976 90861 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 100031 90861 1088 1011 0 98798 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 846884 KiB
Current children cumulated memory: 712452 KiB

[startup+51.1131 s]
/proc/loadavg: 5.80 4.78 2.39 6/254 12073
/proc/meminfo: memFree=128769096/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=349008 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 87252 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 87252 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=472464 memory=395136 CPUtime=39.93 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 36810 0 0 0 3972 21 0 0 20 0 1 0 29079593 483803136 98784 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 118116 98784 1088 1011 0 116883 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 919224 KiB
Current children cumulated memory: 744144 KiB

[startup+102.3 s]
/proc/loadavg: 5.70 4.92 2.57 6/254 12075
/proc/meminfo: memFree=128759984/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=349008 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 87252 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 87252 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=481168 memory=403840 CPUtime=90.98 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 37056 0 0 0 9075 23 0 0 20 0 1 0 29079593 492716032 100960 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 120292 100960 1088 1011 0 119059 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 927928 KiB
Current children cumulated memory: 752848 KiB

[startup+162.3 s]
/proc/loadavg: 5.31 4.95 2.73 6/254 12077
/proc/meminfo: memFree=128712084/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=349008 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 87252 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 87252 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=505224 memory=462676 CPUtime=150.81 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 40146 0 0 0 15056 25 0 0 20 0 1 0 29079593 517349376 115669 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 126306 115669 1088 1011 0 125073 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 951984 KiB
Current children cumulated memory: 811684 KiB

[startup+222.3 s]
/proc/loadavg: 5.15 4.98 2.88 6/254 12079
/proc/meminfo: memFree=128648028/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=349008 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 87252 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 87252 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=512296 memory=480008 CPUtime=210.64 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 42049 0 0 0 21038 26 0 0 20 0 1 0 29079593 524591104 120002 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 128074 120002 1088 1011 0 126841 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 959056 KiB
Current children cumulated memory: 829016 KiB

[startup+282.3 s]
/proc/loadavg: 4.97 4.95 3.00 6/254 12085
/proc/meminfo: memFree=128625404/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=349008 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 87252 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 87252 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=518120 memory=485768 CPUtime=270.47 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 43616 0 0 0 27020 27 0 0 20 0 1 0 29079593 530554880 121442 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 129530 121442 1088 1011 0 128297 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 964880 KiB
Current children cumulated memory: 834776 KiB

[startup+342.3 s]
/proc/loadavg: 5.04 4.98 3.14 6/254 12089
/proc/meminfo: memFree=128601592/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=351312 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 87828 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 87828 3232 6655 0 87517 0

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

/proc/loadavg: 6.13 5.77 4.99 7/253 12394
/proc/meminfo: memFree=125626648/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=356048 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 89012 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 89012 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=951356 memory=728856 CPUtime=2064.97 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 63504 0 0 0 206436 61 0 0 20 0 1 0 29079593 974188544 182214 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 237839 182214 1088 1011 0 236606 0
Current children cumulated CPU time: 2076 s
Current children cumulated vsize: 1398116 KiB
Current children cumulated memory: 1084904 KiB

[startup+2142.3 s]
/proc/loadavg: 6.10 5.83 5.06 7/254 12401
/proc/meminfo: memFree=125594020/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=356048 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 89012 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 89012 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=954652 memory=732056 CPUtime=2124.78 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 64448 0 0 0 212416 62 0 0 20 0 1 0 29079593 977563648 183014 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 238663 183014 1088 1011 0 237430 0
Current children cumulated CPU time: 2135.81 s
Current children cumulated vsize: 1401412 KiB
Current children cumulated memory: 1088104 KiB

[startup+2202.3 s]
/proc/loadavg: 6.08 5.88 5.13 7/254 12405
/proc/meminfo: memFree=125601856/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=356048 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 89012 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 89012 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=955684 memory=733208 CPUtime=2184.59 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 64845 0 0 0 218397 62 0 0 20 0 1 0 29079593 978620416 183302 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 238921 183302 1088 1011 0 237688 0
Current children cumulated CPU time: 2195.62 s
Current children cumulated vsize: 1402444 KiB
Current children cumulated memory: 1089256 KiB

[startup+2262.3 s]
/proc/loadavg: 6.12 5.94 5.20 7/254 12407
/proc/meminfo: memFree=125602492/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=356048 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 89012 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 89012 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=955912 memory=733336 CPUtime=2244.4 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 64979 0 0 0 224377 63 0 0 20 0 1 0 29079593 978853888 183334 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 238978 183334 1088 1011 0 237745 0
Current children cumulated CPU time: 2255.43 s
Current children cumulated vsize: 1402672 KiB
Current children cumulated memory: 1089384 KiB

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

# cumulated CPU time of all completed processes:  user=2304.16 s, system=0.826917 s

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

[startup+2278.4 s]
/proc/loadavg: 6.09 5.94 5.21 7/254 12407
/proc/meminfo: memFree=125587936/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=356048 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 89012 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 89012 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=956296 memory=733720 CPUtime=2260.45 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 65077 0 0 0 225982 63 0 0 20 0 1 0 29079593 979247104 183430 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 239074 183430 1088 1011 0 237841 0
Current children cumulated CPU time: 2271.48 s
Current children cumulated vsize: 1403056 KiB
Current children cumulated memory: 1089768 KiB

[startup+2291.2 s]
/proc/loadavg: 6.14 5.96 5.23 7/254 12407
/proc/meminfo: memFree=125579500/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=356048 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 89012 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 89012 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=956296 memory=733720 CPUtime=2273.2 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 65077 0 0 0 227257 63 0 0 20 0 1 0 29079593 979247104 183430 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 239074 183430 1088 1011 0 237841 0
Current children cumulated CPU time: 2284.23 s
Current children cumulated vsize: 1403056 KiB
Current children cumulated memory: 1089768 KiB

[startup+2304 s]*
/proc/loadavg: 6.11 5.96 5.24 7/254 12408
/proc/meminfo: memFree=125606568/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=356048 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 89012 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 89012 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=956296 memory=733720 CPUtime=2285.97 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 65184 0 0 0 228534 63 0 0 20 0 1 0 29079593 979247104 183430 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 239074 183430 1088 1011 0 237841 0
Current children cumulated CPU time: 2297 s
Current children cumulated vsize: 1403056 KiB
Current children cumulated memory: 1089768 KiB

[startup+2307.2 s]
/proc/loadavg: 6.11 5.96 5.24 7/254 12408
/proc/meminfo: memFree=125606568/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=356048 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 89012 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 89012 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=956296 memory=733720 CPUtime=2289.15 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 65186 0 0 0 228852 63 0 0 20 0 1 0 29079593 979247104 183430 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 239074 183430 1088 1011 0 237841 0
Current children cumulated CPU time: 2300.18 s
Current children cumulated vsize: 1403056 KiB
Current children cumulated memory: 1089768 KiB

[startup+2310.4 s]
/proc/loadavg: 6.10 5.96 5.25 7/254 12409
/proc/meminfo: memFree=125602472/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=356048 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 89012 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 89012 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=956296 memory=733720 CPUtime=2292.34 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 65186 0 0 0 229171 63 0 0 20 0 1 0 29079593 979247104 183430 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 239074 183430 1088 1011 0 237841 0
Current children cumulated CPU time: 2303.37 s
Current children cumulated vsize: 1403056 KiB
Current children cumulated memory: 1089768 KiB

[startup+2311.2 s]
/proc/loadavg: 6.10 5.96 5.25 7/254 12409
/proc/meminfo: memFree=125602488/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=356048 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 89012 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 89012 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=956296 memory=733720 CPUtime=2293.14 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 65186 0 0 0 229251 63 0 0 20 0 1 0 29079593 979247104 183430 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 239074 183430 1088 1011 0 237841 0
Current children cumulated CPU time: 2304.17 s
Current children cumulated vsize: 1403056 KiB
Current children cumulated memory: 1089768 KiB

[startup+2311.6 s]
/proc/loadavg: 6.10 5.96 5.25 7/254 12409
/proc/meminfo: memFree=125602488/131382112 swapFree=33010684/33010684
[pid=12069] ppid=12066 vsize=446760 memory=356048 CPUtime=11.03 cores=0,2
/proc/12069/stat : 12069 (LSIPExact) S 12066 12069 11133 0 -1 4194304 74749 0 0 0 1085 18 0 0 20 0 1 0 29078490 457482240 89012 18446744073709551615 94154576547840 94154603804241 140723439792816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94154612307080 94154612738688 94154640277504 140723439798618 140723439798794 140723439798794 140723439804396 0
/proc/12069/statm: 111690 89012 3232 6655 0 87517 0
[pid=12072] ppid=12069 vsize=956296 memory=733720 CPUtime=2293.54 cores=0,2
/proc/12072/stat : 12072 (Exact) R 12069 12072 12072 0 -1 4194304 65186 0 0 0 229291 63 0 0 20 0 1 0 29079593 979247104 183430 18446744073709551615 4198400 8335837 140727153385072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17534976 140727153391803 140727153392157 140727153392157 140727153397711 0
/proc/12072/statm: 239074 183430 1088 1011 0 237841 0
Current children cumulated CPU time: 2304.57 s
Current children cumulated vsize: 1403056 KiB
Current children cumulated memory: 1089768 KiB

[startup+2312 s]*
/proc/loadavg: 6.10 5.96 5.25 7/253 12409
/proc/meminfo: memFree=126313316/131382112 swapFree=33010684/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): 2312.01
CPU time (s): 2304.99
CPU user time (s): 2304.16
CPU system time (s): 0.826917
CPU usage (%): 99.6962
Max. virtual memory (cumulated for all children) (KiB): 1622876
Max. memory (cumulated for all children) (KiB): 1089896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2304.16
system time used= 0.826917
maximum resident set size= 949512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139948
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= 316
involuntary context switches= 5125


# summary of solver processes directly reported to runsolver:
#   pid: 12069
#   total CPU time (s): 2304.99
#   total CPU user time (s): 2304.16
#   total CPU system time (s): 0.826917

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.145 second user time and 22.8793 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 20:06:36
IDJOB=4493148
IDBENCH=147848
IDSOLVER=3337
FILE ID=nodeC001/4493148-1751133996
RUNJOBID= nodeC001-1751133631-11148
SLURM_JOB_ID= 9587401
Free space on /tmp= 432916 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493148-1751133996/watcher-4493148-1751133996 -o /tmp/evaluation-result-4493148-1751133996/solver-4493148-1751133996 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751133631-11148 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4493148-1751133996.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=1309337057

nodeC001 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129518600 kB
MemAvailable:   129238504 kB
Buffers:            3280 kB
Cached:           532472 kB
SwapCached:            0 kB
Active:           983276 kB
Inactive:         334572 kB
Active(anon):     800056 kB
Inactive(anon):        0 kB
Active(file):     183220 kB
Inactive(file):   334572 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51864 kB
Writeback:             0 kB
AnonPages:        781168 kB
Mapped:           145140 kB
Shmem:             17960 kB
KReclaimable:      83096 kB
Slab:             160856 kB
SReclaimable:      83096 kB
SUnreclaim:        77760 kB
KernelStack:        4096 kB
PageTables:         4692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1170496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    514048 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432836 MiB
End job on nodeC001 at 2025-06-28 20:45:08