Trace number 4527294

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) 3601.84 1833.21

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.13/1831.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.13/1831.20	c numVar: 2000
3600.13/1831.20	c numCon: 5250
3600.13/1831.20	c numEqual: 0
3600.13/1831.20	c intSize: 11
3600.13/1831.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.13/1831.20	c ------------------- Paras list -------------------
3600.13/1831.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.13/1831.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.13/1831.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.13/1831.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.13/1831.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.13/1831.20	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.13/1831.20	c random_seed         	 int       	 0         	 0         	 
3600.13/1831.20	c sample_size         	 int       	 50        	 50        	 
3600.13/1831.20	c sub_score           	 int       	 1         	 1         	 
3600.13/1831.20	c tabu_base           	 int       	 3         	 3         	 
3600.13/1831.20	c tabu_variation      	 int       	 1         	 1         	 
3600.13/1831.20	c sub_div             	 int       	 4         	 4         	 
3600.13/1831.20	c nbcore              	 int       	 2         	 1         	 
3600.13/1831.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.13/1831.20	c print_sol           	 int       	 1         	 1         	 
3600.13/1831.20	c tmpdir              	 string		 .         	 "."       	 
3600.13/1831.20	c home                	 string		 HOME	 "."       	 
3600.13/1831.20	c benchname           	 string		 HOME/instance-4527294-1752232206.opb	 ""        	 
3600.13/1831.20	c --------------------------------------------------
3600.13/1831.20	c Local Search solver
3600.13/1831.20	c MIP solver
3600.13/1831.20	c receive signal 15, try to interrupt solver...
3600.13/1831.21	c use Exact solver
3601.81/1833.20	s UNKNOWN
3601.81/1833.20	c Total time: 1833

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527294-1752232206/watcher-4527294-1752232206 -o /tmp/evaluation-result-4527294-1752232206/solver-4527294-1752232206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752232205-108305 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527294-1752232206.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=108351, runsolver pid=108343
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 0.15 0.11 0.09 5/263 108360
/proc/meminfo: memFree=107037136/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=43388 memory=8960 CPUtime=0.09 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 1214 0 0 0 9 0 0 0 20 0 1 0 138899249 44429312 2240 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 10847 2240 1184 6655 0 1082 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8960 KiB

[startup+0.204524 s]*
/proc/loadavg: 0.15 0.11 0.09 5/265 108365
/proc/meminfo: memFree=107037228/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=43388 memory=8960 CPUtime=0.19 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 1214 0 0 0 19 0 0 0 20 0 1 0 138899249 44429312 2240 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 10847 2240 1184 6655 0 1082 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8960 KiB

[startup+0.304469 s]*
/proc/loadavg: 0.15 0.11 0.09 5/265 108365
/proc/meminfo: memFree=107037228/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=43388 memory=8960 CPUtime=0.29 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 1214 0 0 0 29 0 0 0 20 0 1 0 138899249 44429312 2240 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 10847 2240 1184 6655 0 1082 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8960 KiB

[startup+0.7001 s]
/proc/loadavg: 0.46 0.17 0.11 5/265 108365
/proc/meminfo: memFree=107038216/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=43388 memory=8960 CPUtime=0.68 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 1214 0 0 0 68 0 0 0 20 0 1 0 138899249 44429312 2240 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 10847 2240 1184 6655 0 1082 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8960 KiB

[startup+1.50009 s]
/proc/loadavg: 0.46 0.17 0.11 5/265 108365
/proc/meminfo: memFree=107038216/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=43388 memory=8960 CPUtime=1.48 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 1214 0 0 0 148 0 0 0 20 0 1 0 138899249 44429312 2240 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 10847 2240 1184 6655 0 1082 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8960 KiB

[startup+3.10432 s]
/proc/loadavg: 0.46 0.17 0.11 5/265 108365
/proc/meminfo: memFree=107038800/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=43388 memory=8960 CPUtime=3.08 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 1214 0 0 0 308 0 0 0 20 0 1 0 138899249 44429312 2240 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 10847 2240 1184 6655 0 1082 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8960 KiB

