Trace number 4483881

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.13 1829.51

General information on the benchmark

NamePB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_seq/
normalized-BA_RDC4.dot_luby_20null0mast_rapportOE2.0_TMAX300_K67_cod2_pbEq1_newVersion_sequential.opb
MD5SUMdbf55fafe8c36fc4d34bf230f66c30bf
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-738
Best CPU time to get the best result obtained on this benchmark72002.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81322
Total number of constraints161483
Number of constraints which are clauses161482
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 389
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 1251
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 13703
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.15/1827.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.15/1827.50	c numVar: 81322
3600.15/1827.50	c numCon: 161483
3600.15/1827.50	c numEqual: 0
3600.15/1827.50	c intSize: 14
3600.15/1827.50	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.15/1827.50	c ------------------- Paras list -------------------
3600.15/1827.50	c Name                	 Type      	 Now       	 Default   	 Comment
3600.15/1827.50	c timeout             	 double    	 3600.000000	 3600      	 
3600.15/1827.50	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.15/1827.50	c ls_time             	 double    	 10.000000 	 10        	 
3600.15/1827.50	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.15/1827.50	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.15/1827.50	c random_seed         	 int       	 0         	 0         	 
3600.15/1827.50	c sample_size         	 int       	 50        	 50        	 
3600.15/1827.50	c sub_score           	 int       	 1         	 1         	 
3600.15/1827.50	c tabu_base           	 int       	 3         	 3         	 
3600.15/1827.50	c tabu_variation      	 int       	 1         	 1         	 
3600.15/1827.50	c sub_div             	 int       	 4         	 4         	 
3600.15/1827.50	c nbcore              	 int       	 2         	 1         	 
3600.15/1827.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.15/1827.50	c print_sol           	 int       	 1         	 1         	 
3600.15/1827.50	c tmpdir              	 string		 .         	 "."       	 
3600.15/1827.50	c home                	 string		 HOME	 "."       	 
3600.15/1827.50	c benchname           	 string		 HOME/instance-4483881-1751279512.opb	 ""        	 
3600.15/1827.50	c --------------------------------------------------
3600.15/1827.50	c Local Search solver
3600.15/1827.50	c MIP solver
3600.15/1827.50	c receive signal 15, try to interrupt solver...
3600.15/1827.56	c MIP solver find feasible solution
3600.15/1827.57	c MIP solver objective value: -726
3600.27/1827.64	c MIP find feasible solution for PBO with objective value -726
3600.27/1827.64	c copy file: 0
3600.27/1827.64	c gen ub file: HOME/instance-4483881-1751279512.opb_ub.opb
3600.27/1827.64	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62914 MiB free)
  memory of node 1: 64507 MiB (60883 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4483881-1751279512/watcher-4483881-1751279512 -o /tmp/evaluation-result-4483881-1751279512/solver-4483881-1751279512 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40522 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4483881-1751279512.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=40566, runsolver pid=40561

[startup+0.100064 s]*
/proc/loadavg: 1.53 3.27 3.80 5/266 40581
/proc/meminfo: memFree=126447544/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=120044 memory=85528 CPUtime=0.08 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 17328 0 0 0 5 3 0 0 20 0 1 0 43629029 122925056 21382 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 30011 21382 1184 6655 0 20246 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 120044 KiB
Current children cumulated memory: 85528 KiB

[startup+0.205588 s]*
/proc/loadavg: 1.53 3.27 3.80 5/266 40581
/proc/meminfo: memFree=126271868/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=159824 memory=125208 CPUtime=0.19 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 27254 0 0 0 15 4 0 0 20 0 1 0 43629029 163659776 31302 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 39956 31302 1184 6655 0 30191 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 159824 KiB
Current children cumulated memory: 125208 KiB

[startup+0.305485 s]*
/proc/loadavg: 1.53 3.27 3.80 5/266 40581
/proc/meminfo: memFree=126199544/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=159824 memory=125208 CPUtime=0.29 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 27261 0 0 0 25 4 0 0 20 0 1 0 43629029 163659776 31302 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 39956 31302 1184 6655 0 30191 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 159824 KiB
Current children cumulated memory: 125208 KiB

[startup+0.700175 s]
/proc/loadavg: 1.53 3.27 3.80 5/266 40581
/proc/meminfo: memFree=126199800/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=159824 memory=125208 CPUtime=0.67 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 27261 0 0 0 63 4 0 0 20 0 1 0 43629029 163659776 31302 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 39956 31302 1184 6655 0 30191 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 159824 KiB
Current children cumulated memory: 125208 KiB

[startup+1.50017 s]
/proc/loadavg: 1.53 3.27 3.80 5/266 40581
/proc/meminfo: memFree=126199800/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=159824 memory=125208 CPUtime=1.47 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 27261 0 0 0 143 4 0 0 20 0 1 0 43629029 163659776 31302 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 39956 31302 1184 6655 0 30191 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 159824 KiB
Current children cumulated memory: 125208 KiB

[startup+3.10529 s]
/proc/loadavg: 1.73 3.29 3.80 5/266 40581
/proc/meminfo: memFree=126200200/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=159824 memory=125208 CPUtime=3.07 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 27267 0 0 0 303 4 0 0 20 0 1 0 43629029 163659776 31302 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 39956 31302 1184 6655 0 30191 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 159824 KiB
Current children cumulated memory: 125208 KiB

[startup+6.30012 s]
/proc/loadavg: 1.73 3.29 3.80 5/266 40582
/proc/meminfo: memFree=126200496/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=159824 memory=125208 CPUtime=6.26 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 27273 0 0 0 622 4 0 0 20 0 1 0 43629029 163659776 31302 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 39956 31302 1184 6655 0 30191 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 159824 KiB
Current children cumulated memory: 125208 KiB

[startup+12.7001 s]
/proc/loadavg: 1.91 3.30 3.80 5/270 40586
/proc/meminfo: memFree=125018448/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=507660 memory=378824 CPUtime=12.64 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 78560 0 0 0 1250 14 0 0 20 0 2 0 43629029 519843840 94706 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 126915 94706 2976 6655 0 100798 0
[pid=40566/tid=40583] ppid=40561 vsize=507660 memory=378824 CPUtime=0 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) S 40561 40566 40512 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 43630056 519843840 94706 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 507660 KiB
Current children cumulated memory: 378824 KiB

