Trace number 4512818

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 NameAnswerCPU timeWall clock time
LSIPExact S2? (TO) 3600.04 2547.92

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-4.opb
MD5SUMdb16a7a70580abe6c27a020416a9caab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2140.65/1084.03	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2140.65/1084.03	c numVar: 4288
2140.65/1084.03	c numCon: 9520
2140.65/1084.03	c numEqual: 1328
2140.65/1084.03	c intSize: 4
2140.65/1084.03	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2140.65/1084.03	c ------------------- Paras list -------------------
2140.65/1084.03	c Name                	 Type      	 Now       	 Default   	 Comment
2140.65/1084.03	c timeout             	 double    	 3600.000000	 3600      	 
2140.65/1084.03	c mip_time            	 double    	 0.300000  	 0.5       	 
2140.65/1084.03	c ls_time             	 double    	 10.000000 	 10        	 
2140.65/1084.03	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2140.65/1084.03	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2140.65/1084.03	c random_seed         	 int       	 0         	 0         	 
2140.65/1084.03	c sample_size         	 int       	 50        	 50        	 
2140.65/1084.03	c sub_score           	 int       	 1         	 1         	 
2140.65/1084.03	c tabu_base           	 int       	 3         	 3         	 
2140.65/1084.03	c tabu_variation      	 int       	 1         	 1         	 
2140.65/1084.03	c sub_div             	 int       	 4         	 4         	 
2140.65/1084.03	c nbcore              	 int       	 2         	 1         	 
2140.65/1084.03	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2140.65/1084.03	c print_sol           	 int       	 1         	 1         	 
2140.65/1084.03	c tmpdir              	 string		 .         	 "."       	 
2140.65/1084.03	c home                	 string		 HOME	 "."       	 
2140.65/1084.03	c benchname           	 string		 HOME/instance-4512818-1751187815.opb	 ""        	 
2140.65/1084.03	c --------------------------------------------------
2140.65/1084.03	c Local Search solver
2140.65/1084.03	c MIP solver
2140.65/1084.03	c use Exact solver
3600.01/2547.90	c receive signal 15, try to interrupt solver...
3600.01/2547.91	c Exact solver (PID 31584) interrupted gracefully.
3600.01/2547.91	s UNKNOWN
3600.01/2547.91	c Total time: 2548

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (51122 MiB free)
  memory of node 1: 64465 MiB (52053 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512818-1751187815/watcher-4512818-1751187815 -o /tmp/evaluation-result-4512818-1751187815/solver-4512818-1751187815 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29162 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4512818-1751187815.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=31374, runsolver pid=31371

[startup+0.100064 s]*
/proc/loadavg: 5.91 5.40 5.82 7/269 31375
/proc/meminfo: memFree=105651660/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=48292 memory=13824 CPUtime=0.09 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 2436 0 0 0 9 0 0 0 20 0 1 0 34459033 49451008 3456 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+0.20614 s]*
/proc/loadavg: 5.91 5.40 5.82 7/269 31375
/proc/meminfo: memFree=105651660/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=48292 memory=13824 CPUtime=0.2 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 2436 0 0 0 20 0 0 0 20 0 1 0 34459033 49451008 3456 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+0.306081 s]*
/proc/loadavg: 5.91 5.40 5.82 7/269 31375
/proc/meminfo: memFree=105651660/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=48292 memory=13824 CPUtime=0.29 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 2436 0 0 0 29 0 0 0 20 0 1 0 34459033 49451008 3456 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+0.700192 s]
/proc/loadavg: 5.91 5.40 5.82 7/269 31375
/proc/meminfo: memFree=105651660/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=48292 memory=13824 CPUtime=0.68 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 2436 0 0 0 68 0 0 0 20 0 1 0 34459033 49451008 3456 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+1.5002 s]
/proc/loadavg: 5.91 5.40 5.82 7/269 31375
/proc/meminfo: memFree=105651660/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=48292 memory=13824 CPUtime=1.48 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 2436 0 0 0 148 0 0 0 20 0 1 0 34459033 49451008 3456 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+3.10578 s]
/proc/loadavg: 5.91 5.40 5.82 7/269 31375
/proc/meminfo: memFree=105651708/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=48292 memory=13824 CPUtime=3.08 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 2436 0 0 0 308 0 0 0 20 0 1 0 34459033 49451008 3456 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+6.3002 s]
/proc/loadavg: 5.92 5.41 5.82 7/269 31375
/proc/meminfo: memFree=105651708/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=48292 memory=13824 CPUtime=6.26 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 2436 0 0 0 626 0 0 0 20 0 1 0 34459033 49451008 3456 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+12.7002 s]
/proc/loadavg: 5.93 5.42 5.82 8/270 31376
/proc/meminfo: memFree=105596016/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=164412 memory=75872 CPUtime=15.15 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 15532 0 0 0 1513 2 0 0 20 0 2 0 34459033 168357888 18968 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 41103 18968 3520 6655 0 17507 0
[pid=31374/tid=31376] ppid=31371 vsize=164412 memory=75360 CPUtime=2.52 cores=0,2
/proc/31374/task/31376/stat : 31376 (LSIPExact) R 31371 31374 29149 0 -1 4194368 2663 0 0 0 252 0 0 0 20 0 2 0 34460036 168357888 18968 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
Current children cumulated CPU time: 15.15 s
Current children cumulated vsize: 164412 KiB
Current children cumulated memory: 75872 KiB

