Trace number 4527410

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.05 1855.65

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-3.opb
MD5SUM4c4220841569fe2ff0ce6d0e8718e711
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-53
Best CPU time to get the best result obtained on this benchmark1827.29
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1272
Total number of constraints94127
Number of constraints which are clauses94127
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 1272
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 1272
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 1272
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.02/1853.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.02/1853.60	c numVar: 1272
3600.02/1853.60	c numCon: 94127
3600.02/1853.60	c numEqual: 0
3600.02/1853.60	c intSize: 11
3600.02/1853.60	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.02/1853.60	c ------------------- Paras list -------------------
3600.02/1853.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.02/1853.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.02/1853.60	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.02/1853.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.02/1853.60	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.02/1853.60	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.02/1853.60	c random_seed         	 int       	 0         	 0         	 
3600.02/1853.60	c sample_size         	 int       	 50        	 50        	 
3600.02/1853.60	c sub_score           	 int       	 1         	 1         	 
3600.02/1853.60	c tabu_base           	 int       	 3         	 3         	 
3600.02/1853.60	c tabu_variation      	 int       	 1         	 1         	 
3600.02/1853.60	c sub_div             	 int       	 4         	 4         	 
3600.02/1853.60	c nbcore              	 int       	 2         	 1         	 
3600.02/1853.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.02/1853.60	c print_sol           	 int       	 1         	 1         	 
3600.02/1853.60	c tmpdir              	 string		 .         	 "."       	 
3600.02/1853.60	c home                	 string		 HOME	 "."       	 
3600.02/1853.60	c benchname           	 string		 HOME/instance-4527410-1752232205.opb	 ""        	 
3600.02/1853.60	c --------------------------------------------------
3600.02/1853.60	c Local Search solver
3600.02/1853.60	c LS find feasible solution for PBO with objective value -49
3600.02/1853.60	c MIP solver
3600.02/1853.60	c receive signal 15, try to interrupt solver...
3600.02/1853.65	c copy file: 0
3600.02/1853.65	c gen ub file: HOME/instance-4527410-1752232205.opb_ub.opb
3600.02/1853.65	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: 63837 MiB (62963 MiB free)
  memory of node 1: 64465 MiB (63632 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=110964, runsolver pid=110958
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 0.15 0.11 0.09 5/244 110965
/proc/meminfo: memFree=129566324/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=72028 memory=37388 CPUtime=0.09 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 7837 0 0 0 7 2 0 0 20 0 1 0 138900048 73756672 9347 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 18007 9347 1152 6655 0 8242 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 72028 KiB
Current children cumulated memory: 37388 KiB

[startup+0.213879 s]*
/proc/loadavg: 0.15 0.11 0.09 5/244 110965
/proc/meminfo: memFree=129535076/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=87472 memory=52876 CPUtime=0.2 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 11721 0 0 0 17 3 0 0 20 0 1 0 138900048 89571328 13219 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 21868 13219 1152 6655 0 12103 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 87472 KiB
Current children cumulated memory: 52876 KiB

[startup+0.313895 s]*
/proc/loadavg: 0.15 0.11 0.09 5/244 110965
/proc/meminfo: memFree=129527012/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=89584 memory=54924 CPUtime=0.3 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 12231 0 0 0 27 3 0 0 20 0 1 0 138900048 91734016 13731 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 22396 13731 1152 6655 0 12631 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 89584 KiB
Current children cumulated memory: 54924 KiB

[startup+0.700366 s]
/proc/loadavg: 0.15 0.11 0.09 5/248 110975
/proc/meminfo: memFree=129487184/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=89584 memory=54924 CPUtime=0.67 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 12231 0 0 0 64 3 0 0 20 0 1 0 138900048 91734016 13731 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 22396 13731 1152 6655 0 12631 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 89584 KiB
Current children cumulated memory: 54924 KiB

[startup+1.50029 s]
/proc/loadavg: 0.15 0.11 0.09 5/252 110984
/proc/meminfo: memFree=129389528/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=89584 memory=54924 CPUtime=1.46 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 12231 0 0 0 143 3 0 0 20 0 1 0 138900048 91734016 13731 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 22396 13731 1152 6655 0 12631 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 89584 KiB
Current children cumulated memory: 54924 KiB

[startup+3.11309 s]
/proc/loadavg: 0.46 0.17 0.11 5/252 110984
/proc/meminfo: memFree=129120180/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=89584 memory=54924 CPUtime=3.07 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 12232 0 0 0 304 3 0 0 20 0 1 0 138900048 91734016 13731 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 22396 13731 1152 6655 0 12631 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 89584 KiB
Current children cumulated memory: 54924 KiB

[startup+6.30029 s]
/proc/loadavg: 0.46 0.17 0.11 5/252 110984
/proc/meminfo: memFree=129120560/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=89584 memory=54924 CPUtime=6.24 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 12233 0 0 0 621 3 0 0 20 0 1 0 138900048 91734016 13731 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 22396 13731 1152 6655 0 12631 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 89584 KiB
Current children cumulated memory: 54924 KiB

[startup+12.7002 s]
/proc/loadavg: 0.74 0.24 0.14 5/251 110996
/proc/meminfo: memFree=128620020/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=254816 memory=165644 CPUtime=13.27 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 38453 0 0 0 1317 10 0 0 20 0 2 0 138900048 260931584 41411 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 63704 41411 3328 6655 0 40454 0
[pid=110964/tid=110994] ppid=110958 vsize=254816 memory=353548 CPUtime=0.66 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 2527 0 0 0 65 1 0 0 20 0 2 0 138901064 260931584 41411 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 13.27 s
Current children cumulated vsize: 254816 KiB
Current children cumulated memory: 165644 KiB

[startup+25.5002 s]
/proc/loadavg: 2.06 0.55 0.24 7/251 110996
/proc/meminfo: memFree=128449560/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=265112 memory=176780 CPUtime=38.63 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 41948 0 0 0 3848 15 0 0 20 0 2 0 138900048 271474688 44195 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 66278 44195 3328 6655 0 43172 0
[pid=110964/tid=110994] ppid=110958 vsize=265112 memory=174092 CPUtime=13.32 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 3871 0 0 0 1331 1 0 0 20 0 2 0 138901064 271474688 44195 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 38.63 s
Current children cumulated vsize: 265112 KiB
Current children cumulated memory: 176780 KiB

[startup+51.1056 s]
/proc/loadavg: 3.81 1.09 0.43 8/251 111087
/proc/meminfo: memFree=128342460/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=337184 memory=266752 CPUtime=89.31 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 81988 0 0 0 8898 33 0 0 20 0 2 0 138900048 345276416 66688 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 84296 66688 3424 6655 0 67200 0
[pid=110964/tid=110994] ppid=110958 vsize=337184 memory=262256 CPUtime=38.58 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 15248 0 0 0 3851 7 0 0 20 0 2 0 138901064 345276416 66688 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 89.31 s
Current children cumulated vsize: 337184 KiB
Current children cumulated memory: 266752 KiB

[startup+102.3 s]
/proc/loadavg: 5.67 2.02 0.78 8/255 111262
/proc/meminfo: memFree=127981936/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=316784 memory=255232 CPUtime=190.75 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 106751 0 0 0 19023 52 0 0 20 0 2 0 138900048 324386816 63808 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 79196 63808 3456 6655 0 63539 0
[pid=110964/tid=110994] ppid=110958 vsize=316784 memory=254208 CPUtime=89.15 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 31245 0 0 0 8901 14 0 0 20 0 2 0 138901064 324386816 63808 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 190.75 s
Current children cumulated vsize: 316784 KiB
Current children cumulated memory: 255232 KiB

[startup+162.3 s]
/proc/loadavg: 7.00 3.05 1.21 9/256 111310
/proc/meminfo: memFree=128090760/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=322272 memory=263732 CPUtime=309.87 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 121361 0 0 0 30929 58 0 0 20 0 2 0 138900048 330006528 65933 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 80568 65933 3456 6655 0 64911 0
[pid=110964/tid=110994] ppid=110958 vsize=322272 memory=261812 CPUtime=148.63 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 40484 0 0 0 14846 17 0 0 20 0 2 0 138901064 330006528 65933 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 309.87 s
Current children cumulated vsize: 322272 KiB
Current children cumulated memory: 263732 KiB

[startup+222.3 s]
/proc/loadavg: 7.74 3.99 1.65 9/255 111312
/proc/meminfo: memFree=127967764/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=338488 memory=285492 CPUtime=429.08 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 128111 0 0 0 42848 60 0 0 20 0 2 0 138900048 346611712 71373 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 84622 71373 3456 6655 0 69612 0
[pid=110964/tid=110994] ppid=110958 vsize=338488 memory=282932 CPUtime=208.06 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 41460 0 0 0 20789 17 0 0 20 0 2 0 138901064 346611712 71373 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 429.08 s
Current children cumulated vsize: 338488 KiB
Current children cumulated memory: 285492 KiB

[startup+282.3 s]
/proc/loadavg: 7.91 4.72 2.05 9/255 111314
/proc/meminfo: memFree=127789076/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=338488 memory=285492 CPUtime=548.32 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 129502 0 0 0 54772 60 0 0 20 0 2 0 138900048 346611712 71373 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 84622 71373 3456 6655 0 69612 0
[pid=110964/tid=110994] ppid=110958 vsize=338488 memory=16096 CPUtime=267.49 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 41833 0 0 0 26732 17 0 0 20 0 2 0 138901064 346611712 71373 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 548.32 s
Current children cumulated vsize: 338488 KiB
Current children cumulated memory: 285492 KiB

[startup+342.3 s]
/proc/loadavg: 8.21 5.39 2.45 9/253 111316
/proc/meminfo: memFree=127606588/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=338488 memory=285492 CPUtime=667.58 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 130531 0 0 0 66698 60 0 0 20 0 2 0 138900048 346611712 71373 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 84622 71373 3456 6655 0 69612 0
[pid=110964/tid=110994] ppid=110958 vsize=338488 memory=16096 CPUtime=326.94 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 42513 0 0 0 32677 17 0 0 20 0 2 0 138901064 346611712 71373 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 667.58 s
Current children cumulated vsize: 338488 KiB
Current children cumulated memory: 285492 KiB


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

/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 53459 0 0 0 136399 19 0 0 20 0 2 0 138901064 390438912 85989 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 2781.49 s
Current children cumulated vsize: 381288 KiB
Current children cumulated memory: 343956 KiB

[startup+1482.3 s]
/proc/loadavg: 8.11 8.07 6.49 9/255 111372
/proc/meminfo: memFree=124635936/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=411732 memory=377636 CPUtime=2900.68 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 171050 0 0 0 289998 70 0 0 20 0 2 0 138900048 421613568 94409 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 102933 94409 3456 6655 0 92747 0
[pid=110964/tid=110994] ppid=110958 vsize=411732 memory=377636 CPUtime=1423.6 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 53619 0 0 0 142341 19 0 0 20 0 2 0 138901064 421613568 94409 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 2900.68 s
Current children cumulated vsize: 411732 KiB
Current children cumulated memory: 377636 KiB

[startup+1542.3 s]
/proc/loadavg: 8.08 8.07 6.60 9/255 111374
/proc/meminfo: memFree=124509108/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=390196 memory=356020 CPUtime=3019.85 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 182191 0 0 0 301914 71 0 0 20 0 2 0 138900048 399560704 89005 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 97549 89005 3456 6655 0 87363 0
[pid=110964/tid=110994] ppid=110958 vsize=390196 memory=16256 CPUtime=1483 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 55031 0 0 0 148281 19 0 0 20 0 2 0 138901064 399560704 89005 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 3019.85 s
Current children cumulated vsize: 390196 KiB
Current children cumulated memory: 356020 KiB

[startup+1602.3 s]
/proc/loadavg: 8.15 8.09 6.70 9/254 111376
/proc/meminfo: memFree=124371196/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=405536 memory=368564 CPUtime=3139.01 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 190609 0 0 0 313829 72 0 0 20 0 2 0 138900048 415268864 92141 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 101384 92141 3456 6655 0 91198 0
[pid=110964/tid=110994] ppid=110958 vsize=405536 memory=16096 CPUtime=1542.39 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 57109 0 0 0 154220 19 0 0 20 0 2 0 138901064 415268864 92141 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 3139.01 s
Current children cumulated vsize: 405536 KiB
Current children cumulated memory: 368564 KiB

[startup+1662.3 s]
/proc/loadavg: 8.10 8.08 6.79 9/254 111378
/proc/meminfo: memFree=124239320/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=411360 memory=377100 CPUtime=3258.2 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 202605 0 0 0 325746 74 0 0 20 0 2 0 138900048 421232640 94275 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 102840 94275 3456 6655 0 92852 0
[pid=110964/tid=110994] ppid=110958 vsize=411360 memory=16096 CPUtime=1601.8 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 59971 0 0 0 160160 20 0 0 20 0 2 0 138901064 421232640 94275 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 3258.2 s
Current children cumulated vsize: 411360 KiB
Current children cumulated memory: 377100 KiB

[startup+1722.3 s]
/proc/loadavg: 8.15 8.10 6.88 9/253 111380
/proc/meminfo: memFree=124105276/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=477520 memory=389920 CPUtime=3377.4 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 212053 0 0 0 337662 78 0 0 20 0 2 0 138900048 488980480 97480 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 119380 97480 3456 6655 0 95930 0
[pid=110964/tid=110994] ppid=110958 vsize=477520 memory=16096 CPUtime=1661.21 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 65984 0 0 0 166098 23 0 0 20 0 2 0 138901064 488980480 97480 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 3377.4 s
Current children cumulated vsize: 477520 KiB
Current children cumulated memory: 389920 KiB

[startup+1782.3 s]
/proc/loadavg: 8.06 8.08 6.95 9/253 111382
/proc/meminfo: memFree=123958604/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=491772 memory=398260 CPUtime=3496.61 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 222828 0 0 0 349518 143 0 0 20 0 2 0 138900048 503574528 99565 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 122943 99565 3456 6655 0 98196 0
[pid=110964/tid=110994] ppid=110958 vsize=491772 memory=394036 CPUtime=1720.62 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 71622 0 0 0 171974 88 0 0 20 0 2 0 138901064 503574528 99565 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 3496.61 s
Current children cumulated vsize: 491772 KiB
Current children cumulated memory: 398260 KiB

[startup+1842.3 s]
/proc/loadavg: 7.08 7.83 6.94 7/250 111433
/proc/meminfo: memFree=127551084/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=491772 memory=410164 CPUtime=3577.56 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 226458 0 0 0 357610 146 0 0 20 0 2 0 138900048 503574528 102541 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 122943 102541 3456 6655 0 100886 0
[pid=110964/tid=110994] ppid=110958 vsize=491772 memory=410164 CPUtime=1749.04 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 74936 0 0 0 174815 89 0 0 20 0 2 0 138901064 503574528 102541 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 3577.56 s
Current children cumulated vsize: 491772 KiB
Current children cumulated memory: 410164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1853.6 s]
/proc/loadavg: 6.91 7.75 6.93 7/251 111434
/proc/meminfo: memFree=126275260/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=491772 memory=410164 CPUtime=3600.02 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) R 110958 110964 110907 0 -1 4194304 226460 0 0 0 359856 146 0 0 20 0 2 0 138900048 503574528 102541 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 122943 102541 3456 6655 0 100886 0
[pid=110964/tid=110994] ppid=110958 vsize=491772 memory=3104 CPUtime=1760.23 cores=1,3
/proc/110964/task/110994/stat : 110994 (LSIPExact) R 110958 110964 110907 0 -1 4194368 74936 0 0 0 175934 89 0 0 20 0 2 0 138901064 503574528 102541 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 491772 KiB
Current children cumulated memory: 410164 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3600.51 s, system=1.54437 s

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

