Trace number 4499154

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 S2? (TO) 3600.08 1833.52

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark37281.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3566.74/1800.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3566.74/1800.02	c numVar: 3216
3566.74/1800.02	c numCon: 3658
3566.74/1800.02	c numEqual: 63
3566.74/1800.02	c intSize: 10
3566.74/1800.02	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
3566.74/1800.02	c ------------------- Paras list -------------------
3566.74/1800.02	c Name                	 Type      	 Now       	 Default   	 Comment
3566.74/1800.02	c timeout             	 double    	 3600.000000	 3600      	 
3566.74/1800.02	c mip_time            	 double    	 0.500000  	 0.5       	 
3566.74/1800.02	c ls_time             	 double    	 10.000000 	 10        	 
3566.74/1800.02	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
3566.74/1800.02	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3566.74/1800.02	c random_seed         	 int       	 0         	 0         	 
3566.74/1800.02	c sample_size         	 int       	 50        	 50        	 
3566.74/1800.02	c sub_score           	 int       	 1         	 1         	 
3566.74/1800.02	c tabu_base           	 int       	 3         	 3         	 
3566.74/1800.02	c tabu_variation      	 int       	 1         	 1         	 
3566.74/1800.02	c sub_div             	 int       	 4         	 4         	 
3566.74/1800.02	c nbcore              	 int       	 2         	 1         	 
3566.74/1800.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3566.74/1800.02	c print_sol           	 int       	 1         	 1         	 
3566.74/1800.02	c tmpdir              	 string		 .         	 "."       	 
3566.74/1800.02	c home                	 string		 HOME	 "."       	 
3566.74/1800.02	c benchname           	 string		 HOME/instance-4499154-1751370194.opb	 ""        	 
3566.74/1800.02	c --------------------------------------------------
3566.74/1800.02	c Local Search solver
3566.74/1800.02	c MIP solver
3566.74/1800.02	c use Exact solver
3600.04/1833.40	c receive signal 15, try to interrupt solver...
3566.78/1833.51	c Exact solver (PID 54105) interrupted gracefully.
3566.78/1833.51	s UNKNOWN
3566.78/1833.51	c Total time: 1834

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499154-1751370194/watcher-4499154-1751370194 -o /tmp/evaluation-result-4499154-1751370194/solver-4499154-1751370194 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751360343-50963 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4499154-1751370194.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=53908, runsolver pid=53905

[startup+0.100062 s]*
/proc/loadavg: 7.52 7.38 6.92 8/268 53909
/proc/meminfo: memFree=128294336/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=45908 memory=11264 CPUtime=0.09 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 1835 0 0 0 9 0 0 0 20 0 1 0 52696992 47009792 2816 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 11477 2816 1152 6655 0 1712 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11264 KiB

[startup+0.20587 s]*
/proc/loadavg: 7.52 7.38 6.92 8/268 53909
/proc/meminfo: memFree=128293580/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=45908 memory=11264 CPUtime=0.19 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 1835 0 0 0 19 0 0 0 20 0 1 0 52696992 47009792 2816 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 11477 2816 1152 6655 0 1712 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11264 KiB

[startup+0.30583 s]*
/proc/loadavg: 7.52 7.38 6.92 8/268 53909
/proc/meminfo: memFree=128293580/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=45908 memory=11264 CPUtime=0.29 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 1835 0 0 0 29 0 0 0 20 0 1 0 52696992 47009792 2816 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 11477 2816 1152 6655 0 1712 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11264 KiB

[startup+0.700172 s]
/proc/loadavg: 7.52 7.38 6.92 8/268 53909
/proc/meminfo: memFree=128293580/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=45908 memory=11264 CPUtime=0.68 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 1835 0 0 0 68 0 0 0 20 0 1 0 52696992 47009792 2816 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 11477 2816 1152 6655 0 1712 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11264 KiB

[startup+1.50017 s]
/proc/loadavg: 7.56 7.39 6.93 8/268 53909
/proc/meminfo: memFree=128297100/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=45908 memory=11264 CPUtime=1.48 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 1835 0 0 0 148 0 0 0 20 0 1 0 52696992 47009792 2816 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 11477 2816 1152 6655 0 1712 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11264 KiB

