Trace number 4527543

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.37 1946.68

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_11_shg.opb
MD5SUM1fbef458f61b2221fcf0474a376c4852
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark3585.25
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15008
Total number of constraints65280
Number of constraints which are clauses65280
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 constraint65
Maximum length of a constraint90
Number of terms in the objective function 15008
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 15008
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15008
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.04/1944.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.04/1944.60	c numVar: 15008
3600.04/1944.60	c numCon: 65280
3600.04/1944.60	c numEqual: 0
3600.04/1944.60	c intSize: 14
3600.04/1944.60	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.04/1944.60	c ------------------- Paras list -------------------
3600.04/1944.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.04/1944.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.04/1944.60	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.04/1944.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.04/1944.60	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.04/1944.60	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.04/1944.60	c random_seed         	 int       	 0         	 0         	 
3600.04/1944.60	c sample_size         	 int       	 50        	 50        	 
3600.04/1944.60	c sub_score           	 int       	 1         	 1         	 
3600.04/1944.60	c tabu_base           	 int       	 3         	 3         	 
3600.04/1944.60	c tabu_variation      	 int       	 1         	 1         	 
3600.04/1944.60	c sub_div             	 int       	 4         	 4         	 
3600.04/1944.60	c nbcore              	 int       	 2         	 1         	 
3600.04/1944.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.04/1944.60	c print_sol           	 int       	 1         	 1         	 
3600.04/1944.60	c tmpdir              	 string		 .         	 "."       	 
3600.04/1944.60	c home                	 string		 HOME	 "."       	 
3600.04/1944.60	c benchname           	 string		 HOME/instance-4527543-1752233327.opb	 ""        	 
3600.04/1944.60	c --------------------------------------------------
3600.04/1944.60	c Local Search solver
3600.04/1944.60	c LS find feasible solution for PBO with objective value 190
3600.04/1944.60	c MIP solver
3600.04/1944.60	c receive signal 15, try to interrupt solver...
3600.63/1944.91	c MIP solver find feasible solution
3600.63/1944.95	c MIP solver objective value: 81
3600.75/1945.04	c MIP find feasible solution for PBO with objective value 81
3600.75/1945.04	c copy file: 0
3600.75/1945.04	c gen ub file: HOME/instance-4527543-1752233327.opb_ub.opb
3600.75/1945.04	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

solver pid=113945, runsolver pid=113942

[startup+0.100061 s]*
/proc/loadavg: 7.08 6.96 5.00 8/266 113946
/proc/meminfo: memFree=117818692/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=110768 memory=67968 CPUtime=0.09 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 15991 0 0 0 7 2 0 0 20 0 1 0 139012154 113426432 16992 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 27692 16992 1184 6655 0 17927 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 110768 KiB
Current children cumulated memory: 67968 KiB

[startup+0.205488 s]*
/proc/loadavg: 7.08 6.96 5.00 8/266 113946
/proc/meminfo: memFree=117770308/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=164756 memory=121984 CPUtime=0.19 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 29488 0 0 0 15 4 0 0 20 0 1 0 139012154 168710144 30496 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 41189 30496 1184 6655 0 31424 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 164756 KiB
Current children cumulated memory: 121984 KiB

[startup+0.305358 s]*
/proc/loadavg: 7.08 6.96 5.00 8/266 113946
/proc/meminfo: memFree=117714168/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=208156 memory=173696 CPUtime=0.3 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 42447 0 0 0 23 7 0 0 20 0 1 0 139012154 213151744 43424 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 52039 43424 1216 6655 0 42274 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 208156 KiB
Current children cumulated memory: 173696 KiB

[startup+0.700187 s]
/proc/loadavg: 7.08 6.96 5.00 8/266 113946
/proc/meminfo: memFree=117665784/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=297996 memory=263680 CPUtime=0.69 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 64912 0 0 0 58 11 0 0 20 0 1 0 139012154 305147904 65888 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 74499 65920 1216 6655 0 64734 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 297996 KiB
Current children cumulated memory: 263680 KiB

[startup+1.50019 s]
/proc/loadavg: 7.08 6.96 5.00 8/266 113946
/proc/meminfo: memFree=117569016/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=442112 memory=407424 CPUtime=1.49 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 100869 0 0 0 132 17 0 0 20 0 1 0 139012154 452722688 101856 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 110528 101856 1216 6655 0 100763 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 442112 KiB
Current children cumulated memory: 407424 KiB