[startup+1854.4 s]
/proc/loadavg: 6.91 7.75 6.93 6/251 111436
/proc/meminfo: memFree=126182764/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=491772 memory=408296 CPUtime=3600.07 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) S 110958 110964 110907 0 -1 4194304 233044 226 0 0 359861 146 0 0 20 0 1 0 138900048 503574528 102074 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 122943 102074 3456 6655 0 100886 0
[pid=111436] ppid=110964 vsize=85064 memory=66916 CPUtime=0.72 cores=1,3
/proc/111436/stat : 111436 (Exact) R 110964 111436 111436 0 -1 4194304 12091 0 0 0 68 4 0 0 20 0 1 0 139085413 87105536 16729 18446744073709551615 4198400 8335837 140736758114496 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40439808 140736758118578 140736758118939 140736758118939 140736758124495 0
/proc/111436/statm: 21266 16729 1120 1011 0 20033 0
Current children cumulated CPU time: 3600.79 s
Current children cumulated vsize: 576836 KiB
Current children cumulated memory: 475212 KiB

[startup+1855.2 s]
/proc/loadavg: 6.91 7.75 6.93 6/251 111436
/proc/meminfo: memFree=126107376/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=491772 memory=408296 CPUtime=3600.07 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) S 110958 110964 110907 0 -1 4194304 233044 226 0 0 359861 146 0 0 20 0 1 0 138900048 503574528 102074 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 122943 102074 3456 6655 0 100886 0
[pid=111436] ppid=110964 vsize=85064 memory=73072 CPUtime=1.51 cores=1,3
/proc/111436/stat : 111436 (Exact) R 110964 111436 111436 0 -1 4194304 12095 0 0 0 147 4 0 0 20 0 1 0 139085413 87105536 18268 18446744073709551615 4198400 8335837 140736758114496 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40439808 140736758118578 140736758118939 140736758118939 140736758124495 0
/proc/111436/statm: 21266 18268 1120 1011 0 20033 0
Current children cumulated CPU time: 3601.58 s
Current children cumulated vsize: 576836 KiB
Current children cumulated memory: 481368 KiB

