Trace number 4527439

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.11 1834.51

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_1.opb
MD5SUM5bd9df7c04c5af36994bd737db01c977
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark638.833
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21320
Total number of constraints79746
Number of constraints which are clauses79734
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint1
Maximum length of a constraint1407
Number of terms in the objective function 1407
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 1407
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1442
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.11/1832.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.11/1832.50	c numVar: 21320
3600.11/1832.50	c numCon: 79746
3600.11/1832.50	c numEqual: 0
3600.11/1832.50	c intSize: 11
3600.11/1832.50	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.11/1832.50	c ------------------- Paras list -------------------
3600.11/1832.50	c Name                	 Type      	 Now       	 Default   	 Comment
3600.11/1832.50	c timeout             	 double    	 3600.000000	 3600      	 
3600.11/1832.50	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.11/1832.50	c ls_time             	 double    	 10.000000 	 10        	 
3600.11/1832.50	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.11/1832.50	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.11/1832.50	c random_seed         	 int       	 0         	 0         	 
3600.11/1832.50	c sample_size         	 int       	 50        	 50        	 
3600.11/1832.50	c sub_score           	 int       	 1         	 1         	 
3600.11/1832.50	c tabu_base           	 int       	 3         	 3         	 
3600.11/1832.50	c tabu_variation      	 int       	 1         	 1         	 
3600.11/1832.50	c sub_div             	 int       	 4         	 4         	 
3600.11/1832.50	c nbcore              	 int       	 2         	 1         	 
3600.11/1832.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.11/1832.50	c print_sol           	 int       	 1         	 1         	 
3600.11/1832.50	c tmpdir              	 string		 .         	 "."       	 
3600.11/1832.50	c home                	 string		 HOME	 "."       	 
3600.11/1832.50	c benchname           	 string		 HOME/instance-4527439-1752232299.opb	 ""        	 
3600.11/1832.50	c --------------------------------------------------
3600.11/1832.50	c Local Search solver
3600.11/1832.50	c LS find feasible solution for PBO with objective value 35
3600.11/1832.50	c MIP solver
3600.11/1832.50	c receive signal 15, try to interrupt solver...
3600.11/1832.53	c MIP solver find feasible solution
3600.11/1832.54	c MIP solver objective value: 26
3600.11/1832.58	c MIP find feasible solution for PBO with objective value 26
3600.11/1832.58	c copy file: 0
3600.11/1832.58	c gen ub file: HOME/instance-4527439-1752232299.opb_ub.opb
3600.11/1832.58	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 (60250 MiB free)
  memory of node 1: 64465 MiB (62138 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100059 s]*
/proc/loadavg: 5.44 1.87 0.72 8/269 106151
/proc/meminfo: memFree=125267512/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=93148 memory=58632 CPUtime=0.09 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 13135 0 0 0 7 2 0 0 20 0 1 0 138908605 95383552 14658 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 23287 14658 1184 6655 0 13522 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 93148 KiB
Current children cumulated memory: 58632 KiB

[startup+0.205554 s]*
/proc/loadavg: 5.44 1.87 0.72 8/269 106151
/proc/meminfo: memFree=125267512/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=93308 memory=58760 CPUtime=0.2 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 13157 0 0 0 18 2 0 0 20 0 1 0 138908605 95547392 14690 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 23327 14690 1184 6655 0 13562 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 93308 KiB
Current children cumulated memory: 58760 KiB

[startup+0.305121 s]*
/proc/loadavg: 5.44 1.87 0.72 8/269 106151
/proc/meminfo: memFree=125267512/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=93308 memory=58760 CPUtime=0.29 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 13157 0 0 0 27 2 0 0 20 0 1 0 138908605 95547392 14690 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 23327 14690 1184 6655 0 13562 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 93308 KiB
Current children cumulated memory: 58760 KiB

[startup+0.700141 s]
/proc/loadavg: 5.44 1.87 0.72 8/269 106151
/proc/meminfo: memFree=125265748/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=93308 memory=58760 CPUtime=0.68 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 13157 0 0 0 66 2 0 0 20 0 1 0 138908605 95547392 14690 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 23327 14690 1184 6655 0 13562 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 93308 KiB
Current children cumulated memory: 58760 KiB

[startup+1.50013 s]
/proc/loadavg: 5.44 1.87 0.72 8/269 106151
/proc/meminfo: memFree=125269268/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=93308 memory=58760 CPUtime=1.48 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 13157 0 0 0 146 2 0 0 20 0 1 0 138908605 95547392 14690 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 23327 14690 1184 6655 0 13562 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 93308 KiB
Current children cumulated memory: 58760 KiB

