Trace number 4527488

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.17 1819.81

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

3600.19/1817.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.19/1817.80	c numVar: 3216
3600.19/1817.80	c numCon: 3658
3600.19/1817.80	c numEqual: 63
3600.19/1817.80	c intSize: 10
3600.19/1817.80	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.19/1817.80	c ------------------- Paras list -------------------
3600.19/1817.80	c Name                	 Type      	 Now       	 Default   	 Comment
3600.19/1817.80	c timeout             	 double    	 3600.000000	 3600      	 
3600.19/1817.80	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.19/1817.80	c ls_time             	 double    	 10.000000 	 10        	 
3600.19/1817.80	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.19/1817.80	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.19/1817.80	c random_seed         	 int       	 0         	 0         	 
3600.19/1817.80	c sample_size         	 int       	 50        	 50        	 
3600.19/1817.80	c sub_score           	 int       	 1         	 1         	 
3600.19/1817.80	c tabu_base           	 int       	 3         	 3         	 
3600.19/1817.80	c tabu_variation      	 int       	 1         	 1         	 
3600.19/1817.80	c sub_div             	 int       	 4         	 4         	 
3600.19/1817.80	c nbcore              	 int       	 2         	 1         	 
3600.19/1817.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.19/1817.80	c print_sol           	 int       	 1         	 1         	 
3600.19/1817.80	c tmpdir              	 string		 .         	 "."       	 
3600.19/1817.80	c home                	 string		 HOME	 "."       	 
3600.19/1817.80	c benchname           	 string		 HOME/instance-4527488-1752232322.opb	 ""        	 
3600.19/1817.80	c --------------------------------------------------
3600.19/1817.80	c Local Search solver
3600.19/1817.80	c MIP solver
3600.19/1817.80	c receive signal 15, try to interrupt solver...
3600.19/1817.81	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62978 MiB free)
  memory of node 1: 64465 MiB (63143 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=113859, runsolver pid=113856

[startup+0.100064 s]*
/proc/loadavg: 5.36 2.00 0.78 7/255 113860
/proc/meminfo: memFree=129148572/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=45908 memory=11392 CPUtime=0.09 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 1835 0 0 0 8 1 0 0 20 0 1 0 138910940 47009792 2848 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 11477 2848 1184 6655 0 1712 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11392 KiB

[startup+0.212983 s]*
/proc/loadavg: 5.36 2.00 0.78 7/255 113860
/proc/meminfo: memFree=129147816/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=45908 memory=11392 CPUtime=0.2 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 1835 0 0 0 19 1 0 0 20 0 1 0 138910940 47009792 2848 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 11477 2848 1184 6655 0 1712 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11392 KiB

[startup+0.312334 s]*
/proc/loadavg: 5.36 2.00 0.78 8/255 113860
/proc/meminfo: memFree=129147816/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=45908 memory=11392 CPUtime=0.3 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 1835 0 0 0 29 1 0 0 20 0 1 0 138910940 47009792 2848 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 11477 2848 1184 6655 0 1712 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11392 KiB

[startup+0.700239 s]
/proc/loadavg: 5.36 2.00 0.78 7/255 113860
/proc/meminfo: memFree=129146852/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=45908 memory=11392 CPUtime=0.67 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 1835 0 0 0 66 1 0 0 20 0 1 0 138910940 47009792 2848 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 11477 2848 1184 6655 0 1712 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11392 KiB

[startup+1.50025 s]
/proc/loadavg: 5.36 2.00 0.78 7/255 113860
/proc/meminfo: memFree=129130468/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=45908 memory=11392 CPUtime=1.47 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 1835 0 0 0 146 1 0 0 20 0 1 0 138910940 47009792 2848 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 11477 2848 1184 6655 0 1712 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11392 KiB

[startup+3.1121 s]
/proc/loadavg: 5.36 2.00 0.78 7/255 113860
/proc/meminfo: memFree=129138380/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=45908 memory=11392 CPUtime=3.08 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 1835 0 0 0 307 1 0 0 20 0 1 0 138910940 47009792 2848 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 11477 2848 1184 6655 0 1712 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11392 KiB

[startup+6.30023 s]
/proc/loadavg: 5.50 2.08 0.82 7/255 113860
/proc/meminfo: memFree=129146884/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=45908 memory=11392 CPUtime=6.26 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 1835 0 0 0 625 1 0 0 20 0 1 0 138910940 47009792 2848 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 11477 2848 1184 6655 0 1712 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11392 KiB

[startup+12.7002 s]
/proc/loadavg: 5.62 2.16 0.85 9/257 113863
/proc/meminfo: memFree=129056636/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=160992 memory=68280 CPUtime=15.09 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 12900 0 0 0 1506 3 0 0 20 0 2 0 138910940 164855808 17070 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 40248 17070 3520 6655 0 16122 0
[pid=113859/tid=113863] ppid=113856 vsize=160992 memory=67384 CPUtime=2.45 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 2055 0 0 0 245 0 0 0 20 0 2 0 138911942 164855808 17070 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 15.09 s
Current children cumulated vsize: 160992 KiB
Current children cumulated memory: 68280 KiB

[startup+25.5002 s]
/proc/loadavg: 6.30 2.48 0.98 9/257 113863
/proc/meminfo: memFree=129030304/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=160992 memory=71736 CPUtime=40.52 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 30745 0 0 0 4047 5 0 0 20 0 2 0 138910940 164855808 17934 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 40248 17934 3520 6655 0 16939 0
[pid=113859/tid=113863] ppid=113856 vsize=160992 memory=71224 CPUtime=15.11 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 9885 0 0 0 1510 1 0 0 20 0 2 0 138911942 164855808 17934 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 40.52 s
Current children cumulated vsize: 160992 KiB
Current children cumulated memory: 71736 KiB

[startup+51.1053 s]
/proc/loadavg: 7.03 2.96 1.18 9/257 113909
/proc/meminfo: memFree=128739100/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=197540 memory=99052 CPUtime=90.14 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 59329 0 0 0 9007 7 0 0 20 0 2 0 138910940 202280960 24763 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 49385 24763 3520 6655 0 26253 0
[pid=113859/tid=113863] ppid=113856 vsize=197540 memory=99052 CPUtime=39.23 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 17561 0 0 0 3921 2 0 0 20 0 2 0 138911942 202280960 24763 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 90.14 s
Current children cumulated vsize: 197540 KiB
Current children cumulated memory: 99052 KiB

[startup+102.3 s]
/proc/loadavg: 7.66 3.76 1.54 9/257 113911
/proc/meminfo: memFree=128700184/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=197540 memory=104172 CPUtime=191.84 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 70781 0 0 0 19175 9 0 0 20 0 2 0 138910940 202280960 26043 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 49385 26043 3520 6655 0 28027 0
[pid=113859/tid=113863] ppid=113856 vsize=197540 memory=103148 CPUtime=89.89 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 23378 0 0 0 8986 3 0 0 20 0 2 0 138911942 202280960 26043 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 191.84 s
Current children cumulated vsize: 197540 KiB
Current children cumulated memory: 104172 KiB

[startup+162.3 s]
/proc/loadavg: 7.93 4.55 1.95 9/257 113913
/proc/meminfo: memFree=128694532/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=197540 memory=109036 CPUtime=311.02 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 82710 0 0 0 31091 11 0 0 20 0 2 0 138910940 202280960 27259 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 49385 27259 3520 6655 0 29121 0
[pid=113859/tid=113863] ppid=113856 vsize=197540 memory=108524 CPUtime=149.24 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 30481 0 0 0 14920 4 0 0 20 0 2 0 138911942 202280960 27259 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 311.02 s
Current children cumulated vsize: 197540 KiB
Current children cumulated memory: 109036 KiB

[startup+222.3 s]
/proc/loadavg: 8.06 5.19 2.34 9/253 113915
/proc/meminfo: memFree=128657524/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=197540 memory=112108 CPUtime=430.21 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 84867 0 0 0 43010 11 0 0 20 0 2 0 138910940 202280960 28027 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 49385 28027 3520 6655 0 29384 0
[pid=113859/tid=113863] ppid=113856 vsize=197540 memory=111340 CPUtime=208.62 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 31829 0 0 0 20858 4 0 0 20 0 2 0 138911942 202280960 28027 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 430.21 s
Current children cumulated vsize: 197540 KiB
Current children cumulated memory: 112108 KiB

[startup+282.3 s]
/proc/loadavg: 8.08 5.72 2.70 9/253 113917
/proc/meminfo: memFree=128654152/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=197540 memory=113004 CPUtime=549.45 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 85252 0 0 0 54934 11 0 0 20 0 2 0 138910940 202280960 28251 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 49385 28251 3520 6655 0 29384 0
[pid=113859/tid=113863] ppid=113856 vsize=197540 memory=113004 CPUtime=268.03 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 32042 0 0 0 26799 4 0 0 20 0 2 0 138911942 202280960 28251 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 549.45 s
Current children cumulated vsize: 197540 KiB
Current children cumulated memory: 113004 KiB

[startup+342.3 s]
/proc/loadavg: 8.08 6.15 3.04 9/253 113919
/proc/meminfo: memFree=128638936/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=197540 memory=113004 CPUtime=668.69 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 85418 0 0 0 66858 11 0 0 20 0 2 0 138910940 202280960 28251 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 49385 28251 3520 6655 0 29656 0
[pid=113859/tid=113863] ppid=113856 vsize=197540 memory=113004 CPUtime=327.44 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 32043 0 0 0 32740 4 0 0 20 0 2 0 138911942 202280960 28251 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 668.69 s
Current children cumulated vsize: 197540 KiB
Current children cumulated memory: 113004 KiB

[startup+402.3 s]

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

/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 36553 0 0 0 133727 7 0 0 20 0 2 0 138911942 206483456 33554 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 2695.27 s
Current children cumulated vsize: 201644 KiB
Current children cumulated memory: 134216 KiB

[startup+1422.3 s]
/proc/loadavg: 8.08 8.00 6.45 9/254 114199
/proc/meminfo: memFree=127661876/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=201644 memory=136392 CPUtime=2814.47 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 93537 0 0 0 281432 15 0 0 20 0 2 0 138910940 206483456 34098 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 50411 34098 3520 6655 0 33775 0
[pid=113859/tid=113863] ppid=113856 vsize=201644 memory=16548 CPUtime=1396.75 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 36668 0 0 0 139668 7 0 0 20 0 2 0 138911942 206483456 34098 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 2814.47 s
Current children cumulated vsize: 201644 KiB
Current children cumulated memory: 136392 KiB

[startup+1482.3 s]
/proc/loadavg: 8.06 8.01 6.56 9/253 114201
/proc/meminfo: memFree=127601772/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=201644 memory=136392 CPUtime=2933.67 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 93537 0 0 0 293352 15 0 0 20 0 2 0 138910940 206483456 34098 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 50411 34098 3520 6655 0 33775 0
[pid=113859/tid=113863] ppid=113856 vsize=201644 memory=16548 CPUtime=1456.16 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 36668 0 0 0 145609 7 0 0 20 0 2 0 138911942 206483456 34098 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 2933.67 s
Current children cumulated vsize: 201644 KiB
Current children cumulated memory: 136392 KiB

[startup+1542.3 s]
/proc/loadavg: 8.07 8.02 6.66 9/253 114203
/proc/meminfo: memFree=127591720/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=221188 memory=136904 CPUtime=3052.87 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 93688 0 0 0 305272 15 0 0 20 0 2 0 138910940 226496512 34226 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 55297 34226 3520 6655 0 38661 0
[pid=113859/tid=113863] ppid=113856 vsize=221188 memory=136776 CPUtime=1515.56 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 36784 0 0 0 151549 7 0 0 20 0 2 0 138911942 226496512 34226 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 3052.87 s
Current children cumulated vsize: 221188 KiB
Current children cumulated memory: 136904 KiB

[startup+1602.3 s]
/proc/loadavg: 8.14 8.04 6.75 9/253 114205
/proc/meminfo: memFree=127590500/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=221188 memory=138056 CPUtime=3172.08 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 93976 0 0 0 317192 16 0 0 20 0 2 0 138910940 226496512 34514 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 55297 34514 3520 6655 0 38682 0
[pid=113859/tid=113863] ppid=113856 vsize=221188 memory=138056 CPUtime=1574.99 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 36941 0 0 0 157491 8 0 0 20 0 2 0 138911942 226496512 34514 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 3172.08 s
Current children cumulated vsize: 221188 KiB
Current children cumulated memory: 138056 KiB

[startup+1662.3 s]
/proc/loadavg: 8.11 8.05 6.84 9/253 114207
/proc/meminfo: memFree=127640080/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=221188 memory=141396 CPUtime=3291.29 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 94683 0 0 0 329113 16 0 0 20 0 2 0 138910940 226496512 35349 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 55297 35349 3520 6655 0 38741 0
[pid=113859/tid=113863] ppid=113856 vsize=221188 memory=138696 CPUtime=1634.4 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 37466 0 0 0 163432 8 0 0 20 0 2 0 138911942 226496512 35349 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 3291.29 s
Current children cumulated vsize: 221188 KiB
Current children cumulated memory: 141396 KiB

[startup+1722.3 s]
/proc/loadavg: 8.04 8.04 6.92 9/253 114209
/proc/meminfo: memFree=127610928/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=221188 memory=144004 CPUtime=3410.5 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 94832 0 0 0 341034 16 0 0 20 0 2 0 138910940 226496512 36001 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 55297 36001 3520 6655 0 38746 0
[pid=113859/tid=113863] ppid=113856 vsize=221188 memory=138696 CPUtime=1693.82 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 37485 0 0 0 169374 8 0 0 20 0 2 0 138911942 226496512 36001 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 3410.5 s
Current children cumulated vsize: 221188 KiB
Current children cumulated memory: 144004 KiB

[startup+1782.3 s]
/proc/loadavg: 7.72 7.97 6.96 7/255 114267
/proc/meminfo: memFree=127747180/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=221188 memory=144004 CPUtime=3529.69 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 95414 0 0 0 352953 16 0 0 20 0 2 0 138910940 226496512 36001 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 55297 36001 3520 6655 0 38747 0
[pid=113859/tid=113863] ppid=113856 vsize=221188 memory=144004 CPUtime=1753.21 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 37923 0 0 0 175313 8 0 0 20 0 2 0 138911942 226496512 36001 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 3529.69 s
Current children cumulated vsize: 221188 KiB
Current children cumulated memory: 144004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.8 s]
/proc/loadavg: 7.44 7.86 6.97 7/255 114269
/proc/meminfo: memFree=127699724/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=221188 memory=146140 CPUtime=3600.19 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) R 113856 113859 113044 0 -1 4194304 95480 0 0 0 360002 17 0 0 20 0 2 0 138910940 226496512 36535 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 55297 36535 3520 6655 0 38779 0
[pid=113859/tid=113863] ppid=113856 vsize=221188 memory=16548 CPUtime=1788.33 cores=4,6
/proc/113859/task/113863/stat : 113863 (LSIPExact) R 113856 113859 113044 0 -1 4194368 37968 0 0 0 178825 8 0 0 20 0 2 0 138911942 226496512 36535 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 221188 KiB
Current children cumulated memory: 146140 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.95 s, system=0.225658 s

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

