Trace number 4527363

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) 5214.67 3439.5

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM502d6e212fd4e38a31cb5eb2ff64d408
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark242
Best CPU time to get the best result obtained on this benchmark3584.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 491651
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 491651
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.00/1819.90	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.00/1819.90	c numVar: 10000
3600.00/1819.90	c numCon: 656900
3600.00/1819.90	c numEqual: 0
3600.00/1819.90	c intSize: 19
3600.00/1819.90	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.00/1819.90	c ------------------- Paras list -------------------
3600.00/1819.90	c Name                	 Type      	 Now       	 Default   	 Comment
3600.00/1819.90	c timeout             	 double    	 3600.000000	 3600      	 
3600.00/1819.90	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.00/1819.90	c ls_time             	 double    	 10.000000 	 10        	 
3600.00/1819.90	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.00/1819.90	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.00/1819.90	c random_seed         	 int       	 0         	 0         	 
3600.00/1819.90	c sample_size         	 int       	 50        	 50        	 
3600.00/1819.90	c sub_score           	 int       	 1         	 1         	 
3600.00/1819.90	c tabu_base           	 int       	 3         	 3         	 
3600.00/1819.90	c tabu_variation      	 int       	 1         	 1         	 
3600.00/1819.90	c sub_div             	 int       	 4         	 4         	 
3600.00/1819.90	c nbcore              	 int       	 2         	 1         	 
3600.00/1819.90	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.00/1819.90	c print_sol           	 int       	 1         	 1         	 
3600.00/1819.90	c tmpdir              	 string		 .         	 "."       	 
3600.00/1819.90	c home                	 string		 HOME	 "."       	 
3600.00/1819.90	c benchname           	 string		 HOME/instance-4527363-1752232206.opb	 ""        	 
3600.00/1819.90	c --------------------------------------------------
3600.00/1819.90	c Local Search solver
3600.00/1819.90	c LS find feasible solution for PBO with objective value 262
3600.00/1819.90	c MIP solver
3600.00/1819.90	c receive signal 15, try to interrupt solver...
3600.00/1819.90	c MIP solver find feasible solution
3600.00/1819.94	c MIP solver objective value: 251
3601.26/1821.55	c MIP find feasible solution for PBO with objective value 251
3601.26/1821.55	c copy file: 0
3601.26/1821.55	c gen ub file: HOME/instance-4527363-1752232206.opb_ub.opb
3601.26/1821.55	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 (62922 MiB free)
  memory of node 1: 64465 MiB (63508 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100106 s]*
/proc/loadavg: 0.50 0.17 0.12 5/251 107506
/proc/meminfo: memFree=129412588/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=144072 memory=78892 CPUtime=0.09 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 14106 0 0 0 4 5 0 0 20 0 1 0 138899882 147529728 19723 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 36018 19723 1184 6655 0 26253 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 144072 KiB
Current children cumulated memory: 78892 KiB

[startup+0.209882 s]*
/proc/loadavg: 0.50 0.17 0.12 5/251 107506
/proc/meminfo: memFree=129319532/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=212396 memory=169644 CPUtime=0.2 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 31666 0 0 0 8 12 0 0 20 0 1 0 138899882 217493504 42411 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 53099 42411 1184 6655 0 43334 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 212396 KiB
Current children cumulated memory: 169644 KiB

[startup+0.313968 s]*
/proc/loadavg: 0.50 0.17 0.12 5/251 107506
/proc/meminfo: memFree=129303404/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=212584 memory=169900 CPUtime=0.31 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 31733 0 0 0 18 13 0 0 20 0 1 0 138899882 217686016 42475 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 53146 42475 1184 6655 0 43381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 212584 KiB
Current children cumulated memory: 169900 KiB

[startup+0.700366 s]
/proc/loadavg: 0.50 0.17 0.12 6/251 107506
/proc/meminfo: memFree=129251676/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=285556 memory=251152 CPUtime=0.68 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 46404 0 0 0 50 18 0 0 20 0 1 0 138899882 292409344 62788 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 71389 62788 1216 6655 0 61624 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 285556 KiB
Current children cumulated memory: 251152 KiB

