Trace number 4527534

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 1822.12

General information on the benchmark

NamePB24/normalized-PB11/
OPT-LIN/heinz/normalized-hanoi5.opb
MD5SUM179846138439b27c2be3c10cf8937212
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 benchmark1931
Best CPU time to get the best result obtained on this benchmark0.566122
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3862
Total number of constraints16399
Number of constraints which are clauses16399
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint8
Number of terms in the objective function 3862
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 3862
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3862
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.13/1820.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.13/1820.11	c numVar: 3862
3600.13/1820.11	c numCon: 16399
3600.13/1820.11	c numEqual: 0
3600.13/1820.11	c intSize: 12
3600.13/1820.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.13/1820.11	c ------------------- Paras list -------------------
3600.13/1820.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.13/1820.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.13/1820.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.13/1820.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.13/1820.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.13/1820.11	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.13/1820.11	c random_seed         	 int       	 0         	 0         	 
3600.13/1820.11	c sample_size         	 int       	 50        	 50        	 
3600.13/1820.11	c sub_score           	 int       	 1         	 1         	 
3600.13/1820.11	c tabu_base           	 int       	 3         	 3         	 
3600.13/1820.11	c tabu_variation      	 int       	 1         	 1         	 
3600.13/1820.11	c sub_div             	 int       	 4         	 4         	 
3600.13/1820.11	c nbcore              	 int       	 2         	 1         	 
3600.13/1820.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.13/1820.11	c print_sol           	 int       	 1         	 1         	 
3600.13/1820.11	c tmpdir              	 string		 .         	 "."       	 
3600.13/1820.11	c home                	 string		 HOME	 "."       	 
3600.13/1820.11	c benchname           	 string		 HOME/instance-4527534-1752233140.opb	 ""        	 
3600.13/1820.11	c --------------------------------------------------
3600.13/1820.11	c Local Search solver
3600.13/1820.11	c MIP solver
3600.13/1820.11	c receive signal 15, try to interrupt solver...
3600.13/1820.14	c use Exact solver
3602.10/1822.11	s UNKNOWN
3602.10/1822.11	c Total time: 1822

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 (59142 MiB free)
  memory of node 1: 64465 MiB (62518 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527534-1752233140/watcher-4527534-1752233140 -o /tmp/evaluation-result-4527534-1752233140/solver-4527534-1752233140 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1752232205-112333 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527534-1752233140.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
Starting watchdog thread
solver pid=112850, runsolver pid=112847
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 8.31 7.29 4.74 8/269 112851
/proc/meminfo: memFree=124571440/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=50176 memory=15360 CPUtime=0.09 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 2880 0 0 0 9 0 0 0 20 0 1 0 138936582 51380224 3840 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 12544 3840 1120 6655 0 2779 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15360 KiB

[startup+0.205853 s]*
/proc/loadavg: 8.31 7.29 4.74 8/269 112851
/proc/meminfo: memFree=124571440/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=50176 memory=15360 CPUtime=0.19 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 2880 0 0 0 19 0 0 0 20 0 1 0 138936582 51380224 3840 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 12544 3840 1120 6655 0 2779 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15360 KiB

[startup+0.305708 s]*
/proc/loadavg: 8.31 7.29 4.74 8/269 112851
/proc/meminfo: memFree=124571440/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=50176 memory=15360 CPUtime=0.29 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 2880 0 0 0 29 0 0 0 20 0 1 0 138936582 51380224 3840 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 12544 3840 1120 6655 0 2779 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15360 KiB

[startup+0.700157 s]
/proc/loadavg: 8.31 7.29 4.74 8/269 112851
/proc/meminfo: memFree=124571440/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=50176 memory=15360 CPUtime=0.68 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 2880 0 0 0 68 0 0 0 20 0 1 0 138936582 51380224 3840 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 12544 3840 1120 6655 0 2779 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15360 KiB

[startup+1.50016 s]
/proc/loadavg: 8.31 7.29 4.74 8/269 112851
/proc/meminfo: memFree=124571440/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=50176 memory=15360 CPUtime=1.48 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 2880 0 0 0 148 0 0 0 20 0 1 0 138936582 51380224 3840 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 12544 3840 1120 6655 0 2779 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15360 KiB

[startup+3.10555 s]
/proc/loadavg: 8.28 7.30 4.75 8/268 112851
/proc/meminfo: memFree=124569928/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=50176 memory=15360 CPUtime=3.08 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 2880 0 0 0 308 0 0 0 20 0 1 0 138936582 51380224 3840 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 12544 3840 1120 6655 0 2779 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15360 KiB

[startup+6.30014 s]
/proc/loadavg: 8.28 7.30 4.75 8/268 112851
/proc/meminfo: memFree=124569928/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=50176 memory=15360 CPUtime=6.27 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 2880 0 0 0 627 0 0 0 20 0 1 0 138936582 51380224 3840 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 12544 3840 1120 6655 0 2779 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 50176 KiB
Current children cumulated memory: 15360 KiB

[startup+12.7002 s]
/proc/loadavg: 8.18 7.29 4.77 9/269 112852
/proc/meminfo: memFree=124514868/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=162920 memory=80540 CPUtime=15.09 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 16757 0 0 0 1507 2 0 0 20 0 2 0 138936582 166830080 20135 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 40730 20135 3456 6655 0 18599 0
[pid=112850/tid=112852] ppid=112847 vsize=162920 memory=80540 CPUtime=2.43 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 4399 0 0 0 243 0 0 0 20 0 2 0 138937585 166830080 20135 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 15.09 s
Current children cumulated vsize: 162920 KiB
Current children cumulated memory: 80540 KiB

[startup+25.5002 s]
/proc/loadavg: 8.21 7.35 4.82 9/269 112852
/proc/meminfo: memFree=124514868/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=163988 memory=82588 CPUtime=40.52 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 34771 0 0 0 4049 3 0 0 20 0 2 0 138936582 167923712 20647 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 40997 20647 3456 6655 0 18866 0
[pid=112850/tid=112852] ppid=112847 vsize=163988 memory=82204 CPUtime=15.09 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 10930 0 0 0 1509 0 0 0 20 0 2 0 138937585 167923712 20647 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 40.52 s
Current children cumulated vsize: 163988 KiB
Current children cumulated memory: 82588 KiB

[startup+51.1056 s]
/proc/loadavg: 8.14 7.40 4.91 9/269 112853
/proc/meminfo: memFree=124466424/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=183348 memory=120092 CPUtime=91.42 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 50499 0 0 0 9136 6 0 0 20 0 2 0 138936582 187748352 30023 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 45837 30023 3456 6655 0 28248 0
[pid=112850/tid=112852] ppid=112847 vsize=183348 memory=112156 CPUtime=40.46 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 18474 0 0 0 4044 2 0 0 20 0 2 0 138937585 187748352 30023 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 91.42 s
Current children cumulated vsize: 183348 KiB
Current children cumulated memory: 120092 KiB

[startup+102.3 s]
/proc/loadavg: 8.13 7.51 5.08 9/267 112855
/proc/meminfo: memFree=124412580/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=188540 memory=130332 CPUtime=189.68 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 76796 0 0 0 18959 9 0 0 20 0 2 0 138936582 193064960 32583 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 47135 32583 3456 6655 0 30979 0
[pid=112850/tid=112852] ppid=112847 vsize=188540 memory=130332 CPUtime=87.67 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 29207 0 0 0 8763 4 0 0 20 0 2 0 138937585 193064960 32583 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 189.68 s
Current children cumulated vsize: 188540 KiB
Current children cumulated memory: 130332 KiB

[startup+162.3 s]
/proc/loadavg: 7.61 7.49 5.23 8/269 112859
/proc/meminfo: memFree=124350628/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=213700 memory=141872 CPUtime=304.75 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 95885 0 0 0 30463 12 0 0 20 0 2 0 138936582 218828800 35468 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 53425 35468 3456 6655 0 39021 0
[pid=112850/tid=112852] ppid=112847 vsize=213700 memory=133404 CPUtime=142.88 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 36313 0 0 0 14284 4 0 0 20 0 2 0 138937585 218828800 35468 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 304.75 s
Current children cumulated vsize: 213700 KiB
Current children cumulated memory: 141872 KiB

[startup+222.3 s]
/proc/loadavg: 7.27 7.41 5.35 8/269 112861
/proc/meminfo: memFree=124341108/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=213700 memory=150064 CPUtime=423.99 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 124034 0 0 0 42384 15 0 0 20 0 2 0 138936582 218828800 37516 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 53425 37516 3456 6655 0 39021 0
[pid=112850/tid=112852] ppid=112847 vsize=213700 memory=141872 CPUtime=202.3 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 50737 0 0 0 20223 7 0 0 20 0 2 0 138937585 218828800 37516 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 423.99 s
Current children cumulated vsize: 213700 KiB
Current children cumulated memory: 150064 KiB

[startup+282.3 s]
/proc/loadavg: 7.81 7.54 5.52 9/269 112863
/proc/meminfo: memFree=124267832/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=217032 memory=179920 CPUtime=543.25 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 135039 0 0 0 54308 17 0 0 20 0 2 0 138936582 222240768 44980 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 54258 44980 3456 6655 0 43194 0
[pid=112850/tid=112852] ppid=112847 vsize=217032 memory=14848 CPUtime=261.71 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 56576 0 0 0 26163 8 0 0 20 0 2 0 138937585 222240768 44980 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 543.25 s
Current children cumulated vsize: 217032 KiB
Current children cumulated memory: 179920 KiB

[startup+342.3 s]
/proc/loadavg: 7.98 7.64 5.68 9/269 112868
/proc/meminfo: memFree=124187896/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=306476 memory=228768 CPUtime=662.5 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 151376 0 0 0 66230 20 0 0 20 0 2 0 138936582 313831424 57192 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 76619 57192 3456 6655 0 55437 0
[pid=112850/tid=112852] ppid=112847 vsize=306476 memory=169904 CPUtime=321.12 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 64633 0 0 0 32102 10 0 0 20 0 2 0 138937585 313831424 57192 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 662.5 s
Current children cumulated vsize: 306476 KiB
Current children cumulated memory: 228768 KiB

[startup+402.3 s]

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

/proc/112850/statm: 247224 236056 3456 6655 0 234212 0
[pid=112850/tid=112852] ppid=112847 vsize=988896 memory=903264 CPUtime=1390.65 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 201615 0 0 0 139021 44 0 0 20 0 2 0 138937585 1012629504 236056 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 2809.25 s
Current children cumulated vsize: 988896 KiB
Current children cumulated memory: 944224 KiB

[startup+1482.3 s]
/proc/loadavg: 8.22 8.05 7.35 9/267 113015
/proc/meminfo: memFree=125475412/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=1069552 memory=973780 CPUtime=2928.52 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 429756 0 0 0 292768 84 0 0 20 0 2 0 138936582 1095221248 243445 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 267388 243445 3456 6655 0 241596 0
[pid=112850/tid=112852] ppid=112847 vsize=1069552 memory=963296 CPUtime=1450.07 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 210695 0 0 0 144960 47 0 0 20 0 2 0 138937585 1095221248 243445 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 2928.52 s
Current children cumulated vsize: 1069552 KiB
Current children cumulated memory: 973780 KiB

[startup+1542.3 s]
/proc/loadavg: 8.14 8.06 7.40 9/267 113017
/proc/meminfo: memFree=125420864/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=1087244 memory=1011028 CPUtime=3047.79 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 442639 0 0 0 304692 87 0 0 20 0 2 0 138936582 1113337856 252757 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 271811 252757 3456 6655 0 250916 0
[pid=112850/tid=112852] ppid=112847 vsize=1087244 memory=14848 CPUtime=1509.76 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 218455 0 0 0 150927 49 0 0 20 0 2 0 138937585 1113337856 252757 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 3047.79 s
Current children cumulated vsize: 1087244 KiB
Current children cumulated memory: 1011028 KiB

[startup+1602.3 s]
/proc/loadavg: 8.05 8.05 7.44 9/269 113023
/proc/meminfo: memFree=125375316/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=1104684 memory=1045844 CPUtime=3167.09 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 453015 0 0 0 316619 90 0 0 20 0 2 0 138936582 1131196416 261461 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 276171 261461 3456 6655 0 259720 0
[pid=112850/tid=112852] ppid=112847 vsize=1104684 memory=1011028 CPUtime=1569.6 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 224025 0 0 0 156910 50 0 0 20 0 2 0 138937585 1131196416 261461 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 3167.09 s
Current children cumulated vsize: 1104684 KiB
Current children cumulated memory: 1045844 KiB

[startup+1662.3 s]
/proc/loadavg: 8.12 8.07 7.49 9/268 113025
/proc/meminfo: memFree=125311884/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=1123484 memory=1084244 CPUtime=3286.38 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 463817 0 0 0 328546 92 0 0 20 0 2 0 138936582 1150447616 271061 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 280871 271061 3456 6655 0 269309 0
[pid=112850/tid=112852] ppid=112847 vsize=1123484 memory=1011028 CPUtime=1629.43 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 229568 0 0 0 162892 51 0 0 20 0 2 0 138937585 1150447616 271061 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 3286.38 s
Current children cumulated vsize: 1123484 KiB
Current children cumulated memory: 1084244 KiB

[startup+1722.3 s]
/proc/loadavg: 7.52 7.91 7.47 8/269 113080
/proc/meminfo: memFree=125424644/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=1206460 memory=1115092 CPUtime=3405.68 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 475105 0 0 0 340474 94 0 0 20 0 2 0 138936582 1235415040 278773 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 301615 278773 3456 6655 0 276941 0
[pid=112850/tid=112852] ppid=112847 vsize=1206460 memory=1011028 CPUtime=1689.28 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 234327 0 0 0 168876 52 0 0 20 0 2 0 138937585 1235415040 278773 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 3405.68 s
Current children cumulated vsize: 1206460 KiB
Current children cumulated memory: 1115092 KiB

[startup+1782.3 s]
/proc/loadavg: 7.27 7.77 7.45 8/269 113082
/proc/meminfo: memFree=125350492/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=1221152 memory=1151060 CPUtime=3524.97 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 488951 0 0 0 352399 98 0 0 20 0 2 0 138936582 1250459648 287765 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 305288 287765 3456 6655 0 285943 0
[pid=112850/tid=112852] ppid=112847 vsize=1221152 memory=1150676 CPUtime=1749.13 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 242104 0 0 0 174858 55 0 0 20 0 2 0 138937585 1250459648 287765 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 3524.97 s
Current children cumulated vsize: 1221152 KiB
Current children cumulated memory: 1151060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.11 s]
/proc/loadavg: 7.22 7.69 7.43 8/269 113084
/proc/meminfo: memFree=125348352/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=1232176 memory=1171412 CPUtime=3600.13 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) R 112847 112850 112314 0 -1 4194304 494648 0 0 0 359914 99 0 0 20 0 2 0 138936582 1261748224 292853 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 308044 292853 3456 6655 0 291093 0
[pid=112850/tid=112852] ppid=112847 vsize=1232176 memory=1157204 CPUtime=1786.83 cores=1,3
/proc/112850/task/112852/stat : 112852 (LSIPExact) R 112847 112850 112314 0 -1 4194368 244960 0 0 0 178628 55 0 0 20 0 2 0 138937585 1261748224 292853 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 1232176 KiB
Current children cumulated memory: 1171412 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.1 s, system=1.04312 s

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

