Trace number 4527809

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.14 1821.81

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-SameQueensKnights-b-35_c24.opb
MD5SUM85006dfa006eef4f5ff7a59d59a5be2d
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 benchmark-61
Best CPU time to get the best result obtained on this benchmark3585.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables43918
Total number of constraints55130
Number of constraints which are clauses12251
Number of constraints which are cardinality constraints (but not clauses)1225
Number of constraints which are nor clauses,nor cardinality constraints41654
Minimum length of a constraint1
Maximum length of a constraint1231
Number of terms in the objective function 12
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 126
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1533
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527809-1752236240/watcher-4527809-1752236240 -o /tmp/evaluation-result-4527809-1752236240/solver-4527809-1752236240 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1752232205-110829 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527809-1752236240.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
Current StackSize limit: 8192 KiB

solver pid=112033, runsolver pid=112030

[startup+0.100063 s]*
/proc/loadavg: 7.66 7.44 6.79 7/269 112034
/proc/meminfo: memFree=108855636/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=98876 memory=64384 CPUtime=0.09 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 15077 0 0 0 7 2 0 0 20 0 1 0 139302632 101249024 16096 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 24719 16096 1184 6655 0 14954 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 98876 KiB
Current children cumulated memory: 64384 KiB

[startup+0.205571 s]*
/proc/loadavg: 7.66 7.44 6.79 7/269 112034
/proc/meminfo: memFree=108823380/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=131924 memory=97280 CPUtime=0.19 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 23303 0 0 0 16 3 0 0 20 0 1 0 139302632 135090176 24320 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 32981 24320 1184 6655 0 23216 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 131924 KiB
Current children cumulated memory: 97280 KiB

[startup+0.305491 s]*
/proc/loadavg: 7.66 7.44 6.79 7/269 112034
/proc/meminfo: memFree=108815316/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=131924 memory=97408 CPUtime=0.29 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 23334 0 0 0 26 3 0 0 20 0 1 0 139302632 135090176 24352 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 32981 24352 1184 6655 0 23216 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 131924 KiB
Current children cumulated memory: 97408 KiB

[startup+0.700133 s]
/proc/loadavg: 7.66 7.44 6.79 7/269 112034
/proc/meminfo: memFree=108815316/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=132072 memory=97536 CPUtime=0.68 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 23352 0 0 0 65 3 0 0 20 0 1 0 139302632 135241728 24384 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 33018 24384 1184 6655 0 23253 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 132072 KiB
Current children cumulated memory: 97536 KiB

[startup+1.50012 s]
/proc/loadavg: 7.66 7.44 6.79 7/269 112034
/proc/meminfo: memFree=108815316/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=132072 memory=97536 CPUtime=1.48 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 23352 0 0 0 145 3 0 0 20 0 1 0 139302632 135241728 24384 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 33018 24384 1184 6655 0 23253 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 132072 KiB
Current children cumulated memory: 97536 KiB

[startup+3.10533 s]
/proc/loadavg: 7.53 7.41 6.79 7/269 112034
/proc/meminfo: memFree=108815820/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=132072 memory=97536 CPUtime=3.08 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 23352 0 0 0 305 3 0 0 20 0 1 0 139302632 135241728 24384 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 33018 24384 1184 6655 0 23253 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 132072 KiB
Current children cumulated memory: 97536 KiB

[startup+6.30016 s]
/proc/loadavg: 7.53 7.41 6.79 7/269 112034
/proc/meminfo: memFree=108816324/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=132072 memory=97536 CPUtime=6.27 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 23352 0 0 0 624 3 0 0 20 0 1 0 139302632 135241728 24384 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 33018 24384 1184 6655 0 23253 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 132072 KiB
Current children cumulated memory: 97536 KiB