[startup+3.10535 s]
/proc/loadavg: 7.07 6.96 5.01 8/266 113946
/proc/meminfo: memFree=117198084/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=721744 memory=687360 CPUtime=3.08 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 170840 0 0 0 278 30 0 0 20 0 1 0 139012154 739065856 171840 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 180436 171840 1216 6655 0 170671 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 721744 KiB
Current children cumulated memory: 687360 KiB

[startup+6.30018 s]
/proc/loadavg: 7.07 6.96 5.01 8/266 113946
/proc/meminfo: memFree=117175908/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=721744 memory=687360 CPUtime=6.27 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 170840 0 0 0 596 31 0 0 20 0 1 0 139012154 739065856 171840 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 180436 171840 1216 6655 0 170671 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 721744 KiB
Current children cumulated memory: 687360 KiB

[startup+12.7002 s]
/proc/loadavg: 7.14 6.98 5.04 8/267 113947
/proc/meminfo: memFree=116749728/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=1192528 memory=1071880 CPUtime=12.65 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 222482 0 0 0 1219 46 0 0 20 0 2 0 139012154 1221148672 267970 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 298132 267970 2752 6655 0 272015 0
[pid=113945/tid=113947] ppid=113942 vsize=1192528 memory=1071240 CPUtime=0 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) S 113942 113945 113493 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139013277 1221148672 267970 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1192528 KiB
Current children cumulated memory: 1071880 KiB

[startup+25.5002 s]
/proc/loadavg: 7.19 7.00 5.06 9/267 113947
/proc/meminfo: memFree=116158728/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=1851768 memory=1779300 CPUtime=26.51 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 298750 0 0 0 2571 80 0 0 20 0 2 0 139012154 1896210432 444825 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 462942 444825 3072 6655 0 448167 0
[pid=113945/tid=113947] ppid=113942 vsize=1851768 memory=1445276 CPUtime=1.11 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) R 113942 113945 113493 0 -1 4194368 42918 0 0 0 102 9 0 0 20 0 2 0 139013277 1896210432 444825 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 26.51 s
Current children cumulated vsize: 1851768 KiB
Current children cumulated memory: 1779300 KiB

[startup+51.1055 s]
/proc/loadavg: 7.25 7.03 5.13 8/267 113948
/proc/meminfo: memFree=116024932/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=1791108 memory=1722564 CPUtime=59.11 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 357055 0 0 0 5819 92 0 0 20 0 2 0 139012154 1834094592 430641 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 447777 430641 3424 6655 0 435021 0
[pid=113945/tid=113947] ppid=113942 vsize=1791108 memory=1722564 CPUtime=8.18 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) S 113942 113945 113493 0 -1 4194368 97165 0 0 0 798 20 0 0 20 0 2 0 139013277 1834094592 430641 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 59.11 s
Current children cumulated vsize: 1791108 KiB
Current children cumulated memory: 1722564 KiB

[startup+102.3 s]
/proc/loadavg: 7.48 7.14 5.28 8/267 113950
/proc/meminfo: memFree=115875768/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=1791108 memory=1722564 CPUtime=110.16 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 360981 0 0 0 10923 93 0 0 20 0 2 0 139012154 1834094592 430641 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 447777 430641 3424 6655 0 435021 0
[pid=113945/tid=113947] ppid=113942 vsize=1791108 memory=1722564 CPUtime=8.18 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) S 113942 113945 113493 0 -1 4194368 97165 0 0 0 798 20 0 0 20 0 2 0 139013277 1834094592 430641 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 110.16 s
Current children cumulated vsize: 1791108 KiB
Current children cumulated memory: 1722564 KiB

[startup+162.3 s]
/proc/loadavg: 7.17 7.12 5.39 8/268 113959
/proc/meminfo: memFree=115753500/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=1791108 memory=1722564 CPUtime=169.98 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 364623 0 0 0 16905 93 0 0 20 0 2 0 139012154 1834094592 430641 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 447777 430641 3424 6655 0 435021 0
[pid=113945/tid=113947] ppid=113942 vsize=1791108 memory=1722564 CPUtime=8.18 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) S 113942 113945 113493 0 -1 4194368 97165 0 0 0 798 20 0 0 20 0 2 0 139013277 1834094592 430641 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 169.98 s
Current children cumulated vsize: 1791108 KiB
Current children cumulated memory: 1722564 KiB

