Trace number 4499153

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 1820.12

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.16/1818.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.16/1818.11	c numVar: 3216
3600.16/1818.11	c numCon: 3658
3600.16/1818.11	c numEqual: 63
3600.16/1818.11	c intSize: 10
3600.16/1818.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.16/1818.11	c ------------------- Paras list -------------------
3600.16/1818.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.16/1818.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.16/1818.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.16/1818.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.16/1818.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.16/1818.11	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.16/1818.11	c random_seed         	 int       	 0         	 0         	 
3600.16/1818.11	c sample_size         	 int       	 50        	 50        	 
3600.16/1818.11	c sub_score           	 int       	 1         	 1         	 
3600.16/1818.11	c tabu_base           	 int       	 3         	 3         	 
3600.16/1818.11	c tabu_variation      	 int       	 1         	 1         	 
3600.16/1818.11	c sub_div             	 int       	 4         	 4         	 
3600.16/1818.11	c nbcore              	 int       	 2         	 1         	 
3600.16/1818.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.16/1818.11	c print_sol           	 int       	 1         	 1         	 
3600.16/1818.11	c tmpdir              	 string		 .         	 "."       	 
3600.16/1818.11	c home                	 string		 HOME	 "."       	 
3600.16/1818.11	c benchname           	 string		 HOME/instance-4499153-1751398063.opb	 ""        	 
3600.16/1818.11	c --------------------------------------------------
3600.16/1818.11	c Local Search solver
3600.16/1818.11	c MIP solver
3600.16/1818.11	c receive signal 15, try to interrupt solver...
3600.16/1818.11	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: 63794 MiB (62505 MiB free)
  memory of node 1: 64507 MiB (63582 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499153-1751398063/watcher-4499153-1751398063 -o /tmp/evaluation-result-4499153-1751398063/solver-4499153-1751398063 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751396961-58740 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4499153-1751398063.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=59411, runsolver pid=59408

[startup+0.100069 s]*
/proc/loadavg: 7.33 6.08 5.23 8/254 59412
/proc/meminfo: memFree=129114560/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=45908 memory=11264 CPUtime=0.09 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 1834 0 0 0 9 0 0 0 20 0 1 0 55486034 47009792 2816 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/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.213119 s]*
/proc/loadavg: 7.33 6.08 5.23 8/254 59412
/proc/meminfo: memFree=129114308/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=45908 memory=11264 CPUtime=0.2 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 1834 0 0 0 20 0 0 0 20 0 1 0 55486034 47009792 2816 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 11477 2816 1152 6655 0 1712 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11264 KiB

[startup+0.311374 s]*
/proc/loadavg: 7.33 6.08 5.23 8/254 59412
/proc/meminfo: memFree=129114308/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=45908 memory=11264 CPUtime=0.3 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 1834 0 0 0 30 0 0 0 20 0 1 0 55486034 47009792 2816 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 11477 2816 1152 6655 0 1712 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11264 KiB

[startup+0.700292 s]
/proc/loadavg: 7.33 6.08 5.23 8/254 59412
/proc/meminfo: memFree=129114560/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=45908 memory=11264 CPUtime=0.68 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 1834 0 0 0 68 0 0 0 20 0 1 0 55486034 47009792 2816 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/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.50029 s]
/proc/loadavg: 7.30 6.09 5.24 8/254 59412
/proc/meminfo: memFree=129114560/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=45908 memory=11264 CPUtime=1.47 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 1834 0 0 0 147 0 0 0 20 0 1 0 55486034 47009792 2816 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 11477 2816 1152 6655 0 1712 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11264 KiB

[startup+3.1126 s]
/proc/loadavg: 7.30 6.09 5.24 8/254 59412
/proc/meminfo: memFree=129114308/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=45908 memory=11264 CPUtime=3.08 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 1834 0 0 0 308 0 0 0 20 0 1 0 55486034 47009792 2816 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/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.30026 s]
/proc/loadavg: 7.28 6.11 5.25 8/254 59412
/proc/meminfo: memFree=129098428/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=45908 memory=11264 CPUtime=6.26 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 1834 0 0 0 626 0 0 0 20 0 1 0 55486034 47009792 2816 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 11477 2816 1152 6655 0 1712 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 45908 KiB
Current children cumulated memory: 11264 KiB