[startup+12.7002 s]
/proc/loadavg: 7.40 7.39 6.78 8/270 112035
/proc/meminfo: memFree=108620944/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=449284 memory=386008 CPUtime=13.72 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 81554 0 0 0 1358 14 0 0 20 0 2 0 139302632 460066816 96502 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 112321 96502 3520 6655 0 100601 0
[pid=112033/tid=112035] ppid=112030 vsize=449284 memory=-7880352373835792254 CPUtime=1.07 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 13369 0 0 0 105 2 0 0 20 0 2 0 139303649 460066816 96502 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 13.72 s
Current children cumulated vsize: 449284 KiB
Current children cumulated memory: 386008 KiB

[startup+25.5002 s]
/proc/loadavg: 7.31 7.37 6.79 8/269 112035
/proc/meminfo: memFree=108536492/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=506100 memory=439344 CPUtime=39.16 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 135944 0 0 0 3897 19 0 0 20 0 2 0 139302632 518246400 109836 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 126525 109836 3552 6655 0 114805 0
[pid=112033/tid=112035] ppid=112030 vsize=506100 memory=429692 CPUtime=13.75 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 33971 0 0 0 1371 4 0 0 20 0 2 0 139303649 518246400 109836 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 39.16 s
Current children cumulated vsize: 506100 KiB
Current children cumulated memory: 439344 KiB

[startup+51.1056 s]
/proc/loadavg: 7.34 7.37 6.81 8/268 112036
/proc/meminfo: memFree=108487860/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=523120 memory=471644 CPUtime=89.71 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 191760 0 0 0 8946 25 0 0 20 0 2 0 139302632 535674880 117911 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 130780 117911 3552 6655 0 120644 0
[pid=112033/tid=112035] ppid=112030 vsize=523120 memory=2273 CPUtime=38.78 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 56747 0 0 0 3872 6 0 0 20 0 2 0 139303649 535674880 117911 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 89.71 s
Current children cumulated vsize: 523120 KiB
Current children cumulated memory: 471644 KiB

[startup+102.3 s]
/proc/loadavg: 7.07 7.30 6.81 8/268 112038
/proc/meminfo: memFree=108453232/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=523120 memory=487324 CPUtime=186.97 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 277647 0 0 0 18664 33 0 0 20 0 2 0 139302632 535674880 121831 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 130780 121831 3552 6655 0 120914 0
[pid=112033/tid=112035] ppid=112030 vsize=523120 memory=483952 CPUtime=85.27 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 87470 0 0 0 8517 10 0 0 20 0 2 0 139303649 535674880 121831 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 186.97 s
Current children cumulated vsize: 523120 KiB
Current children cumulated memory: 487324 KiB

[startup+162.3 s]
/proc/loadavg: 7.07 7.25 6.83 8/268 112040
/proc/meminfo: memFree=108393044/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=533348 memory=498608 CPUtime=305.81 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 329186 0 0 0 30544 37 0 0 20 0 2 0 139302632 546148352 124652 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 133337 124652 3552 6655 0 123558 0
[pid=112033/tid=112035] ppid=112030 vsize=533348 memory=507060 CPUtime=144.32 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 104250 0 0 0 14420 12 0 0 20 0 2 0 139303649 546148352 124652 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 305.81 s
Current children cumulated vsize: 533348 KiB
Current children cumulated memory: 498608 KiB

[startup+222.3 s]
/proc/loadavg: 7.06 7.22 6.85 8/268 112042
/proc/meminfo: memFree=108372696/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=533348 memory=500784 CPUtime=424.99 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 367397 0 0 0 42458 41 0 0 20 0 2 0 139302632 546148352 125196 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 133337 125196 3552 6655 0 123558 0
[pid=112033/tid=112035] ppid=112030 vsize=533348 memory=16496 CPUtime=203.69 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 122145 0 0 0 20355 14 0 0 20 0 2 0 139303649 546148352 125196 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 424.99 s
Current children cumulated vsize: 533348 KiB
Current children cumulated memory: 500784 KiB