[startup+1819.2 s]
/proc/loadavg: 7.33 7.83 6.96 6/255 114270
/proc/meminfo: memFree=127658060/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=176932 memory=96880 CPUtime=3600.2 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) S 113856 113859 113044 0 -1 4194304 95640 0 0 0 360003 17 0 0 20 0 1 0 138910940 181178368 24220 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 44233 24220 3584 6655 0 27715 0
[pid=114270] ppid=113859 vsize=96620 memory=83180 CPUtime=1.35 cores=4,6
/proc/114270/stat : 114270 (Exact) R 113859 114270 114270 0 -1 4194304 15492 0 0 0 131 4 0 0 20 0 1 0 139092721 98938880 20795 18446744073709551615 4198400 8335837 140730451640128 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 21348352 140730451646649 140730451647003 140730451647003 140730451652559 0
/proc/114270/statm: 24155 20795 1120 1011 0 22922 0
Current children cumulated CPU time: 3601.55 s
Current children cumulated vsize: 273552 KiB
Current children cumulated memory: 180060 KiB

[startup+1819.6 s]
/proc/loadavg: 7.33 7.83 6.96 6/255 114270
/proc/meminfo: memFree=127658060/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=176932 memory=96880 CPUtime=3600.2 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) S 113856 113859 113044 0 -1 4194304 95640 0 0 0 360003 17 0 0 20 0 1 0 138910940 181178368 24220 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 44233 24220 3584 6655 0 27715 0
[pid=114270] ppid=113859 vsize=97856 memory=86312 CPUtime=1.74 cores=4,6
/proc/114270/stat : 114270 (Exact) R 113859 114270 114270 0 -1 4194304 15773 0 0 0 170 4 0 0 20 0 1 0 139092721 100204544 21578 18446744073709551615 4198400 8335837 140730451640128 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 21348352 140730451646649 140730451647003 140730451647003 140730451652559 0
/proc/114270/statm: 24464 21578 1120 1011 0 23231 0
Current children cumulated CPU time: 3601.94 s
Current children cumulated vsize: 274788 KiB
Current children cumulated memory: 183192 KiB

