Trace number 4483743

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.15 1854.42

General information on the benchmark

NamePB24/normalized-extraPB12/OPT-LIN/sroussel/benchsMusee/opb_Equals1_cod2_ladder/
normalized-BA_RDC4.dot_unif_0null10mast_rapportOE2.0_TMAX300_K67_cod2_pbEq1_newVersion_ladder.opb
MD5SUM09dba01427439390f7d02c92f076240e
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-77682
Best CPU time to get the best result obtained on this benchmark72000.6
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 constraints201868
Number of constraints which are clauses201867
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 486
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 262661
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 262661
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.16/1852.40	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.16/1852.40	c numVar: 81322
3600.16/1852.40	c numCon: 201868
3600.16/1852.40	c numEqual: 0
3600.16/1852.40	c intSize: 19
3600.16/1852.40	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.16/1852.40	c ------------------- Paras list -------------------
3600.16/1852.40	c Name                	 Type      	 Now       	 Default   	 Comment
3600.16/1852.40	c timeout             	 double    	 3600.000000	 3600      	 
3600.16/1852.40	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.16/1852.40	c ls_time             	 double    	 10.000000 	 10        	 
3600.16/1852.40	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.16/1852.40	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.16/1852.40	c random_seed         	 int       	 0         	 0         	 
3600.16/1852.40	c sample_size         	 int       	 50        	 50        	 
3600.16/1852.40	c sub_score           	 int       	 1         	 1         	 
3600.16/1852.40	c tabu_base           	 int       	 3         	 3         	 
3600.16/1852.40	c tabu_variation      	 int       	 1         	 1         	 
3600.16/1852.40	c sub_div             	 int       	 4         	 4         	 
3600.16/1852.40	c nbcore              	 int       	 2         	 1         	 
3600.16/1852.40	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.16/1852.40	c print_sol           	 int       	 1         	 1         	 
3600.16/1852.40	c tmpdir              	 string		 .         	 "."       	 
3600.16/1852.40	c home                	 string		 HOME	 "."       	 
3600.16/1852.40	c benchname           	 string		 HOME/instance-4483743-1751279512.opb	 ""        	 
3600.16/1852.40	c --------------------------------------------------
3600.16/1852.40	c Local Search solver
3600.16/1852.40	c MIP solver
3600.16/1852.40	c receive signal 15, try to interrupt solver...
3600.16/1852.43	c MIP solver find feasible solution
3600.16/1852.45	c MIP solver objective value: -74438
3600.26/1852.50	c MIP find feasible solution for PBO with objective value -74438
3600.26/1852.50	c copy file: 0
3600.26/1852.50	c gen ub file: HOME/instance-4483743-1751279512.opb_ub.opb
3600.26/1852.50	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 (62874 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-4483743-1751279512/watcher-4483743-1751279512 -o /tmp/evaluation-result-4483743-1751279512/solver-4483743-1751279512 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40525 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4483743-1751279512.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=40576, runsolver pid=40568

[startup+0.100062 s]*
/proc/loadavg: 1.53 3.27 3.80 5/266 40581
/proc/meminfo: memFree=126404324/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=130424 memory=96020 CPUtime=0.09 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 18367 0 0 0 6 3 0 0 20 0 1 0 43629032 133554176 24005 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 32606 24005 1216 6655 0 22841 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 130424 KiB
Current children cumulated memory: 96020 KiB

[startup+0.205732 s]*
/proc/loadavg: 1.53 3.27 3.80 5/266 40581
/proc/meminfo: memFree=126251960/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=168920 memory=134548 CPUtime=0.19 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 27994 0 0 0 15 4 0 0 20 0 1 0 43629032 172974080 33637 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 42230 33637 1216 6655 0 32465 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 168920 KiB
Current children cumulated memory: 134548 KiB

[startup+0.30562 s]*
/proc/loadavg: 1.53 3.27 3.80 5/266 40581
/proc/meminfo: memFree=126199544/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=178424 memory=144020 CPUtime=0.29 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 30355 0 0 0 24 5 0 0 20 0 1 0 43629032 182706176 36005 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 44606 36005 1216 6655 0 34841 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 178424 KiB
Current children cumulated memory: 144020 KiB

[startup+0.700162 s]
/proc/loadavg: 1.53 3.27 3.80 5/266 40581
/proc/meminfo: memFree=126199800/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=178424 memory=144020 CPUtime=0.68 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 30355 0 0 0 63 5 0 0 20 0 1 0 43629032 182706176 36005 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 44606 36005 1216 6655 0 34841 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 178424 KiB
Current children cumulated memory: 144020 KiB

[startup+1.50014 s]
/proc/loadavg: 1.53 3.27 3.80 5/266 40581
/proc/meminfo: memFree=126199800/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=178424 memory=144020 CPUtime=1.48 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 30356 0 0 0 143 5 0 0 20 0 1 0 43629032 182706176 36005 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 44606 36005 1216 6655 0 34841 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 178424 KiB
Current children cumulated memory: 144020 KiB

[startup+3.10542 s]
/proc/loadavg: 1.73 3.29 3.80 5/266 40581
/proc/meminfo: memFree=126200200/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=178424 memory=144020 CPUtime=3.08 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 30362 0 0 0 303 5 0 0 20 0 1 0 43629032 182706176 36005 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 44606 36005 1216 6655 0 34841 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 178424 KiB
Current children cumulated memory: 144020 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=40576] ppid=40568 vsize=178424 memory=144020 CPUtime=6.26 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 30368 0 0 0 621 5 0 0 20 0 1 0 43629032 182706176 36005 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 44606 36005 1216 6655 0 34841 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 178424 KiB
Current children cumulated memory: 144020 KiB