[startup+282.3 s]
/proc/loadavg: 6.73 7.11 6.84 7/267 112046
/proc/meminfo: memFree=108328700/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=598884 memory=503640 CPUtime=544.19 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 368757 0 0 0 54375 44 0 0 20 0 2 0 139302632 613257216 125910 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 149721 125910 3552 6655 0 124112 0
[pid=112033/tid=112035] ppid=112030 vsize=598884 memory=503640 CPUtime=263.08 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 123249 0 0 0 26291 17 0 0 20 0 2 0 139303649 613257216 125910 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 544.19 s
Current children cumulated vsize: 598884 KiB
Current children cumulated memory: 503640 KiB

[startup+342.3 s]
/proc/loadavg: 5.97 6.84 6.76 5/261 112088
/proc/meminfo: memFree=108380932/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=598884 memory=519772 CPUtime=663.37 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 390043 0 0 0 66290 47 0 0 20 0 2 0 139302632 613257216 129943 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 149721 129943 3552 6655 0 128072 0
[pid=112033/tid=112035] ppid=112030 vsize=598884 memory=503640 CPUtime=322.45 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 134621 0 0 0 32226 19 0 0 20 0 2 0 139303649 613257216 129943 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 663.37 s
Current children cumulated vsize: 598884 KiB
Current children cumulated memory: 519772 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=108071544/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=674968 memory=611328 CPUtime=2810.11 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 523346 0 0 0 280935 76 0 0 20 0 2 0 139302632 691167232 152832 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 168742 152832 3552 6655 0 152102 0
[pid=112033/tid=112035] ppid=112030 vsize=674968 memory=586516 CPUtime=1392.2 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 223496 0 0 0 139178 42 0 0 20 0 2 0 139303649 691167232 152832 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 2810.11 s
Current children cumulated vsize: 674968 KiB
Current children cumulated memory: 611328 KiB

[startup+1482.3 s]
/proc/loadavg: 4.13 4.17 4.86 5/260 112139
/proc/meminfo: memFree=108078928/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=674968 memory=611328 CPUtime=2929.37 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 523633 0 0 0 292860 77 0 0 20 0 2 0 139302632 691167232 152832 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 168742 152832 3552 6655 0 152102 0
[pid=112033/tid=112035] ppid=112030 vsize=674968 memory=611328 CPUtime=1451.61 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 223497 0 0 0 145118 43 0 0 20 0 2 0 139303649 691167232 152832 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 2929.37 s
Current children cumulated vsize: 674968 KiB
Current children cumulated memory: 611328 KiB

[startup+1542.3 s]
/proc/loadavg: 4.12 4.15 4.81 5/261 112148
/proc/meminfo: memFree=108080300/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=674968 memory=611328 CPUtime=3048.62 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 525648 0 0 0 304784 78 0 0 20 0 2 0 139302632 691167232 152832 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 168742 152832 3552 6655 0 152102 0
[pid=112033/tid=112035] ppid=112030 vsize=674968 memory=16496 CPUtime=1511.02 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 223499 0 0 0 151058 44 0 0 20 0 2 0 139303649 691167232 152832 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 3048.62 s
Current children cumulated vsize: 674968 KiB
Current children cumulated memory: 611328 KiB

[startup+1602.3 s]
/proc/loadavg: 4.14 4.15 4.77 5/261 112151
/proc/meminfo: memFree=108082492/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=674968 memory=611328 CPUtime=3167.86 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 528660 0 0 0 316708 78 0 0 20 0 2 0 139302632 691167232 152832 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 168742 152832 3552 6655 0 152102 0
[pid=112033/tid=112035] ppid=112030 vsize=674968 memory=611328 CPUtime=1570.42 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 223510 0 0 0 156998 44 0 0 20 0 2 0 139303649 691167232 152832 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 3167.86 s
Current children cumulated vsize: 674968 KiB
Current children cumulated memory: 611328 KiB

[startup+1662.3 s]
/proc/loadavg: 4.10 4.14 4.72 5/261 112153
/proc/meminfo: memFree=108088560/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=674968 memory=611328 CPUtime=3287.11 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 528676 0 0 0 328632 79 0 0 20 0 2 0 139302632 691167232 152832 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 168742 152832 3552 6655 0 152102 0
[pid=112033/tid=112035] ppid=112030 vsize=674968 memory=20480 CPUtime=1629.82 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 223517 0 0 0 162937 45 0 0 20 0 2 0 139303649 691167232 152832 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 3287.11 s
Current children cumulated vsize: 674968 KiB
Current children cumulated memory: 611328 KiB

