Trace number 4484893

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.07 1860.51

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-4.opb
MD5SUM79c0a8033bde71aac2f7ead78fdb13b7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark593.296
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1150
Total number of constraints80258
Number of constraints which are clauses80258
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
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 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.06/1858.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.06/1858.50	c numVar: 1150
3600.06/1858.50	c numCon: 80258
3600.06/1858.50	c numEqual: 0
3600.06/1858.50	c intSize: 11
3600.06/1858.50	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.06/1858.50	c ------------------- Paras list -------------------
3600.06/1858.50	c Name                	 Type      	 Now       	 Default   	 Comment
3600.06/1858.50	c timeout             	 double    	 3600.000000	 3600      	 
3600.06/1858.50	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.06/1858.50	c ls_time             	 double    	 10.000000 	 10        	 
3600.06/1858.50	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.06/1858.50	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.06/1858.50	c random_seed         	 int       	 0         	 0         	 
3600.06/1858.50	c sample_size         	 int       	 50        	 50        	 
3600.06/1858.50	c sub_score           	 int       	 1         	 1         	 
3600.06/1858.50	c tabu_base           	 int       	 3         	 3         	 
3600.06/1858.50	c tabu_variation      	 int       	 1         	 1         	 
3600.06/1858.50	c sub_div             	 int       	 4         	 4         	 
3600.06/1858.50	c nbcore              	 int       	 2         	 1         	 
3600.06/1858.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.06/1858.50	c print_sol           	 int       	 1         	 1         	 
3600.06/1858.50	c tmpdir              	 string		 .         	 "."       	 
3600.06/1858.50	c home                	 string		 HOME	 "."       	 
3600.06/1858.50	c benchname           	 string		 HOME/instance-4484893-1751283290.opb	 ""        	 
3600.06/1858.50	c --------------------------------------------------
3600.06/1858.50	c Local Search solver
3600.06/1858.50	c LS find feasible solution for PBO with objective value -46
3600.06/1858.50	c MIP solver
3600.06/1858.50	c receive signal 15, try to interrupt solver...
3600.06/1858.53	c MIP solver find feasible solution
3600.06/1858.54	c MIP solver objective value: -46
3600.06/1858.57	c MIP find feasible solution for PBO with objective value -46
3600.06/1858.57	c copy file: 0
3600.06/1858.57	c gen ub file: HOME/instance-4484893-1751283290.opb_ub.opb
3600.06/1858.57	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 (62126 MiB free)
  memory of node 1: 64507 MiB (60613 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4484893-1751283290/watcher-4484893-1751283290 -o /tmp/evaluation-result-4484893-1751283290/solver-4484893-1751283290 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40525 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4484893-1751283290.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=41792, runsolver pid=41789

[startup+0.100064 s]*
/proc/loadavg: 7.17 7.65 7.81 8/266 41793
/proc/meminfo: memFree=125646216/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=82140 memory=47628 CPUtime=0.09 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 10371 0 0 0 8 1 0 0 20 0 1 0 44006773 84111360 11907 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 20535 11907 1184 6655 0 10770 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47628 KiB

[startup+0.205878 s]*
/proc/loadavg: 7.17 7.65 7.81 8/266 41793
/proc/meminfo: memFree=125646216/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=82140 memory=47628 CPUtime=0.19 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 10371 0 0 0 18 1 0 0 20 0 1 0 44006773 84111360 11907 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 20535 11907 1184 6655 0 10770 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47628 KiB

[startup+0.305793 s]*
/proc/loadavg: 7.17 7.65 7.81 8/266 41793
/proc/meminfo: memFree=125646216/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=82140 memory=47628 CPUtime=0.29 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 10371 0 0 0 28 1 0 0 20 0 1 0 44006773 84111360 11907 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 20535 11907 1184 6655 0 10770 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47628 KiB

[startup+0.700191 s]
/proc/loadavg: 7.16 7.64 7.81 8/266 41793
/proc/meminfo: memFree=125646216/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=82140 memory=47628 CPUtime=0.68 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 10371 0 0 0 67 1 0 0 20 0 1 0 44006773 84111360 11907 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 20535 11907 1184 6655 0 10770 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47628 KiB

[startup+1.50018 s]
/proc/loadavg: 7.16 7.64 7.81 8/266 41793
/proc/meminfo: memFree=125646216/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=82140 memory=47628 CPUtime=1.48 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 10371 0 0 0 147 1 0 0 20 0 1 0 44006773 84111360 11907 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 20535 11907 1184 6655 0 10770 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47628 KiB

[startup+3.10569 s]
/proc/loadavg: 7.16 7.64 7.81 8/266 41793
/proc/meminfo: memFree=125646628/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=82140 memory=47628 CPUtime=3.08 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 10372 0 0 0 307 1 0 0 20 0 1 0 44006773 84111360 11907 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 20535 11907 1184 6655 0 10770 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47628 KiB

[startup+6.30018 s]
/proc/loadavg: 7.14 7.63 7.80 7/263 41831
/proc/meminfo: memFree=126083184/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=82140 memory=47628 CPUtime=6.26 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 10373 0 0 0 625 1 0 0 20 0 1 0 44006773 84111360 11907 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 20535 11907 1184 6655 0 10770 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 82140 KiB
Current children cumulated memory: 47628 KiB

[startup+12.7002 s]
/proc/loadavg: 7.05 7.60 7.79 8/266 41842
/proc/meminfo: memFree=125924756/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=235284 memory=146328 CPUtime=13.46 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 33238 0 0 0 1341 5 0 0 20 0 2 0 44006773 240930816 36582 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 58821 36582 3392 6655 0 35343 0
[pid=41792/tid=41842] ppid=41789 vsize=235284 memory=-6152879621150970206 CPUtime=0.81 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 2345 0 0 0 81 0 0 0 20 0 2 0 44007782 240930816 36582 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 13.46 s
Current children cumulated vsize: 235284 KiB
Current children cumulated memory: 146328 KiB

[startup+25.5002 s]
/proc/loadavg: 7.12 7.60 7.79 9/267 41843
/proc/meminfo: memFree=125834868/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=242052 memory=152856 CPUtime=38.87 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 35936 0 0 0 3881 6 0 0 20 0 2 0 44006773 247861248 38214 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 60513 38214 3424 6655 0 37083 0
[pid=41792/tid=41842] ppid=41789 vsize=242052 memory=152728 CPUtime=13.47 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 3462 0 0 0 1347 0 0 0 20 0 2 0 44007782 247861248 38214 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 38.87 s
Current children cumulated vsize: 242052 KiB
Current children cumulated memory: 152856 KiB

[startup+51.1058 s]
/proc/loadavg: 7.41 7.62 7.79 9/268 41893
/proc/meminfo: memFree=125897668/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=304076 memory=238056 CPUtime=89.69 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 78642 0 0 0 8956 13 0 0 20 0 2 0 44006773 311373824 59514 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 76019 59514 3520 6655 0 59775 0
[pid=41792/tid=41842] ppid=41789 vsize=304076 memory=17792 CPUtime=38.78 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 18241 0 0 0 3875 3 0 0 20 0 2 0 44007782 311373824 59514 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 89.69 s
Current children cumulated vsize: 304076 KiB
Current children cumulated memory: 238056 KiB

[startup+102.3 s]
/proc/loadavg: 7.81 7.70 7.81 9/269 41902
/proc/meminfo: memFree=125848704/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=304076 memory=244280 CPUtime=191.3 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 99766 0 0 0 19114 16 0 0 20 0 2 0 44006773 311373824 61070 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 76019 61070 3520 6655 0 61083 0
[pid=41792/tid=41842] ppid=41789 vsize=304076 memory=17792 CPUtime=89.39 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 34139 0 0 0 8934 5 0 0 20 0 2 0 44007782 311373824 61070 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 191.3 s
Current children cumulated vsize: 304076 KiB
Current children cumulated memory: 244280 KiB

[startup+162.3 s]
/proc/loadavg: 7.98 7.77 7.83 9/269 41904
/proc/meminfo: memFree=125786320/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=304076 memory=246584 CPUtime=310.4 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 141300 0 0 0 31020 20 0 0 20 0 2 0 44006773 311373824 61646 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 76019 61646 3520 6655 0 61083 0
[pid=41792/tid=41842] ppid=41789 vsize=304076 memory=17792 CPUtime=148.72 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 62007 0 0 0 14865 7 0 0 20 0 2 0 44007782 311373824 61646 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 310.4 s
Current children cumulated vsize: 304076 KiB
Current children cumulated memory: 246584 KiB

[startup+222.3 s]
/proc/loadavg: 8.14 7.86 7.86 9/269 41906
/proc/meminfo: memFree=125822152/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=304076 memory=246712 CPUtime=429.5 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 158497 0 0 0 42928 22 0 0 20 0 2 0 44006773 311373824 61678 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 76019 61678 3520 6655 0 61083 0
[pid=41792/tid=41842] ppid=41789 vsize=304076 memory=14824 CPUtime=208.04 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 72548 0 0 0 20796 8 0 0 20 0 2 0 44007782 311373824 61678 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 429.5 s
Current children cumulated vsize: 304076 KiB
Current children cumulated memory: 246712 KiB

[startup+282.3 s]
/proc/loadavg: 8.10 7.90 7.88 9/269 41907
/proc/meminfo: memFree=125754000/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=304076 memory=266040 CPUtime=548.57 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 178273 0 0 0 54831 26 0 0 20 0 2 0 44006773 311373824 66510 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 76019 66510 3520 6655 0 65113 0
[pid=41792/tid=41842] ppid=41789 vsize=304076 memory=265528 CPUtime=267.58 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 86967 0 0 0 26746 12 0 0 20 0 2 0 44007782 311373824 66510 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 548.57 s
Current children cumulated vsize: 304076 KiB
Current children cumulated memory: 266040 KiB

[startup+342.3 s]
/proc/loadavg: 8.08 7.94 7.89 9/268 41910
/proc/meminfo: memFree=125718288/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=304076 memory=269752 CPUtime=667.68 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 179954 0 0 0 66741 27 0 0 20 0 2 0 44006773 311373824 67438 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 76019 67438 3520 6655 0 65531 0
[pid=41792/tid=41842] ppid=41789 vsize=304076 memory=269496 CPUtime=327.34 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 87459 0 0 0 32722 12 0 0 20 0 2 0 44007782 311373824 67438 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 667.68 s
Current children cumulated vsize: 304076 KiB
Current children cumulated memory: 269752 KiB


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

Current children cumulated CPU time: 2852.73 s
Current children cumulated vsize: 460480 KiB
Current children cumulated memory: 365368 KiB

[startup+1542.3 s]
/proc/loadavg: 8.09 8.05 8.00 9/268 41967
/proc/meminfo: memFree=125031060/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=461172 memory=366392 CPUtime=2971.89 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 224857 0 0 0 297150 39 0 0 20 0 2 0 44006773 472240128 91598 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 115293 91598 3552 6655 0 89705 0
[pid=41792/tid=41842] ppid=41789 vsize=461172 memory=14824 CPUtime=1440.06 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 111407 0 0 0 143985 21 0 0 20 0 2 0 44007782 472240128 91598 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 2971.89 s
Current children cumulated vsize: 461172 KiB
Current children cumulated memory: 366392 KiB

[startup+1602.3 s]
/proc/loadavg: 8.10 8.06 8.00 9/268 41980
/proc/meminfo: memFree=125008648/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=461172 memory=366392 CPUtime=3091.02 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 225749 0 0 0 309063 39 0 0 20 0 2 0 44006773 472240128 91598 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 115293 91598 3552 6655 0 89705 0
[pid=41792/tid=41842] ppid=41789 vsize=461172 memory=366392 CPUtime=1499.4 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 112294 0 0 0 149919 21 0 0 20 0 2 0 44007782 472240128 91598 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 3091.02 s
Current children cumulated vsize: 461172 KiB
Current children cumulated memory: 366392 KiB

[startup+1662.3 s]
/proc/loadavg: 8.09 8.06 8.00 9/267 41982
/proc/meminfo: memFree=124979448/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=461172 memory=366392 CPUtime=3210.16 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 225751 0 0 0 320977 39 0 0 20 0 2 0 44006773 472240128 91598 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 115293 91598 3552 6655 0 89705 0
[pid=41792/tid=41842] ppid=41789 vsize=461172 memory=366392 CPUtime=1558.75 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 112295 0 0 0 155854 21 0 0 20 0 2 0 44007782 472240128 91598 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 3210.16 s
Current children cumulated vsize: 461172 KiB
Current children cumulated memory: 366392 KiB

[startup+1722.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/267 41984
/proc/meminfo: memFree=124946588/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=461172 memory=366392 CPUtime=3329.31 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 225754 0 0 0 332892 39 0 0 20 0 2 0 44006773 472240128 91598 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 115293 91598 3552 6655 0 89705 0
[pid=41792/tid=41842] ppid=41789 vsize=461172 memory=366392 CPUtime=1618.11 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 112295 0 0 0 161790 21 0 0 20 0 2 0 44007782 472240128 91598 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 3329.31 s
Current children cumulated vsize: 461172 KiB
Current children cumulated memory: 366392 KiB

[startup+1782.3 s]
/proc/loadavg: 7.99 8.03 8.00 9/267 42033
/proc/meminfo: memFree=125164892/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=466888 memory=372024 CPUtime=3448.6 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 227268 0 0 0 344820 40 0 0 20 0 2 0 44006773 478093312 93006 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 116722 93006 3552 6655 0 91134 0
[pid=41792/tid=41842] ppid=41789 vsize=466888 memory=372024 CPUtime=1677.54 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 112295 0 0 0 167733 21 0 0 20 0 2 0 44007782 478093312 93006 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 3448.6 s
Current children cumulated vsize: 466888 KiB
Current children cumulated memory: 372024 KiB

[startup+1842.3 s]
/proc/loadavg: 8.04 8.04 8.00 8/266 42082
/proc/meminfo: memFree=125696440/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=479728 memory=384100 CPUtime=3567.86 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 233521 0 0 0 356745 41 0 0 20 0 2 0 44006773 491241472 96025 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 119932 96025 3552 6655 0 94344 0
[pid=41792/tid=41842] ppid=41789 vsize=479728 memory=377956 CPUtime=1736.94 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 112306 0 0 0 173673 21 0 0 20 0 2 0 44007782 491241472 96025 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 3567.86 s
Current children cumulated vsize: 479728 KiB
Current children cumulated memory: 384100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1858.5 s]
/proc/loadavg: 7.96 8.02 8.00 9/266 42083
/proc/meminfo: memFree=125611668/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=485468 memory=389220 CPUtime=3600.06 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) R 41789 41792 40512 0 -1 4194304 237015 0 0 0 359965 41 0 0 20 0 2 0 44006773 497119232 97305 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 121367 97305 3552 6655 0 95779 0
[pid=41792/tid=41842] ppid=41789 vsize=485468 memory=14824 CPUtime=1752.99 cores=5,7
/proc/41792/task/41842/stat : 41842 (LSIPExact) R 41789 41792 40512 0 -1 4194368 112319 0 0 0 175278 21 0 0 20 0 2 0 44007782 497119232 97305 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 485468 KiB
Current children cumulated memory: 389220 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.59 s, system=0.477335 s

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