[startup+12.7002 s]
/proc/loadavg: 1.91 3.30 3.80 5/270 40586
/proc/meminfo: memFree=125002192/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=576592 memory=450524 CPUtime=12.64 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 91157 0 0 0 1248 16 0 0 20 0 2 0 43629032 590430208 112631 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 144148 112631 2912 6655 0 118031 0
[pid=40576/tid=40585] ppid=40568 vsize=576592 memory=450524 CPUtime=0 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) S 40568 40576 40512 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 43630063 590430208 112631 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 576592 KiB
Current children cumulated memory: 450524 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=40576] ppid=40568 vsize=622188 memory=554148 CPUtime=27.97 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 154306 0 0 0 2773 24 0 0 20 0 2 0 43629032 637120512 138537 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 155547 138537 3680 6655 0 145075 0
[pid=40576/tid=40585] ppid=40568 vsize=622188 memory=550952 CPUtime=2.57 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 10958 0 0 0 255 2 0 0 20 0 2 0 43630063 637120512 138537 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 27.97 s
Current children cumulated vsize: 622188 KiB
Current children cumulated memory: 554148 KiB

[startup+51.1058 s]
/proc/loadavg: 4.44 3.75 3.93 9/270 40586
/proc/meminfo: memFree=124172740/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=622188 memory=562668 CPUtime=72.09 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 217650 0 0 0 7177 32 0 0 20 0 2 0 43629032 637120512 140667 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 155547 140667 3744 6655 0 145584 0
[pid=40576/tid=40585] ppid=40568 vsize=622188 memory=554276 CPUtime=21.19 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 33131 0 0 0 2114 5 0 0 20 0 2 0 43630063 637120512 140667 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 72.09 s
Current children cumulated vsize: 622188 KiB
Current children cumulated memory: 562668 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=40576] ppid=40568 vsize=687724 memory=601036 CPUtime=173.73 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 290161 0 0 0 17332 41 0 0 20 0 2 0 43629032 704229376 150259 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 171931 150259 3744 6655 0 150241 0
[pid=40576/tid=40585] ppid=40568 vsize=687724 memory=14824 CPUtime=71.83 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 62957 0 0 0 7172 11 0 0 20 0 2 0 43630063 704229376 150259 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 173.73 s
Current children cumulated vsize: 687724 KiB
Current children cumulated memory: 601036 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=40576] ppid=40568 vsize=687724 memory=608184 CPUtime=288.8 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 312383 0 0 0 28836 44 0 0 20 0 2 0 43629032 704229376 152046 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 171931 152046 3808 6655 0 152085 0
[pid=40576/tid=40585] ppid=40568 vsize=687724 memory=10752 CPUtime=127.17 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 73038 0 0 0 12704 13 0 0 20 0 2 0 43630063 704229376 152046 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 288.8 s
Current children cumulated vsize: 687724 KiB
Current children cumulated memory: 608184 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=40576] ppid=40568 vsize=687724 memory=608952 CPUtime=407.68 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 354209 0 0 0 40721 47 0 0 20 0 2 0 43629032 704229376 152238 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 171931 152238 3808 6655 0 152085 0
[pid=40576/tid=40585] ppid=40568 vsize=687724 memory=608952 CPUtime=186.39 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 89580 0 0 0 18624 15 0 0 20 0 2 0 43630063 704229376 152238 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 407.68 s
Current children cumulated vsize: 687724 KiB
Current children cumulated memory: 608952 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=40576] ppid=40568 vsize=687724 memory=609080 CPUtime=526.6 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 356039 0 0 0 52612 48 0 0 20 0 2 0 43629032 704229376 152270 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 171931 152270 3808 6655 0 152085 0
[pid=40576/tid=40585] ppid=40568 vsize=687724 memory=14824 CPUtime=245.62 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 90302 0 0 0 24547 15 0 0 20 0 2 0 43630063 704229376 152270 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 526.6 s
Current children cumulated vsize: 687724 KiB
Current children cumulated memory: 609080 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=40576] ppid=40568 vsize=687724 memory=609208 CPUtime=645.47 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 384889 0 0 0 64496 51 0 0 20 0 2 0 43629032 704229376 152302 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 171931 152302 3808 6655 0 152085 0
[pid=40576/tid=40585] ppid=40568 vsize=687724 memory=14824 CPUtime=304.83 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 100886 0 0 0 30467 16 0 0 20 0 2 0 43630063 704229376 152302 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 645.47 s
Current children cumulated vsize: 687724 KiB
Current children cumulated memory: 609208 KiB