[startup+1.50034 s]
/proc/loadavg: 0.50 0.17 0.12 5/251 107507
/proc/meminfo: memFree=129187296/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=388288 memory=353808 CPUtime=1.48 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 72051 0 0 0 124 24 0 0 20 0 1 0 138899882 397606912 88452 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 97072 88452 1216 6655 0 87307 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353808 KiB

[startup+3.11285 s]
/proc/loadavg: 0.50 0.17 0.12 5/252 107508
/proc/meminfo: memFree=129122928/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=388288 memory=353808 CPUtime=3.09 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 72081 0 0 0 285 24 0 0 20 0 1 0 138899882 397606912 88452 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 97072 88452 1216 6655 0 87307 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353808 KiB

[startup+6.3003 s]
/proc/loadavg: 0.86 0.25 0.14 5/252 107508
/proc/meminfo: memFree=129123244/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=388288 memory=353808 CPUtime=6.27 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 72141 0 0 0 603 24 0 0 20 0 1 0 138899882 397606912 88452 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 97072 88452 1216 6655 0 87307 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353808 KiB

[startup+12.7003 s]
/proc/loadavg: 1.19 0.33 0.17 4/246 107525
/proc/meminfo: memFree=128653240/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=900088 memory=794452 CPUtime=12.64 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 143014 0 0 0 1224 40 0 0 20 0 2 0 138899882 921690112 198613 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 225022 198613 3264 6655 0 198905 0
[pid=107505/tid=107524] ppid=107502 vsize=900088 memory=797264 CPUtime=0 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) S 107502 107505 107429 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 138900988 921690112 198613 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 794452 KiB

[startup+25.5002 s]
/proc/loadavg: 2.55 0.67 0.28 5/246 107528
/proc/meminfo: memFree=128616736/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=900088 memory=816556 CPUtime=37.39 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 158560 0 0 0 3695 44 0 0 20 0 2 0 138899882 921690112 204139 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 225022 204139 3520 6655 0 203742 0
[pid=107505/tid=107524] ppid=107502 vsize=900088 memory=19968 CPUtime=12 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 9498 0 0 0 1199 1 0 0 20 0 2 0 138900988 921690112 204139 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 37.39 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 816556 KiB

[startup+51.1131 s]
/proc/loadavg: 4.03 1.17 0.46 5/253 107651
/proc/meminfo: memFree=128059612/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=941068 memory=857700 CPUtime=87.23 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 176526 0 0 0 8668 55 0 0 20 0 2 0 138899882 963653632 214425 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 235267 214425 3520 6655 0 222037 0
[pid=107505/tid=107524] ppid=107502 vsize=941068 memory=846764 CPUtime=36.41 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 20870 0 0 0 3632 9 0 0 20 0 2 0 138900988 963653632 214425 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 87.23 s
Current children cumulated vsize: 941068 KiB
Current children cumulated memory: 857700 KiB

[startup+102.3 s]
/proc/loadavg: 5.56 2.01 0.78 8/256 107743
/proc/meminfo: memFree=127750028/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=941068 memory=867768 CPUtime=188.74 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 197334 0 0 0 18808 66 0 0 20 0 2 0 138899882 963653632 216942 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 235267 216942 3520 6655 0 222720 0
[pid=107505/tid=107524] ppid=107502 vsize=941068 memory=861880 CPUtime=86.93 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 34705 0 0 0 8676 17 0 0 20 0 2 0 138900988 963653632 216942 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 188.74 s
Current children cumulated vsize: 941068 KiB
Current children cumulated memory: 867768 KiB

[startup+162.3 s]
/proc/loadavg: 6.52 2.94 1.18 8/256 107745
/proc/meminfo: memFree=127632416/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=1031708 memory=958116 CPUtime=307.88 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 238817 0 0 0 30711 77 0 0 20 0 2 0 138899882 1056468992 239529 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 257927 239529 3520 6655 0 241554 0
[pid=107505/tid=107524] ppid=107502 vsize=1031708 memory=902964 CPUtime=146.29 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 56957 0 0 0 14606 23 0 0 20 0 2 0 138900988 1056468992 239529 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 307.88 s
Current children cumulated vsize: 1031708 KiB
Current children cumulated memory: 958116 KiB

