Trace number 4545405

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 NameAnswerCPU timeWall clock time
LSIPExact S1UNSAT 1433.66 732.337

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
MD5SUM4a1d9056c3b02bcfb80521d72596a62f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.08009
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables34391
Total number of constraints25309
Number of constraints which are clauses7791
Number of constraints which are cardinality constraints (but not clauses)1558
Number of constraints which are nor clauses,nor cardinality constraints15960
Minimum length of a constraint1
Maximum length of a constraint43
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 37
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 766
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1427.45/726.13	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1427.45/726.13	c numVar: 34391
1427.45/726.13	c numCon: 25309
1427.45/726.13	c numEqual: 1520
1427.45/726.13	c intSize: 10
1427.45/726.13	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1427.45/726.13	c ------------------- Paras list -------------------
1427.45/726.13	c Name                	 Type      	 Now       	 Default   	 Comment
1427.45/726.13	c timeout             	 double    	 3600.000000	 3600      	 
1427.45/726.13	c mip_time            	 double    	 0.200000  	 0.5       	 
1427.45/726.13	c ls_time             	 double    	 10.000000 	 10        	 
1427.45/726.13	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1427.45/726.13	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1427.45/726.13	c random_seed         	 int       	 0         	 0         	 
1427.45/726.13	c sample_size         	 int       	 50        	 50        	 
1427.45/726.13	c sub_score           	 int       	 1         	 1         	 
1427.45/726.13	c tabu_base           	 int       	 3         	 3         	 
1427.45/726.13	c tabu_variation      	 int       	 1         	 1         	 
1427.45/726.13	c sub_div             	 int       	 4         	 4         	 
1427.45/726.13	c nbcore              	 int       	 2         	 1         	 
1427.45/726.13	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1427.45/726.13	c print_sol           	 int       	 1         	 1         	 
1427.45/726.13	c tmpdir              	 string		 .         	 "."       	 
1427.45/726.13	c home                	 string		 HOME	 "."       	 
1427.45/726.13	c benchname           	 string		 HOME/instance-4545405-1753219770.opb	 ""        	 
1427.45/726.13	c --------------------------------------------------
1427.45/726.13	c Local Search solver
1427.45/726.13	c MIP solver
1427.45/726.13	c use Exact solver
1427.49/732.30	c Exact infeasible
1427.49/732.32	s UNSATISFIABLE
1427.49/732.32	c Total time: 732

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100066 s]*
/proc/loadavg: 7.09 6.80 6.32 8/266 169085
/proc/meminfo: memFree=126397236/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=74424 memory=39552 CPUtime=0.09 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 8938 0 0 0 8 1 0 0 20 0 1 0 237653643 76210176 9888 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 18606 9888 1120 6655 0 8841 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39552 KiB

[startup+0.205628 s]*
/proc/loadavg: 7.09 6.80 6.32 9/266 169085
/proc/meminfo: memFree=126397236/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=74424 memory=39552 CPUtime=0.2 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 8938 0 0 0 19 1 0 0 20 0 1 0 237653643 76210176 9888 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 18606 9888 1120 6655 0 8841 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39552 KiB

[startup+0.305678 s]*
/proc/loadavg: 7.09 6.80 6.32 8/266 169085
/proc/meminfo: memFree=126397236/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=74424 memory=39552 CPUtime=0.3 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 8938 0 0 0 29 1 0 0 20 0 1 0 237653643 76210176 9888 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 18606 9888 1120 6655 0 8841 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39552 KiB

[startup+0.700197 s]
/proc/loadavg: 7.09 6.80 6.32 8/266 169085
/proc/meminfo: memFree=126404772/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=74424 memory=39552 CPUtime=0.69 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 8938 0 0 0 68 1 0 0 20 0 1 0 237653643 76210176 9888 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 18606 9888 1120 6655 0 8841 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39552 KiB

[startup+1.50019 s]
/proc/loadavg: 7.09 6.80 6.32 8/266 169085
/proc/meminfo: memFree=126404772/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=74424 memory=39552 CPUtime=1.48 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 8938 0 0 0 147 1 0 0 20 0 1 0 237653643 76210176 9888 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 18606 9888 1120 6655 0 8841 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39552 KiB

