Trace number 4527384

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) 5309.53 3533.36

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM24a8c00bfc22332d2e87e9d19ffbf58d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527384-1752232235/watcher-4527384-1752232235 -o /tmp/evaluation-result-4527384-1752232235/solver-4527384-1752232235 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1752232205-110830 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527384-1752232235.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=110970, runsolver pid=110967

[startup+0.100064 s]*
/proc/loadavg: 2.32 0.62 0.27 6/264 110971
/proc/meminfo: memFree=108710448/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=39772 memory=5120 CPUtime=0.09 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 292 0 0 0 9 0 0 0 20 0 1 0 138902194 40726528 1280 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 9943 1280 1152 6655 0 178 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+0.205419 s]*
/proc/loadavg: 2.32 0.62 0.27 6/264 110971
/proc/meminfo: memFree=108718224/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=39772 memory=5120 CPUtime=0.19 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 292 0 0 0 19 0 0 0 20 0 1 0 138902194 40726528 1280 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 9943 1280 1152 6655 0 178 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+0.30524 s]*
/proc/loadavg: 2.32 0.62 0.27 7/264 110971
/proc/meminfo: memFree=108718224/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=39772 memory=5120 CPUtime=0.29 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 292 0 0 0 29 0 0 0 20 0 1 0 138902194 40726528 1280 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 9943 1280 1152 6655 0 178 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+0.700122 s]
/proc/loadavg: 2.32 0.62 0.27 6/264 110971
/proc/meminfo: memFree=108718224/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=39772 memory=5120 CPUtime=0.68 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 292 0 0 0 68 0 0 0 20 0 1 0 138902194 40726528 1280 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 9943 1280 1152 6655 0 178 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+1.50016 s]
/proc/loadavg: 2.70 0.73 0.30 6/265 110977
/proc/meminfo: memFree=108683096/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=39772 memory=5120 CPUtime=1.47 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 292 0 0 0 146 1 0 0 20 0 1 0 138902194 40726528 1280 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 9943 1280 1152 6655 0 178 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+3.10524 s]
/proc/loadavg: 2.70 0.73 0.30 6/265 110993
/proc/meminfo: memFree=108682904/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=39772 memory=5120 CPUtime=3.07 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 292 0 0 0 306 1 0 0 20 0 1 0 138902194 40726528 1280 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 9943 1280 1152 6655 0 178 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+6.30015 s]
/proc/loadavg: 2.96 0.82 0.33 7/269 111030
/proc/meminfo: memFree=108656504/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=39772 memory=5120 CPUtime=6.25 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 292 0 0 0 622 3 0 0 20 0 1 0 138902194 40726528 1280 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 9943 1280 1152 6655 0 178 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+12.7002 s]
/proc/loadavg: 3.28 0.92 0.37 8/270 111031
/proc/meminfo: memFree=108618908/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=130168 memory=38356 CPUtime=15.17 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 6047 0 0 0 1513 4 0 0 20 0 2 0 138902194 133292032 9589 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 32542 9589 3424 6655 0 8769 0
[pid=110970/tid=111031] ppid=110967 vsize=130168 memory=6252 CPUtime=2.61 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 2394 0 0 0 261 0 0 0 20 0 2 0 138903195 133292032 9589 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 130168 KiB
Current children cumulated memory: 38356 KiB

[startup+25.5002 s]
/proc/loadavg: 3.86 1.12 0.44 8/270 111078
/proc/meminfo: memFree=107465104/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=181788 memory=98728 CPUtime=40.5 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 23480 0 0 0 4035 15 0 0 20 0 2 0 138902194 186150912 24682 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 45447 24682 3424 6655 0 25843 0
[pid=110970/tid=111031] ppid=110967 vsize=181788 memory=73592 CPUtime=15.26 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 10279 0 0 0 1521 5 0 0 20 0 2 0 138903195 186150912 24682 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 40.5 s
Current children cumulated vsize: 181788 KiB
Current children cumulated memory: 98728 KiB

[startup+51.1054 s]
/proc/loadavg: 5.17 1.70 0.66 8/270 111124
/proc/meminfo: memFree=108171656/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=285476 memory=202452 CPUtime=91.27 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 57257 0 0 0 9101 26 0 0 20 0 2 0 138902194 292327424 50613 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 71369 50613 3424 6655 0 53612 0
[pid=110970/tid=111031] ppid=110967 vsize=285476 memory=196372 CPUtime=40.57 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 29396 0 0 0 4046 11 0 0 20 0 2 0 138903195 292327424 50613 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 91.27 s
Current children cumulated vsize: 285476 KiB
Current children cumulated memory: 202452 KiB