[startup+1855.6 s]
/proc/loadavg: 6.91 7.75 6.93 6/251 111436
/proc/meminfo: memFree=126107376/131382116 swapFree=33005528/33010684
[pid=110964] ppid=110958 vsize=491772 memory=408296 CPUtime=3600.07 cores=1,3
/proc/110964/stat : 110964 (LSIPExact) S 110958 110964 110907 0 -1 4194304 233044 226 0 0 359861 146 0 0 20 0 1 0 138900048 503574528 102074 18446744073709551615 94318800343040 94318827600209 140724441681488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94318836102280 94318836533888 94318842286080 140724441688408 140724441688584 140724441688584 140724441694188 0
/proc/110964/statm: 122943 102074 3456 6655 0 100886 0
[pid=111436] ppid=110964 vsize=85064 memory=77172 CPUtime=1.91 cores=1,3
/proc/111436/stat : 111436 (Exact) R 110964 111436 111436 0 -1 4194304 12098 0 0 0 187 4 0 0 20 0 1 0 139085413 87105536 19293 18446744073709551615 4198400 8335837 140736758114496 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40439808 140736758118578 140736758118939 140736758118939 140736758124495 0
/proc/111436/statm: 21266 19293 1120 1011 0 20033 0
Current children cumulated CPU time: 3601.98 s
Current children cumulated vsize: 576836 KiB
Current children cumulated memory: 485468 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1855.65
CPU time (s): 3602.05
CPU user time (s): 3600.51
CPU system time (s): 1.54437
CPU usage (%): 194.112
Max. virtual memory (cumulated for all children) (KiB): 576836
Max. memory (cumulated for all children) (KiB): 485468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.51
system time used= 1.54438
maximum resident set size= 410292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250230
page faults= 0
swaps= 0
block input operations= 4496
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 536
involuntary context switches= 118707