[startup+1859.2 s]
/proc/loadavg: 7.96 8.02 8.00 8/266 42085
/proc/meminfo: memFree=125662412/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=354396 memory=255220 CPUtime=3600.15 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) S 41789 41792 40512 0 -1 4194304 246871 228 0 0 359973 42 0 0 20 0 1 0 44006773 362901504 63805 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 88599 63805 3584 6655 0 78818 0
[pid=42085] ppid=41792 vsize=79588 memory=61668 CPUtime=0.58 cores=5,7
/proc/42085/stat : 42085 (Exact) R 41792 42085 42085 0 -1 4194304 12418 0 0 0 55 3 0 0 20 0 1 0 44192630 81498112 15417 18446744073709551615 4198400 8335837 140731763528336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 21594112 140731763529908 140731763530269 140731763530269 140731763535823 0
/proc/42085/statm: 19897 15417 1120 1011 0 18664 0
Current children cumulated CPU time: 3600.73 s
Current children cumulated vsize: 433984 KiB
Current children cumulated memory: 316888 KiB

[startup+1860 s]*
/proc/loadavg: 7.96 8.02 8.00 8/266 42085
/proc/meminfo: memFree=125650160/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=354396 memory=255220 CPUtime=3600.15 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) S 41789 41792 40512 0 -1 4194304 246871 228 0 0 359973 42 0 0 20 0 1 0 44006773 362901504 63805 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 88599 63805 3584 6655 0 78818 0
[pid=42085] ppid=41792 vsize=79588 memory=67936 CPUtime=1.39 cores=5,7
/proc/42085/stat : 42085 (Exact) R 41792 42085 42085 0 -1 4194304 12423 0 0 0 136 3 0 0 20 0 1 0 44192630 81498112 16984 18446744073709551615 4198400 8335837 140731763528336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 21594112 140731763529908 140731763530269 140731763530269 140731763535823 0
/proc/42085/statm: 19897 16984 1120 1011 0 18664 0
Current children cumulated CPU time: 3601.54 s
Current children cumulated vsize: 433984 KiB
Current children cumulated memory: 323156 KiB