[startup+12.7002 s]
/proc/loadavg: 7.34 6.14 5.27 9/255 59413
/proc/meminfo: memFree=129063652/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=161088 memory=66888 CPUtime=15.09 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 12727 0 0 0 1506 3 0 0 20 0 2 0 55486034 164954112 16722 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 40272 16722 3360 6655 0 15981 0
[pid=59411/tid=59413] ppid=59408 vsize=161088 memory=66248 CPUtime=2.44 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 1860 0 0 0 243 1 0 0 20 0 2 0 55487036 164954112 16722 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 15.09 s
Current children cumulated vsize: 161088 KiB
Current children cumulated memory: 66888 KiB

[startup+25.5002 s]
/proc/loadavg: 7.44 6.20 5.30 9/255 59413
/proc/meminfo: memFree=129056244/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=161088 memory=72520 CPUtime=40.53 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 31724 0 0 0 4047 6 0 0 20 0 2 0 55486034 164954112 18130 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 40272 18130 3360 6655 0 17320 0
[pid=59411/tid=59413] ppid=59408 vsize=161088 memory=72520 CPUtime=15.11 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 10483 0 0 0 1509 2 0 0 20 0 2 0 55487036 164954112 18130 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 40.53 s
Current children cumulated vsize: 161088 KiB
Current children cumulated memory: 72520 KiB

[startup+51.1054 s]
/proc/loadavg: 7.72 6.39 5.39 9/255 59414
/proc/meminfo: memFree=128997112/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=199636 memory=125048 CPUtime=90.31 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 59726 0 0 0 9022 9 0 0 20 0 2 0 55486034 204427264 31262 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 49909 31262 3360 6655 0 32044 0
[pid=59411/tid=59413] ppid=59408 vsize=199636 memory=105936 CPUtime=39.53 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 21971 0 0 0 3949 4 0 0 20 0 2 0 55487036 204427264 31262 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 90.31 s
Current children cumulated vsize: 199636 KiB
Current children cumulated memory: 125048 KiB

[startup+102.3 s]
/proc/loadavg: 7.88 6.64 5.53 9/256 59417
/proc/meminfo: memFree=128948164/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=199636 memory=126840 CPUtime=191.99 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 70598 0 0 0 19188 11 0 0 20 0 2 0 55486034 204427264 31710 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 49909 31710 3360 6655 0 33070 0
[pid=59411/tid=59413] ppid=59408 vsize=199636 memory=126712 CPUtime=90.18 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 26576 0 0 0 9013 5 0 0 20 0 2 0 55487036 204427264 31710 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 191.99 s
Current children cumulated vsize: 199636 KiB
Current children cumulated memory: 126840 KiB

[startup+162.3 s]
/proc/loadavg: 8.07 6.92 5.70 9/256 59419
/proc/meminfo: memFree=128867496/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=199636 memory=127480 CPUtime=311.19 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 84472 0 0 0 31105 14 0 0 20 0 2 0 55486034 204427264 31870 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 49909 31870 3360 6655 0 33070 0
[pid=59411/tid=59413] ppid=59408 vsize=199636 memory=127352 CPUtime=149.56 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 32958 0 0 0 14949 7 0 0 20 0 2 0 55487036 204427264 31870 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 311.19 s
Current children cumulated vsize: 199636 KiB
Current children cumulated memory: 127480 KiB

[startup+222.3 s]
/proc/loadavg: 8.08 7.13 5.85 9/255 59421
/proc/meminfo: memFree=128804192/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=199636 memory=128120 CPUtime=430.38 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 97097 0 0 0 43022 16 0 0 20 0 2 0 55486034 204427264 32030 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 49909 32030 3360 6655 0 33070 0
[pid=59411/tid=59413] ppid=59408 vsize=199636 memory=127608 CPUtime=208.94 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 39430 0 0 0 20885 9 0 0 20 0 2 0 55487036 204427264 32030 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 430.38 s
Current children cumulated vsize: 199636 KiB
Current children cumulated memory: 128120 KiB