# summary of solver processes directly reported to runsolver:
#   pid: 110964
#   total CPU time (s): 3602.05
#   total CPU user time (s): 3600.51
#   total CPU system time (s): 1.54437

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.29547 second user time and 9.36602 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-11 13:10:05
IDJOB=4527410
IDBENCH=146671
IDSOLVER=3384
FILE ID=nodeC010/4527410-1752232205
RUNJOBID= nodeC010-1752232205-110926
SLURM_JOB_ID= 9682521
Free space on /tmp= 429840 MiB

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

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

MD5SUM BENCH= 4c4220841569fe2ff0ce6d0e8718e711
RANDOM SEED=417534739

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129634476 kB
MemAvailable:   129878428 kB
Buffers:             228 kB
Cached:          1038508 kB
SwapCached:         4296 kB
Active:           320404 kB
Inactive:         786572 kB
Active(anon):      29600 kB
Inactive(anon):    52272 kB
Active(file):     290804 kB
Inactive(file):   734300 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             91656 kB
Writeback:             0 kB
AnonPages:         67120 kB
Mapped:           101784 kB
Shmem:             13628 kB
KReclaimable:     116952 kB
Slab:             203620 kB
SReclaimable:     116952 kB
SUnreclaim:        86668 kB
KernelStack:        3824 kB
PageTables:         2796 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     342180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 429604 MiB
End job on nodeC010 at 2025-07-11 13:41:02