[startup+25.5002 s]
/proc/loadavg: 2.60 3.38 3.82 9/270 40586
/proc/meminfo: memFree=124203436/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=507660 memory=446012 CPUtime=35.55 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 126061 0 0 0 3535 20 0 0 20 0 2 0 43629029 519843840 111503 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 126915 111503 3520 6655 0 114660 0
[pid=40566/tid=40583] ppid=40561 vsize=507660 memory=437324 CPUtime=10.26 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) S 40561 40566 40512 0 -1 4194368 16231 0 0 0 1023 3 0 0 20 0 2 0 43630056 519843840 111503 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 35.55 s
Current children cumulated vsize: 507660 KiB
Current children cumulated memory: 446012 KiB

[startup+51.1055 s]
/proc/loadavg: 4.44 3.75 3.93 9/270 40586
/proc/meminfo: memFree=124172740/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=561336 memory=504640 CPUtime=80.02 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 168150 0 0 0 7977 25 0 0 20 0 2 0 43629029 574808064 126160 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 140334 126160 3520 6655 0 128079 0
[pid=40566/tid=40583] ppid=40561 vsize=561336 memory=504256 CPUtime=29.23 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 24382 0 0 0 2918 5 0 0 20 0 2 0 43630056 574808064 126160 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 80.02 s
Current children cumulated vsize: 561336 KiB
Current children cumulated memory: 504640 KiB

[startup+102.3 s]
/proc/loadavg: 6.73 4.49 4.17 8/270 40634
/proc/meminfo: memFree=124165556/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=561336 memory=516244 CPUtime=181.68 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 212898 0 0 0 18138 30 0 0 20 0 2 0 43629029 574808064 129061 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 140334 129061 3520 6655 0 130184 0
[pid=40566/tid=40583] ppid=40561 vsize=561336 memory=516244 CPUtime=79.89 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 48533 0 0 0 7981 8 0 0 20 0 2 0 43630056 574808064 129061 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 181.68 s
Current children cumulated vsize: 561336 KiB
Current children cumulated memory: 516244 KiB

[startup+162.3 s]
/proc/loadavg: 7.51 5.12 4.41 9/270 40636
/proc/meminfo: memFree=123700852/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=566196 memory=523796 CPUtime=300.7 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 283709 0 0 0 30034 36 0 0 20 0 2 0 43629029 579784704 130949 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 141549 130949 3520 6655 0 131535 0
[pid=40566/tid=40583] ppid=40561 vsize=566196 memory=523668 CPUtime=139.19 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 69560 0 0 0 13909 10 0 0 20 0 2 0 43630056 579784704 130949 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 300.7 s
Current children cumulated vsize: 566196 KiB
Current children cumulated memory: 523796 KiB