[startup+102.3 s]
/proc/loadavg: 6.83 2.69 1.05 9/271 111126
/proc/meminfo: memFree=108041028/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=472668 memory=408096 CPUtime=192.93 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 105871 0 0 0 19252 41 0 0 20 0 2 0 138902194 484012032 102024 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 118167 102024 3424 6655 0 106293 0
[pid=110970/tid=111031] ppid=110967 vsize=472668 memory=16496 CPUtime=91.22 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 56657 0 0 0 9103 19 0 0 20 0 2 0 138903195 484012032 102024 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 192.93 s
Current children cumulated vsize: 472668 KiB
Current children cumulated memory: 408096 KiB

[startup+162.3 s]
/proc/loadavg: 7.62 3.67 1.49 9/271 111127
/proc/meminfo: memFree=107591828/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=781060 memory=667776 CPUtime=312.07 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 125524 0 0 0 31154 53 0 0 20 0 2 0 138902194 799805440 166944 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 195265 166944 3424 6655 0 171415 0
[pid=110970/tid=111031] ppid=110967 vsize=781060 memory=542552 CPUtime=150.61 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 68761 0 0 0 15034 27 0 0 20 0 2 0 138903195 799805440 166944 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 312.07 s
Current children cumulated vsize: 781060 KiB
Current children cumulated memory: 667776 KiB

[startup+222.3 s]
/proc/loadavg: 7.97 4.49 1.91 9/271 111130
/proc/meminfo: memFree=107237308/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=956288 memory=847660 CPUtime=431.22 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 156704 0 0 0 43057 65 0 0 20 0 2 0 138902194 979238912 211915 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 239072 211915 3424 6655 0 217158 0
[pid=110970/tid=111031] ppid=110967 vsize=956288 memory=838392 CPUtime=209.99 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 87368 0 0 0 20964 35 0 0 20 0 2 0 138903195 979238912 211915 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 431.22 s
Current children cumulated vsize: 956288 KiB
Current children cumulated memory: 847660 KiB

[startup+282.3 s]
/proc/loadavg: 8.05 5.15 2.30 9/269 111132
/proc/meminfo: memFree=106687992/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=1271412 memory=1196064 CPUtime=550.36 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 200823 0 0 0 54952 84 0 0 20 0 2 0 138902194 1301925888 299016 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 317853 299016 3424 6655 0 302559 0
[pid=110970/tid=111031] ppid=110967 vsize=1271412 memory=901760 CPUtime=269.45 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 114750 0 0 0 26899 46 0 0 20 0 2 0 138903195 1301925888 299016 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 550.36 s
Current children cumulated vsize: 1271412 KiB
Current children cumulated memory: 1196064 KiB

[startup+342.3 s]
/proc/loadavg: 8.13 5.70 2.67 9/268 111134
/proc/meminfo: memFree=106317204/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=1460160 memory=1401880 CPUtime=669.51 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 214690 0 0 0 66853 98 0 0 20 0 2 0 138902194 1495203840 350470 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 365040 350470 3424 6655 0 354477 0
[pid=110970/tid=111031] ppid=110967 vsize=1460160 memory=901760 CPUtime=329.12 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 124740 0 0 0 32856 56 0 0 20 0 2 0 138903195 1495203840 350470 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 669.51 s
Current children cumulated vsize: 1460160 KiB
Current children cumulated memory: 1401880 KiB


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

[pid=110970] ppid=110967 vsize=5888268 memory=5593536 CPUtime=2813.52 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 1442109 0 0 0 280850 502 0 0 20 0 2 0 138902194 6029586432 1398384 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 1472067 1398384 3424 6655 0 1451709 0
[pid=110970/tid=111031] ppid=110967 vsize=5888268 memory=5140816 CPUtime=1401.78 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 742006 0 0 0 139887 291 0 0 20 0 2 0 138903195 6029586432 1398384 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 2813.52 s
Current children cumulated vsize: 5888268 KiB
Current children cumulated memory: 5593536 KiB

[startup+1482.3 s]
/proc/loadavg: 7.38 7.22 6.05 8/271 111200
/proc/meminfo: memFree=98616380/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=6039728 memory=5799804 CPUtime=2932.66 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 1565978 0 0 0 292730 536 0 0 20 0 2 0 138902194 6184681472 1449951 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 1509932 1449951 3424 6655 0 1494997 0
[pid=110970/tid=111031] ppid=110967 vsize=6039728 memory=16496 CPUtime=1461.14 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 805856 0 0 0 145805 309 0 0 20 0 2 0 138903195 6184681472 1449951 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 2932.66 s
Current children cumulated vsize: 6039728 KiB
Current children cumulated memory: 5799804 KiB