[startup+6.30009 s]
/proc/loadavg: 0.74 0.24 0.14 5/265 108366
/proc/meminfo: memFree=107039152/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=43388 memory=8960 CPUtime=6.27 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 1214 0 0 0 627 0 0 0 20 0 1 0 138899249 44429312 2240 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 10847 2240 1184 6655 0 1082 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 8960 KiB

[startup+12.7001 s]
/proc/loadavg: 1.33 0.36 0.18 5/261 108382
/proc/meminfo: memFree=107016768/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=133764 memory=48644 CPUtime=15.21 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 8704 0 0 0 1520 1 0 0 20 0 2 0 138899249 136974336 12161 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 33441 12161 3456 6655 0 10738 0
[pid=108351/tid=108369] ppid=108343 vsize=133764 memory=20352 CPUtime=2.56 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 3299 0 0 0 256 0 0 0 20 0 2 0 138900251 136974336 12161 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 15.21 s
Current children cumulated vsize: 133764 KiB
Current children cumulated memory: 48644 KiB

[startup+25.5002 s]
/proc/loadavg: 2.04 0.55 0.24 5/259 108386
/proc/meminfo: memFree=106977604/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=148188 memory=64260 CPUtime=40.66 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 20627 0 0 0 4064 2 0 0 20 0 2 0 138899249 151744512 16065 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 37047 16065 3488 6655 0 14462 0
[pid=108351/tid=108369] ppid=108343 vsize=148188 memory=51076 CPUtime=15.24 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 6696 0 0 0 1524 0 0 0 20 0 2 0 138900251 151744512 16065 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 40.66 s
Current children cumulated vsize: 148188 KiB
Current children cumulated memory: 64260 KiB

[startup+51.1053 s]
/proc/loadavg: 3.83 1.12 0.44 7/264 108515
/proc/meminfo: memFree=106052500/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=148188 memory=65412 CPUtime=91.55 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 26307 0 0 0 9152 3 0 0 20 0 2 0 138899249 151744512 16353 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 37047 16353 3488 6655 0 14462 0
[pid=108351/tid=108369] ppid=108343 vsize=148188 memory=2712 CPUtime=40.61 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 9495 0 0 0 4060 1 0 0 20 0 2 0 138900251 151744512 16353 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 91.55 s
Current children cumulated vsize: 148188 KiB
Current children cumulated memory: 65412 KiB

[startup+102.3 s]
/proc/loadavg: 6.10 2.16 0.83 8/269 108554
/proc/meminfo: memFree=105785772/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=149068 memory=66308 CPUtime=193.36 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 27702 0 0 0 19332 4 0 0 20 0 2 0 138899249 152645632 16577 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 37267 16577 3488 6655 0 14682 0
[pid=108351/tid=108369] ppid=108343 vsize=149068 memory=14344 CPUtime=91.35 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 10154 0 0 0 9134 1 0 0 20 0 2 0 138900251 152645632 16577 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 193.36 s
Current children cumulated vsize: 149068 KiB
Current children cumulated memory: 66308 KiB

[startup+162.3 s]
/proc/loadavg: 7.35 3.24 1.29 9/269 108556
/proc/meminfo: memFree=105365744/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=154288 memory=76292 CPUtime=312.67 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 32221 0 0 0 31262 5 0 0 20 0 2 0 138899249 157990912 19073 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 38572 19073 3488 6655 0 17180 0
[pid=108351/tid=108369] ppid=108343 vsize=154288 memory=14344 CPUtime=150.82 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 12713 0 0 0 15080 2 0 0 20 0 2 0 138900251 157990912 19073 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 312.67 s
Current children cumulated vsize: 154288 KiB
Current children cumulated memory: 76292 KiB

[startup+222.3 s]
/proc/loadavg: 7.71 4.10 1.71 8/268 108558
/proc/meminfo: memFree=105136248/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=165104 memory=89604 CPUtime=421.81 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 36138 0 0 0 42174 7 0 0 20 0 2 0 138899249 169066496 22401 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 41276 22401 3488 6655 0 21446 0
[pid=108351/tid=108369] ppid=108343 vsize=165104 memory=82052 CPUtime=202.74 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) S 108343 108351 108288 0 -1 4194368 14336 0 0 0 20270 4 0 0 20 0 2 0 138900251 169066496 22401 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 1 0 0 -1 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 421.81 s
Current children cumulated vsize: 165104 KiB
Current children cumulated memory: 89604 KiB