[startup+25.5003 s]
/proc/loadavg: 6.16 5.50 5.84 8/270 31376
/proc/meminfo: memFree=105587952/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=169764 memory=81888 CPUtime=40.52 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 38847 0 0 0 4048 4 0 0 20 0 2 0 34459033 173838336 20472 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 42441 20472 3520 6655 0 19034 0
[pid=31374/tid=31376] ppid=31371 vsize=169764 memory=80480 CPUtime=15.16 cores=0,2
/proc/31374/task/31376/stat : 31376 (LSIPExact) R 31371 31374 29149 0 -1 4194368 9251 0 0 0 1515 1 0 0 20 0 2 0 34460036 173838336 20472 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
Current children cumulated CPU time: 40.52 s
Current children cumulated vsize: 169764 KiB
Current children cumulated memory: 81888 KiB

[startup+51.1059 s]
/proc/loadavg: 6.52 5.63 5.88 8/270 31377
/proc/meminfo: memFree=105573344/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=177568 memory=101984 CPUtime=91.3 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 55056 0 0 0 9123 7 0 0 20 0 2 0 34459033 181829632 25496 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 44392 25496 3520 6655 0 23806 0
[pid=31374/tid=31376] ppid=31371 vsize=177568 memory=93408 CPUtime=40.44 cores=0,2
/proc/31374/task/31376/stat : 31376 (LSIPExact) R 31371 31374 29149 0 -1 4194368 15392 0 0 0 4042 2 0 0 20 0 2 0 34460036 181829632 25496 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
Current children cumulated CPU time: 91.3 s
Current children cumulated vsize: 177568 KiB
Current children cumulated memory: 101984 KiB

[startup+102.3 s]
/proc/loadavg: 6.85 5.86 5.94 8/269 31382
/proc/meminfo: memFree=105535392/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=189764 memory=134496 CPUtime=192.84 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 78662 0 0 0 19274 10 0 0 20 0 2 0 34459033 194318336 33624 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 47441 33624 3520 6655 0 31897 0
[pid=31374/tid=31376] ppid=31371 vsize=189764 memory=122848 CPUtime=91.01 cores=0,2
/proc/31374/task/31376/stat : 31376 (LSIPExact) R 31371 31374 29149 0 -1 4194368 28033 0 0 0 9097 4 0 0 20 0 2 0 34460036 194318336 33624 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
Current children cumulated CPU time: 192.84 s
Current children cumulated vsize: 189764 KiB
Current children cumulated memory: 134496 KiB