[startup+1542.3 s]
/proc/loadavg: 7.18 7.19 6.11 8/271 111202
/proc/meminfo: memFree=98265692/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=6184032 memory=5971504 CPUtime=3051.7 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 1658336 0 0 0 304608 562 0 0 20 0 2 0 138902194 6332448768 1492876 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 1546008 1492876 3424 6655 0 1534361 0
[pid=110970/tid=111031] ppid=110967 vsize=6184032 memory=20480 CPUtime=1520.46 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 852565 0 0 0 151722 324 0 0 20 0 2 0 138903195 6332448768 1492876 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 3051.7 s
Current children cumulated vsize: 6184032 KiB
Current children cumulated memory: 5971504 KiB

[startup+1602.3 s]
/proc/loadavg: 7.10 7.17 6.18 8/272 111205
/proc/meminfo: memFree=97935060/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=6409072 memory=6139320 CPUtime=3170.85 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 1758398 0 0 0 316497 588 0 0 20 0 2 0 138902194 6562889728 1534830 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 1602268 1534830 3424 6655 0 1577430 0
[pid=110970/tid=111031] ppid=110967 vsize=6409072 memory=20480 CPUtime=1579.82 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 902285 0 0 0 157645 337 0 0 20 0 2 0 138903195 6562889728 1534830 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 3170.85 s
Current children cumulated vsize: 6409072 KiB
Current children cumulated memory: 6139320 KiB

[startup+1662.3 s]
/proc/loadavg: 7.08 7.15 6.24 8/272 111208
/proc/meminfo: memFree=97562764/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=6569100 memory=6331432 CPUtime=3289.98 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 1901622 0 0 0 328379 619 0 0 20 0 2 0 138902194 6726758400 1582858 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 1642275 1582858 3424 6655 0 1620980 0
[pid=110970/tid=111031] ppid=110967 vsize=6569100 memory=20480 CPUtime=1639.19 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 973628 0 0 0 163566 353 0 0 20 0 2 0 138903195 6726758400 1582858 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 3289.98 s
Current children cumulated vsize: 6569100 KiB
Current children cumulated memory: 6331432 KiB

[startup+1722.3 s]
/proc/loadavg: 7.15 7.15 6.30 8/272 111210
/proc/meminfo: memFree=97204424/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=6759172 memory=6528396 CPUtime=3409.13 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 2012319 0 0 0 340265 648 0 0 20 0 2 0 138902194 6921392128 1632099 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 1689793 1632099 3424 6655 0 1672881 0
[pid=110970/tid=111031] ppid=110967 vsize=6759172 memory=20480 CPUtime=1698.56 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 1028700 0 0 0 169487 369 0 0 20 0 2 0 138903195 6921392128 1632099 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 3409.13 s
Current children cumulated vsize: 6759172 KiB
Current children cumulated memory: 6528396 KiB

[startup+1782.3 s]
/proc/loadavg: 7.11 7.14 6.35 8/269 111212
/proc/meminfo: memFree=96861048/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=6923692 memory=6710192 CPUtime=3528.27 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 2157537 0 0 0 352144 683 0 0 20 0 2 0 138902194 7089860608 1677548 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 1730923 1677548 3424 6655 0 1717815 0
[pid=110970/tid=111031] ppid=110967 vsize=6923692 memory=20480 CPUtime=1757.92 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 1100244 0 0 0 175405 387 0 0 20 0 2 0 138903195 7089860608 1677548 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 3528.27 s
Current children cumulated vsize: 6923692 KiB
Current children cumulated memory: 6710192 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.5 s]
/proc/loadavg: 6.33 6.95 6.32 6/269 111315
/proc/meminfo: memFree=100364808/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=7015004 memory=6826936 CPUtime=3600.11 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 2249447 0 0 0 359302 709 0 0 20 0 2 0 138902194 7183364096 1706734 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 1753751 1706734 3424 6655 0 1742905 0
[pid=110970/tid=111031] ppid=110967 vsize=7015004 memory=6757972 CPUtime=1793.72 cores=4,6
/proc/110970/task/111031/stat : 111031 (LSIPExact) R 110967 110970 110812 0 -1 4194368 1144035 0 0 0 178970 402 0 0 20 0 2 0 138903195 7183364096 1706734 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 7015004 KiB
Current children cumulated memory: 6826936 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3594.41 s, system=7.31661 s

[startup+3533.36 s]
# the end of solver process 111316 was just reported to runsolver
# Child ended because it received signal 13 (SIGPIPE)

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

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