[startup+3.10535 s]
/proc/loadavg: 5.56 1.95 0.76 8/269 106151
/proc/meminfo: memFree=125263624/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=93308 memory=58760 CPUtime=3.08 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 13158 0 0 0 306 2 0 0 20 0 1 0 138908605 95547392 14690 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 23327 14690 1184 6655 0 13562 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 93308 KiB
Current children cumulated memory: 58760 KiB

[startup+6.30012 s]
/proc/loadavg: 5.56 1.95 0.76 8/269 106151
/proc/meminfo: memFree=125278104/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=93308 memory=58760 CPUtime=6.27 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 13159 0 0 0 625 2 0 0 20 0 1 0 138908605 95547392 14690 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 23327 14690 1184 6655 0 13562 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 93308 KiB
Current children cumulated memory: 58760 KiB

[startup+12.7001 s]
/proc/loadavg: 5.70 2.10 0.82 7/270 106152
/proc/meminfo: memFree=125167428/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=354664 memory=278416 CPUtime=13.31 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 66889 0 0 0 1320 11 0 0 20 0 2 0 138908605 363175936 69604 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 88666 69604 3360 6655 0 71596 0
[pid=106150/tid=106152] ppid=106147 vsize=354664 memory=272316 CPUtime=0.65 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 6625 0 0 0 65 0 0 0 20 0 2 0 138909617 363175936 69604 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 13.31 s
Current children cumulated vsize: 354664 KiB
Current children cumulated memory: 278416 KiB

[startup+25.5002 s]
/proc/loadavg: 5.98 2.28 0.89 9/270 106153
/proc/meminfo: memFree=124958212/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=420360 memory=367680 CPUtime=38.75 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 105203 0 0 0 3858 17 0 0 20 0 2 0 138908605 430448640 91920 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 105090 91920 3360 6655 0 94581 0
[pid=106150/tid=106152] ppid=106147 vsize=420360 memory=367592 CPUtime=13.34 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 36404 0 0 0 1328 6 0 0 20 0 2 0 138909617 430448640 91920 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 38.75 s
Current children cumulated vsize: 420360 KiB
Current children cumulated memory: 367680 KiB

[startup+51.1054 s]
/proc/loadavg: 6.80 2.77 1.09 8/270 106153
/proc/meminfo: memFree=124768428/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=430980 memory=383276 CPUtime=87.25 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 139639 0 0 0 8704 21 0 0 20 0 2 0 138908605 441323520 95819 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 107745 95819 3456 6655 0 97798 0
[pid=106150/tid=106152] ppid=106147 vsize=430980 memory=383276 CPUtime=36.31 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) S 106147 106150 105752 0 -1 4194368 62568 0 0 0 3622 9 0 0 20 0 2 0 138909617 441323520 95819 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 87.25 s
Current children cumulated vsize: 430980 KiB
Current children cumulated memory: 383276 KiB

[startup+102.3 s]
/proc/loadavg: 7.43 3.61 1.48 9/270 106155
/proc/meminfo: memFree=124480360/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=542824 memory=484328 CPUtime=164.26 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 210425 0 0 0 16396 30 0 0 20 0 2 0 138908605 555851776 121082 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 135706 121082 3520 6655 0 125759 0
[pid=106150/tid=106152] ppid=106147 vsize=542824 memory=484328 CPUtime=62.27 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 90147 0 0 0 6215 12 0 0 20 0 2 0 138909617 555851776 121082 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 164.26 s
Current children cumulated vsize: 542824 KiB
Current children cumulated memory: 484328 KiB

[startup+162.3 s]
/proc/loadavg: 7.84 4.43 1.89 9/269 106157
/proc/meminfo: memFree=124263560/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=545692 memory=493140 CPUtime=283.17 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 304904 0 0 0 28277 40 0 0 20 0 2 0 138908605 558788608 123285 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 136423 123285 3520 6655 0 126476 0
[pid=106150/tid=106152] ppid=106147 vsize=545692 memory=487336 CPUtime=121.4 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 129114 0 0 0 12124 16 0 0 20 0 2 0 138909617 558788608 123285 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 283.17 s
Current children cumulated vsize: 545692 KiB
Current children cumulated memory: 493140 KiB