[startup+222.3 s]
/proc/loadavg: 6.92 3.71 1.56 8/256 107747
/proc/meminfo: memFree=127482904/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=1155012 memory=1071268 CPUtime=427 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 280047 0 0 0 42606 94 0 0 20 0 2 0 138899882 1182732288 267817 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 288753 267817 3520 6655 0 269794 0
[pid=107505/tid=107524] ppid=107502 vsize=1155012 memory=1053220 CPUtime=205.65 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 76833 0 0 0 20532 33 0 0 20 0 2 0 138900988 1182732288 267817 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 427 s
Current children cumulated vsize: 1155012 KiB
Current children cumulated memory: 1071268 KiB

[startup+282.3 s]
/proc/loadavg: 7.02 4.33 1.91 8/257 107750
/proc/meminfo: memFree=127320792/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=1273568 memory=1183268 CPUtime=546.21 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 312209 0 0 0 54517 104 0 0 20 0 2 0 138899882 1304133632 295817 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 318392 295817 3520 6655 0 297877 0
[pid=107505/tid=107524] ppid=107502 vsize=1273568 memory=1128100 CPUtime=265.05 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 94395 0 0 0 26466 39 0 0 20 0 2 0 138900988 1304133632 295817 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 546.21 s
Current children cumulated vsize: 1273568 KiB
Current children cumulated memory: 1183268 KiB

[startup+342.3 s]
/proc/loadavg: 7.12 4.85 2.24 8/254 107752
/proc/meminfo: memFree=127202480/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=1399104 memory=1304484 CPUtime=665.42 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 344972 0 0 0 66424 118 0 0 20 0 2 0 138899882 1432682496 326121 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 349776 326121 3520 6655 0 328225 0
[pid=107505/tid=107524] ppid=107502 vsize=1399104 memory=1128100 CPUtime=324.46 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 111559 0 0 0 32399 47 0 0 20 0 2 0 138900988 1432682496 326121 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 665.42 s
Current children cumulated vsize: 1399104 KiB
Current children cumulated memory: 1304484 KiB

[startup+402.3 s]

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

[pid=107505] ppid=107502 vsize=3518872 memory=3429272 CPUtime=2810.31 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 1153804 0 0 0 280643 388 0 0 20 0 2 0 138899882 3603324928 857318 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 879718 857318 3520 6655 0 860045 0
[pid=107505/tid=107524] ppid=107502 vsize=3518872 memory=3172396 CPUtime=1398.23 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 530272 0 0 0 139615 208 0 0 20 0 2 0 138900988 3603324928 857318 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 2810.31 s
Current children cumulated vsize: 3518872 KiB
Current children cumulated memory: 3429272 KiB

[startup+1482.3 s]
/proc/loadavg: 5.11 5.26 4.67 6/254 107995
/proc/meminfo: memFree=125115200/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=3642628 memory=3542168 CPUtime=2929.45 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 1204423 0 0 0 292541 404 0 0 20 0 2 0 138899882 3730051072 885542 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 910657 885542 3520 6655 0 887876 0
[pid=107505/tid=107524] ppid=107502 vsize=3642628 memory=3479704 CPUtime=1458 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 555308 0 0 0 145583 217 0 0 20 0 2 0 138900988 3730051072 885542 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 2929.45 s
Current children cumulated vsize: 3642628 KiB
Current children cumulated memory: 3542168 KiB

[startup+1542.3 s]
/proc/loadavg: 5.12 5.22 4.70 6/254 107997
/proc/meminfo: memFree=125005164/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=3760916 memory=3654168 CPUtime=3048.59 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 1256359 0 0 0 304438 421 0 0 20 0 2 0 138899882 3851177984 913542 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 940229 913542 3520 6655 0 916021 0
[pid=107505/tid=107524] ppid=107502 vsize=3760916 memory=3646232 CPUtime=1517.76 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 583130 0 0 0 151549 227 0 0 20 0 2 0 138900988 3851177984 913542 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 3048.59 s
Current children cumulated vsize: 3760916 KiB
Current children cumulated memory: 3654168 KiB