[startup+1820.8 s]
/proc/loadavg: 7.22 7.69 7.43 8/269 113084
/proc/meminfo: memFree=125348352/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=707888 memory=655436 CPUtime=3600.17 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) S 112847 112850 112314 0 -1 4194304 502653 0 0 0 359918 99 0 0 20 0 1 0 138936582 724877312 163859 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 176972 163859 3488 6655 0 167206 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 707888 KiB
Current children cumulated memory: 655436 KiB

[startup+1821.6 s]
/proc/loadavg: 7.22 7.69 7.43 7/269 113085
/proc/meminfo: memFree=125840980/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=707888 memory=655436 CPUtime=3600.17 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) S 112847 112850 112314 0 -1 4194304 502653 0 0 0 359918 99 0 0 20 0 1 0 138936582 724877312 163859 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 176972 163859 3488 6655 0 167206 0
[pid=113085] ppid=112850 vsize=51280 memory=38108 CPUtime=1.43 cores=1,3
/proc/113085/stat : 113085 (Exact) R 112850 113085 113085 0 -1 4194304 8182 0 0 0 141 2 0 0 20 0 1 0 139118596 52510720 9527 18446744073709551615 4198400 8335837 140730343749904 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32743424 140730343758009 140730343758363 140730343758363 140730343763919 0
/proc/113085/statm: 12820 9527 1120 1011 0 11587 0
Current children cumulated CPU time: 3601.6 s
Current children cumulated vsize: 759168 KiB
Current children cumulated memory: 693544 KiB