[startup+1819.8 s]
/proc/loadavg: 7.33 7.83 6.96 6/255 114270
/proc/meminfo: memFree=127658060/131382120 swapFree=33010416/33010684
[pid=113859] ppid=113856 vsize=176932 memory=96880 CPUtime=3600.2 cores=4,6
/proc/113859/stat : 113859 (LSIPExact) S 113856 113859 113044 0 -1 4194304 95640 0 0 0 360003 17 0 0 20 0 1 0 138910940 181178368 24220 18446744073709551615 94656234094592 94656261351761 140723690330720 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94656269853832 94656270285440 94656298676224 140723690334552 140723690334728 140723690334728 140723690340332 0
/proc/113859/statm: 44233 24220 3584 6655 0 27715 0
[pid=114270] ppid=113859 vsize=98532 memory=88988 CPUtime=1.94 cores=4,6
/proc/114270/stat : 114270 (Exact) R 113859 114270 114270 0 -1 4194304 15942 0 0 0 190 4 0 0 20 0 1 0 139092721 100896768 22247 18446744073709551615 4198400 8335837 140730451640128 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 21348352 140730451646649 140730451647003 140730451647003 140730451652559 0
/proc/114270/statm: 24633 22247 1120 1011 0 23400 0
Current children cumulated CPU time: 3602.14 s
Current children cumulated vsize: 275464 KiB
Current children cumulated memory: 185868 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1819.81
CPU time (s): 3602.17
CPU user time (s): 3601.95
CPU system time (s): 0.225658
CPU usage (%): 197.943
Max. virtual memory (cumulated for all children) (KiB): 275464
Max. memory (cumulated for all children) (KiB): 185868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.95
system time used= 0.225658
maximum resident set size= 146524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111977
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= 392
involuntary context switches= 62706