[startup+282.3 s]
/proc/loadavg: 7.87 4.80 2.10 9/268 108560
/proc/meminfo: memFree=105091008/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=170908 memory=90244 CPUtime=536.62 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 37966 0 0 0 53654 8 0 0 20 0 2 0 138899249 175009792 22561 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 42727 22561 3488 6655 0 22897 0
[pid=108351/tid=108369] ppid=108343 vsize=170908 memory=90244 CPUtime=258.11 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 14461 0 0 0 25807 4 0 0 20 0 2 0 138900251 175009792 22561 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 536.62 s
Current children cumulated vsize: 170908 KiB
Current children cumulated memory: 90244 KiB

[startup+342.3 s]
/proc/loadavg: 8.06 5.42 2.48 9/266 108562
/proc/meminfo: memFree=104918260/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=174008 memory=93444 CPUtime=655.89 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 44625 0 0 0 65580 9 0 0 20 0 2 0 138899249 178184192 23361 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 43502 23361 3488 6655 0 23672 0
[pid=108351/tid=108369] ppid=108343 vsize=174008 memory=92036 CPUtime=317.96 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 16380 0 0 0 31791 5 0 0 20 0 2 0 138900251 178184192 23361 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 655.89 s
Current children cumulated vsize: 174008 KiB
Current children cumulated memory: 93444 KiB


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

/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 48865 0 0 0 131984 17 0 0 20 0 2 0 138900251 305348608 51722 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 2668.1 s
Current children cumulated vsize: 298192 KiB
Current children cumulated memory: 206888 KiB

[startup+1422.3 s]
/proc/loadavg: 8.17 7.92 6.23 9/267 108798
/proc/meminfo: memFree=102119960/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=304548 memory=219176 CPUtime=2787.38 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 112783 0 0 0 278650 88 0 0 20 0 2 0 138899249 311857152 54794 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 76137 54794 3488 6655 0 55024 0
[pid=108351/tid=108369] ppid=108343 vsize=304548 memory=210856 CPUtime=1379.84 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 50388 0 0 0 137966 18 0 0 20 0 2 0 138900251 311857152 54794 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 2787.38 s
Current children cumulated vsize: 304548 KiB
Current children cumulated memory: 219176 KiB

[startup+1482.3 s]
/proc/loadavg: 8.11 7.95 6.35 9/267 108800
/proc/meminfo: memFree=101863148/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=310900 memory=234280 CPUtime=2906.62 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 117725 0 0 0 290569 93 0 0 20 0 2 0 138899249 318361600 58570 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 77725 58570 3488 6655 0 58408 0
[pid=108351/tid=108369] ppid=108343 vsize=310900 memory=14344 CPUtime=1439.53 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 52957 0 0 0 143934 19 0 0 20 0 2 0 138900251 318361600 58570 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 2906.62 s
Current children cumulated vsize: 310900 KiB
Current children cumulated memory: 234280 KiB

[startup+1542.3 s]
/proc/loadavg: 8.03 7.96 6.46 9/267 108802
/proc/meminfo: memFree=101545544/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=317560 memory=248104 CPUtime=3025.86 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 122151 0 0 0 302489 97 0 0 20 0 2 0 138899249 325181440 62026 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 79390 62026 3488 6655 0 61856 0
[pid=108351/tid=108369] ppid=108343 vsize=317560 memory=247208 CPUtime=1498.97 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 55116 0 0 0 149873 24 0 0 20 0 2 0 138900251 325181440 62026 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 3025.86 s
Current children cumulated vsize: 317560 KiB
Current children cumulated memory: 248104 KiB

[startup+1602.3 s]
/proc/loadavg: 7.70 7.91 6.54 8/266 108805
/proc/meminfo: memFree=101216740/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=324676 memory=260008 CPUtime=3145.11 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 125990 0 0 0 314409 102 0 0 20 0 2 0 138899249 332468224 65002 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 81169 65002 3488 6655 0 64807 0
[pid=108351/tid=108369] ppid=108343 vsize=324676 memory=247208 CPUtime=1558.63 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 56895 0 0 0 155838 25 0 0 20 0 2 0 138900251 332468224 65002 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 3145.11 s
Current children cumulated vsize: 324676 KiB
Current children cumulated memory: 260008 KiB

