Trace number 4486595

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.06 1838.01

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUMf9f2b1fc4917344504b6167976088a05
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark925
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000
Total number of constraints5250
Number of constraints which are clauses5250
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 constraint2
Maximum length of a constraint3
Number of terms in the objective function 2000
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 2000
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
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.06/1836.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.06/1836.01	c numVar: 2000
3600.06/1836.01	c numCon: 5250
3600.06/1836.01	c numEqual: 0
3600.06/1836.01	c intSize: 11
3600.06/1836.01	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.06/1836.01	c ------------------- Paras list -------------------
3600.06/1836.01	c Name                	 Type      	 Now       	 Default   	 Comment
3600.06/1836.01	c timeout             	 double    	 3600.000000	 3600      	 
3600.06/1836.01	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.06/1836.01	c ls_time             	 double    	 10.000000 	 10        	 
3600.06/1836.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.06/1836.01	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.06/1836.01	c random_seed         	 int       	 0         	 0         	 
3600.06/1836.01	c sample_size         	 int       	 50        	 50        	 
3600.06/1836.01	c sub_score           	 int       	 1         	 1         	 
3600.06/1836.01	c tabu_base           	 int       	 3         	 3         	 
3600.06/1836.01	c tabu_variation      	 int       	 1         	 1         	 
3600.06/1836.01	c sub_div             	 int       	 4         	 4         	 
3600.06/1836.01	c nbcore              	 int       	 2         	 1         	 
3600.06/1836.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.06/1836.01	c print_sol           	 int       	 1         	 1         	 
3600.06/1836.01	c tmpdir              	 string		 .         	 "."       	 
3600.06/1836.01	c home                	 string		 HOME	 "."       	 
3600.06/1836.01	c benchname           	 string		 HOME/instance-4486595-1751317050.opb	 ""        	 
3600.06/1836.01	c --------------------------------------------------
3600.06/1836.01	c Local Search solver
3600.06/1836.01	c MIP solver
3600.06/1836.01	c receive signal 15, try to interrupt solver...
3600.06/1836.01	c use Exact solver
3602.04/1838.00	s UNKNOWN
3602.04/1838.00	c Total time: 1838

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486595-1751317050/watcher-4486595-1751317050 -o /tmp/evaluation-result-4486595-1751317050/solver-4486595-1751317050 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751315214-41923 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4486595-1751317050.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100065 s]*
/proc/loadavg: 7.49 8.01 7.54 6/265 42449
/proc/meminfo: memFree=129794428/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=43388 memory=8576 CPUtime=0.09 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 1210 0 0 0 9 0 0 0 20 0 1 0 47382521 44429312 2144 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 10847 2144 1120 6655 0 1082 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8576 KiB

[startup+0.205587 s]*
/proc/loadavg: 7.49 8.01 7.54 6/265 42449
/proc/meminfo: memFree=129794428/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=43388 memory=8576 CPUtime=0.2 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 1210 0 0 0 20 0 0 0 20 0 1 0 47382521 44429312 2144 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 10847 2144 1120 6655 0 1082 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8576 KiB

[startup+0.305455 s]*
/proc/loadavg: 7.49 8.01 7.54 6/265 42449
/proc/meminfo: memFree=129794428/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=43388 memory=8576 CPUtime=0.3 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 1210 0 0 0 30 0 0 0 20 0 1 0 47382521 44429312 2144 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 10847 2144 1120 6655 0 1082 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8576 KiB

[startup+0.700183 s]
/proc/loadavg: 7.49 8.01 7.54 6/265 42449
/proc/meminfo: memFree=129794428/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=43388 memory=8576 CPUtime=0.69 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 1210 0 0 0 69 0 0 0 20 0 1 0 47382521 44429312 2144 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 10847 2144 1120 6655 0 1082 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8576 KiB

[startup+1.50017 s]
/proc/loadavg: 7.49 8.01 7.54 6/265 42449
/proc/meminfo: memFree=129794428/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=43388 memory=8576 CPUtime=1.49 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 1210 0 0 0 149 0 0 0 20 0 1 0 47382521 44429312 2144 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 10847 2144 1120 6655 0 1082 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8576 KiB