[startup+162.3 s]
/proc/loadavg: 6.87 6.06 6.01 7/268 31432
/proc/meminfo: memFree=105703600/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=200120 memory=155616 CPUtime=310.45 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 98193 0 0 0 31030 15 0 0 20 0 2 0 34459033 204922880 38904 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 50030 38904 3520 6655 0 37155 0
[pid=31374/tid=31376] ppid=31371 vsize=200120 memory=122848 CPUtime=148.95 cores=0,2
/proc/31374/task/31376/stat : 31376 (LSIPExact) R 31371 31374 29149 0 -1 4194368 34855 0 0 0 14888 7 0 0 20 0 2 0 34460036 204922880 38904 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
Current children cumulated CPU time: 310.45 s
Current children cumulated vsize: 200120 KiB
Current children cumulated memory: 155616 KiB

[startup+222.3 s]
/proc/loadavg: 6.99 6.23 6.07 8/269 31438
/proc/meminfo: memFree=95326628/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=200120 memory=155616 CPUtime=429.67 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 122520 0 0 0 42949 18 0 0 20 0 2 0 34459033 204922880 38904 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 50030 38904 3520 6655 0 37155 0
[pid=31374/tid=31376] ppid=31371 vsize=200120 memory=14432 CPUtime=208.34 cores=0,2
/proc/31374/task/31376/stat : 31376 (LSIPExact) R 31371 31374 29149 0 -1 4194368 42601 0 0 0 20826 8 0 0 20 0 2 0 34460036 204922880 38904 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
Current children cumulated CPU time: 429.67 s
Current children cumulated vsize: 200120 KiB
Current children cumulated memory: 155616 KiB

[startup+282.3 s]
/proc/loadavg: 7.20 6.42 6.15 9/269 31486
/proc/meminfo: memFree=117021076/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=205624 memory=151724 CPUtime=548.77 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 138460 0 0 0 54856 21 0 0 20 0 2 0 34459033 210558976 37931 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 51406 37931 3520 6655 0 38531 0
[pid=31374/tid=31376] ppid=31371 vsize=205624 memory=146220 CPUtime=267.67 cores=0,2
/proc/31374/task/31376/stat : 31376 (LSIPExact) R 31371 31374 29149 0 -1 4194368 50237 0 0 0 26758 9 0 0 20 0 2 0 34460036 210558976 37931 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
Current children cumulated CPU time: 548.77 s
Current children cumulated vsize: 205624 KiB
Current children cumulated memory: 151724 KiB

[startup+342.3 s]
/proc/loadavg: 7.75 6.73 6.27 9/270 31489
/proc/meminfo: memFree=117552324/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=205624 memory=151724 CPUtime=667.35 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) R 31371 31374 29149 0 -1 4194304 139845 0 0 0 66714 21 0 0 20 0 2 0 34459033 210558976 37931 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 51406 37931 3520 6655 0 38531 0
[pid=31374/tid=31376] ppid=31371 vsize=205624 memory=151724 CPUtime=326.91 cores=0,2
/proc/31374/task/31376/stat : 31376 (LSIPExact) R 31371 31374 29149 0 -1 4194368 50310 0 0 0 32682 9 0 0 20 0 2 0 34460036 210558976 37931 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
Current children cumulated CPU time: 667.35 s
Current children cumulated vsize: 205624 KiB
Current children cumulated memory: 151724 KiB

[startup+402.3 s]

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

/proc/loadavg: 4.21 4.66 5.74 5/269 31636
/proc/meminfo: memFree=128744028/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=210880 memory=171980 CPUtime=2140.7 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) S 31371 31374 29149 0 -1 4194304 207767 0 0 0 214030 40 0 0 20 0 1 0 34459033 215941120 42995 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 52720 42995 3552 6655 0 41025 0
[pid=31584] ppid=31374 vsize=161208 memory=146932 CPUtime=935.29 cores=0,2
/proc/31584/stat : 31584 (Exact) R 31374 31584 31584 0 -1 4194304 26469 0 0 0 93358 171 0 0 20 0 1 0 34567436 165076992 36733 18446744073709551615 4198400 8335837 140726768972256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19226624 140726768978107 140726768978461 140726768978461 140726768984015 0
/proc/31584/statm: 40302 36733 1120 1011 0 39069 0
Current children cumulated CPU time: 3075.99 s
Current children cumulated vsize: 372088 KiB
Current children cumulated memory: 318912 KiB