[startup+222.3 s]
/proc/loadavg: 7.10 7.11 5.50 8/268 113961
/proc/meminfo: memFree=115588808/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=1791108 memory=1722564 CPUtime=229.81 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 364980 0 0 0 22888 93 0 0 20 0 2 0 139012154 1834094592 430641 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 447777 430641 3424 6655 0 435021 0
[pid=113945/tid=113947] ppid=113942 vsize=1791108 memory=1722564 CPUtime=8.18 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) S 113942 113945 113493 0 -1 4194368 97165 0 0 0 798 20 0 0 20 0 2 0 139013277 1834094592 430641 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 229.81 s
Current children cumulated vsize: 1791108 KiB
Current children cumulated memory: 1722564 KiB

[startup+282.3 s]
/proc/loadavg: 7.36 7.17 5.62 9/268 113963
/proc/meminfo: memFree=114983928/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=2241380 memory=2165280 CPUtime=303.74 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 460438 0 0 0 30259 115 0 0 20 0 2 0 139012154 2295173120 541320 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 560345 541320 3520 6655 0 547728 0
[pid=113945/tid=113947] ppid=113942 vsize=2241380 memory=2095520 CPUtime=22.28 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) R 113942 113945 113493 0 -1 4194368 165145 0 0 0 2198 30 0 0 20 0 2 0 139013277 2295173120 541320 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 303.74 s
Current children cumulated vsize: 2241380 KiB
Current children cumulated memory: 2165280 KiB

[startup+342.3 s]
/proc/loadavg: 7.85 7.35 5.78 9/269 113966
/proc/meminfo: memFree=114709868/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=2397804 memory=2323724 CPUtime=422.81 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 560900 0 0 0 42132 149 0 0 20 0 2 0 139012154 2455351296 580931 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 599451 580931 3520 6655 0 586834 0
[pid=113945/tid=113947] ppid=113942 vsize=2397804 memory=16532 CPUtime=81.56 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) R 113942 113945 113493 0 -1 4194368 165691 0 0 0 8125 31 0 0 20 0 2 0 139013277 2455351296 580931 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 422.81 s
Current children cumulated vsize: 2397804 KiB
Current children cumulated memory: 2323724 KiB


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

/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 1166445 0 0 0 268050 260 0 0 20 0 2 0 139012154 2622357504 623156 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 640224 623156 3520 6655 0 627757 0
[pid=113945/tid=113947] ppid=113942 vsize=2560896 memory=2492624 CPUtime=1207.3 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) R 113942 113945 113493 0 -1 4194368 562859 0 0 0 120628 102 0 0 20 0 2 0 139013277 2622357504 623156 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 2683.1 s
Current children cumulated vsize: 2560896 KiB
Current children cumulated memory: 2492624 KiB

[startup+1542.3 s]
/proc/loadavg: 7.16 7.19 6.96 8/267 114350
/proc/meminfo: memFree=113611712/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=2560896 memory=2492752 CPUtime=2802.17 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 1174393 0 0 0 279954 263 0 0 20 0 2 0 139012154 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 640224 623188 3520 6655 0 627757 0
[pid=113945/tid=113947] ppid=113942 vsize=2560896 memory=16532 CPUtime=1266.62 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) R 113942 113945 113493 0 -1 4194368 564143 0 0 0 126558 104 0 0 20 0 2 0 139013277 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 2802.17 s
Current children cumulated vsize: 2560896 KiB
Current children cumulated memory: 2492752 KiB

[startup+1602.3 s]
/proc/loadavg: 7.10 7.17 6.97 8/267 114352
/proc/meminfo: memFree=112952008/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=2560896 memory=2492752 CPUtime=2921.16 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 1192582 0 0 0 291850 266 0 0 20 0 2 0 139012154 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 640224 623188 3520 6655 0 627757 0
[pid=113945/tid=113947] ppid=113942 vsize=2560896 memory=2492752 CPUtime=1325.91 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) R 113942 113945 113493 0 -1 4194368 578623 0 0 0 132485 106 0 0 20 0 2 0 139013277 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 2921.16 s
Current children cumulated vsize: 2560896 KiB
Current children cumulated memory: 2492752 KiB

[startup+1662.3 s]
/proc/loadavg: 6.64 7.03 6.93 7/266 114398
/proc/meminfo: memFree=114698476/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=2560896 memory=2492752 CPUtime=3040.18 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 1200867 0 0 0 303748 270 0 0 20 0 2 0 139012154 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 640224 623188 3520 6655 0 627757 0
[pid=113945/tid=113947] ppid=113942 vsize=2560896 memory=2492752 CPUtime=1385.18 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) R 113942 113945 113493 0 -1 4194368 586005 0 0 0 138408 110 0 0 20 0 2 0 139013277 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 3040.18 s
Current children cumulated vsize: 2560896 KiB
Current children cumulated memory: 2492752 KiB