[startup+3.10434 s]
/proc/loadavg: 7.49 8.01 7.54 6/265 42449
/proc/meminfo: memFree=129794692/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=43388 memory=8576 CPUtime=3.09 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 1210 0 0 0 309 0 0 0 20 0 1 0 47382521 44429312 2144 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 10847 2144 1120 6655 0 1082 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8576 KiB

[startup+6.30009 s]
/proc/loadavg: 7.29 7.96 7.53 6/265 42450
/proc/meminfo: memFree=129794576/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=43388 memory=8576 CPUtime=6.28 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 1210 0 0 0 628 0 0 0 20 0 1 0 47382521 44429312 2144 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 10847 2144 1120 6655 0 1082 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8576 KiB

[startup+12.7002 s]
/proc/loadavg: 7.27 7.94 7.53 9/268 42453
/proc/meminfo: memFree=129604876/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=133764 memory=48264 CPUtime=15.22 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 8698 0 0 0 1522 0 0 0 20 0 2 0 47382521 136974336 12066 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 33441 12066 3360 6655 0 10738 0
[pid=42448/tid=42453] ppid=42445 vsize=133764 memory=48264 CPUtime=2.56 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 3297 0 0 0 256 0 0 0 20 0 2 0 47383522 136974336 12066 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 15.22 s
Current children cumulated vsize: 133764 KiB
Current children cumulated memory: 48264 KiB

[startup+25.5002 s]
/proc/loadavg: 7.43 7.95 7.54 9/268 42453
/proc/meminfo: memFree=129374624/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=148188 memory=63880 CPUtime=40.62 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 20551 0 0 0 4060 2 0 0 20 0 2 0 47382521 151744512 15970 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 37047 15970 3392 6655 0 14462 0
[pid=42448/tid=42453] ppid=42445 vsize=148188 memory=63752 CPUtime=15.21 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 6692 0 0 0 1521 0 0 0 20 0 2 0 47383522 151744512 15970 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 40.62 s
Current children cumulated vsize: 148188 KiB
Current children cumulated memory: 63880 KiB

[startup+51.1056 s]
/proc/loadavg: 7.63 7.95 7.55 9/268 42453
/proc/meminfo: memFree=129350936/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=148188 memory=64648 CPUtime=91.44 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 29017 0 0 0 9141 3 0 0 20 0 2 0 47382521 151744512 16162 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 37047 16162 3392 6655 0 14462 0
[pid=42448/tid=42453] ppid=42445 vsize=148188 memory=64648 CPUtime=40.53 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 10752 0 0 0 4052 1 0 0 20 0 2 0 47383522 151744512 16162 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 91.44 s
Current children cumulated vsize: 148188 KiB
Current children cumulated memory: 64648 KiB

[startup+102.3 s]
/proc/loadavg: 7.96 7.99 7.58 9/267 42455
/proc/meminfo: memFree=129251212/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=148556 memory=65032 CPUtime=193.09 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 34520 0 0 0 19305 4 0 0 20 0 2 0 47382521 152121344 16258 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 37139 16258 3392 6655 0 14554 0
[pid=42448/tid=42453] ppid=42445 vsize=148556 memory=65032 CPUtime=91.16 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 12782 0 0 0 9115 1 0 0 20 0 2 0 47383522 152121344 16258 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 193.09 s
Current children cumulated vsize: 148556 KiB
Current children cumulated memory: 65032 KiB

[startup+162.3 s]
/proc/loadavg: 8.05 8.01 7.62 9/266 42457
/proc/meminfo: memFree=129113816/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=152204 memory=70024 CPUtime=312.2 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 45343 0 0 0 31214 6 0 0 20 0 2 0 47382521 155856896 17506 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 38051 17506 3392 6655 0 15805 0
[pid=42448/tid=42453] ppid=42445 vsize=152204 memory=65928 CPUtime=150.51 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 18054 0 0 0 15049 2 0 0 20 0 2 0 47383522 155856896 17506 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 312.2 s
Current children cumulated vsize: 152204 KiB
Current children cumulated memory: 70024 KiB