[startup+1860.4 s]
/proc/loadavg: 7.96 8.02 8.00 8/266 42085
/proc/meminfo: memFree=125650160/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=354396 memory=255220 CPUtime=3600.15 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) S 41789 41792 40512 0 -1 4194304 246871 228 0 0 359973 42 0 0 20 0 1 0 44006773 362901504 63805 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 88599 63805 3584 6655 0 78818 0
[pid=42085] ppid=41792 vsize=79588 memory=69984 CPUtime=1.78 cores=5,7
/proc/42085/stat : 42085 (Exact) R 41792 42085 42085 0 -1 4194304 12424 0 0 0 175 3 0 0 20 0 1 0 44192630 81498112 17496 18446744073709551615 4198400 8335837 140731763528336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 21594112 140731763529908 140731763530269 140731763530269 140731763535823 0
/proc/42085/statm: 19897 17496 1120 1011 0 18664 0
Current children cumulated CPU time: 3601.93 s
Current children cumulated vsize: 433984 KiB
Current children cumulated memory: 325204 KiB

[startup+1860.5 s]
/proc/loadavg: 7.96 8.02 8.00 8/266 42085
/proc/meminfo: memFree=125650160/131249996 swapFree=33010684/33010684
[pid=41792] ppid=41789 vsize=354396 memory=255220 CPUtime=3600.15 cores=5,7
/proc/41792/stat : 41792 (LSIPExact) S 41789 41792 40512 0 -1 4194304 246871 228 0 0 359973 42 0 0 20 0 1 0 44006773 362901504 63805 18446744073709551615 94169738006528 94169765262929 140733316322240 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94169773765768 94169774197376 94169798574080 140733316327770 140733316327946 140733316327946 140733316333548 0
/proc/41792/statm: 88599 63805 3584 6655 0 78818 0
[pid=42085] ppid=41792 vsize=79588 memory=69984 CPUtime=1.88 cores=5,7
/proc/42085/stat : 42085 (Exact) R 41792 42085 42085 0 -1 4194304 12424 0 0 0 185 3 0 0 20 0 1 0 44192630 81498112 17496 18446744073709551615 4198400 8335837 140731763528336 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 21594112 140731763529908 140731763530269 140731763530269 140731763535823 0
/proc/42085/statm: 19897 17496 1120 1011 0 18664 0
Current children cumulated CPU time: 3602.03 s
Current children cumulated vsize: 433984 KiB
Current children cumulated memory: 325204 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1860.51
CPU time (s): 3602.07
CPU user time (s): 3601.59
CPU system time (s): 0.477335
CPU usage (%): 193.606
Max. virtual memory (cumulated for all children) (KiB): 485468
Max. memory (cumulated for all children) (KiB): 389220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.59
system time used= 0.477335
maximum resident set size= 389476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259523
page faults= 0
swaps= 0
block input operations= 3792
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 541
involuntary context switches= 97471