[startup+402.3 s]

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

[startup+1542.3 s]
/proc/loadavg: 7.94 7.98 7.26 9/267 40706
/proc/meminfo: memFree=123171780/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=721048 memory=656720 CPUtime=2985.41 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 490319 0 0 0 298475 66 0 0 20 0 2 0 43629032 738353152 164180 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 180262 164180 3808 6655 0 163615 0
[pid=40576/tid=40585] ppid=40568 vsize=721048 memory=14824 CPUtime=1451.13 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 146245 0 0 0 145090 23 0 0 20 0 2 0 43630063 738353152 164180 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 2985.41 s
Current children cumulated vsize: 721048 KiB
Current children cumulated memory: 656720 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=40576] ppid=40568 vsize=721048 memory=678624 CPUtime=3104.31 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 499546 0 0 0 310363 68 0 0 20 0 2 0 43629032 738353152 169656 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 180262 169656 3808 6655 0 169031 0
[pid=40576/tid=40585] ppid=40568 vsize=721048 memory=656976 CPUtime=1510.34 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 151237 0 0 0 151010 24 0 0 20 0 2 0 43630063 738353152 169656 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 3104.31 s
Current children cumulated vsize: 721048 KiB
Current children cumulated memory: 678624 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=40576] ppid=40568 vsize=721048 memory=678752 CPUtime=3223.26 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 511090 0 0 0 322257 69 0 0 20 0 2 0 43629032 738353152 169688 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 180262 169688 3808 6655 0 169031 0
[pid=40576/tid=40585] ppid=40568 vsize=721048 memory=678752 CPUtime=1569.6 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 152046 0 0 0 156936 24 0 0 20 0 2 0 43630063 738353152 169688 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 3223.26 s
Current children cumulated vsize: 721048 KiB
Current children cumulated memory: 678752 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=40576] ppid=40568 vsize=750128 memory=705956 CPUtime=3342.22 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 517844 0 0 0 334152 70 0 0 20 0 2 0 43629032 768131072 176489 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 187532 176489 3808 6655 0 176301 0
[pid=40576/tid=40585] ppid=40568 vsize=750128 memory=678752 CPUtime=1628.85 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 153736 0 0 0 162861 24 0 0 20 0 2 0 43630063 768131072 176489 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 3342.22 s
Current children cumulated vsize: 750128 KiB
Current children cumulated memory: 705956 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=40576] ppid=40568 vsize=756048 memory=711884 CPUtime=3461.15 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 518728 0 0 0 346045 70 0 0 20 0 2 0 43629032 774193152 177971 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 189012 177971 3808 6655 0 177781 0
[pid=40576/tid=40585] ppid=40568 vsize=756048 memory=705956 CPUtime=1688.1 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 153737 0 0 0 168786 24 0 0 20 0 2 0 43630063 774193152 177971 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 3461.15 s
Current children cumulated vsize: 756048 KiB
Current children cumulated memory: 711884 KiB