[startup+222.3 s]
/proc/loadavg: 8.06 8.02 7.65 9/266 42470
/proc/meminfo: memFree=128955252/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=157372 memory=80520 CPUtime=431.31 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 48175 0 0 0 43123 8 0 0 20 0 2 0 47382521 161148928 20130 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 39343 20130 3392 6655 0 18405 0
[pid=42448/tid=42453] ppid=42445 vsize=157372 memory=77448 CPUtime=209.85 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 19408 0 0 0 20982 3 0 0 20 0 2 0 47383522 161148928 20130 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 431.31 s
Current children cumulated vsize: 157372 KiB
Current children cumulated memory: 80520 KiB

[startup+282.3 s]
/proc/loadavg: 8.02 8.02 7.67 8/266 42472
/proc/meminfo: memFree=128683356/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=170984 memory=91016 CPUtime=541.33 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 55912 0 0 0 54122 11 0 0 20 0 2 0 47382521 175087616 22754 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 42746 22754 3392 6655 0 22934 0
[pid=42448/tid=42453] ppid=42445 vsize=170984 memory=14848 CPUtime=263.39 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) S 42445 42448 41913 0 -1 4194368 22491 0 0 0 26335 4 0 0 20 0 2 0 47383522 175087616 22754 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 541.33 s
Current children cumulated vsize: 170984 KiB
Current children cumulated memory: 91016 KiB

[startup+342.3 s]
/proc/loadavg: 8.03 8.01 7.70 9/266 42474
/proc/meminfo: memFree=128469340/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=178596 memory=97560 CPUtime=653.71 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 60235 0 0 0 65359 12 0 0 20 0 2 0 47382521 182882304 24390 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 44649 24390 3392 6655 0 24837 0
[pid=42448/tid=42453] ppid=42445 vsize=178596 memory=97560 CPUtime=316.01 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 24152 0 0 0 31597 4 0 0 20 0 2 0 47383522 182882304 24390 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 653.71 s
Current children cumulated vsize: 178596 KiB
Current children cumulated memory: 97560 KiB


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

/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 98009 0 0 0 265908 36 0 0 20 0 2 0 47382521 231571456 40379 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 56536 40379 3392 6655 0 42331 0
[pid=42448/tid=42453] ppid=42445 vsize=226144 memory=14848 CPUtime=1319.22 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 38335 0 0 0 131901 21 0 0 20 0 2 0 47383522 231571456 40379 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 2659.44 s
Current children cumulated vsize: 226144 KiB
Current children cumulated memory: 161516 KiB

[startup+1422.3 s]
/proc/loadavg: 8.08 8.09 8.00 9/267 42527
/proc/meminfo: memFree=126026964/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=226144 memory=161516 CPUtime=2778.59 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 99351 0 0 0 277821 38 0 0 20 0 2 0 47382521 231571456 40379 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 56536 40379 3392 6655 0 42331 0
[pid=42448/tid=42453] ppid=42445 vsize=226144 memory=161516 CPUtime=1379 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 38917 0 0 0 137878 22 0 0 20 0 2 0 47383522 231571456 40379 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 2778.59 s
Current children cumulated vsize: 226144 KiB
Current children cumulated memory: 161516 KiB

[startup+1482.3 s]
/proc/loadavg: 8.20 8.12 8.01 9/268 42542
/proc/meminfo: memFree=125780552/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=226144 memory=161516 CPUtime=2897.75 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 100401 0 0 0 289736 39 0 0 20 0 2 0 47382521 231571456 40379 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 56536 40379 3392 6655 0 42331 0
[pid=42448/tid=42453] ppid=42445 vsize=226144 memory=161516 CPUtime=1438.78 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 39913 0 0 0 143855 23 0 0 20 0 2 0 47383522 231571456 40379 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 2897.75 s
Current children cumulated vsize: 226144 KiB
Current children cumulated memory: 161516 KiB

[startup+1542.3 s]
/proc/loadavg: 8.20 8.13 8.02 9/268 42544
/proc/meminfo: memFree=125546820/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=226144 memory=161516 CPUtime=3016.88 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 100575 0 0 0 301648 40 0 0 20 0 2 0 47382521 231571456 40379 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 56536 40379 3392 6655 0 42331 0
[pid=42448/tid=42453] ppid=42445 vsize=226144 memory=17664 CPUtime=1498.56 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 39967 0 0 0 149832 24 0 0 20 0 2 0 47383522 231571456 40379 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 3016.88 s
Current children cumulated vsize: 226144 KiB
Current children cumulated memory: 161516 KiB