[startup+1602.3 s]
/proc/loadavg: 5.10 5.20 4.72 6/253 108000
/proc/meminfo: memFree=124827304/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=3886440 memory=3773672 CPUtime=3167.76 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 1300684 0 0 0 316340 436 0 0 20 0 2 0 138899882 3979714560 943418 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 971610 943418 3520 6655 0 945997 0
[pid=107505/tid=107524] ppid=107502 vsize=3886440 memory=3629336 CPUtime=1577.53 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 606405 0 0 0 157518 235 0 0 20 0 2 0 138900988 3979714560 943418 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 3167.76 s
Current children cumulated vsize: 3886440 KiB
Current children cumulated memory: 3773672 KiB

[startup+1662.3 s]
/proc/loadavg: 5.12 5.19 4.75 6/253 108002
/proc/meminfo: memFree=124677476/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=3951196 memory=3894576 CPUtime=3286.96 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 1350570 0 0 0 328244 452 0 0 20 0 2 0 138899882 4046024704 973644 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 987799 973644 3520 6655 0 976473 0
[pid=107505/tid=107524] ppid=107502 vsize=3951196 memory=3629336 CPUtime=1637.33 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 631229 0 0 0 163488 245 0 0 20 0 2 0 138900988 4046024704 973644 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 3286.96 s
Current children cumulated vsize: 3951196 KiB
Current children cumulated memory: 3894576 KiB

[startup+1722.3 s]
/proc/loadavg: 5.08 5.17 4.78 6/253 108004
/proc/meminfo: memFree=124559552/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=4076944 memory=4013872 CPUtime=3406.14 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 1404159 0 0 0 340147 467 0 0 20 0 2 0 138899882 4174790656 1003468 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 1019236 1003468 3520 6655 0 1006182 0
[pid=107505/tid=107524] ppid=107502 vsize=4076944 memory=3629336 CPUtime=1697.11 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 656818 0 0 0 169457 254 0 0 20 0 2 0 138900988 4174790656 1003468 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 3406.14 s
Current children cumulated vsize: 4076944 KiB
Current children cumulated memory: 4013872 KiB

[startup+1782.3 s]
/proc/loadavg: 5.08 5.15 4.80 6/253 108005
/proc/meminfo: memFree=124413600/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=4201452 memory=4130852 CPUtime=3525.31 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 1457111 0 0 0 352047 484 0 0 20 0 2 0 138899882 4302286848 1032713 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 1050363 1032713 3520 6655 0 1035383 0
[pid=107505/tid=107524] ppid=107502 vsize=4201452 memory=-7952409967840361081 CPUtime=1756.89 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 683837 0 0 0 175425 264 0 0 20 0 2 0 138900988 4302286848 1032713 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 3525.31 s
Current children cumulated vsize: 4201452 KiB
Current children cumulated memory: 4130852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.9 s]
/proc/loadavg: 5.11 5.15 4.82 6/254 108014
/proc/meminfo: memFree=124347396/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=4304604 memory=4208420 CPUtime=3600 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 1486787 0 0 0 359508 492 0 0 20 0 2 0 138899882 4407914496 1052105 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 1076151 1052105 3520 6655 0 1054591 0
[pid=107505/tid=107524] ppid=107502 vsize=4304604 memory=4158372 CPUtime=1794.35 cores=1,3
/proc/107505/task/107524/stat : 107524 (LSIPExact) R 107502 107505 107429 0 -1 4194368 700576 0 0 0 179166 269 0 0 20 0 2 0 138900988 4407914496 1052105 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 4304604 KiB
Current children cumulated memory: 4208420 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3595.82 s, system=5.55407 s

[startup+3439.5 s]
# the end of solver process 108016 was just reported to runsolver
# Child ended because it received signal 13 (SIGPIPE)

# cumulated CPU time of all completed processes:  user=5207.6 s, system=7.07159 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+1820.8 s]
/proc/loadavg: 5.10 5.14 4.82 5/253 108014
/proc/meminfo: memFree=124335108/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=4304604 memory=4206680 CPUtime=3600.9 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) R 107502 107505 107429 0 -1 4194304 2151243 0 0 0 359562 528 0 0 20 0 1 0 138899882 4407914496 1051670 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 1076151 1051670 3552 6655 0 1054591 0
Current children cumulated CPU time: 3600.9 s
Current children cumulated vsize: 4304604 KiB
Current children cumulated memory: 4206680 KiB