[startup+282.3 s]
/proc/loadavg: 8.07 7.31 5.99 9/256 59424
/proc/meminfo: memFree=128773376/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=199636 memory=129144 CPUtime=549.57 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 98238 0 0 0 54940 17 0 0 20 0 2 0 55486034 204427264 32286 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 49909 32286 3360 6655 0 33070 0
[pid=59411/tid=59413] ppid=59408 vsize=199636 memory=14336 CPUtime=268.32 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 40302 0 0 0 26822 10 0 0 20 0 2 0 55487036 204427264 32286 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 549.57 s
Current children cumulated vsize: 199636 KiB
Current children cumulated memory: 129144 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 7.45 6.12 9/255 59426
/proc/meminfo: memFree=128730992/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=199636 memory=129144 CPUtime=668.76 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 98387 0 0 0 66859 17 0 0 20 0 2 0 55486034 204427264 32286 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 49909 32286 3360 6655 0 33070 0
[pid=59411/tid=59413] ppid=59408 vsize=199636 memory=128248 CPUtime=327.72 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 40377 0 0 0 32762 10 0 0 20 0 2 0 55487036 204427264 32286 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 668.76 s
Current children cumulated vsize: 199636 KiB
Current children cumulated memory: 129144 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 2813.88 s
Current children cumulated vsize: 211448 KiB
Current children cumulated memory: 147192 KiB

[startup+1482.3 s]
/proc/loadavg: 8.08 8.12 7.57 7/250 59630
/proc/meminfo: memFree=128824816/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=211448 memory=147320 CPUtime=2933.06 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 108133 0 0 0 293269 37 0 0 20 0 2 0 55486034 216522752 36830 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 52862 36830 3360 6655 0 37001 0
[pid=59411/tid=59413] ppid=59408 vsize=211448 memory=147192 CPUtime=1456.16 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 41951 0 0 0 145592 24 0 0 20 0 2 0 55487036 216522752 36830 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 2933.06 s
Current children cumulated vsize: 211448 KiB
Current children cumulated memory: 147320 KiB

[startup+1542.3 s]
/proc/loadavg: 7.99 8.07 7.59 9/255 59715
/proc/meminfo: memFree=128857436/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=211828 memory=147704 CPUtime=3052.18 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 108231 0 0 0 305173 45 0 0 20 0 2 0 55486034 216911872 36926 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 52957 36926 3360 6655 0 37107 0
[pid=59411/tid=59413] ppid=59408 vsize=211828 memory=14336 CPUtime=1515.54 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 41962 0 0 0 151526 28 0 0 20 0 2 0 55487036 216911872 36926 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 3052.18 s
Current children cumulated vsize: 211828 KiB
Current children cumulated memory: 147704 KiB

[startup+1602.3 s]
/proc/loadavg: 8.13 8.09 7.63 9/253 59717
/proc/meminfo: memFree=128856656/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=211828 memory=147704 CPUtime=3171.41 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 108240 0 0 0 317095 46 0 0 20 0 2 0 55486034 216911872 36926 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 52957 36926 3360 6655 0 37107 0
[pid=59411/tid=59413] ppid=59408 vsize=211828 memory=147704 CPUtime=1574.94 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 41966 0 0 0 157465 29 0 0 20 0 2 0 55487036 216911872 36926 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 3171.41 s
Current children cumulated vsize: 211828 KiB
Current children cumulated memory: 147704 KiB

[startup+1662.3 s]
/proc/loadavg: 8.56 8.22 7.71 9/254 59720
/proc/meminfo: memFree=128849464/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=212112 memory=148216 CPUtime=3290.63 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 108858 0 0 0 329016 47 0 0 20 0 2 0 55486034 217202688 37054 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 53028 37054 3360 6655 0 37244 0
[pid=59411/tid=59413] ppid=59408 vsize=212112 memory=147704 CPUtime=1634.33 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 42045 0 0 0 163404 29 0 0 20 0 2 0 55487036 217202688 37054 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 3290.63 s
Current children cumulated vsize: 212112 KiB
Current children cumulated memory: 148216 KiB

[startup+1722.3 s]
/proc/loadavg: 8.27 8.20 7.73 9/254 59722
/proc/meminfo: memFree=128825588/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=218400 memory=153592 CPUtime=3409.84 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 110341 0 0 0 340936 48 0 0 20 0 2 0 55486034 223641600 38398 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 54600 38398 3360 6655 0 40503 0
[pid=59411/tid=59413] ppid=59408 vsize=218400 memory=147704 CPUtime=1693.74 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 42648 0 0 0 169343 31 0 0 20 0 2 0 55487036 223641600 38398 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 3409.84 s
Current children cumulated vsize: 218400 KiB
Current children cumulated memory: 153592 KiB