[startup+3.10547 s]
/proc/loadavg: 7.09 6.80 6.32 8/266 169085
/proc/meminfo: memFree=126421000/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=74424 memory=39552 CPUtime=3.08 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 8938 0 0 0 307 1 0 0 20 0 1 0 237653643 76210176 9888 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 18606 9888 1120 6655 0 8841 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39552 KiB

[startup+6.30017 s]
/proc/loadavg: 7.08 6.80 6.33 8/266 169085
/proc/meminfo: memFree=126445200/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=74424 memory=39552 CPUtime=6.26 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 8938 0 0 0 625 1 0 0 20 0 1 0 237653643 76210176 9888 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 18606 9888 1120 6655 0 8841 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39552 KiB

[startup+12.7002 s]
/proc/loadavg: 7.08 6.81 6.33 9/267 169086
/proc/meminfo: memFree=126460948/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=347416 memory=262028 CPUtime=14.58 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 60325 0 0 0 1448 10 0 0 20 0 2 0 237653643 355753984 65507 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 86854 65507 3424 6655 0 70157 0
[pid=169084/tid=169086] ppid=169081 vsize=347416 memory=253452 CPUtime=1.95 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 8925 0 0 0 194 1 0 0 20 0 2 0 237654651 355753984 65507 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 14.58 s
Current children cumulated vsize: 347416 KiB
Current children cumulated memory: 262028 KiB

[startup+25.5002 s]
/proc/loadavg: 7.28 6.87 6.36 9/267 169086
/proc/meminfo: memFree=126544996/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=412380 memory=334600 CPUtime=39.97 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 145674 0 0 0 3978 19 0 0 20 0 2 0 237653643 422277120 83650 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 103095 83650 3424 6655 0 88275 0
[pid=169084/tid=169086] ppid=169081 vsize=412380 memory=334600 CPUtime=14.59 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 33115 0 0 0 1456 3 0 0 20 0 2 0 237654651 422277120 83650 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 39.97 s
Current children cumulated vsize: 412380 KiB
Current children cumulated memory: 334600 KiB

[startup+51.1056 s]
/proc/loadavg: 7.59 6.97 6.41 9/268 169088
/proc/meminfo: memFree=126737348/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=412380 memory=342280 CPUtime=90.71 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 206141 0 0 0 9046 25 0 0 20 0 2 0 237653643 422277120 85570 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 103095 85570 3424 6655 0 89891 0
[pid=169084/tid=169086] ppid=169081 vsize=412380 memory=341000 CPUtime=39.87 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 59986 0 0 0 3982 5 0 0 20 0 2 0 237654651 422277120 85570 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 90.71 s
Current children cumulated vsize: 412380 KiB
Current children cumulated memory: 342280 KiB

[startup+102.3 s]
/proc/loadavg: 7.76 7.12 6.49 9/267 169089
/proc/meminfo: memFree=126878660/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=477916 memory=379120 CPUtime=190.15 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 269225 0 0 0 18983 32 0 0 20 0 2 0 237653643 489385984 94780 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 119479 94780 3424 6655 0 97818 0
[pid=169084/tid=169086] ppid=169081 vsize=477916 memory=379120 CPUtime=88.42 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 85969 0 0 0 8833 9 0 0 20 0 2 0 237654651 489385984 94780 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 190.15 s
Current children cumulated vsize: 477916 KiB
Current children cumulated memory: 379120 KiB

[startup+162.3 s]
/proc/loadavg: 7.96 7.30 6.59 9/267 169091
/proc/meminfo: memFree=126808864/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=528952 memory=438160 CPUtime=309.13 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 330941 0 0 0 30873 40 0 0 20 0 2 0 237653643 541646848 109540 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 132238 109540 3424 6655 0 111825 0
[pid=169084/tid=169086] ppid=169081 vsize=528952 memory=440016 CPUtime=147.7 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 99863 0 0 0 14759 11 0 0 20 0 2 0 237654651 541646848 109540 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 309.13 s
Current children cumulated vsize: 528952 KiB
Current children cumulated memory: 438160 KiB

[startup+222.3 s]
/proc/loadavg: 8.05 7.44 6.69 9/270 169098
/proc/meminfo: memFree=126749224/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=528952 memory=438288 CPUtime=428.04 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 361282 0 0 0 42761 43 0 0 20 0 2 0 237653643 541646848 109572 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 132238 109572 3424 6655 0 111825 0
[pid=169084/tid=169086] ppid=169081 vsize=528952 memory=438160 CPUtime=206.96 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 113101 0 0 0 20684 12 0 0 20 0 2 0 237654651 541646848 109572 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 428.04 s
Current children cumulated vsize: 528952 KiB
Current children cumulated memory: 438288 KiB