[startup+3.10567 s]
/proc/loadavg: 7.56 7.39 6.93 8/268 53909
/proc/meminfo: memFree=128284848/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=45908 memory=11264 CPUtime=3.08 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 1835 0 0 0 308 0 0 0 20 0 1 0 52696992 47009792 2816 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 11477 2816 1152 6655 0 1712 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11264 KiB

[startup+6.30017 s]
/proc/loadavg: 7.52 7.38 6.93 8/268 53909
/proc/meminfo: memFree=128284596/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=45908 memory=11264 CPUtime=6.27 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 1835 0 0 0 627 0 0 0 20 0 1 0 52696992 47009792 2816 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 11477 2816 1152 6655 0 1712 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11264 KiB

[startup+12.7002 s]
/proc/loadavg: 7.56 7.39 6.93 9/269 53910
/proc/meminfo: memFree=128252780/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=161080 memory=68256 CPUtime=15.11 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 13078 0 0 0 1510 1 0 0 20 0 2 0 52696992 164945920 17064 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 40270 17064 3360 6655 0 16200 0
[pid=53908/tid=53910] ppid=53905 vsize=161080 memory=67488 CPUtime=2.46 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 2099 0 0 0 246 0 0 0 20 0 2 0 52697995 164945920 17064 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 15.11 s
Current children cumulated vsize: 161080 KiB
Current children cumulated memory: 68256 KiB

[startup+25.5002 s]
/proc/loadavg: 7.70 7.43 6.95 9/270 53912
/proc/meminfo: memFree=128230480/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=161080 memory=73632 CPUtime=40.56 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 32238 0 0 0 4052 4 0 0 20 0 2 0 52696992 164945920 18408 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 40270 18408 3360 6655 0 17582 0
[pid=53908/tid=53910] ppid=53905 vsize=161080 memory=73632 CPUtime=15.13 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 11795 0 0 0 1513 0 0 0 20 0 2 0 52697995 164945920 18408 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 40.56 s
Current children cumulated vsize: 161080 KiB
Current children cumulated memory: 73632 KiB

[startup+51.106 s]
/proc/loadavg: 7.82 7.49 6.98 9/270 53912
/proc/meminfo: memFree=128184560/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=194136 memory=119592 CPUtime=90.38 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 59672 0 0 0 9031 7 0 0 20 0 2 0 52696992 198795264 29898 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 48534 29898 3392 6655 0 30481 0
[pid=53908/tid=53910] ppid=53905 vsize=194136 memory=114780 CPUtime=39.57 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 24008 0 0 0 3955 2 0 0 20 0 2 0 52697995 198795264 29898 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 90.38 s
Current children cumulated vsize: 194136 KiB
Current children cumulated memory: 119592 KiB

[startup+102.3 s]
/proc/loadavg: 7.97 7.58 7.04 9/271 53915
/proc/meminfo: memFree=128082760/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=194640 memory=123480 CPUtime=192.12 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 65982 0 0 0 19204 8 0 0 20 0 2 0 52696992 199311360 30870 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 48660 30870 3392 6655 0 31633 0
[pid=53908/tid=53910] ppid=53905 vsize=194640 memory=123480 CPUtime=90.38 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 27622 0 0 0 9036 2 0 0 20 0 2 0 52697995 199311360 30870 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 192.12 s
Current children cumulated vsize: 194640 KiB
Current children cumulated memory: 123480 KiB

[startup+162.3 s]
/proc/loadavg: 8.02 7.68 7.11 9/271 53921
/proc/meminfo: memFree=128002072/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=194640 memory=123992 CPUtime=311.37 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 67614 0 0 0 31129 8 0 0 20 0 2 0 52696992 199311360 30998 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 48660 30998 3392 6655 0 31633 0
[pid=53908/tid=53910] ppid=53905 vsize=194640 memory=123736 CPUtime=149.81 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 28996 0 0 0 14978 3 0 0 20 0 2 0 52697995 199311360 30998 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 311.37 s
Current children cumulated vsize: 194640 KiB
Current children cumulated memory: 123992 KiB