[startup+1842.3 s]
/proc/loadavg: 7.77 7.98 7.48 7/263 40837
/proc/meminfo: memFree=124785432/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=761908 memory=720032 CPUtime=3580.13 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 520402 0 0 0 357942 71 0 0 20 0 2 0 43629032 780193792 180008 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 190477 180008 3808 6655 0 179246 0
[pid=40576/tid=40585] ppid=40568 vsize=761908 memory=705956 CPUtime=1747.38 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 154163 0 0 0 174713 25 0 0 20 0 2 0 43630063 780193792 180008 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 3580.13 s
Current children cumulated vsize: 761908 KiB
Current children cumulated memory: 720032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1852.4 s]
/proc/loadavg: 7.65 7.95 7.47 8/266 40869
/proc/meminfo: memFree=124738388/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=761908 memory=720032 CPUtime=3600.16 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) R 40568 40576 40512 0 -1 4194304 520402 0 0 0 359945 71 0 0 20 0 2 0 43629032 780193792 180008 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 190477 180008 3808 6655 0 179246 0
[pid=40576/tid=40585] ppid=40568 vsize=761908 memory=4764 CPUtime=1757.36 cores=5,7
/proc/40576/task/40585/stat : 40585 (LSIPExact) R 40568 40576 40512 0 -1 4194368 154163 0 0 0 175711 25 0 0 20 0 2 0 43630063 780193792 180008 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 761908 KiB
Current children cumulated memory: 720032 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.54 s, system=0.744507 s

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

# cumulated CPU time of all completed processes:  user=3601.28 s, system=0.874955 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+1852.8 s]
/proc/loadavg: 7.65 7.95 7.47 8/266 40869
/proc/meminfo: memFree=124738388/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=673580 memory=635880 CPUtime=3600.26 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) S 40568 40576 40512 0 -1 4194304 546832 229 0 0 359954 72 0 0 20 0 1 0 43629032 689745920 158970 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 168395 158970 3872 6655 0 158619 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 673580 KiB
Current children cumulated memory: 635880 KiB

[startup+1853.6 s]
/proc/loadavg: 7.60 7.93 7.47 6/262 40880
/proc/meminfo: memFree=124658164/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=673580 memory=635880 CPUtime=3600.26 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) S 40568 40576 40512 0 -1 4194304 546832 229 0 0 359954 72 0 0 20 0 1 0 43629032 689745920 158970 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 168395 158970 3872 6655 0 158619 0
[pid=40872] ppid=40576 vsize=288332 memory=272608 CPUtime=1.06 cores=5,7
/proc/40872/stat : 40872 (Exact) R 40576 40872 40872 0 -1 4194304 41633 0 0 0 95 11 0 0 20 0 1 0 43814282 295251968 68152 18446744073709551615 4198400 8335837 140734392251616 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 39477248 140734392256692 140734392257053 140734392257053 140734392262607 0
/proc/40872/statm: 72083 68152 1120 1011 0 70850 0
Current children cumulated CPU time: 3601.32 s
Current children cumulated vsize: 961912 KiB
Current children cumulated memory: 908488 KiB