[startup+282.3 s]
/proc/loadavg: 8.06 7.56 6.78 9/270 169100
/proc/meminfo: memFree=126761260/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=528724 memory=440152 CPUtime=547 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 421034 0 0 0 54649 51 0 0 20 0 2 0 237653643 541413376 110038 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 132181 110038 3424 6655 0 111768 0
[pid=169084/tid=169086] ppid=169081 vsize=528724 memory=14248 CPUtime=266.21 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 124474 0 0 0 26607 14 0 0 20 0 2 0 237654651 541413376 110038 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 547 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 440152 KiB

[startup+342.3 s]
/proc/loadavg: 7.75 7.58 6.84 8/270 169107
/proc/meminfo: memFree=126604648/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=528724 memory=440280 CPUtime=665.94 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 425822 0 0 0 66542 52 0 0 20 0 2 0 237653643 541413376 110070 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 132181 110070 3424 6655 0 111768 0
[pid=169084/tid=169086] ppid=169081 vsize=528724 memory=440516 CPUtime=325.47 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 126483 0 0 0 32533 14 0 0 20 0 2 0 237654651 541413376 110070 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 665.94 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 440280 KiB

[startup+402.3 s]

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

/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 126957 0 0 0 44391 14 0 0 20 0 2 0 237654651 541413376 110070 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 903.96 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 440280 KiB

[startup+522.3 s]
/proc/loadavg: 7.12 7.34 6.88 8/266 169113
/proc/meminfo: memFree=126567972/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=528724 memory=441304 CPUtime=1022.97 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 449789 0 0 0 102241 56 0 0 20 0 2 0 237653643 541413376 110326 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 132181 110326 3424 6655 0 111768 0
[pid=169084/tid=169086] ppid=169081 vsize=528724 memory=14248 CPUtime=503.35 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 140156 0 0 0 50319 16 0 0 20 0 2 0 237654651 541413376 110326 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 1022.97 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 441304 KiB

[startup+582.3 s]
/proc/loadavg: 6.50 7.12 6.83 7/267 169117
/proc/meminfo: memFree=126447488/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=528724 memory=442328 CPUtime=1142 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 473872 0 0 0 114142 58 0 0 20 0 2 0 237653643 541413376 110582 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 132181 110582 3424 6655 0 111768 0
[pid=169084/tid=169086] ppid=169081 vsize=528724 memory=14248 CPUtime=562.63 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 152037 0 0 0 56246 17 0 0 20 0 2 0 237654651 541413376 110582 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 1142 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 442328 KiB

[startup+642.3 s]
/proc/loadavg: 6.18 6.92 6.78 6/267 169120
/proc/meminfo: memFree=120632652/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=528724 memory=484704 CPUtime=1261.08 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 506150 0 0 0 126045 63 0 0 20 0 2 0 237653643 541413376 121176 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 132181 121176 3424 6655 0 122387 0
[pid=169084/tid=169086] ppid=169081 vsize=528724 memory=442328 CPUtime=621.92 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 169898 0 0 0 62173 19 0 0 20 0 2 0 237654651 541413376 121176 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 1261.08 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 484704 KiB

[startup+702.3 s]
/proc/loadavg: 5.56 6.61 6.68 6/267 169122
/proc/meminfo: memFree=112935988/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=528724 memory=484704 CPUtime=1380.19 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 507895 0 0 0 137956 63 0 0 20 0 2 0 237653643 541413376 121176 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 132181 121176 3424 6655 0 122387 0
[pid=169084/tid=169086] ppid=169081 vsize=528724 memory=442328 CPUtime=681.24 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 169903 0 0 0 68104 20 0 0 20 0 2 0 237654651 541413376 121176 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 1380.19 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 484704 KiB

[startup+732.337 s]
# the end of solver process 169084 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1432.92 s, system=0.740579 s

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

[startup+716.8 s]
/proc/loadavg: 5.43 6.53 6.65 6/267 169122
/proc/meminfo: memFree=112916388/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=528724 memory=484704 CPUtime=1408.98 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 507895 0 0 0 140835 63 0 0 20 0 2 0 237653643 541413376 121176 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 132181 121176 3424 6655 0 122387 0
[pid=169084/tid=169086] ppid=169081 vsize=528724 memory=5148 CPUtime=695.58 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 169903 0 0 0 69538 20 0 0 20 0 2 0 237654651 541413376 121176 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 1408.98 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 484704 KiB