[startup+222.3 s]
/proc/loadavg: 8.06 7.75 7.18 9/271 53924
/proc/meminfo: memFree=127957536/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=195548 memory=125016 CPUtime=430.65 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 68670 0 0 0 43057 8 0 0 20 0 2 0 52696992 200241152 31254 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 48887 31254 3392 6655 0 31860 0
[pid=53908/tid=53910] ppid=53905 vsize=195548 memory=124888 CPUtime=209.23 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 29402 0 0 0 20920 3 0 0 20 0 2 0 52697995 200241152 31254 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 430.65 s
Current children cumulated vsize: 195548 KiB
Current children cumulated memory: 125016 KiB

[startup+282.3 s]
/proc/loadavg: 8.14 7.83 7.24 9/269 53926
/proc/meminfo: memFree=127924800/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=197696 memory=127064 CPUtime=549.92 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 69308 0 0 0 54984 8 0 0 20 0 2 0 52696992 202440704 31766 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 49424 31766 3392 6655 0 32397 0
[pid=53908/tid=53910] ppid=53905 vsize=197696 memory=125912 CPUtime=268.66 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 29449 0 0 0 26863 3 0 0 20 0 2 0 52697995 202440704 31766 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 549.92 s
Current children cumulated vsize: 197696 KiB
Current children cumulated memory: 127064 KiB

[startup+342.3 s]
/proc/loadavg: 8.11 7.88 7.30 9/268 53928
/proc/meminfo: memFree=127882068/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=198440 memory=127832 CPUtime=669.2 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 69719 0 0 0 66912 8 0 0 20 0 2 0 52696992 203202560 31958 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 49610 31958 3392 6655 0 32583 0
[pid=53908/tid=53910] ppid=53905 vsize=198440 memory=127832 CPUtime=328.09 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 29449 0 0 0 32806 3 0 0 20 0 2 0 52697995 203202560 31958 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 669.2 s
Current children cumulated vsize: 198440 KiB
Current children cumulated memory: 127832 KiB


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

/proc/loadavg: 4.62 5.70 6.38 5/254 54046
/proc/meminfo: memFree=128940368/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=210824 memory=144472 CPUtime=2457.93 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 83988 0 0 0 245783 10 0 0 20 0 2 0 52696992 215883776 36118 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 52706 36118 3392 6655 0 36751 0
[pid=53908/tid=53910] ppid=53905 vsize=210824 memory=144472 CPUtime=1219.11 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 32476 0 0 0 121908 3 0 0 20 0 2 0 52697995 215883776 36118 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 2457.93 s
Current children cumulated vsize: 210824 KiB
Current children cumulated memory: 144472 KiB

[startup+1302.3 s]
/proc/loadavg: 4.27 5.40 6.24 5/254 54048
/proc/meminfo: memFree=128941024/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=210824 memory=144472 CPUtime=2577.22 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 84098 0 0 0 257712 10 0 0 20 0 2 0 52696992 215883776 36118 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 52706 36118 3392 6655 0 36759 0
[pid=53908/tid=53910] ppid=53905 vsize=210824 memory=144472 CPUtime=1278.55 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 32577 0 0 0 127852 3 0 0 20 0 2 0 52697995 215883776 36118 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 2577.22 s
Current children cumulated vsize: 210824 KiB
Current children cumulated memory: 144472 KiB

[startup+1362.3 s]
/proc/loadavg: 4.21 5.18 6.10 5/254 54050
/proc/meminfo: memFree=128940872/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=211220 memory=145880 CPUtime=2696.51 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 84424 0 0 0 269640 11 0 0 20 0 2 0 52696992 216289280 36470 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 52805 36470 3392 6655 0 36901 0
[pid=53908/tid=53910] ppid=53905 vsize=211220 memory=18176 CPUtime=1337.98 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 32720 0 0 0 133794 4 0 0 20 0 2 0 52697995 216289280 36470 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 2696.51 s
Current children cumulated vsize: 211220 KiB
Current children cumulated memory: 145880 KiB

[startup+1422.3 s]
/proc/loadavg: 4.13 4.97 5.97 5/254 54056
/proc/meminfo: memFree=128939864/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=211372 memory=147288 CPUtime=2815.8 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 84542 0 0 0 281569 11 0 0 20 0 2 0 52696992 216444928 36822 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 52843 36822 3392 6655 0 36977 0
[pid=53908/tid=53910] ppid=53905 vsize=211372 memory=18176 CPUtime=1397.41 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 32791 0 0 0 139737 4 0 0 20 0 2 0 52697995 216444928 36822 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 2815.8 s
Current children cumulated vsize: 211372 KiB
Current children cumulated memory: 147288 KiB