[startup+222.3 s]
/proc/loadavg: 8.00 5.10 2.28 9/268 106159
/proc/meminfo: memFree=124031796/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=545692 memory=499796 CPUtime=402.34 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 325411 0 0 0 40192 42 0 0 20 0 2 0 138908605 558788608 124949 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 136423 124949 3520 6655 0 126476 0
[pid=106150/tid=106152] ppid=106147 vsize=545692 memory=497876 CPUtime=180.79 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 144987 0 0 0 18062 17 0 0 20 0 2 0 138909617 558788608 124949 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 402.34 s
Current children cumulated vsize: 545692 KiB
Current children cumulated memory: 499796 KiB

[startup+282.3 s]
/proc/loadavg: 8.05 5.64 2.65 9/268 106161
/proc/meminfo: memFree=123791472/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=545692 memory=503124 CPUtime=521.51 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 366046 0 0 0 52107 44 0 0 20 0 2 0 138908605 558788608 125781 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 136423 125781 3520 6655 0 126476 0
[pid=106150/tid=106152] ppid=106147 vsize=545692 memory=503124 CPUtime=240.18 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 164425 0 0 0 23999 19 0 0 20 0 2 0 138909617 558788608 125781 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 521.51 s
Current children cumulated vsize: 545692 KiB
Current children cumulated memory: 503124 KiB

[startup+342.3 s]
/proc/loadavg: 8.13 6.11 3.00 9/266 106163
/proc/meminfo: memFree=123601056/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=545692 memory=504728 CPUtime=640.69 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 394717 0 0 0 64022 47 0 0 20 0 2 0 138908605 558788608 126182 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 136423 126182 3520 6655 0 126476 0
[pid=106150/tid=106152] ppid=106147 vsize=545692 memory=504276 CPUtime=299.56 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 183050 0 0 0 29935 21 0 0 20 0 2 0 138909617 558788608 126182 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 640.69 s
Current children cumulated vsize: 545692 KiB
Current children cumulated memory: 504728 KiB


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

Current children cumulated CPU time: 2785.58 s
Current children cumulated vsize: 652580 KiB
Current children cumulated memory: 587644 KiB

[startup+1482.3 s]
/proc/loadavg: 8.03 8.00 6.55 9/266 106863
/proc/meminfo: memFree=120216568/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=660860 memory=598524 CPUtime=2904.76 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 497583 0 0 0 290412 64 0 0 20 0 2 0 138908605 676720640 149631 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 165215 149631 3520 6655 0 148226 0
[pid=106150/tid=106152] ppid=106147 vsize=660860 memory=587644 CPUtime=1427.61 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 231411 0 0 0 142729 32 0 0 20 0 2 0 138909617 676720640 149631 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 2904.76 s
Current children cumulated vsize: 660860 KiB
Current children cumulated memory: 598524 KiB

[startup+1542.3 s]
/proc/loadavg: 8.05 8.01 6.65 9/267 106866
/proc/meminfo: memFree=120005048/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=663872 memory=603388 CPUtime=3023.9 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 499237 0 0 0 302325 65 0 0 20 0 2 0 138908605 679804928 150847 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 165968 150847 3520 6655 0 149280 0
[pid=106150/tid=106152] ppid=106147 vsize=663872 memory=603388 CPUtime=1487.14 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 232390 0 0 0 148682 32 0 0 20 0 2 0 138909617 679804928 150847 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 3023.9 s
Current children cumulated vsize: 663872 KiB
Current children cumulated memory: 603388 KiB

[startup+1602.3 s]
/proc/loadavg: 8.17 8.06 6.75 9/267 106868
/proc/meminfo: memFree=119751056/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=669288 memory=617196 CPUtime=3143.03 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 501410 0 0 0 314238 65 0 0 20 0 2 0 138908605 685350912 154299 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 167322 154299 3520 6655 0 152769 0
[pid=106150/tid=106152] ppid=106147 vsize=669288 memory=603388 CPUtime=1546.93 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 234266 0 0 0 154660 33 0 0 20 0 2 0 138909617 685350912 154299 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 3143.03 s
Current children cumulated vsize: 669288 KiB
Current children cumulated memory: 617196 KiB

[startup+1662.3 s]
/proc/loadavg: 8.11 8.06 6.84 9/267 106870
/proc/meminfo: memFree=119519280/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=675308 memory=628148 CPUtime=3262.13 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 503184 0 0 0 326147 66 0 0 20 0 2 0 138908605 691515392 157037 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 168827 157037 3520 6655 0 155553 0
[pid=106150/tid=106152] ppid=106147 vsize=675308 memory=603388 CPUtime=1606.71 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 234491 0 0 0 160638 33 0 0 20 0 2 0 138909617 691515392 157037 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 3262.13 s
Current children cumulated vsize: 675308 KiB
Current children cumulated memory: 628148 KiB