[startup+222.3 s]
/proc/loadavg: 7.88 5.66 4.64 9/269 40638
/proc/meminfo: memFree=123632324/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=566196 memory=529740 CPUtime=414.63 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 320687 0 0 0 41421 42 0 0 20 0 2 0 43629029 579784704 132435 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 141549 132435 3520 6655 0 131693 0
[pid=40566/tid=40583] ppid=40561 vsize=566196 memory=529740 CPUtime=193.39 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 99925 0 0 0 19324 15 0 0 20 0 2 0 43630056 579784704 132435 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 414.63 s
Current children cumulated vsize: 566196 KiB
Current children cumulated memory: 529740 KiB

[startup+282.3 s]
/proc/loadavg: 8.01 6.10 4.86 9/268 40647
/proc/meminfo: memFree=123569772/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=631732 memory=550592 CPUtime=533.65 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 340896 0 0 0 53318 47 0 0 20 0 2 0 43629029 646893568 137648 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 157933 137648 3520 6655 0 136244 0
[pid=40566/tid=40583] ppid=40561 vsize=631732 memory=550592 CPUtime=252.82 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 119423 0 0 0 25262 20 0 0 20 0 2 0 43630056 646893568 137648 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 533.65 s
Current children cumulated vsize: 631732 KiB
Current children cumulated memory: 550592 KiB

[startup+342.3 s]
/proc/loadavg: 8.02 6.45 5.06 9/268 40649
/proc/meminfo: memFree=123538832/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=631732 memory=555968 CPUtime=652.67 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 357196 0 0 0 65218 49 0 0 20 0 2 0 43629029 646893568 138992 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 157933 138992 3520 6655 0 137370 0
[pid=40566/tid=40583] ppid=40561 vsize=631732 memory=555456 CPUtime=312.54 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 132722 0 0 0 31233 21 0 0 20 0 2 0 43630056 646893568 138992 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 652.67 s
Current children cumulated vsize: 631732 KiB
Current children cumulated memory: 555968 KiB

[startup+402.3 s]

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

[pid=40566] ppid=40561 vsize=631732 memory=556992 CPUtime=2915.1 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 379877 0 0 0 291454 56 0 0 20 0 2 0 43629029 646893568 139248 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 157933 139248 3584 6655 0 137370 0
[pid=40566/tid=40583] ppid=40561 vsize=631732 memory=14824 CPUtime=1447.73 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 138726 0 0 0 144750 23 0 0 20 0 2 0 43630056 646893568 139248 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 2915.1 s
Current children cumulated vsize: 631732 KiB
Current children cumulated memory: 556992 KiB

[startup+1542.3 s]
/proc/loadavg: 7.94 7.98 7.26 9/267 40706
/proc/meminfo: memFree=123171780/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=631732 memory=556992 CPUtime=3034.13 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 381274 0 0 0 303356 57 0 0 20 0 2 0 43629029 646893568 139248 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 157933 139248 3584 6655 0 137370 0
[pid=40566/tid=40583] ppid=40561 vsize=631732 memory=556992 CPUtime=1507.46 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 139336 0 0 0 150723 23 0 0 20 0 2 0 43630056 646893568 139248 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 3034.13 s
Current children cumulated vsize: 631732 KiB
Current children cumulated memory: 556992 KiB

[startup+1602.3 s]
/proc/loadavg: 8.08 8.02 7.32 9/267 40708
/proc/meminfo: memFree=123185760/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=631732 memory=556992 CPUtime=3153.19 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 381296 0 0 0 315262 57 0 0 20 0 2 0 43629029 646893568 139248 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 157933 139248 3584 6655 0 137370 0
[pid=40566/tid=40583] ppid=40561 vsize=631732 memory=556992 CPUtime=1567.2 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 139345 0 0 0 156697 23 0 0 20 0 2 0 43630056 646893568 139248 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 3153.19 s
Current children cumulated vsize: 631732 KiB
Current children cumulated memory: 556992 KiB

[startup+1662.3 s]
/proc/loadavg: 8.03 8.01 7.37 9/267 40709
/proc/meminfo: memFree=123145904/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=631732 memory=557248 CPUtime=3272.27 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 384168 0 0 0 327170 57 0 0 20 0 2 0 43629029 646893568 139312 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 157933 139312 3584 6655 0 137443 0
[pid=40566/tid=40583] ppid=40561 vsize=631732 memory=557248 CPUtime=1626.95 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 140233 0 0 0 162672 23 0 0 20 0 2 0 43630056 646893568 139312 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 3272.27 s
Current children cumulated vsize: 631732 KiB
Current children cumulated memory: 557248 KiB