[startup+1819.2 s]
/proc/loadavg: 6.33 6.95 6.32 5/268 111315
/proc/meminfo: memFree=100965280/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=6074180 memory=5964436 CPUtime=3600.81 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 2336233 0 0 0 359366 715 0 0 20 0 1 0 138902194 6219960320 1491109 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 1518545 1491109 3456 6655 0 1507699 0
Current children cumulated CPU time: 3600.81 s
Current children cumulated vsize: 6074180 KiB
Current children cumulated memory: 5964436 KiB

[startup+1820 s]*
/proc/loadavg: 6.33 6.95 6.32 5/268 111315
/proc/meminfo: memFree=100924704/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=6074180 memory=5964436 CPUtime=3601.62 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) R 110967 110970 110812 0 -1 4194304 2442819 0 0 0 359439 723 0 0 20 0 1 0 138902194 6219960320 1491109 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 1518545 1491109 3456 6655 0 1507699 0
Current children cumulated CPU time: 3601.62 s
Current children cumulated vsize: 6074180 KiB
Current children cumulated memory: 5964436 KiB

[startup+1820.4 s]
/proc/loadavg: 6.33 6.95 6.32 5/268 111315
/proc/meminfo: memFree=100924704/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=640620 memory=562256 CPUtime=3601.7 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) S 110967 110970 110812 0 -1 4194304 2442890 0 0 0 359440 730 0 0 20 0 1 0 138902194 655994880 140564 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 160155 140564 3456 6655 0 150034 0
Current children cumulated CPU time: 3601.7 s
Current children cumulated vsize: 640620 KiB
Current children cumulated memory: 562256 KiB

[startup+1820.5 s]
/proc/loadavg: 6.33 6.95 6.32 5/268 111315
/proc/meminfo: memFree=100924704/131249996 swapFree=33010160/33010684
[pid=110970] ppid=110967 vsize=640620 memory=562256 CPUtime=3601.7 cores=4,6
/proc/110970/stat : 110970 (LSIPExact) S 110967 110970 110812 0 -1 4194304 2442890 0 0 0 359440 730 0 0 20 0 1 0 138902194 655994880 140564 18446744073709551615 94706013048832 94706040306001 140729552012816 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94706048808072 94706049239680 94706054156288 140729552017752 140729552017928 140729552017928 140729552023532 0
/proc/110970/statm: 160155 140564 3456 6655 0 150034 0
Current children cumulated CPU time: 3601.7 s
Current children cumulated vsize: 640620 KiB
Current children cumulated memory: 562256 KiB

Child ended because it received signal 13 (SIGPIPE)

Real time (s): 3533.36
CPU time (s): 5309.53
CPU user time (s): 5291.33
CPU system time (s): 18.197
CPU usage (%): 150.268
Max. virtual memory (cumulated for all children) (KiB): 7015004
Max. memory (cumulated for all children) (KiB): 6826936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5291.33
system time used= 18.197
maximum resident set size= 6826936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2446283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1859
involuntary context switches= 79147


# summary of solver processes directly reported to runsolver:
#   pid: 110970,111316
#   total CPU time (s): 5309.53
#   total CPU user time (s): 5291.33
#   total CPU system time (s): 18.197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.21026 second user time and 8.81297 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-11 13:10:35
IDJOB=4527384
IDBENCH=147604
IDSOLVER=3384
FILE ID=nodeC032/4527384-1752232235
RUNJOBID= nodeC032-1752232205-110830
SLURM_JOB_ID= 9682543
Free space on /tmp= 428948 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527384-1752232235/watcher-4527384-1752232235 -o /tmp/evaluation-result-4527384-1752232235/solver-4527384-1752232235 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1752232205-110830 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527384-1752232235.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 24a8c00bfc22332d2e87e9d19ffbf58d
RANDOM SEED=1287912451

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        108710448 kB
MemAvailable:   128762240 kB
Buffers:            2728 kB
Cached:         20727816 kB
SwapCached:           20 kB
Active:          1293188 kB
Inactive:       20354628 kB
Active(anon):     932196 kB
Inactive(anon):     3124 kB
Active(file):     360992 kB
Inactive(file): 20351504 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44672 kB
Writeback:             0 kB
AnonPages:        919220 kB
Mapped:           129544 kB
Shmem:             18048 kB
KReclaimable:     357068 kB
Slab:             453856 kB
SReclaimable:     357068 kB
SUnreclaim:        96788 kB
KernelStack:        4256 kB
PageTables:         4740 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1262244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 428852 MiB
End job on nodeC032 at 2025-07-11 14:09:29