[startup+723.2 s]
/proc/loadavg: 5.40 6.50 6.64 6/267 169124
/proc/meminfo: memFree=112916936/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=528724 memory=484704 CPUtime=1421.68 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) R 169081 169084 166602 0 -1 4194304 507895 0 0 0 142105 63 0 0 20 0 2 0 237653643 541413376 121176 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 132181 121176 3424 6655 0 122387 0
[pid=169084/tid=169086] ppid=169081 vsize=528724 memory=484704 CPUtime=701.9 cores=0,2
/proc/169084/task/169086/stat : 169086 (LSIPExact) R 169081 169084 166602 0 -1 4194368 169903 0 0 0 70170 20 0 0 20 0 2 0 237654651 541413376 121176 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
Current children cumulated CPU time: 1421.68 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 484704 KiB

[startup+726.4 s]
/proc/loadavg: 5.45 6.49 6.64 6/267 169124
/proc/meminfo: memFree=112913092/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=463188 memory=393164 CPUtime=1427.49 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) S 169081 169084 166602 0 -1 4194304 514408 0 0 0 142685 64 0 0 20 0 1 0 237653643 474304512 98291 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 115797 98291 3424 6655 0 106007 0
Current children cumulated CPU time: 1427.49 s
Current children cumulated vsize: 463188 KiB
Current children cumulated memory: 393164 KiB

[startup+729.6 s]
/proc/loadavg: 5.45 6.49 6.64 5/267 169125
/proc/meminfo: memFree=112851012/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=463188 memory=393164 CPUtime=1427.49 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) S 169081 169084 166602 0 -1 4194304 514408 0 0 0 142685 64 0 0 20 0 1 0 237653643 474304512 98291 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 115797 98291 3424 6655 0 106007 0
[pid=169125] ppid=169084 vsize=177404 memory=159660 CPUtime=3.43 cores=0,2
/proc/169125/stat : 169125 (Exact) R 169084 169125 169125 0 -1 4194304 31330 0 0 0 337 6 0 0 20 0 1 0 237726256 181661696 39915 18446744073709551615 4198400 8335837 140734410992800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42258432 140734410995897 140734410996251 140734410996251 140734411001807 0
/proc/169125/statm: 44351 39915 1120 1011 0 43118 0
Current children cumulated CPU time: 1430.92 s
Current children cumulated vsize: 640592 KiB
Current children cumulated memory: 552824 KiB

[startup+731.2 s]
/proc/loadavg: 5.33 6.45 6.63 5/267 169125
/proc/meminfo: memFree=112822908/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=463188 memory=393164 CPUtime=1427.49 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) S 169081 169084 166602 0 -1 4194304 514408 0 0 0 142685 64 0 0 20 0 1 0 237653643 474304512 98291 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 115797 98291 3424 6655 0 106007 0
[pid=169125] ppid=169084 vsize=188544 memory=174812 CPUtime=5.03 cores=0,2
/proc/169125/stat : 169125 (Exact) R 169084 169125 169125 0 -1 4194304 33620 0 0 0 496 7 0 0 20 0 1 0 237726256 193069056 43703 18446744073709551615 4198400 8335837 140734410992800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42258432 140734410995897 140734410996251 140734410996251 140734411001807 0
/proc/169125/statm: 47136 43703 1120 1011 0 45903 0
Current children cumulated CPU time: 1432.52 s
Current children cumulated vsize: 651732 KiB
Current children cumulated memory: 567976 KiB

[startup+732 s]*
/proc/loadavg: 5.33 6.45 6.63 5/267 169125
/proc/meminfo: memFree=112814780/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=463188 memory=393164 CPUtime=1427.49 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) S 169081 169084 166602 0 -1 4194304 514408 0 0 0 142685 64 0 0 20 0 1 0 237653643 474304512 98291 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 115797 98291 3424 6655 0 106007 0
[pid=169125] ppid=169084 vsize=193180 memory=179512 CPUtime=5.83 cores=0,2
/proc/169125/stat : 169125 (Exact) R 169084 169125 169125 0 -1 4194304 34269 0 0 0 576 7 0 0 20 0 1 0 237726256 197816320 44878 18446744073709551615 4198400 8335837 140734410992800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42258432 140734410995897 140734410996251 140734410996251 140734411001807 0
/proc/169125/statm: 48295 44878 1120 1011 0 47062 0
Current children cumulated CPU time: 1433.32 s
Current children cumulated vsize: 656368 KiB
Current children cumulated memory: 572676 KiB