[startup+1722.3 s]
/proc/loadavg: 8.12 8.04 7.42 9/268 40712
/proc/meminfo: memFree=123148164/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=631732 memory=561728 CPUtime=3391.4 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 385565 0 0 0 339082 58 0 0 20 0 2 0 43629029 646893568 140432 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 157933 140432 3584 6655 0 138682 0
[pid=40566/tid=40583] ppid=40561 vsize=631732 memory=557248 CPUtime=1686.73 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 141598 0 0 0 168649 24 0 0 20 0 2 0 43630056 646893568 140432 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 3391.4 s
Current children cumulated vsize: 631732 KiB
Current children cumulated memory: 561728 KiB

[startup+1782.3 s]
/proc/loadavg: 8.10 8.04 7.46 9/267 40725
/proc/meminfo: memFree=123131652/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=631732 memory=561728 CPUtime=3510.46 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 385671 0 0 0 350988 58 0 0 20 0 2 0 43629029 646893568 140432 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 157933 140432 3584 6655 0 138682 0
[pid=40566/tid=40583] ppid=40561 vsize=631732 memory=561728 CPUtime=1746.48 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 141628 0 0 0 174624 24 0 0 20 0 2 0 43630056 646893568 140432 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 3510.46 s
Current children cumulated vsize: 631732 KiB
Current children cumulated memory: 561728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1827.5 s]
/proc/loadavg: 8.10 8.05 7.49 9/267 40727
/proc/meminfo: memFree=123112056/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=631732 memory=561728 CPUtime=3600.15 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) R 40561 40566 40512 0 -1 4194304 389092 0 0 0 359957 58 0 0 20 0 2 0 43629029 646893568 140432 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 157933 140432 3584 6655 0 138682 0
[pid=40566/tid=40583] ppid=40561 vsize=631732 memory=3328 CPUtime=1791.48 cores=0,2
/proc/40566/task/40583/stat : 40583 (LSIPExact) R 40561 40566 40512 0 -1 4194368 142741 0 0 0 179124 24 0 0 20 0 2 0 43630056 646893568 140432 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 631732 KiB
Current children cumulated memory: 561728 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.69 s, system=0.607723 s

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

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

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

[startup+1828.8 s]
/proc/loadavg: 8.09 8.05 7.50 8/267 40729
/proc/meminfo: memFree=123029852/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=612732 memory=541064 CPUtime=3600.27 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) S 40561 40566 40512 0 -1 4194304 410103 229 0 0 359968 59 0 0 20 0 1 0 43629029 627437568 135266 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 153183 135266 3616 6655 0 133932 0
[pid=40729] ppid=40566 vsize=423672 memory=343924 CPUtime=1.12 cores=0,2
/proc/40729/stat : 40729 (Exact) R 40566 40729 40729 0 -1 4194304 54237 0 1 0 100 12 0 0 20 0 1 0 43811793 433840128 85981 18446744073709551615 4198400 8335837 140734761873968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40861696 140734761879732 140734761880093 140734761880093 140734761885647 0
/proc/40729/statm: 105918 85981 960 1011 0 104685 0
Current children cumulated CPU time: 3601.39 s
Current children cumulated vsize: 1036404 KiB
Current children cumulated memory: 884988 KiB

[startup+1829.2 s]
/proc/loadavg: 8.09 8.05 7.50 7/267 40731
/proc/meminfo: memFree=122898628/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=612732 memory=541064 CPUtime=3600.27 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) S 40561 40566 40512 0 -1 4194304 410103 229 0 0 359968 59 0 0 20 0 1 0 43629029 627437568 135266 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 153183 135266 3616 6655 0 133932 0
[pid=40729] ppid=40566 vsize=513380 memory=471080 CPUtime=1.52 cores=0,2
/proc/40729/stat : 40729 (Exact) R 40566 40729 40729 0 -1 4194304 71067 0 1 0 135 17 0 0 20 0 1 0 43811793 525701120 117770 18446744073709551615 4198400 8335837 140734761873968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40861696 140734761879732 140734761880093 140734761880093 140734761885647 0
/proc/40729/statm: 128345 117770 1056 1011 0 127112 0
Current children cumulated CPU time: 3601.79 s
Current children cumulated vsize: 1126112 KiB
Current children cumulated memory: 1012144 KiB