[startup+1822 s]*
/proc/loadavg: 7.22 7.69 7.43 7/269 113085
/proc/meminfo: memFree=125829260/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=707888 memory=655436 CPUtime=3600.17 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) S 112847 112850 112314 0 -1 4194304 502653 0 0 0 359918 99 0 0 20 0 1 0 138936582 724877312 163859 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 176972 163859 3488 6655 0 167206 0
[pid=113085] ppid=112850 vsize=52516 memory=39132 CPUtime=1.83 cores=1,3
/proc/113085/stat : 113085 (Exact) R 112850 113085 113085 0 -1 4194304 8446 0 0 0 180 3 0 0 20 0 1 0 139118596 53776384 9783 18446744073709551615 4198400 8335837 140730343749904 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32743424 140730343758009 140730343758363 140730343758363 140730343763919 0
/proc/113085/statm: 13129 9783 1120 1011 0 11896 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 760404 KiB
Current children cumulated memory: 694568 KiB

[startup+1822.11 s]
/proc/loadavg: 7.22 7.69 7.43 7/269 113085
/proc/meminfo: memFree=125829260/131250000 swapFree=33010684/33010684
[pid=112850] ppid=112847 vsize=707888 memory=655436 CPUtime=3600.17 cores=1,3
/proc/112850/stat : 112850 (LSIPExact) S 112847 112850 112314 0 -1 4194304 502653 0 0 0 359918 99 0 0 20 0 1 0 138936582 724877312 163859 18446744073709551615 94182473728000 94182500985169 140730958163504 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94182509487240 94182509918848 94182510260224 140730958166360 140730958166536 140730958166536 140730958172140 0
/proc/112850/statm: 176972 163859 3488 6655 0 167206 0
[pid=113085] ppid=112850 vsize=52516 memory=39132 CPUtime=1.93 cores=1,3
/proc/113085/stat : 113085 (Exact) R 112850 113085 113085 0 -1 4194304 8447 0 0 0 190 3 0 0 20 0 1 0 139118596 53776384 9783 18446744073709551615 4198400 8335837 140730343749904 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32743424 140730343758009 140730343758363 140730343758363 140730343763919 0
/proc/113085/statm: 13129 9783 1120 1011 0 11896 0
Current children cumulated CPU time: 3602.1 s
Current children cumulated vsize: 760404 KiB
Current children cumulated memory: 694568 KiB