[startup+1482.3 s]
/proc/loadavg: 4.17 4.83 5.86 5/254 54058
/proc/meminfo: memFree=128934436/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=211504 memory=147416 CPUtime=2935.08 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 84563 0 0 0 293497 11 0 0 20 0 2 0 52696992 216580096 36854 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 52876 36854 3392 6655 0 37014 0
[pid=53908/tid=53910] ppid=53905 vsize=211504 memory=147416 CPUtime=1456.85 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 32796 0 0 0 145680 5 0 0 20 0 2 0 52697995 216580096 36854 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 2935.08 s
Current children cumulated vsize: 211504 KiB
Current children cumulated memory: 147416 KiB

[startup+1542.3 s]
/proc/loadavg: 4.12 4.69 5.75 5/253 54060
/proc/meminfo: memFree=128937492/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=211772 memory=147672 CPUtime=3054.37 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 84659 0 0 0 305426 11 0 0 20 0 2 0 52696992 216854528 36918 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 52943 36918 3392 6655 0 37098 0
[pid=53908/tid=53910] ppid=53905 vsize=211772 memory=147416 CPUtime=1516.28 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 32815 0 0 0 151623 5 0 0 20 0 2 0 52697995 216854528 36918 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 3054.37 s
Current children cumulated vsize: 211772 KiB
Current children cumulated memory: 147672 KiB

[startup+1602.3 s]
/proc/loadavg: 4.01 4.56 5.63 4/253 54063
/proc/meminfo: memFree=128872536/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=212004 memory=148184 CPUtime=3173.67 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 84779 0 0 0 317355 12 0 0 20 0 2 0 52696992 217092096 37046 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 53001 37046 3392 6655 0 37203 0
[pid=53908/tid=53910] ppid=53905 vsize=212004 memory=147672 CPUtime=1575.71 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 32866 0 0 0 157566 5 0 0 20 0 2 0 52697995 217092096 37046 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 3173.67 s
Current children cumulated vsize: 212004 KiB
Current children cumulated memory: 148184 KiB

[startup+1662.3 s]
/proc/loadavg: 3.04 4.19 5.44 3/246 54097
/proc/meminfo: memFree=129103584/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=212004 memory=148184 CPUtime=3292.95 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 84955 0 0 0 329283 12 0 0 20 0 2 0 52696992 217092096 37046 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 53001 37046 3392 6655 0 37208 0
[pid=53908/tid=53910] ppid=53905 vsize=212004 memory=147672 CPUtime=1635.15 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 33019 0 0 0 163510 5 0 0 20 0 2 0 52697995 217092096 37046 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 3292.95 s
Current children cumulated vsize: 212004 KiB
Current children cumulated memory: 148184 KiB

[startup+1722.3 s]
/proc/loadavg: 2.44 3.81 5.23 3/246 54099
/proc/meminfo: memFree=129090272/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=218356 memory=153432 CPUtime=3412.24 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 86272 0 0 0 341212 12 0 0 20 0 2 0 52696992 223596544 38358 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 54589 38358 3392 6655 0 40548 0
[pid=53908/tid=53910] ppid=53905 vsize=218356 memory=147672 CPUtime=1694.58 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 33617 0 0 0 169453 5 0 0 20 0 2 0 52697995 223596544 38358 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 3412.24 s
Current children cumulated vsize: 218356 KiB
Current children cumulated memory: 153432 KiB