[startup+1722.3 s]
/proc/loadavg: 4.08 4.13 4.68 5/261 112155
/proc/meminfo: memFree=108099500/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=694260 memory=607272 CPUtime=3406.36 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 541206 0 0 0 340554 82 0 0 20 0 2 0 139302632 710922240 151818 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 173565 151818 3552 6655 0 158931 0
[pid=112033/tid=112035] ppid=112030 vsize=694260 memory=650320 CPUtime=1689.23 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 229368 0 0 0 168876 47 0 0 20 0 2 0 139303649 710922240 151818 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 3406.36 s
Current children cumulated vsize: 694260 KiB
Current children cumulated memory: 607272 KiB

[startup+1782.3 s]
/proc/loadavg: 4.08 4.12 4.64 5/261 112157
/proc/meminfo: memFree=108132316/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=694260 memory=607272 CPUtime=3525.6 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 543941 0 0 0 352477 83 0 0 20 0 2 0 139302632 710922240 151818 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 173565 151818 3552 6655 0 158931 0
[pid=112033/tid=112035] ppid=112030 vsize=694260 memory=16496 CPUtime=1748.63 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 229478 0 0 0 174815 48 0 0 20 0 2 0 139303649 710922240 151818 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 3525.6 s
Current children cumulated vsize: 694260 KiB
Current children cumulated memory: 607272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.8 s]
/proc/loadavg: 4.10 4.12 4.62 7/261 112158
/proc/meminfo: memFree=108125292/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=694260 memory=607272 CPUtime=3600.14 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) R 112030 112033 110812 0 -1 4194304 543975 0 0 0 359931 83 0 0 20 0 2 0 139302632 710922240 151818 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 173565 151818 3552 6655 0 158931 0
[pid=112033/tid=112035] ppid=112030 vsize=694260 memory=3200 CPUtime=1785.76 cores=0,2
/proc/112033/task/112035/stat : 112035 (LSIPExact) R 112030 112033 110812 0 -1 4194368 229483 0 0 0 178528 48 0 0 20 0 2 0 139303649 710922240 151818 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 694260 KiB
Current children cumulated memory: 607272 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.36 s, system=0.854055 s

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

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

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

[startup+1820.8 s]
/proc/loadavg: 4.10 4.12 4.62 4/261 112160
/proc/meminfo: memFree=108140816/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=563188 memory=528332 CPUtime=3600.2 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) S 112030 112033 110812 0 -1 4194304 555210 229 0 0 359936 84 0 0 20 0 1 0 139302632 576704512 132083 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 140797 132083 3584 6655 0 131028 0
[pid=112160] ppid=112033 vsize=186192 memory=173144 CPUtime=0.91 cores=0,2
/proc/112160/stat : 112160 (Exact) R 112033 112160 112160 0 -1 4194304 31815 0 0 0 83 8 0 0 20 0 1 0 139484618 190660608 43286 18446744073709551615 4198400 8335837 140734985594976 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31137792 140734985599154 140734985599515 140734985599515 140734985605071 0
/proc/112160/statm: 46548 43286 1088 1011 0 45315 0
Current children cumulated CPU time: 3601.11 s
Current children cumulated vsize: 749380 KiB
Current children cumulated memory: 701476 KiB