[startup+1829.4 s]
/proc/loadavg: 8.09 8.05 7.50 7/267 40731
/proc/meminfo: memFree=122898628/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=612732 memory=541064 CPUtime=3600.27 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) S 40561 40566 40512 0 -1 4194304 410103 229 0 0 359968 59 0 0 20 0 1 0 43629029 627437568 135266 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 153183 135266 3616 6655 0 133932 0
[pid=40729] ppid=40566 vsize=516024 memory=474920 CPUtime=1.72 cores=0,2
/proc/40729/stat : 40729 (Exact) R 40566 40729 40729 0 -1 4194304 71972 0 1 0 155 17 0 0 20 0 1 0 43811793 528408576 118730 18446744073709551615 4198400 8335837 140734761873968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40861696 140734761879732 140734761880093 140734761880093 140734761885647 0
/proc/40729/statm: 129006 118730 1120 1011 0 127773 0
Current children cumulated CPU time: 3601.99 s
Current children cumulated vsize: 1128756 KiB
Current children cumulated memory: 1015984 KiB

[startup+1829.5 s]
/proc/loadavg: 8.09 8.05 7.50 7/267 40731
/proc/meminfo: memFree=122898628/131249996 swapFree=33010684/33010684
[pid=40566] ppid=40561 vsize=612732 memory=541064 CPUtime=3600.27 cores=0,2
/proc/40566/stat : 40566 (LSIPExact) S 40561 40566 40512 0 -1 4194304 410103 229 0 0 359968 59 0 0 20 0 1 0 43629029 627437568 135266 18446744073709551615 94706513096704 94706540353105 140731789907104 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94706548855944 94706549287552 94706560249856 140731789912410 140731789912586 140731789912586 140731789918188 0
/proc/40566/statm: 153183 135266 3616 6655 0 133932 0
[pid=40729] ppid=40566 vsize=520040 memory=478888 CPUtime=1.81 cores=0,2
/proc/40729/stat : 40729 (Exact) R 40566 40729 40729 0 -1 4194304 72987 0 1 0 164 17 0 0 20 0 1 0 43811793 532520960 119722 18446744073709551615 4198400 8335837 140734761873968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40861696 140734761879732 140734761880093 140734761880093 140734761885647 0
/proc/40729/statm: 130010 119722 1120 1011 0 128777 0
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 1132772 KiB
Current children cumulated memory: 1019952 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1829.51
CPU time (s): 3602.13
CPU user time (s): 3601.33
CPU system time (s): 0.795535
CPU usage (%): 196.89
Max. virtual memory (cumulated for all children) (KiB): 1132772
Max. memory (cumulated for all children) (KiB): 1019952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.33
system time used= 0.795535
maximum resident set size= 561984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 483319
page faults= 1
swaps= 0
block input operations= 10496
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 540
involuntary context switches= 87951


# summary of solver processes directly reported to runsolver:
#   pid: 40566,40729
#   total CPU time (s): 3602.13
#   total CPU user time (s): 3601.33
#   total CPU system time (s): 0.795535

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.61996 second user time and 8.50945 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 12:31:53
IDJOB=4483881
IDBENCH=145528
IDSOLVER=3336
FILE ID=nodeC017/4483881-1751279512
RUNJOBID= nodeC017-1751279512-40522
SLURM_JOB_ID= 9594216
Free space on /tmp= 432992 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_seq/normalized-BA_RDC4.dot_luby_20null0mast_rapportOE2.0_TMAX300_K67_cod2_pbEq1_newVersion_sequential.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4483881-1751279512/watcher-4483881-1751279512 -o /tmp/evaluation-result-4483881-1751279512/solver-4483881-1751279512 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40522 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4483881-1751279512.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= dbf55fafe8c36fc4d34bf230f66c30bf
RANDOM SEED=1837381171

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126769772 kB
MemAvailable:   129748976 kB
Buffers:            2380 kB
Cached:          3750616 kB
SwapCached:            0 kB
Active:           375716 kB
Inactive:        3445304 kB
Active(anon):      86092 kB
Inactive(anon):       12 kB
Active(file):     289624 kB
Inactive(file):  3445292 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            205284 kB
Writeback:             4 kB
AnonPages:         71096 kB
Mapped:           102816 kB
Shmem:             18080 kB
KReclaimable:     166656 kB
Slab:             254896 kB
SReclaimable:     166656 kB
SUnreclaim:        88240 kB
KernelStack:        4064 kB
PageTables:         2784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432816 MiB
End job on nodeC017 at 2025-06-30 13:02:22