[startup+732.2 s]
/proc/loadavg: 5.33 6.45 6.63 5/267 169125
/proc/meminfo: memFree=112814780/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=463188 memory=393164 CPUtime=1427.49 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) S 169081 169084 166602 0 -1 4194304 514408 0 0 0 142685 64 0 0 20 0 1 0 237653643 474304512 98291 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 115797 98291 3424 6655 0 106007 0
[pid=169125] ppid=169084 vsize=193180 memory=179512 CPUtime=6.02 cores=0,2
/proc/169125/stat : 169125 (Exact) R 169084 169125 169125 0 -1 4194304 34269 0 0 0 595 7 0 0 20 0 1 0 237726256 197816320 44878 18446744073709551615 4198400 8335837 140734410992800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42258432 140734410995897 140734410996251 140734410996251 140734411001807 0
/proc/169125/statm: 48295 44878 1120 1011 0 47062 0
Current children cumulated CPU time: 1433.51 s
Current children cumulated vsize: 656368 KiB
Current children cumulated memory: 572676 KiB

[startup+732.3 s]
/proc/loadavg: 5.33 6.45 6.63 5/267 169125
/proc/meminfo: memFree=112814780/131250000 swapFree=33008356/33010684
[pid=169084] ppid=169081 vsize=463188 memory=393164 CPUtime=1427.49 cores=0,2
/proc/169084/stat : 169084 (LSIPExact) S 169081 169084 166602 0 -1 4194304 514408 0 0 0 142685 64 0 0 20 0 1 0 237653643 474304512 98291 18446744073709551615 94650313605120 94650340862289 140730545747632 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94650349364360 94650349795968 94650379616256 140730545752408 140730545752584 140730545752584 140730545758188 0
/proc/169084/statm: 115797 98291 3424 6655 0 106007 0
Current children cumulated CPU time: 1427.49 s
Current children cumulated vsize: 463188 KiB
Current children cumulated memory: 393164 KiB

Child status: 0

Real time (s): 732.337
CPU time (s): 1433.66
CPU user time (s): 1432.92
CPU system time (s): 0.740579
CPU usage (%): 195.766
Max. virtual memory (cumulated for all children) (KiB): 656368
Max. memory (cumulated for all children) (KiB): 572676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1432.92
system time used= 0.740579
maximum resident set size= 486240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 556651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358
involuntary context switches= 32218


# summary of solver processes directly reported to runsolver:
#   pid: 169084
#   total CPU time (s): 1433.66
#   total CPU user time (s): 1432.92
#   total CPU system time (s): 0.740579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.4337 second user time and 3.50426 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-22 23:29:30
IDJOB=4545405
IDBENCH=180853
IDSOLVER=3384
FILE ID=nodeC014/4545405-1753219770
RUNJOBID= nodeC014-1753209940-166612
SLURM_JOB_ID= 9687781
Free space on /tmp= 432720 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545405-1753219770/watcher-4545405-1753219770 -o /tmp/evaluation-result-4545405-1753219770/solver-4545405-1753219770 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753209940-166612 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545405-1753219770.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 4a1d9056c3b02bcfb80521d72596a62f
RANDOM SEED=1519107493

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.717
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.23
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.158
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.23
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		: 3589.601
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.23
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.117
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.23
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		: 3599.926
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.116
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.23
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.124
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.23
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		: 3600.128
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126401332 kB
MemAvailable:   127004100 kB
Buffers:             696 kB
Cached:          1348032 kB
SwapCached:         1624 kB
Active:          2662224 kB
Inactive:         528024 kB
Active(anon):    1840436 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   502328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46104 kB
Writeback:            16 kB
AnonPages:       1840264 kB
Mapped:           144252 kB
Shmem:             24612 kB
KReclaimable:     235784 kB
Slab:             332172 kB
SReclaimable:     235784 kB
SUnreclaim:        96388 kB
KernelStack:        4288 kB
PageTables:         6848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2263428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    550912 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432676 MiB
End job on nodeC014 at 2025-07-22 23:41:43