Child status: 0

Real time (s): 1822.12
CPU time (s): 3602.14
CPU user time (s): 3601.1
CPU system time (s): 1.04312
CPU usage (%): 197.69
Max. virtual memory (cumulated for all children) (KiB): 1232176
Max. memory (cumulated for all children) (KiB): 1171412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.1
system time used= 1.04312
maximum resident set size= 1171668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 513059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 435
involuntary context switches= 64000


# summary of solver processes directly reported to runsolver:
#   pid: 112850
#   total CPU time (s): 3602.14
#   total CPU user time (s): 3601.1
#   total CPU system time (s): 1.04312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.77737 second user time and 8.35643 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-11 13:25:41
IDJOB=4527534
IDBENCH=155373
IDSOLVER=3384
FILE ID=nodeC028/4527534-1752233140
RUNJOBID= nodeC028-1752232205-112333
SLURM_JOB_ID= 9682539
Free space on /tmp= 431012 MiB

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

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

MD5SUM BENCH= 179846138439b27c2be3c10cf8937212
RANDOM SEED=261742251

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124580120 kB
MemAvailable:   127179348 kB
Buffers:            3280 kB
Cached:          3397276 kB
SwapCached:            0 kB
Active:          2966748 kB
Inactive:        3084328 kB
Active(anon):    2668588 kB
Inactive(anon):        0 kB
Active(file):     298160 kB
Inactive(file):  3084328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45196 kB
Writeback:            28 kB
AnonPages:       2649476 kB
Mapped:           142556 kB
Shmem:             18068 kB
KReclaimable:     111960 kB
Slab:             204704 kB
SReclaimable:     111960 kB
SUnreclaim:        92744 kB
KernelStack:        4336 kB
PageTables:         8276 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3029984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    960512 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431016 MiB
End job on nodeC028 at 2025-07-11 13:56:03