[startup+1662.3 s]
/proc/loadavg: 7.30 7.75 6.57 8/266 108806
/proc/meminfo: memFree=100970652/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=331296 memory=273320 CPUtime=3264.39 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 129654 0 0 0 326332 107 0 0 20 0 2 0 138899249 339247104 68330 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 82824 68330 3488 6655 0 68166 0
[pid=108351/tid=108369] ppid=108343 vsize=331296 memory=247208 CPUtime=1618.46 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 58786 0 0 0 161820 26 0 0 20 0 2 0 138900251 339247104 68330 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 3264.39 s
Current children cumulated vsize: 331296 KiB
Current children cumulated memory: 273320 KiB

[startup+1722.3 s]
/proc/loadavg: 7.22 7.64 6.61 8/266 108808
/proc/meminfo: memFree=100779740/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=338040 memory=286504 CPUtime=3383.66 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 133348 0 0 0 338255 111 0 0 20 0 2 0 138899249 346152960 71626 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 84510 71626 3488 6655 0 71493 0
[pid=108351/tid=108369] ppid=108343 vsize=338040 memory=247208 CPUtime=1678.29 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 60582 0 0 0 167802 27 0 0 20 0 2 0 138900251 346152960 71626 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 3383.66 s
Current children cumulated vsize: 338040 KiB
Current children cumulated memory: 286504 KiB

[startup+1782.3 s]
/proc/loadavg: 7.50 7.64 6.68 8/266 108810
/proc/meminfo: memFree=100560880/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=343332 memory=299048 CPUtime=3502.93 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 136517 0 0 0 350176 117 0 0 20 0 2 0 138899249 351571968 74762 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 85833 74762 3488 6655 0 74585 0
[pid=108351/tid=108369] ppid=108343 vsize=343332 memory=296360 CPUtime=1738.13 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 62391 0 0 0 173785 28 0 0 20 0 2 0 138900251 351571968 74762 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 3502.93 s
Current children cumulated vsize: 343332 KiB
Current children cumulated memory: 299048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1831.2 s]
/proc/loadavg: 6.99 7.49 6.68 6/261 108848
/proc/meminfo: memFree=105377588/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=348900 memory=309288 CPUtime=3600.13 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) R 108343 108351 108288 0 -1 4194304 139096 0 0 0 359890 123 0 0 20 0 2 0 138899249 357273600 77322 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 87225 77322 3488 6655 0 77149 0
[pid=108351/tid=108369] ppid=108343 vsize=348900 memory=309160 CPUtime=1786.87 cores=0,2
/proc/108351/task/108369/stat : 108369 (LSIPExact) R 108343 108351 108288 0 -1 4194368 63566 0 0 0 178659 28 0 0 20 0 2 0 138900251 357273600 77322 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 348900 KiB
Current children cumulated memory: 309288 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3600.57 s, system=1.26491 s

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

[startup+1832 s]*
/proc/loadavg: 6.99 7.49 6.68 6/265 108860
/proc/meminfo: memFree=105385332/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=283364 memory=217580 CPUtime=3600.15 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) S 108343 108351 108288 0 -1 4194304 139738 0 0 0 359892 123 0 0 20 0 1 0 138899249 290164736 54395 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 70841 54395 3520 6655 0 61074 0
[pid=108851] ppid=108351 vsize=38252 memory=21788 CPUtime=0.47 cores=0,2
/proc/108851/stat : 108851 (Exact) R 108351 108851 108851 0 -1 4194304 4214 0 0 0 46 1 0 0 20 0 1 0 139082371 39170048 5447 18446744073709551615 4198400 8335837 140725388307488 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9148648 9230840 44482560 140725388314809 140725388315163 140725388315163 140725388320719 0
/proc/108851/statm: 9563 5447 1120 1011 0 8330 0
Current children cumulated CPU time: 3600.62 s
Current children cumulated vsize: 321616 KiB
Current children cumulated memory: 239368 KiB