[startup+1782.3 s]
/proc/loadavg: 8.32 8.22 7.77 9/254 59770
/proc/meminfo: memFree=128824804/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=218672 memory=154488 CPUtime=3529.05 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 110590 0 0 0 352855 50 0 0 20 0 2 0 55486034 223920128 38622 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 54668 38622 3360 6655 0 40590 0
[pid=59411/tid=59413] ppid=59408 vsize=218672 memory=154488 CPUtime=1753.14 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 42723 0 0 0 175283 31 0 0 20 0 2 0 55487036 223920128 38622 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 3529.05 s
Current children cumulated vsize: 218672 KiB
Current children cumulated memory: 154488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.11 s]
/proc/loadavg: 8.23 8.21 7.79 9/255 59774
/proc/meminfo: memFree=128807864/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=218672 memory=159608 CPUtime=3600.16 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) R 59408 59411 58727 0 -1 4194304 110642 0 0 0 359966 50 0 0 20 0 2 0 55486034 223920128 39902 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 54668 39902 3360 6655 0 40590 0
[pid=59411/tid=59413] ppid=59408 vsize=218672 memory=157432 CPUtime=1788.57 cores=5,7
/proc/59411/task/59413/stat : 59413 (LSIPExact) R 59408 59411 58727 0 -1 4194368 42772 0 0 0 178826 31 0 0 20 0 2 0 55487036 223920128 39902 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 218672 KiB
Current children cumulated memory: 159608 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.62 s, system=0.543605 s

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

[startup+1819.2 s]
/proc/loadavg: 8.23 8.21 7.79 8/255 59775
/proc/meminfo: memFree=128752340/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=178160 memory=125188 CPUtime=3600.19 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) S 59408 59411 58727 0 -1 4194304 110712 0 0 0 359969 50 0 0 20 0 1 0 55486034 182435840 31297 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 44540 31297 3392 6655 0 30462 0
[pid=59775] ppid=59411 vsize=95276 memory=81708 CPUtime=1.04 cores=5,7
/proc/59775/stat : 59775 (Exact) R 59411 59775 59775 0 -1 4194304 15149 0 0 0 102 2 0 0 20 0 1 0 55667846 97562624 20427 18446744073709551615 4198400 8335837 140722071848528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26357760 140722071853243 140722071853597 140722071853597 140722071859151 0
/proc/59775/statm: 23819 20427 1120 1011 0 22586 0
Current children cumulated CPU time: 3601.23 s
Current children cumulated vsize: 273436 KiB
Current children cumulated memory: 206896 KiB

[startup+1819.6 s]
/proc/loadavg: 8.23 8.21 7.79 8/255 59775
/proc/meminfo: memFree=128752340/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=178160 memory=125188 CPUtime=3600.19 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) S 59408 59411 58727 0 -1 4194304 110712 0 0 0 359969 50 0 0 20 0 1 0 55486034 182435840 31297 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 44540 31297 3392 6655 0 30462 0
[pid=59775] ppid=59411 vsize=97444 memory=85796 CPUtime=1.45 cores=5,7
/proc/59775/stat : 59775 (Exact) R 59411 59775 59775 0 -1 4194304 15662 0 0 0 142 3 0 0 20 0 1 0 55667846 99782656 21449 18446744073709551615 4198400 8335837 140722071848528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26357760 140722071853243 140722071853597 140722071853597 140722071859151 0
/proc/59775/statm: 24361 21449 1120 1011 0 23128 0
Current children cumulated CPU time: 3601.64 s
Current children cumulated vsize: 275604 KiB
Current children cumulated memory: 210984 KiB