[startup+1602.3 s]
/proc/loadavg: 8.11 8.12 8.02 9/268 42545
/proc/meminfo: memFree=125300948/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=226144 memory=161516 CPUtime=3136 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 103586 0 0 0 313558 42 0 0 20 0 2 0 47382521 231571456 40379 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 56536 40379 3392 6655 0 42331 0
[pid=42448/tid=42453] ppid=42445 vsize=226144 memory=14848 CPUtime=1558.33 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 42332 0 0 0 155808 25 0 0 20 0 2 0 47383522 231571456 40379 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 3136 s
Current children cumulated vsize: 226144 KiB
Current children cumulated memory: 161516 KiB

[startup+1662.3 s]
/proc/loadavg: 8.14 8.12 8.03 9/269 42554
/proc/meminfo: memFree=125136708/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=226144 memory=161516 CPUtime=3255.1 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 106900 0 0 0 325466 44 0 0 20 0 2 0 47382521 231571456 40379 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 56536 40379 3392 6655 0 42331 0
[pid=42448/tid=42453] ppid=42445 vsize=226144 memory=161516 CPUtime=1618.09 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 44394 0 0 0 161782 27 0 0 20 0 2 0 47383522 231571456 40379 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 3255.1 s
Current children cumulated vsize: 226144 KiB
Current children cumulated memory: 161516 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 8.11 8.03 9/269 42556
/proc/meminfo: memFree=124895328/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=226144 memory=167276 CPUtime=3374.26 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 108751 0 0 0 337380 46 0 0 20 0 2 0 47382521 231571456 41819 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 56536 41819 3392 6655 0 43795 0
[pid=42448/tid=42453] ppid=42445 vsize=226144 memory=161516 CPUtime=1677.87 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 46244 0 0 0 167759 28 0 0 20 0 2 0 47383522 231571456 41819 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 3374.26 s
Current children cumulated vsize: 226144 KiB
Current children cumulated memory: 167276 KiB

[startup+1782.3 s]
/proc/loadavg: 8.15 8.12 8.03 9/267 42558
/proc/meminfo: memFree=124662708/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=226144 memory=170988 CPUtime=3493.41 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 111405 0 0 0 349294 47 0 0 20 0 2 0 47382521 231571456 42747 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 56536 42747 3392 6655 0 44706 0
[pid=42448/tid=42453] ppid=42445 vsize=226144 memory=169324 CPUtime=1737.65 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 48399 0 0 0 173736 29 0 0 20 0 2 0 47383522 231571456 42747 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 3493.41 s
Current children cumulated vsize: 226144 KiB
Current children cumulated memory: 170988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1836 s]*
/proc/loadavg: 7.24 7.91 7.96 6/265 42840
/proc/meminfo: memFree=129737864/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=226144 memory=179228 CPUtime=3600.06 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) R 42445 42448 41913 0 -1 4194304 112993 0 0 0 359950 56 0 0 20 0 2 0 47382521 231571456 44807 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 56536 44807 3392 6655 0 46227 0
[pid=42448/tid=42453] ppid=42445 vsize=226144 memory=-6512885016852271457 CPUtime=1791.14 cores=0,2
/proc/42448/task/42453/stat : 42453 (LSIPExact) R 42445 42448 41913 0 -1 4194368 49927 0 0 0 179078 36 0 0 20 0 2 0 47383522 231571456 44807 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 226144 KiB
Current children cumulated memory: 179228 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.47 s, system=0.590172 s

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

[startup+1836.8 s]
/proc/loadavg: 7.24 7.91 7.96 6/265 42840
/proc/meminfo: memFree=129737864/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=213396 memory=177420 CPUtime=3600.08 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) S 42445 42448 41913 0 -1 4194304 113205 0 0 0 359952 56 0 0 20 0 1 0 47382521 218517504 44355 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 53349 44355 3424 6655 0 43040 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 213396 KiB
Current children cumulated memory: 177420 KiB