[startup+1832.8 s]
/proc/loadavg: 6.99 7.49 6.68 6/265 108860
/proc/meminfo: memFree=105385332/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=283364 memory=217580 CPUtime=3600.15 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) S 108343 108351 108288 0 -1 4194304 139738 0 0 0 359892 123 0 0 20 0 1 0 138899249 290164736 54395 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 70841 54395 3520 6655 0 61074 0
[pid=108851] ppid=108351 vsize=39792 memory=23196 CPUtime=1.26 cores=0,2
/proc/108851/stat : 108851 (Exact) R 108351 108851 108851 0 -1 4194304 4564 0 0 0 124 2 0 0 20 0 1 0 139082371 40747008 5799 18446744073709551615 4198400 8335837 140725388307488 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9148648 9230840 44482560 140725388314809 140725388315163 140725388315163 140725388320719 0
/proc/108851/statm: 9948 5799 1120 1011 0 8715 0
Current children cumulated CPU time: 3601.41 s
Current children cumulated vsize: 323156 KiB
Current children cumulated memory: 240776 KiB

[startup+1833.2 s]
/proc/loadavg: 6.99 7.49 6.68 6/265 108860
/proc/meminfo: memFree=105382832/131249988 swapFree=33010416/33010684
[pid=108351] ppid=108343 vsize=283364 memory=217580 CPUtime=3600.15 cores=0,2
/proc/108351/stat : 108351 (LSIPExact) S 108343 108351 108288 0 -1 4194304 139738 0 0 0 359892 123 0 0 20 0 1 0 138899249 290164736 54395 18446744073709551615 94658888740864 94658915998033 140725210445216 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94658924500104 94658924931712 94658941804544 140725210450264 140725210450440 140725210450440 140725210456044 0
/proc/108351/statm: 70841 54395 3520 6655 0 61074 0
[pid=108851] ppid=108351 vsize=40856 memory=24220 CPUtime=1.66 cores=0,2
/proc/108851/stat : 108851 (Exact) R 108351 108851 108851 0 -1 4194304 4840 0 0 0 164 2 0 0 20 0 1 0 139082371 41836544 6055 18446744073709551615 4198400 8335837 140725388307488 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44482560 140725388314809 140725388315163 140725388315163 140725388320719 0
/proc/108851/statm: 10214 6055 1120 1011 0 8981 0
Current children cumulated CPU time: 3601.81 s
Current children cumulated vsize: 324220 KiB
Current children cumulated memory: 241800 KiB

Child status: 0

Real time (s): 1833.21
CPU time (s): 3601.84
CPU user time (s): 3600.57
CPU system time (s): 1.26491
CPU usage (%): 196.477
Max. virtual memory (cumulated for all children) (KiB): 348900
Max. memory (cumulated for all children) (KiB): 309288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.57
system time used= 1.26491
maximum resident set size= 309544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144748
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= 406
involuntary context switches= 94004


# summary of solver processes directly reported to runsolver:
#   pid: 108351
#   total CPU time (s): 3601.84
#   total CPU user time (s): 3600.57
#   total CPU system time (s): 1.26491

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.90934 second user time and 7.74391 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-11 13:10:07
IDJOB=4527294
IDBENCH=147028
IDSOLVER=3384
FILE ID=nodeC031/4527294-1752232206
RUNJOBID= nodeC031-1752232205-108305
SLURM_JOB_ID= 9682542
Free space on /tmp= 430920 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-4527294-1752232206/watcher-4527294-1752232206 -o /tmp/evaluation-result-4527294-1752232206/solver-4527294-1752232206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752232205-108305 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527294-1752232206.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= f9f2b1fc4917344504b6167976088a05
RANDOM SEED=1187949666

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        107081916 kB
MemAvailable:   129576268 kB
Buffers:            2128 kB
Cached:         23175896 kB
SwapCached:           12 kB
Active:           492320 kB
Inactive:       22765484 kB
Active(anon):      87364 kB
Inactive(anon):    10468 kB
Active(file):     404956 kB
Inactive(file): 22755016 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            133524 kB
Writeback:             8 kB
AnonPages:         82976 kB
Mapped:           105848 kB
Shmem:             18052 kB
KReclaimable:     347236 kB
Slab:             443628 kB
SReclaimable:     347236 kB
SUnreclaim:        96392 kB
KernelStack:        4096 kB
PageTables:         2988 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     351496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430736 MiB
End job on nodeC031 at 2025-07-11 13:40:40