[startup+2082.3 s]
/proc/loadavg: 4.14 4.55 5.64 5/268 31640
/proc/meminfo: memFree=128737648/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=210880 memory=171980 CPUtime=2140.7 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) S 31371 31374 29149 0 -1 4194304 207767 0 0 0 214030 40 0 0 20 0 1 0 34459033 215941120 42995 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 52720 42995 3552 6655 0 41025 0
[pid=31584] ppid=31374 vsize=163724 memory=149364 CPUtime=995.09 cores=0,2
/proc/31584/stat : 31584 (Exact) R 31374 31584 31584 0 -1 4194304 27098 0 0 0 99329 180 0 0 20 0 1 0 34567436 167653376 37341 18446744073709551615 4198400 8335837 140726768972256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19226624 140726768978107 140726768978461 140726768978461 140726768984015 0
/proc/31584/statm: 40931 37341 1120 1011 0 39698 0
Current children cumulated CPU time: 3135.79 s
Current children cumulated vsize: 374604 KiB
Current children cumulated memory: 321344 KiB

[startup+2142.3 s]
/proc/loadavg: 4.09 4.46 5.54 5/269 31645
/proc/meminfo: memFree=128724724/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=210880 memory=171980 CPUtime=2140.7 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) S 31371 31374 29149 0 -1 4194304 207767 0 0 0 214030 40 0 0 20 0 1 0 34459033 215941120 42995 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 52720 42995 3552 6655 0 41025 0
[pid=31584] ppid=31374 vsize=165788 memory=151412 CPUtime=1054.9 cores=0,2
/proc/31584/stat : 31584 (Exact) R 31374 31584 31584 0 -1 4194304 27613 0 0 0 105298 192 0 0 20 0 1 0 34567436 169766912 37853 18446744073709551615 4198400 8335837 140726768972256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19226624 140726768978107 140726768978461 140726768978461 140726768984015 0
/proc/31584/statm: 41447 37853 1120 1011 0 40214 0
Current children cumulated CPU time: 3195.6 s
Current children cumulated vsize: 376668 KiB
Current children cumulated memory: 323392 KiB

[startup+2202.3 s]
/proc/loadavg: 4.13 4.41 5.45 5/269 31647
/proc/meminfo: memFree=128708824/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=210880 memory=171980 CPUtime=2140.7 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) S 31371 31374 29149 0 -1 4194304 207767 0 0 0 214030 40 0 0 20 0 1 0 34459033 215941120 42995 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 52720 42995 3552 6655 0 41025 0
[pid=31584] ppid=31374 vsize=167296 memory=152948 CPUtime=1114.71 cores=0,2
/proc/31584/stat : 31584 (Exact) R 31374 31584 31584 0 -1 4194304 28024 0 0 0 111271 200 0 0 20 0 1 0 34567436 171311104 38237 18446744073709551615 4198400 8335837 140726768972256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19226624 140726768978107 140726768978461 140726768978461 140726768984015 0
/proc/31584/statm: 41824 38237 1120 1011 0 40591 0
Current children cumulated CPU time: 3255.41 s
Current children cumulated vsize: 378176 KiB
Current children cumulated memory: 324928 KiB

[startup+2262.3 s]
/proc/loadavg: 4.13 4.36 5.36 5/269 31649
/proc/meminfo: memFree=128711284/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=210880 memory=171980 CPUtime=2140.7 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) S 31371 31374 29149 0 -1 4194304 207767 0 0 0 214030 40 0 0 20 0 1 0 34459033 215941120 42995 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 52720 42995 3552 6655 0 41025 0
[pid=31584] ppid=31374 vsize=168932 memory=154612 CPUtime=1174.52 cores=0,2
/proc/31584/stat : 31584 (Exact) R 31374 31584 31584 0 -1 4194304 28450 0 0 0 117241 211 0 0 20 0 1 0 34567436 172986368 38653 18446744073709551615 4198400 8335837 140726768972256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19226624 140726768978107 140726768978461 140726768978461 140726768984015 0
/proc/31584/statm: 42233 38653 1120 1011 0 41000 0
Current children cumulated CPU time: 3315.22 s
Current children cumulated vsize: 379812 KiB
Current children cumulated memory: 326592 KiB