# summary of solver processes directly reported to runsolver:
#   pid: 41792
#   total CPU time (s): 3602.07
#   total CPU user time (s): 3601.59
#   total CPU system time (s): 0.477335

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.30697 second user time and 9.50985 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 13:34:50
IDJOB=4484893
IDBENCH=146675
IDSOLVER=3336
FILE ID=nodeC017/4484893-1751283290
RUNJOBID= nodeC017-1751279512-40525
SLURM_JOB_ID= 9594216
Free space on /tmp= 432876 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-4.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4484893-1751283290/watcher-4484893-1751283290 -o /tmp/evaluation-result-4484893-1751283290/solver-4484893-1751283290 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40525 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4484893-1751283290.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 79c0a8033bde71aac2f7ead78fdb13b7
RANDOM SEED=1049350902

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.789
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		: 3600.096
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.121
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		: 3599.637
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.394
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.975
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:        125684908 kB
MemAvailable:   128650604 kB
Buffers:            2380 kB
Cached:          3737012 kB
SwapCached:            0 kB
Active:          1393616 kB
Inactive:        3431464 kB
Active(anon):    1103760 kB
Inactive(anon):       12 kB
Active(file):     289856 kB
Inactive(file):  3431452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             36828 kB
Writeback:          7832 kB
AnonPages:       1088616 kB
Mapped:           139164 kB
Shmem:             18080 kB
KReclaimable:     166852 kB
Slab:             255784 kB
SReclaimable:     166852 kB
SUnreclaim:        88932 kB
KernelStack:        4288 kB
PageTables:         5332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1516592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 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= 432836 MiB
End job on nodeC017 at 2025-06-30 14:05:51