[startup+1722.3 s]
/proc/loadavg: 6.66 6.96 6.91 8/266 114446
/proc/meminfo: memFree=114625856/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=2560896 memory=2492752 CPUtime=3159.19 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 1200998 0 0 0 315645 274 0 0 20 0 2 0 139012154 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 640224 623188 3520 6655 0 627757 0
[pid=113945/tid=113947] ppid=113942 vsize=2560896 memory=2492752 CPUtime=1444.46 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) R 113942 113945 113493 0 -1 4194368 586086 0 0 0 144333 113 0 0 20 0 2 0 139013277 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 3159.19 s
Current children cumulated vsize: 2560896 KiB
Current children cumulated memory: 2492752 KiB

[startup+1782.3 s]
/proc/loadavg: 6.90 6.98 6.92 8/266 114540
/proc/meminfo: memFree=115860488/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=2560896 memory=2492752 CPUtime=3278.18 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 1212153 0 0 0 327538 280 0 0 20 0 2 0 139012154 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 640224 623188 3520 6655 0 627757 0
[pid=113945/tid=113947] ppid=113942 vsize=2560896 memory=2492752 CPUtime=1503.74 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) R 113942 113945 113493 0 -1 4194368 595470 0 0 0 150258 116 0 0 20 0 2 0 139013277 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 3278.18 s
Current children cumulated vsize: 2560896 KiB
Current children cumulated memory: 2492752 KiB

[startup+1842.3 s]
/proc/loadavg: 7.29 7.09 6.97 8/268 114680
/proc/meminfo: memFree=114730444/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=2560896 memory=2492752 CPUtime=3397.05 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 1222347 0 0 0 339417 288 0 0 20 0 2 0 139012154 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 640224 623188 3520 6655 0 627757 0
[pid=113945/tid=113947] ppid=113942 vsize=2560896 memory=16532 CPUtime=1562.93 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) R 113942 113945 113493 0 -1 4194368 603939 0 0 0 156172 121 0 0 20 0 2 0 139013277 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 3397.05 s
Current children cumulated vsize: 2560896 KiB
Current children cumulated memory: 2492752 KiB

[startup+1902.3 s]
/proc/loadavg: 7.67 7.23 7.03 9/268 114682
/proc/meminfo: memFree=112645492/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=2560896 memory=2492752 CPUtime=3516.1 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 1237592 0 0 0 351320 290 0 0 20 0 2 0 139012154 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 640224 623188 3520 6655 0 627757 0
[pid=113945/tid=113947] ppid=113942 vsize=2560896 memory=16532 CPUtime=1622.25 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) R 113942 113945 113493 0 -1 4194368 618481 0 0 0 162101 124 0 0 20 0 2 0 139013277 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 3516.1 s
Current children cumulated vsize: 2560896 KiB
Current children cumulated memory: 2492752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1944.6 s]
/proc/loadavg: 7.83 7.33 7.07 9/268 114694
/proc/meminfo: memFree=112644528/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=2560896 memory=2492752 CPUtime=3600.04 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) R 113942 113945 113493 0 -1 4194304 1241551 0 0 0 359712 292 0 0 20 0 2 0 139012154 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 640224 623188 3520 6655 0 627757 0
[pid=113945/tid=113947] ppid=113942 vsize=2560896 memory=345609 CPUtime=1664.07 cores=0,2
/proc/113945/task/113947/stat : 113947 (LSIPExact) R 113942 113945 113493 0 -1 4194368 620909 0 0 0 166282 125 0 0 20 0 2 0 139013277 2622357504 623188 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2560896 KiB
Current children cumulated memory: 2492752 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.27 s, system=3.10655 s

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

[startup+1945.6 s]
/proc/loadavg: 7.83 7.33 7.07 8/267 114694
/proc/meminfo: memFree=113214656/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=1941228 memory=1895904 CPUtime=3600.76 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) S 113942 113945 113493 0 -1 4194304 1316235 227 0 0 359779 297 0 0 20 0 1 0 139012154 1987817472 473976 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 485307 473976 3552 6655 0 472969 0
Current children cumulated CPU time: 3600.76 s
Current children cumulated vsize: 1941228 KiB
Current children cumulated memory: 1895904 KiB