[startup+2322.3 s]
/proc/loadavg: 4.24 4.34 5.29 5/269 31651
/proc/meminfo: memFree=128688764/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=210880 memory=171980 CPUtime=2140.7 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) S 31371 31374 29149 0 -1 4194304 207767 0 0 0 214030 40 0 0 20 0 1 0 34459033 215941120 42995 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 52720 42995 3552 6655 0 41025 0
[pid=31584] ppid=31374 vsize=169340 memory=154996 CPUtime=1234.32 cores=0,2
/proc/31584/stat : 31584 (Exact) R 31374 31584 31584 0 -1 4194304 28559 0 0 0 123204 228 0 0 20 0 1 0 34567436 173404160 38749 18446744073709551615 4198400 8335837 140726768972256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19226624 140726768978107 140726768978461 140726768978461 140726768984015 0
/proc/31584/statm: 42335 38749 1120 1011 0 41102 0
Current children cumulated CPU time: 3375.02 s
Current children cumulated vsize: 380220 KiB
Current children cumulated memory: 326976 KiB

[startup+2382.3 s]
/proc/loadavg: 4.14 4.29 5.21 5/270 31657
/proc/meminfo: memFree=128658088/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=210880 memory=171980 CPUtime=2140.7 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) S 31371 31374 29149 0 -1 4194304 207767 0 0 0 214030 40 0 0 20 0 1 0 34459033 215941120 42995 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 52720 42995 3552 6655 0 41025 0
[pid=31584] ppid=31374 vsize=169976 memory=155636 CPUtime=1294.15 cores=0,2
/proc/31584/stat : 31584 (Exact) R 31374 31584 31584 0 -1 4194304 28723 0 0 0 129179 236 0 0 20 0 1 0 34567436 174055424 38909 18446744073709551615 4198400 8335837 140726768972256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19226624 140726768978107 140726768978461 140726768978461 140726768984015 0
/proc/31584/statm: 42494 38909 1120 1011 0 41261 0
Current children cumulated CPU time: 3434.85 s
Current children cumulated vsize: 380856 KiB
Current children cumulated memory: 327616 KiB

[startup+2442.3 s]
/proc/loadavg: 4.10 4.25 5.14 5/269 31659
/proc/meminfo: memFree=128630128/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=210880 memory=171980 CPUtime=2140.7 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) S 31371 31374 29149 0 -1 4194304 207767 0 0 0 214030 40 0 0 20 0 1 0 34459033 215941120 42995 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 52720 42995 3552 6655 0 41025 0
[pid=31584] ppid=31374 vsize=170724 memory=156532 CPUtime=1354 cores=0,2
/proc/31584/stat : 31584 (Exact) R 31374 31584 31584 0 -1 4194304 28931 0 0 0 135155 245 0 0 20 0 1 0 34567436 174821376 39133 18446744073709551615 4198400 8335837 140726768972256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19226624 140726768978107 140726768978461 140726768978461 140726768984015 0
/proc/31584/statm: 42681 39133 1120 1011 0 41448 0
Current children cumulated CPU time: 3494.7 s
Current children cumulated vsize: 381604 KiB
Current children cumulated memory: 328512 KiB

[startup+2502.3 s]
/proc/loadavg: 4.20 4.25 5.08 5/270 31662
/proc/meminfo: memFree=128654088/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=210880 memory=171980 CPUtime=2140.7 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) S 31371 31374 29149 0 -1 4194304 207767 0 0 0 214030 40 0 0 20 0 1 0 34459033 215941120 42995 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 52720 42995 3552 6655 0 41025 0
[pid=31584] ppid=31374 vsize=171764 memory=157428 CPUtime=1413.84 cores=0,2
/proc/31584/stat : 31584 (Exact) R 31374 31584 31584 0 -1 4194304 29233 0 0 0 141122 262 0 0 20 0 1 0 34567436 175886336 39357 18446744073709551615 4198400 8335837 140726768972256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19226624 140726768978107 140726768978461 140726768978461 140726768984015 0
/proc/31584/statm: 42941 39357 1120 1011 0 41708 0
Current children cumulated CPU time: 3554.54 s
Current children cumulated vsize: 382644 KiB
Current children cumulated memory: 329408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2547.9 s]
/proc/loadavg: 4.09 4.21 5.03 5/270 31665
/proc/meminfo: memFree=128639440/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=210880 memory=171980 CPUtime=2140.7 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) S 31371 31374 29149 0 -1 4194304 207767 0 0 0 214030 40 0 0 20 0 1 0 34459033 215941120 42995 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 52720 42995 3552 6655 0 41025 0
[pid=31584] ppid=31374 vsize=172800 memory=158452 CPUtime=1459.31 cores=0,2
/proc/31584/stat : 31584 (Exact) R 31374 31584 31584 0 -1 4194304 29498 0 0 0 145666 265 0 0 20 0 1 0 34567436 176947200 39613 18446744073709551615 4198400 8335837 140726768972256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19226624 140726768978107 140726768978461 140726768978461 140726768984015 0
/proc/31584/statm: 43200 39613 1120 1011 0 41967 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 383680 KiB
Current children cumulated memory: 330432 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.98 s, system=3.06125 s

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