[startup+1820 s]*
/proc/loadavg: 8.23 8.21 7.79 8/255 59776
/proc/meminfo: memFree=128744780/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=178160 memory=125188 CPUtime=3600.19 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) S 59408 59411 58727 0 -1 4194304 110712 0 0 0 359969 50 0 0 20 0 1 0 55486034 182435840 31297 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 44540 31297 3392 6655 0 30462 0
[pid=59775] ppid=59411 vsize=98940 memory=89400 CPUtime=1.85 cores=5,7
/proc/59775/stat : 59775 (Exact) R 59411 59775 59775 0 -1 4194304 16030 0 0 0 182 3 0 0 20 0 1 0 55667846 101314560 22350 18446744073709551615 4198400 8335837 140722071848528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26357760 140722071853243 140722071853597 140722071853597 140722071859151 0
/proc/59775/statm: 24735 22350 1120 1011 0 23502 0
Current children cumulated CPU time: 3602.04 s
Current children cumulated vsize: 277100 KiB
Current children cumulated memory: 214588 KiB

[startup+1820.11 s]
/proc/loadavg: 8.23 8.21 7.79 8/255 59776
/proc/meminfo: memFree=128744780/131382116 swapFree=33010684/33010684
[pid=59411] ppid=59408 vsize=178160 memory=125188 CPUtime=3600.19 cores=5,7
/proc/59411/stat : 59411 (LSIPExact) S 59408 59411 58727 0 -1 4194304 110712 0 0 0 359969 50 0 0 20 0 1 0 55486034 182435840 31297 18446744073709551615 94918772314112 94918799570513 140735829001808 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94918808073352 94918808504960 94918830780416 140735829006682 140735829006858 140735829006858 140735829012460 0
/proc/59411/statm: 44540 31297 3392 6655 0 30462 0
[pid=59775] ppid=59411 vsize=99892 memory=90168 CPUtime=1.95 cores=5,7
/proc/59775/stat : 59775 (Exact) R 59411 59775 59775 0 -1 4194304 16227 0 0 0 192 3 0 0 20 0 1 0 55667846 102289408 22542 18446744073709551615 4198400 8335837 140722071848528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26357760 140722071853243 140722071853597 140722071853597 140722071859151 0
/proc/59775/statm: 24973 22542 1120 1011 0 23740 0
Current children cumulated CPU time: 3602.14 s
Current children cumulated vsize: 278052 KiB
Current children cumulated memory: 215356 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1820.12
CPU time (s): 3602.17
CPU user time (s): 3601.62
CPU system time (s): 0.543605
CPU usage (%): 197.908
Max. virtual memory (cumulated for all children) (KiB): 278052
Max. memory (cumulated for all children) (KiB): 215356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.62
system time used= 0.543605
maximum resident set size= 159864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127577
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= 403
involuntary context switches= 155102


# summary of solver processes directly reported to runsolver:
#   pid: 59411
#   total CPU time (s): 3602.17
#   total CPU user time (s): 3601.62
#   total CPU system time (s): 0.543605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.67652 second user time and 8.50955 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-01 21:27:43
IDJOB=4499153
IDBENCH=148772
IDSOLVER=3336
FILE ID=nodeC011/4499153-1751398063
RUNJOBID= nodeC011-1751396961-58740
SLURM_JOB_ID= 9598274
Free space on /tmp= 432928 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-4499153-1751398063/watcher-4499153-1751398063 -o /tmp/evaluation-result-4499153-1751398063/solver-4499153-1751398063 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751396961-58740 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4499153-1751398063.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=1667687482

nodeC011 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		: 3591.885
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	: 6984.20
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.880
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	: 6984.20
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		: 3591.867
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	: 6984.20
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.881
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	: 6984.20
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		: 3591.871
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	: 6984.20
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		: 1197.537
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	: 6984.20
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		: 3591.897
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	: 6984.20
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		: 1197.290
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129114560 kB
MemAvailable:   129325028 kB
Buffers:            3280 kB
Cached:          1016948 kB
SwapCached:            0 kB
Active:           962304 kB
Inactive:         717204 kB
Active(anon):     677240 kB
Inactive(anon):        0 kB
Active(file):     285064 kB
Inactive(file):   717204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44952 kB
Writeback:             4 kB
AnonPages:        662392 kB
Mapped:           138616 kB
Shmem:             17960 kB
KReclaimable:      95268 kB
Slab:             178344 kB
SReclaimable:      95268 kB
SUnreclaim:        83076 kB
KernelStack:        4096 kB
PageTables:         4372 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1028744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC011 at 2025-07-01 21:58:03