# summary of solver processes directly reported to runsolver:
#   pid: 113859
#   total CPU time (s): 3602.17
#   total CPU user time (s): 3601.95
#   total CPU system time (s): 0.225658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.52784 second user time and 8.02071 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-11 13:12:02
IDJOB=4527488
IDBENCH=148772
IDSOLVER=3384
FILE ID=nodeC003/4527488-1752232322
RUNJOBID= nodeC003-1752232205-113063
SLURM_JOB_ID= 9682514
Free space on /tmp= 431900 MiB

SOLVER NAME= LSIPExact S1
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-4527488-1752232322/watcher-4527488-1752232322 -o /tmp/evaluation-result-4527488-1752232322/solver-4527488-1752232322 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1752232205-113063 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527488-1752232322.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=732270725

nodeC003 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	: 0xb00001f
cpu MHz		: 3491.986
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3591.485
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.725
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3591.486
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.543
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3591.440
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.158
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3591.416
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129148764 kB
MemAvailable:   129629664 kB
Buffers:            2736 kB
Cached:          1274384 kB
SwapCached:           36 kB
Active:           861632 kB
Inactive:         778512 kB
Active(anon):     373344 kB
Inactive(anon):     7604 kB
Active(file):     488288 kB
Inactive(file):   770908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             89968 kB
Writeback:            32 kB
AnonPages:        366140 kB
Mapped:           133124 kB
Shmem:             17924 kB
KReclaimable:     122664 kB
Slab:             211292 kB
SReclaimable:     122664 kB
SUnreclaim:        88628 kB
KernelStack:        4112 kB
PageTables:         3808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     724640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431848 MiB
End job on nodeC003 at 2025-07-11 13:42:23