[startup+1854 s]*
/proc/loadavg: 7.60 7.93 7.47 7/266 40917
/proc/meminfo: memFree=124480752/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=673580 memory=635880 CPUtime=3600.26 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) S 40568 40576 40512 0 -1 4194304 546832 229 0 0 359954 72 0 0 20 0 1 0 43629032 689745920 158970 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 168395 158970 3872 6655 0 158619 0
[pid=40872] ppid=40576 vsize=296032 memory=279904 CPUtime=1.46 cores=5,7
/proc/40872/stat : 40872 (Exact) R 40576 40872 40872 0 -1 4194304 43454 0 0 0 134 12 0 0 20 0 1 0 43814282 303136768 69976 18446744073709551615 4198400 8335837 140734392251616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 39477248 140734392256692 140734392257053 140734392257053 140734392262607 0
/proc/40872/statm: 74008 69976 1120 1011 0 72775 0
Current children cumulated CPU time: 3601.72 s
Current children cumulated vsize: 969612 KiB
Current children cumulated memory: 915784 KiB

[startup+1854.4 s]
/proc/loadavg: 7.60 7.93 7.47 7/266 40917
/proc/meminfo: memFree=124480752/131249996 swapFree=33010684/33010684
[pid=40576] ppid=40568 vsize=673580 memory=635880 CPUtime=3600.26 cores=5,7
/proc/40576/stat : 40576 (LSIPExact) S 40568 40576 40512 0 -1 4194304 546832 229 0 0 359954 72 0 0 20 0 1 0 43629032 689745920 158970 18446744073709551615 94201850847232 94201878103633 140730854810160 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94201886606472 94201887038080 94201896439808 140730854816090 140730854816266 140730854816266 140730854821868 0
/proc/40576/statm: 168395 158970 3872 6655 0 158619 0
[pid=40872] ppid=40576 vsize=298408 memory=284332 CPUtime=1.85 cores=5,7
/proc/40872/stat : 40872 (Exact) R 40576 40872 40872 0 -1 4194304 44081 0 0 0 173 12 0 0 20 0 1 0 43814282 305569792 71083 18446744073709551615 4198400 8335837 140734392251616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 39477248 140734392256692 140734392257053 140734392257053 140734392262607 0
/proc/40872/statm: 74602 71083 1120 1011 0 73369 0
Current children cumulated CPU time: 3602.11 s
Current children cumulated vsize: 971988 KiB
Current children cumulated memory: 920212 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1854.42
CPU time (s): 3602.15
CPU user time (s): 3601.28
CPU system time (s): 0.874955
CPU usage (%): 194.247
Max. virtual memory (cumulated for all children) (KiB): 971988
Max. memory (cumulated for all children) (KiB): 920212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.28
system time used= 0.874955
maximum resident set size= 720288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 591142
page faults= 0
swaps= 0
block input operations= 12624
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 617
involuntary context switches= 101771


# summary of solver processes directly reported to runsolver:
#   pid: 40576,40872
#   total CPU time (s): 3602.15
#   total CPU user time (s): 3601.28
#   total CPU system time (s): 0.874955

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.21143 second user time and 9.86745 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 12:31:53
IDJOB=4483743
IDBENCH=144501
IDSOLVER=3336
FILE ID=nodeC017/4483743-1751279512
RUNJOBID= nodeC017-1751279512-40525
SLURM_JOB_ID= 9594216
Free space on /tmp= 432984 MiB

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

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

MD5SUM BENCH= 09dba01427439390f7d02c92f076240e
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.185
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.249
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		: 3600.478
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.099
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.059
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		: 3600.013
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		: 3599.466
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:        126768768 kB
MemAvailable:   129747972 kB
Buffers:            2380 kB
Cached:          3750616 kB
SwapCached:            0 kB
Active:           376040 kB
Inactive:        3445304 kB
Active(anon):      86416 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:         71420 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:     331744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 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= 432828 MiB
End job on nodeC017 at 2025-06-30 13:02:47