[startup+1837.6 s]
/proc/loadavg: 7.24 7.91 7.96 5/262 42877
/proc/meminfo: memFree=129690328/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=213396 memory=177420 CPUtime=3600.08 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) S 42445 42448 41913 0 -1 4194304 113205 0 0 0 359952 56 0 0 20 0 1 0 47382521 218517504 44355 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 53349 44355 3424 6655 0 43040 0
[pid=42841] ppid=42448 vsize=40592 memory=24472 CPUtime=1.56 cores=0,2
/proc/42841/stat : 42841 (Exact) R 42448 42841 42841 0 -1 4194304 4382 0 0 0 154 2 0 0 20 0 1 0 47566122 41566208 6118 18446744073709551615 4198400 8335837 140731191324432 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29376512 140731191326907 140731191327261 140731191327261 140731191332815 0
/proc/42841/statm: 10148 6118 1120 1011 0 8915 0
Current children cumulated CPU time: 3601.64 s
Current children cumulated vsize: 253988 KiB
Current children cumulated memory: 201892 KiB

[startup+1838 s]*
/proc/loadavg: 7.24 7.91 7.96 6/266 42888
/proc/meminfo: memFree=129653552/131249996 swapFree=33010416/33010684
[pid=42448] ppid=42445 vsize=213396 memory=177420 CPUtime=3600.08 cores=0,2
/proc/42448/stat : 42448 (LSIPExact) S 42445 42448 41913 0 -1 4194304 113205 0 0 0 359952 56 0 0 20 0 1 0 47382521 218517504 44355 18446744073709551615 93862509211648 93862536468049 140730147072416 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93862544970888 93862545402496 93862547283968 140730147080538 140730147080714 140730147080714 140730147086316 0
/proc/42448/statm: 53349 44355 3424 6655 0 43040 0
[pid=42841] ppid=42448 vsize=41524 memory=25496 CPUtime=1.96 cores=0,2
/proc/42841/stat : 42841 (Exact) R 42448 42841 42841 0 -1 4194304 4641 0 0 0 194 2 0 0 20 0 1 0 47566122 42520576 6374 18446744073709551615 4198400 8335837 140731191324432 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29376512 140731191326907 140731191327261 140731191327261 140731191332815 0
/proc/42841/statm: 10381 6374 1120 1011 0 9148 0
Current children cumulated CPU time: 3602.04 s
Current children cumulated vsize: 254920 KiB
Current children cumulated memory: 202916 KiB

Child status: 0

Real time (s): 1838.01
CPU time (s): 3602.06
CPU user time (s): 3601.47
CPU system time (s): 0.590172
CPU usage (%): 195.976
Max. virtual memory (cumulated for all children) (KiB): 254920
Max. memory (cumulated for all children) (KiB): 202916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.47
system time used= 0.590172
maximum resident set size= 179356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118226
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= 391
involuntary context switches= 101150


# summary of solver processes directly reported to runsolver:
#   pid: 42448
#   total CPU time (s): 3602.06
#   total CPU user time (s): 3601.47
#   total CPU system time (s): 0.590172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.82414 second user time and 8.51392 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-30 22:57:30
IDJOB=4486595
IDBENCH=147028
IDSOLVER=3336
FILE ID=nodeC015/4486595-1751317050
RUNJOBID= nodeC015-1751315214-41923
SLURM_JOB_ID= 9594330
Free space on /tmp= 432884 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f1000.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486595-1751317050/watcher-4486595-1751317050 -o /tmp/evaluation-result-4486595-1751317050/solver-4486595-1751317050 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751315214-41923 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4486595-1751317050.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= f9f2b1fc4917344504b6167976088a05
RANDOM SEED=485332862

nodeC015 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.035
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.14
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.077
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.14
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.200
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.14
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		: 3700.000
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.14
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.153
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.14
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.067
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.14
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		: 3700.000
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.14
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.068
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129794428 kB
MemAvailable:   129587220 kB
Buffers:            2128 kB
Cached:           581900 kB
SwapCached:           24 kB
Active:           479684 kB
Inactive:         278736 kB
Active(anon):     172368 kB
Inactive(anon):    20084 kB
Active(file):     307316 kB
Inactive(file):   258652 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            137364 kB
Writeback:             4 kB
AnonPages:        177652 kB
Mapped:           121276 kB
Shmem:             18052 kB
KReclaimable:     132128 kB
Slab:             220840 kB
SReclaimable:     132128 kB
SUnreclaim:        88712 kB
KernelStack:        4272 kB
PageTables:         3352 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     516312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432840 MiB
End job on nodeC015 at 2025-06-30 23:28:08