[startup+1821.6 s]
/proc/loadavg: 4.10 4.12 4.62 6/261 112160
/proc/meminfo: memFree=108016004/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=563188 memory=528332 CPUtime=3600.2 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) S 112030 112033 110812 0 -1 4194304 555210 229 0 0 359936 84 0 0 20 0 1 0 139302632 576704512 132083 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 140797 132083 3584 6655 0 131028 0
[pid=112160] ppid=112033 vsize=229052 memory=216272 CPUtime=1.7 cores=0,2
/proc/112160/stat : 112160 (Exact) R 112033 112160 112160 0 -1 4194304 36704 0 0 0 161 9 0 0 20 0 1 0 139484618 234549248 54068 18446744073709551615 4198400 8335837 140734985594976 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31137792 140734985599154 140734985599515 140734985599515 140734985605071 0
/proc/112160/statm: 57263 54068 1088 1011 0 56030 0
Current children cumulated CPU time: 3601.9 s
Current children cumulated vsize: 792240 KiB
Current children cumulated memory: 744604 KiB

[startup+1821.8 s]
/proc/loadavg: 4.10 4.12 4.62 6/261 112160
/proc/meminfo: memFree=108016004/131249996 swapFree=33010160/33010684
[pid=112033] ppid=112030 vsize=563188 memory=528332 CPUtime=3600.2 cores=0,2
/proc/112033/stat : 112033 (LSIPExact) S 112030 112033 110812 0 -1 4194304 555210 229 0 0 359936 84 0 0 20 0 1 0 139302632 576704512 132083 18446744073709551615 94532624470016 94532651727185 140736301075408 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94532660229256 94532660660864 94532681981952 140736301078872 140736301079048 140736301079048 140736301084652 0
/proc/112033/statm: 140797 132083 3584 6655 0 131028 0
[pid=112160] ppid=112033 vsize=229052 memory=216272 CPUtime=1.9 cores=0,2
/proc/112160/stat : 112160 (Exact) R 112033 112160 112160 0 -1 4194304 36704 0 0 0 181 9 0 0 20 0 1 0 139484618 234549248 54068 18446744073709551615 4198400 8335837 140734985594976 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31137792 140734985599154 140734985599515 140734985599515 140734985605071 0
/proc/112160/statm: 57263 54068 1088 1011 0 56030 0
Current children cumulated CPU time: 3602.1 s
Current children cumulated vsize: 792240 KiB
Current children cumulated memory: 744604 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1821.81
CPU time (s): 3602.14
CPU user time (s): 3601.18
CPU system time (s): 0.95695
CPU usage (%): 197.722
Max. virtual memory (cumulated for all children) (KiB): 792240
Max. memory (cumulated for all children) (KiB): 744604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.18
system time used= 0.95695
maximum resident set size= 650320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 592143
page faults= 0
swaps= 0
block input operations= 9864
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 653
involuntary context switches= 28592


# summary of solver processes directly reported to runsolver:
#   pid: 112033,112160
#   total CPU time (s): 3602.14
#   total CPU user time (s): 3601.18
#   total CPU system time (s): 0.95695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.49556 second user time and 7.38945 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-11 14:17:20
IDJOB=4527809
IDBENCH=180653
IDSOLVER=3384
FILE ID=nodeC032/4527809-1752236240
RUNJOBID= nodeC032-1752232205-110829
SLURM_JOB_ID= 9682543
Free space on /tmp= 428912 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-SameQueensKnights-b-35_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-4527809-1752236240/watcher-4527809-1752236240 -o /tmp/evaluation-result-4527809-1752236240/solver-4527809-1752236240 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1752232205-110829 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527809-1752236240.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 85006dfa006eef4f5ff7a59d59a5be2d
RANDOM SEED=1473383805

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        108910824 kB
MemAvailable:   129003440 kB
Buffers:            2728 kB
Cached:         20768604 kB
SwapCached:           20 kB
Active:          1050632 kB
Inactive:       20395416 kB
Active(anon):     689640 kB
Inactive(anon):     3124 kB
Active(file):     360992 kB
Inactive(file): 20392292 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49584 kB
Writeback:             4 kB
AnonPages:        674264 kB
Mapped:           145732 kB
Shmem:             18048 kB
KReclaimable:     357144 kB
Slab:             453956 kB
SReclaimable:     357144 kB
SUnreclaim:        96812 kB
KernelStack:        4336 kB
PageTables:         4444 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1048748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 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= 428912 MiB
End job on nodeC032 at 2025-07-11 14:47:42