[startup+2547.9 s]
/proc/loadavg: 4.09 4.21 5.03 5/270 31665
/proc/meminfo: memFree=128639440/131250000 swapFree=33010684/33010684
[pid=31374] ppid=31371 vsize=210880 memory=171980 CPUtime=2140.7 cores=0,2
/proc/31374/stat : 31374 (LSIPExact) S 31371 31374 29149 0 -1 4194304 207767 0 0 0 214030 40 0 0 20 0 1 0 34459033 215941120 42995 18446744073709551615 94470300061696 94470327318097 140730385613728 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94470335820936 94470336252544 94470358294528 140730385619290 140730385619466 140730385619466 140730385625068 0
/proc/31374/statm: 52720 42995 3552 6655 0 41025 0
[pid=31584] ppid=31374 vsize=172800 memory=158452 CPUtime=1459.31 cores=0,2
/proc/31584/stat : 31584 (Exact) R 31374 31584 31584 0 -1 4194304 29498 0 0 0 145666 265 0 0 20 0 1 0 34567436 176947200 39613 18446744073709551615 4198400 8335837 140726768972256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 19226624 140726768978107 140726768978461 140726768978461 140726768984015 0
/proc/31584/statm: 43200 39613 1120 1011 0 41967 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 383680 KiB
Current children cumulated memory: 330432 KiB

Child status: 0

Real time (s): 2547.92
CPU time (s): 3600.04
CPU user time (s): 3596.98
CPU system time (s): 3.06125
CPU usage (%): 141.293
Max. virtual memory (cumulated for all children) (KiB): 383680
Max. memory (cumulated for all children) (KiB): 330432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.98
system time used= 3.06125
maximum resident set size= 171980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237961
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= 509
involuntary context switches= 52975


# summary of solver processes directly reported to runsolver:
#   pid: 31374
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3596.98
#   total CPU system time (s): 3.06125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.49371 second user time and 11.838 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 11:03:35
IDJOB=4512818
IDBENCH=162179
IDSOLVER=3337
FILE ID=nodeC016/4512818-1751187815
RUNJOBID= nodeC016-1751179186-29162
SLURM_JOB_ID= 9587543
Free space on /tmp= 432668 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-4.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512818-1751187815/watcher-4512818-1751187815 -o /tmp/evaluation-result-4512818-1751187815/solver-4512818-1751187815 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29162 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4512818-1751187815.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= db16a7a70580abe6c27a020416a9caab
RANDOM SEED=1869639270

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        105652416 kB
MemAvailable:   105818652 kB
Buffers:            3280 kB
Cached:           975912 kB
SwapCached:            0 kB
Active:         24183788 kB
Inactive:         754144 kB
Active(anon):   23976816 kB
Inactive(anon):        0 kB
Active(file):     206972 kB
Inactive(file):   754144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45052 kB
Writeback:             4 kB
AnonPages:      23945628 kB
Mapped:           142636 kB
Shmem:             18072 kB
KReclaimable:      88716 kB
Slab:             172336 kB
SReclaimable:      88716 kB
SUnreclaim:        83620 kB
KernelStack:        4336 kB
PageTables:        51304 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   28491196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16474112 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC016 at 2025-06-29 11:46:03