[startup+1946.4 s]
/proc/loadavg: 7.83 7.33 7.07 8/268 114696
/proc/meminfo: memFree=113152548/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=1941228 memory=1895904 CPUtime=3600.76 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) S 113942 113945 113493 0 -1 4194304 1316235 227 0 0 359779 297 0 0 20 0 1 0 139012154 1987817472 473976 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 485307 473976 3552 6655 0 472969 0
[pid=114696] ppid=113945 vsize=90520 memory=81084 CPUtime=1.32 cores=0,2
/proc/114696/stat : 114696 (Exact) R 113945 114696 114696 0 -1 4194304 17384 0 0 0 126 6 0 0 20 0 1 0 139206658 92692480 20271 18446744073709551615 4198400 8335837 140723471771088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 30097408 140723471780018 140723471780379 140723471780379 140723471785935 0
/proc/114696/statm: 22630 20271 928 1011 0 21397 0
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 2031748 KiB
Current children cumulated memory: 1976988 KiB

[startup+1946.6 s]
/proc/loadavg: 7.83 7.33 7.07 8/268 114696
/proc/meminfo: memFree=113152548/131250000 swapFree=33009904/33010684
[pid=113945] ppid=113942 vsize=1941228 memory=1895904 CPUtime=3600.76 cores=0,2
/proc/113945/stat : 113945 (LSIPExact) S 113942 113945 113493 0 -1 4194304 1316235 227 0 0 359779 297 0 0 20 0 1 0 139012154 1987817472 473976 18446744073709551615 94206387384320 94206414641489 140732864881584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94206423143560 94206423575168 94206453633024 140732864887128 140732864887304 140732864887304 140732864892908 0
/proc/113945/statm: 485307 473976 3552 6655 0 472969 0
[pid=114696] ppid=113945 vsize=91100 memory=83668 CPUtime=1.52 cores=0,2
/proc/114696/stat : 114696 (Exact) R 113945 114696 114696 0 -1 4194304 17533 0 0 0 146 6 0 0 20 0 1 0 139206658 93286400 20917 18446744073709551615 4198400 8335837 140723471771088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 30097408 140723471780018 140723471780379 140723471780379 140723471785935 0
/proc/114696/statm: 22775 20917 928 1011 0 21542 0
Current children cumulated CPU time: 3602.28 s
Current children cumulated vsize: 2032328 KiB
Current children cumulated memory: 1979572 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1946.68
CPU time (s): 3602.37
CPU user time (s): 3599.27
CPU system time (s): 3.10655
CPU usage (%): 185.052
Max. virtual memory (cumulated for all children) (KiB): 2565132
Max. memory (cumulated for all children) (KiB): 2494788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.27
system time used= 3.10655
maximum resident set size= 2503672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1333995
page faults= 0
swaps= 0
block input operations= 73040
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 469
involuntary context switches= 95555


# summary of solver processes directly reported to runsolver:
#   pid: 113945
#   total CPU time (s): 3602.37
#   total CPU user time (s): 3599.27
#   total CPU system time (s): 3.10655

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.75799 second user time and 8.39205 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-11 13:28:47
IDJOB=4527543
IDBENCH=155404
IDSOLVER=3384
FILE ID=nodeC033/4527543-1752233327
RUNJOBID= nodeC033-1752232205-113510
SLURM_JOB_ID= 9682544
Free space on /tmp= 429588 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_11_shg.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527543-1752233327/watcher-4527543-1752233327 -o /tmp/evaluation-result-4527543-1752233327/solver-4527543-1752233327 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1752232205-113510 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527543-1752233327.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 1fbef458f61b2221fcf0474a376c4852
RANDOM SEED=1287912451

nodeC033 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.911
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.13
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.091
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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        117882376 kB
MemAvailable:   126548736 kB
Buffers:            2128 kB
Cached:          9388332 kB
SwapCached:           68 kB
Active:          3889588 kB
Inactive:        8716588 kB
Active(anon):    3228356 kB
Inactive(anon):     5388 kB
Active(file):     661232 kB
Inactive(file):  8711200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             92960 kB
Writeback:             4 kB
AnonPages:       3218796 kB
Mapped:           143244 kB
Shmem:             18028 kB
KReclaimable:     266336 kB
Slab:             361680 kB
SReclaimable:     266336 kB
SUnreclaim:        95344 kB
KernelStack:        4288 kB
PageTables:         9444 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3592276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 429496 MiB
End job on nodeC033 at 2025-07-11 14:01:14