[startup+1782.3 s]
/proc/loadavg: 2.20 3.49 5.03 3/246 54104
/proc/meminfo: memFree=129091268/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=218640 memory=154456 CPUtime=3531.54 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) R 53905 53908 50951 0 -1 4194304 87197 0 0 0 353142 12 0 0 20 0 2 0 52696992 223887360 38614 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 54660 38614 3392 6655 0 40619 0
[pid=53908/tid=53910] ppid=53905 vsize=218640 memory=154456 CPUtime=1754.02 cores=1,3
/proc/53908/task/53910/stat : 53910 (LSIPExact) R 53905 53908 50951 0 -1 4194368 33705 0 0 0 175397 5 0 0 20 0 2 0 52697995 223887360 38614 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
Current children cumulated CPU time: 3531.54 s
Current children cumulated vsize: 218640 KiB
Current children cumulated memory: 154456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1833.4 s]
/proc/loadavg: 1.76 3.18 4.84 2/246 54107
/proc/meminfo: memFree=128905368/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=205876 memory=120920 CPUtime=3566.78 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) S 53905 53908 50951 0 -1 4194304 87347 0 0 0 356666 12 0 0 20 0 1 0 52696992 210817024 30230 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 51469 30230 3424 6655 0 37428 0
[pid=54105] ppid=53908 vsize=240100 memory=206664 CPUtime=33.26 cores=1,3
/proc/54105/stat : 54105 (Exact) R 53908 54105 54105 0 -1 4194304 33505 0 0 0 3311 15 0 0 20 0 1 0 52876995 245862400 51666 18446744073709551615 4198400 8335837 140721862313488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46706688 140721862322363 140721862322717 140721862322717 140721862328271 0
/proc/54105/statm: 60025 51666 1120 1011 0 58792 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 445976 KiB
Current children cumulated memory: 327584 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.8 s, system=0.28628 s

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

[startup+1833.5 s]
/proc/loadavg: 1.76 3.18 4.84 2/246 54107
/proc/meminfo: memFree=128905368/131249988 swapFree=33010684/33010684
[pid=53908] ppid=53905 vsize=205876 memory=120920 CPUtime=3566.78 cores=1,3
/proc/53908/stat : 53908 (LSIPExact) S 53905 53908 50951 0 -1 4194304 87348 135 0 0 356666 12 0 0 20 0 1 0 52696992 210817024 30230 18446744073709551615 94801909194752 94801936451153 140720733872736 0 0 0 16384 0 16386 1 0 0 17 3 0 0 0 0 0 94801944953992 94801945385600 94801966944256 140720733874522 140720733874698 140720733874698 140720733880300 0
/proc/53908/statm: 51469 30230 3424 6655 0 37428 0
Current children cumulated CPU time: 3566.78 s
Current children cumulated vsize: 205876 KiB
Current children cumulated memory: 120920 KiB

Child status: 0

Real time (s): 1833.52
CPU time (s): 3600.08
CPU user time (s): 3599.8
CPU system time (s): 0.28628
CPU usage (%): 196.348
Max. virtual memory (cumulated for all children) (KiB): 445976
Max. memory (cumulated for all children) (KiB): 327584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.8
system time used= 0.28628
maximum resident set size= 206792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121273
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= 475
involuntary context switches= 39482


# summary of solver processes directly reported to runsolver:
#   pid: 53908
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.8
#   total CPU system time (s): 0.28628

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.8285 second user time and 8.35856 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 13:43:14
IDJOB=4499154
IDBENCH=148772
IDSOLVER=3337
FILE ID=nodeC020/4499154-1751370194
RUNJOBID= nodeC020-1751360343-50963
SLURM_JOB_ID= 9598161
Free space on /tmp= 432816 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499154-1751370194/watcher-4499154-1751370194 -o /tmp/evaluation-result-4499154-1751370194/solver-4499154-1751370194 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751360343-50963 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4499154-1751370194.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=1420176974

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.897
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.79
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		: 3599.905
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.79
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.920
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.79
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		: 3620.853
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.884
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.892
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.893
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.891
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128298820 kB
MemAvailable:   128902460 kB
Buffers:            3280 kB
Cached:          1407756 kB
SwapCached:            0 kB
Active:          1208324 kB
Inactive:        1099352 kB
Active(anon):     914696 kB
Inactive(anon):        0 kB
Active(file):     293628 kB
Inactive(file):  1099352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44952 kB
Writeback:             0 kB
AnonPages:        899332 kB
Mapped:           140244 kB
Shmem:             18056 kB
KReclaimable:      99800 kB
Slab:             187696 kB
SReclaimable:      99800 kB
SUnreclaim:        87896 kB
KernelStack:        4320 kB
PageTables:         4868 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1259792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432908 MiB
End job on nodeC020 at 2025-07-01 14:13:48