[startup+1821.6 s]
/proc/loadavg: 5.10 5.14 4.82 5/253 108014
/proc/meminfo: memFree=124335108/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=2489400 memory=2440288 CPUtime=3601.27 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) S 107502 107505 107429 0 -1 4194304 2336377 228 0 0 359581 545 0 1 20 0 1 0 138899882 2549145600 610072 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 622350 610072 3552 6655 0 612573 0
Current children cumulated CPU time: 3601.27 s
Current children cumulated vsize: 2489400 KiB
Current children cumulated memory: 2440288 KiB

[startup+1821.8 s]
/proc/loadavg: 5.10 5.14 4.82 5/253 108014
/proc/meminfo: memFree=124335108/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=2489400 memory=2440288 CPUtime=3601.27 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) S 107502 107505 107429 0 -1 4194304 2336377 228 0 0 359581 545 0 1 20 0 1 0 138899882 2549145600 610072 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 622350 610072 3552 6655 0 612573 0
Current children cumulated CPU time: 3601.27 s
Current children cumulated vsize: 2489400 KiB
Current children cumulated memory: 2440288 KiB

[startup+1821.9 s]
/proc/loadavg: 5.10 5.14 4.82 5/253 108014
/proc/meminfo: memFree=124335108/131382120 swapFree=33010160/33010684
[pid=107505] ppid=107502 vsize=2489400 memory=2440288 CPUtime=3601.27 cores=1,3
/proc/107505/stat : 107505 (LSIPExact) S 107502 107505 107429 0 -1 4194304 2336377 228 0 0 359581 545 0 1 20 0 1 0 138899882 2549145600 610072 18446744073709551615 94771275591680 94771302848849 140725015293600 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94771311350920 94771311782528 94771311857664 140725015300440 140725015300616 140725015300616 140725015306220 0
/proc/107505/statm: 622350 610072 3552 6655 0 612573 0
Current children cumulated CPU time: 3601.27 s
Current children cumulated vsize: 2489400 KiB
Current children cumulated memory: 2440288 KiB

Child ended because it received signal 13 (SIGPIPE)

Real time (s): 3439.5
CPU time (s): 5214.67
CPU user time (s): 5207.6
CPU system time (s): 7.07159
CPU usage (%): 151.611
Max. virtual memory (cumulated for all children) (KiB): 4304604
Max. memory (cumulated for all children) (KiB): 4208420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5207.6
system time used= 7.07159
maximum resident set size= 4208676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2723927
page faults= 0
swaps= 0
block input operations= 33664
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 897
involuntary context switches= 37047


# summary of solver processes directly reported to runsolver:
#   pid: 107505,108016
#   total CPU time (s): 5214.67
#   total CPU user time (s): 5207.6
#   total CPU system time (s): 7.07159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.61844 second user time and 8.60821 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-11 13:10:07
IDJOB=4527363
IDBENCH=147562
IDSOLVER=3384
FILE ID=nodeC008/4527363-1752232206
RUNJOBID= nodeC008-1752232205-107448
SLURM_JOB_ID= 9682519
Free space on /tmp= 432668 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527363-1752232206/watcher-4527363-1752232206 -o /tmp/evaluation-result-4527363-1752232206/solver-4527363-1752232206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752232205-107448 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527363-1752232206.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 502d6e212fd4e38a31cb5eb2ff64d408
RANDOM SEED=1187949666

nodeC008 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		: 1396.738
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.72
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		: 1197.210
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.72
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.212
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.72
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		: 1896.082
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.72
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		: 1296.977
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.72
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.209
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.72
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.248
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.72
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		: 3700.000
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129464624 kB
MemAvailable:   129890412 kB
Buffers:            2128 kB
Cached:          1218280 kB
SwapCached:           16 kB
Active:           617000 kB
Inactive:         685376 kB
Active(anon):      66068 kB
Inactive(anon):    33820 kB
Active(file):     550932 kB
Inactive(file):   651556 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            195396 kB
Writeback:             0 kB
AnonPages:         85392 kB
Mapped:           113120 kB
Shmem:             17920 kB
KReclaimable:     125852 kB
Slab:             212576 kB
SReclaimable:     125852 kB
SUnreclaim:        86724 kB
KernelStack:        3908 kB
PageTables:         2784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     413036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432616 MiB
End job on nodeC008 at 2025-07-11 14:07:27