[startup+1722.3 s]
/proc/loadavg: 8.11 8.06 6.92 9/267 106872
/proc/meminfo: memFree=119289108/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=677116 memory=634028 CPUtime=3381.29 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 504466 0 0 0 338063 66 0 0 20 0 2 0 138908605 693366784 158507 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 169279 158507 3520 6655 0 157059 0
[pid=106150/tid=106152] ppid=106147 vsize=677116 memory=603388 CPUtime=1666.51 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 235089 0 0 0 166618 33 0 0 20 0 2 0 138909617 693366784 158507 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 3381.29 s
Current children cumulated vsize: 677116 KiB
Current children cumulated memory: 634028 KiB

[startup+1782.3 s]
/proc/loadavg: 7.45 7.87 6.93 8/267 106969
/proc/meminfo: memFree=120063048/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=677116 memory=634156 CPUtime=3500.47 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 507942 0 0 0 349980 67 0 0 20 0 2 0 138908605 693366784 158539 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 169279 158539 3520 6655 0 157059 0
[pid=106150/tid=106152] ppid=106147 vsize=677116 memory=634156 CPUtime=1726.31 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 237281 0 0 0 172598 33 0 0 20 0 2 0 138909617 693366784 158539 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 3500.47 s
Current children cumulated vsize: 677116 KiB
Current children cumulated memory: 634156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1832.5 s]
/proc/loadavg: 7.25 7.75 6.94 9/267 106976
/proc/meminfo: memFree=118988152/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=677116 memory=634156 CPUtime=3600.11 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) R 106147 106150 105752 0 -1 4194304 508076 0 0 0 359944 67 0 0 20 0 2 0 138908605 693366784 158539 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 169279 158539 3520 6655 0 157059 0
[pid=106150/tid=106152] ppid=106147 vsize=677116 memory=634156 CPUtime=1776.33 cores=1,3
/proc/106150/task/106152/stat : 106152 (LSIPExact) R 106147 106150 105752 0 -1 4194368 237342 0 0 0 177600 33 0 0 20 0 2 0 138909617 693366784 158539 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 677116 KiB
Current children cumulated memory: 634156 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.37 s, system=0.745451 s

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

[startup+1833.6 s]
/proc/loadavg: 7.31 7.75 6.94 8/267 106978
/proc/meminfo: memFree=119070140/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=487356 memory=452556 CPUtime=3600.2 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) S 106147 106150 105752 0 -1 4194304 518011 230 0 0 359952 68 0 0 20 0 1 0 138908605 499052544 113139 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 121839 113139 3552 6655 0 111957 0
[pid=106978] ppid=106150 vsize=121292 memory=104264 CPUtime=0.98 cores=1,3
/proc/106978/stat : 106978 (Exact) R 106150 106978 106978 0 -1 4194304 22254 0 0 0 94 4 0 0 20 0 1 0 139091863 124203008 26066 18446744073709551615 4198400 8335837 140724948856320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15110144 140724948863154 140724948863515 140724948863515 140724948869071 0
/proc/106978/statm: 30323 26066 1120 1011 0 29090 0
Current children cumulated CPU time: 3601.18 s
Current children cumulated vsize: 608648 KiB
Current children cumulated memory: 556820 KiB

[startup+1834 s]*
/proc/loadavg: 7.31 7.75 6.94 8/267 106978
/proc/meminfo: memFree=118860780/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=487356 memory=452556 CPUtime=3600.2 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) S 106147 106150 105752 0 -1 4194304 518011 230 0 0 359952 68 0 0 20 0 1 0 138908605 499052544 113139 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 121839 113139 3552 6655 0 111957 0
[pid=106978] ppid=106150 vsize=127132 memory=111708 CPUtime=1.38 cores=1,3
/proc/106978/stat : 106978 (Exact) R 106150 106978 106978 0 -1 4194304 23580 0 0 0 134 4 0 0 20 0 1 0 139091863 130183168 27927 18446744073709551615 4198400 8335837 140724948856320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15110144 140724948863154 140724948863515 140724948863515 140724948869071 0
/proc/106978/statm: 31783 27927 1120 1011 0 30550 0
Current children cumulated CPU time: 3601.58 s
Current children cumulated vsize: 614488 KiB
Current children cumulated memory: 564264 KiB

[startup+1834.4 s]
/proc/loadavg: 7.31 7.75 6.94 8/267 106978
/proc/meminfo: memFree=118860780/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=487356 memory=452556 CPUtime=3600.2 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) S 106147 106150 105752 0 -1 4194304 518011 230 0 0 359952 68 0 0 20 0 1 0 138908605 499052544 113139 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 121839 113139 3552 6655 0 111957 0
[pid=106978] ppid=106150 vsize=127932 memory=114528 CPUtime=1.77 cores=1,3
/proc/106978/stat : 106978 (Exact) R 106150 106978 106978 0 -1 4194304 23803 0 0 0 173 4 0 0 20 0 1 0 139091863 131002368 28632 18446744073709551615 4198400 8335837 140724948856320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15110144 140724948863154 140724948863515 140724948863515 140724948869071 0
/proc/106978/statm: 31983 28632 1120 1011 0 30750 0
Current children cumulated CPU time: 3601.97 s
Current children cumulated vsize: 615288 KiB
Current children cumulated memory: 567084 KiB

[startup+1834.5 s]
/proc/loadavg: 7.31 7.75 6.94 8/267 106978
/proc/meminfo: memFree=118860780/131250000 swapFree=33010672/33010684
[pid=106150] ppid=106147 vsize=487356 memory=452556 CPUtime=3600.2 cores=1,3
/proc/106150/stat : 106150 (LSIPExact) S 106147 106150 105752 0 -1 4194304 518011 230 0 0 359952 68 0 0 20 0 1 0 138908605 499052544 113139 18446744073709551615 94441971355648 94441998612817 140728974690688 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94442007114888 94442007546496 94442040569856 140728974698840 140728974699016 140728974699016 140728974704620 0
/proc/106150/statm: 121839 113139 3552 6655 0 111957 0
[pid=106978] ppid=106150 vsize=127932 memory=114784 CPUtime=1.87 cores=1,3
/proc/106978/stat : 106978 (Exact) R 106150 106978 106978 0 -1 4194304 23839 0 0 0 183 4 0 0 20 0 1 0 139091863 131002368 28696 18446744073709551615 4198400 8335837 140724948856320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15110144 140724948863154 140724948863515 140724948863515 140724948869071 0
/proc/106978/statm: 31983 28696 1120 1011 0 30750 0
Current children cumulated CPU time: 3602.07 s
Current children cumulated vsize: 615288 KiB
Current children cumulated memory: 567340 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1834.51
CPU time (s): 3602.11
CPU user time (s): 3601.37
CPU system time (s): 0.745451
CPU usage (%): 196.353
Max. virtual memory (cumulated for all children) (KiB): 677116
Max. memory (cumulated for all children) (KiB): 634156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.37
system time used= 0.745451
maximum resident set size= 634412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 542080
page faults= 0
swaps= 0
block input operations= 4720
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 509
involuntary context switches= 68903


# summary of solver processes directly reported to runsolver:
#   pid: 106150
#   total CPU time (s): 3602.11
#   total CPU user time (s): 3601.37
#   total CPU system time (s): 0.745451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.53553 second user time and 7.97153 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-11 13:11:40
IDJOB=4527439
IDBENCH=148189
IDSOLVER=3384
FILE ID=nodeC026/4527439-1752232299
RUNJOBID= nodeC026-1752232205-105768
SLURM_JOB_ID= 9682537
Free space on /tmp= 429708 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527439-1752232299/watcher-4527439-1752232299 -o /tmp/evaluation-result-4527439-1752232299/solver-4527439-1752232299 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1752232205-105768 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527439-1752232299.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5bd9df7c04c5af36994bd737db01c977
RANDOM SEED=1632632239

nodeC026 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.419
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.59
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.310
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.59
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.838
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.59
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.789
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.59
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.723
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.59
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.832
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.59
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.666
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.59
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.769
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125326684 kB
MemAvailable:   128686540 kB
Buffers:            2128 kB
Cached:          3983664 kB
SwapCached:            4 kB
Active:          1506636 kB
Inactive:        3309808 kB
Active(anon):     839044 kB
Inactive(anon):     9684 kB
Active(file):     667592 kB
Inactive(file):  3300124 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47008 kB
Writeback:             4 kB
AnonPages:        833880 kB
Mapped:           143048 kB
Shmem:             18076 kB
KReclaimable:     452940 kB
Slab:             556008 kB
SReclaimable:     452940 kB
SUnreclaim:       103068 kB
KernelStack:        4336 kB
PageTables:         4764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1196772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429568 MiB
End job on nodeC026 at 2025-07-11 13:42:14