Trace number 4503591

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 S1? (TO) 3600.79 2916.92

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-147.opb
MD5SUM68b1290c926351b4227086ab823cce81
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 variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1417.96/727.65	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1417.96/727.65	c numVar: 42127
1417.96/727.65	c numCon: 974306
1417.96/727.65	c numEqual: 1542
1417.96/727.65	c intSize: 10
1417.96/727.65	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1417.96/727.65	c ------------------- Paras list -------------------
1417.96/727.65	c Name                	 Type      	 Now       	 Default   	 Comment
1417.96/727.65	c timeout             	 double    	 3600.000000	 3600      	 
1417.96/727.65	c mip_time            	 double    	 0.200000  	 0.5       	 
1417.96/727.65	c ls_time             	 double    	 10.000000 	 10        	 
1417.96/727.65	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1417.96/727.65	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1417.96/727.65	c random_seed         	 int       	 0         	 0         	 
1417.96/727.65	c sample_size         	 int       	 50        	 50        	 
1417.96/727.65	c sub_score           	 int       	 1         	 1         	 
1417.96/727.65	c tabu_base           	 int       	 3         	 3         	 
1417.96/727.65	c tabu_variation      	 int       	 1         	 1         	 
1417.96/727.65	c sub_div             	 int       	 4         	 4         	 
1417.96/727.65	c nbcore              	 int       	 2         	 1         	 
1417.96/727.65	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1417.96/727.65	c print_sol           	 int       	 1         	 1         	 
1417.96/727.65	c tmpdir              	 string		 .         	 "."       	 
1417.96/727.65	c home                	 string		 HOME	 "."       	 
1417.96/727.65	c benchname           	 string		 HOME/instance-4503591-1751134434.opb	 ""        	 
1417.96/727.65	c --------------------------------------------------
1417.96/727.65	c Local Search solver
1417.96/727.65	c MIP solver
1417.96/727.65	c use Exact solver
3600.05/2916.11	c receive signal 15, try to interrupt solver...
1418.01/2916.21	c Exact solver (PID 12253) interrupted gracefully.
3600.65/2916.88	s UNKNOWN
3600.65/2916.88	c Total time: 2917

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: 63665 MiB (62800 MiB free)
  memory of node 1: 64507 MiB (63972 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503591-1751134434/watcher-4503591-1751134434 -o /tmp/evaluation-result-4503591-1751134434/solver-4503591-1751134434 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751133631-11503 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4503591-1751134434.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=12216, runsolver pid=12213

[startup+0.100063 s]*
/proc/loadavg: 5.63 5.54 3.46 5/259 12217
/proc/meminfo: memFree=129662448/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=260004 memory=206688 CPUtime=0.09 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 38477 0 0 0 3 6 0 0 20 0 1 0 29121147 266244096 51672 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 65001 51672 1088 6655 0 55236 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 260004 KiB
Current children cumulated memory: 206688 KiB

[startup+0.205464 s]*
/proc/loadavg: 5.63 5.54 3.46 6/259 12217
/proc/meminfo: memFree=129622128/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=291552 memory=248544 CPUtime=0.2 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 46903 0 0 0 12 8 0 0 20 0 1 0 29121147 298549248 62136 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 72888 62136 1088 6655 0 63123 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 291552 KiB
Current children cumulated memory: 248544 KiB

[startup+0.305411 s]*
/proc/loadavg: 5.63 5.54 3.46 5/259 12217
/proc/meminfo: memFree=129622128/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=291820 memory=248672 CPUtime=0.29 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 46951 0 0 0 21 8 0 0 20 0 1 0 29121147 298823680 62168 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 72955 62168 1088 6655 0 63190 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 291820 KiB
Current children cumulated memory: 248672 KiB

[startup+0.700159 s]
/proc/loadavg: 5.63 5.54 3.46 5/259 12217
/proc/meminfo: memFree=129522636/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=487168 memory=451108 CPUtime=0.68 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 87811 0 0 0 53 15 0 0 20 0 1 0 29121147 498860032 112777 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 121825 112777 1120 6655 0 112060 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 487168 KiB
Current children cumulated memory: 451108 KiB

[startup+1.50016 s]
/proc/loadavg: 5.63 5.54 3.46 5/259 12217
/proc/meminfo: memFree=129345228/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=728088 memory=690340 CPUtime=1.49 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 147620 0 0 0 125 24 0 0 20 0 1 0 29121147 745562112 172585 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 182022 172585 1120 6655 0 172257 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 728088 KiB
Current children cumulated memory: 690340 KiB

[startup+3.10525 s]
/proc/loadavg: 5.50 5.51 3.46 5/259 12217
/proc/meminfo: memFree=129208140/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=728088 memory=690340 CPUtime=3.09 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 147633 0 0 0 285 24 0 0 20 0 1 0 29121147 745562112 172585 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 182022 172585 1120 6655 0 172257 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 728088 KiB
Current children cumulated memory: 690340 KiB

[startup+6.30015 s]
/proc/loadavg: 5.50 5.51 3.46 5/259 12217
/proc/meminfo: memFree=129202604/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=728088 memory=690340 CPUtime=6.27 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 147680 0 0 0 603 24 0 0 20 0 1 0 29121147 745562112 172585 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 182022 172585 1120 6655 0 172257 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 728088 KiB
Current children cumulated memory: 690340 KiB

[startup+12.7002 s]
/proc/loadavg: 5.35 5.48 3.47 5/260 12218
/proc/meminfo: memFree=128479272/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=1592872 memory=1462124 CPUtime=12.65 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 240328 0 0 0 1219 46 0 0 20 0 2 0 29121147 1631100928 365531 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 398218 365531 2688 6655 0 372101 0
[pid=12216/tid=12218] ppid=12213 vsize=1592872 memory=1415384 CPUtime=0 cores=0,2
/proc/12216/task/12218/stat : 12218 (LSIPExact) S 12213 12216 11488 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 29122269 1631100928 365531 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1592872 KiB
Current children cumulated memory: 1462124 KiB

[startup+25.5002 s]
/proc/loadavg: 5.14 5.43 3.48 5/260 12219
/proc/meminfo: memFree=128041196/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=1911408 memory=1814932 CPUtime=25.47 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 302836 0 0 0 2482 65 0 0 20 0 2 0 29121147 1957281792 453733 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 477852 453733 2816 6655 0 461887 0
[pid=12216/tid=12218] ppid=12213 vsize=1911408 memory=1612776 CPUtime=0.04 cores=0,2
/proc/12216/task/12218/stat : 12218 (LSIPExact) S 12213 12216 11488 0 -1 4194368 5471 0 0 0 3 1 0 0 20 0 2 0 29122269 1957281792 453733 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 1911408 KiB
Current children cumulated memory: 1814932 KiB

[startup+51.1053 s]
/proc/loadavg: 4.81 5.33 3.50 5/260 12220
/proc/meminfo: memFree=126412532/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3873748 memory=3495076 CPUtime=75.03 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 446154 0 0 0 7380 123 0 0 20 0 2 0 29121147 3966717952 873769 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 968437 873769 3296 6655 0 949323 0
[pid=12216/tid=12218] ppid=12213 vsize=3873748 memory=14824 CPUtime=24.11 cores=0,2
/proc/12216/task/12218/stat : 12218 (LSIPExact) R 12213 12216 11488 0 -1 4194368 41041 0 0 0 2394 17 0 0 20 0 2 0 29122269 3966717952 873769 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
Current children cumulated CPU time: 75.03 s
Current children cumulated vsize: 3873748 KiB
Current children cumulated memory: 3495076 KiB

[startup+102.3 s]
/proc/loadavg: 4.38 5.12 3.53 5/260 12222
/proc/meminfo: memFree=126123588/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=4028036 memory=3771296 CPUtime=176.75 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 597507 0 0 0 17495 180 0 0 20 0 2 0 29121147 4124708864 942824 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 1007009 942824 3296 6655 0 992195 0
[pid=12216/tid=12218] ppid=12213 vsize=4028036 memory=3472736 CPUtime=74.8 cores=0,2
/proc/12216/task/12218/stat : 12218 (LSIPExact) R 12213 12216 11488 0 -1 4194368 90874 0 0 0 7440 40 0 0 20 0 2 0 29122269 4124708864 942824 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
Current children cumulated CPU time: 176.75 s
Current children cumulated vsize: 4028036 KiB
Current children cumulated memory: 3771296 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.93 3.57 5/261 12225
/proc/meminfo: memFree=125769956/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=4395012 memory=4114820 CPUtime=295.94 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 707760 0 0 0 29362 232 0 0 20 0 2 0 29121147 4500492288 1028705 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 1098753 1028705 3328 6655 0 1083939 0
[pid=12216/tid=12218] ppid=12213 vsize=4395012 memory=14824 CPUtime=134.22 cores=0,2
/proc/12216/task/12218/stat : 12218 (LSIPExact) R 12213 12216 11488 0 -1 4194368 125971 0 0 0 13365 57 0 0 20 0 2 0 29122269 4500492288 1028705 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
Current children cumulated CPU time: 295.94 s
Current children cumulated vsize: 4395012 KiB
Current children cumulated memory: 4114820 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.79 3.61 5/260 12227
/proc/meminfo: memFree=126195708/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3825448 memory=3673676 CPUtime=415.14 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 757975 0 0 0 41269 245 0 0 20 0 2 0 29121147 3917258752 918419 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 956362 918419 3328 6655 0 941548 0
[pid=12216/tid=12218] ppid=12213 vsize=3825448 memory=3673496 CPUtime=193.62 cores=0,2
/proc/12216/task/12218/stat : 12218 (LSIPExact) R 12213 12216 11488 0 -1 4194368 133961 0 0 0 19301 61 0 0 20 0 2 0 29122269 3917258752 918419 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
Current children cumulated CPU time: 415.14 s
Current children cumulated vsize: 3825448 KiB
Current children cumulated memory: 3673676 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.64 3.64 5/260 12229
/proc/meminfo: memFree=126095432/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3968164 memory=3793728 CPUtime=534.37 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 863027 0 0 0 53158 279 0 0 20 0 2 0 29121147 4063399936 948432 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 992041 948432 3328 6655 0 977227 0
[pid=12216/tid=12218] ppid=12213 vsize=3968164 memory=3779024 CPUtime=253.03 cores=0,2
/proc/12216/task/12218/stat : 12218 (LSIPExact) R 12213 12216 11488 0 -1 4194368 173853 0 0 0 25223 80 0 0 20 0 2 0 29122269 4063399936 948432 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
Current children cumulated CPU time: 534.37 s
Current children cumulated vsize: 3968164 KiB
Current children cumulated memory: 3793728 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.54 3.67 5/260 12231
/proc/meminfo: memFree=126074292/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=4007724 memory=3808100 CPUtime=653.58 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 977004 0 0 0 65029 329 0 0 20 0 2 0 29121147 4103909376 952025 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 1001931 952025 3328 6655 0 973861 0
[pid=12216/tid=12218] ppid=12213 vsize=4007724 memory=4198148 CPUtime=312.45 cores=0,2
/proc/12216/task/12218/stat : 12218 (LSIPExact) R 12213 12216 11488 0 -1 4194368 192118 0 0 0 31151 94 0 0 20 0 2 0 29122269 4103909376 952025 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
Current children cumulated CPU time: 653.58 s
Current children cumulated vsize: 4007724 KiB
Current children cumulated memory: 3808100 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=124996568/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3148672 memory=3087452 CPUtime=1418.01 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) S 12213 12216 11488 0 -1 4194304 1414698 0 0 0 141334 467 0 0 20 0 1 0 29121147 3224240128 771863 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 787168 771863 3360 6655 0 773709 0
[pid=12253] ppid=12216 vsize=1408352 memory=1302384 CPUtime=1709.49 cores=0,2
/proc/12253/stat : 12253 (Exact) R 12216 12253 12253 0 -1 4194304 176524 0 0 0 170816 133 0 0 20 0 1 0 29193912 1442152448 325596 18446744073709551615 4198400 8335837 140724829403264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31973376 140724829407419 140724829407773 140724829407773 140724829413327 0
/proc/12253/statm: 352088 325596 1088 1011 0 350855 0
Current children cumulated CPU time: 3127.5 s
Current children cumulated vsize: 4557024 KiB
Current children cumulated memory: 4389836 KiB

[startup+2502.3 s]
/proc/loadavg: 4.16 4.02 3.88 5/260 12568
/proc/meminfo: memFree=125003400/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3148672 memory=3087452 CPUtime=1418.01 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) S 12213 12216 11488 0 -1 4194304 1414698 0 0 0 141334 467 0 0 20 0 1 0 29121147 3224240128 771863 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 787168 771863 3360 6655 0 773709 0
[pid=12253] ppid=12216 vsize=1409008 memory=1303040 CPUtime=1769.32 cores=0,2
/proc/12253/stat : 12253 (Exact) R 12216 12253 12253 0 -1 4194304 178053 0 0 0 176798 134 0 0 20 0 1 0 29193912 1442824192 325760 18446744073709551615 4198400 8335837 140724829403264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31973376 140724829407419 140724829407773 140724829407773 140724829413327 0
/proc/12253/statm: 352252 325760 1088 1011 0 351019 0
Current children cumulated CPU time: 3187.33 s
Current children cumulated vsize: 4557680 KiB
Current children cumulated memory: 4390492 KiB

[startup+2562.3 s]
/proc/loadavg: 4.12 4.03 3.90 5/260 12570
/proc/meminfo: memFree=124972720/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3148672 memory=3087452 CPUtime=1418.01 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) S 12213 12216 11488 0 -1 4194304 1414698 0 0 0 141334 467 0 0 20 0 1 0 29121147 3224240128 771863 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 787168 771863 3360 6655 0 773709 0
[pid=12253] ppid=12216 vsize=1410532 memory=1306612 CPUtime=1829.17 cores=0,2
/proc/12253/stat : 12253 (Exact) R 12216 12253 12253 0 -1 4194304 180264 0 0 0 182780 137 0 0 20 0 1 0 29193912 1444384768 326653 18446744073709551615 4198400 8335837 140724829403264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31973376 140724829407419 140724829407773 140724829407773 140724829413327 0
/proc/12253/statm: 352633 326653 1088 1011 0 351400 0
Current children cumulated CPU time: 3247.18 s
Current children cumulated vsize: 4559204 KiB
Current children cumulated memory: 4394064 KiB

[startup+2622.3 s]
/proc/loadavg: 4.09 4.04 3.91 5/261 12573
/proc/meminfo: memFree=124967536/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3148672 memory=3087452 CPUtime=1418.01 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) S 12213 12216 11488 0 -1 4194304 1414698 0 0 0 141334 467 0 0 20 0 1 0 29121147 3224240128 771863 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 787168 771863 3360 6655 0 773709 0
[pid=12253] ppid=12216 vsize=1411480 memory=1309728 CPUtime=1889.02 cores=0,2
/proc/12253/stat : 12253 (Exact) R 12216 12253 12253 0 -1 4194304 182322 0 0 0 188763 139 0 0 20 0 1 0 29193912 1445355520 327432 18446744073709551615 4198400 8335837 140724829403264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31973376 140724829407419 140724829407773 140724829407773 140724829413327 0
/proc/12253/statm: 352870 327432 1088 1011 0 351637 0
Current children cumulated CPU time: 3307.03 s
Current children cumulated vsize: 4560152 KiB
Current children cumulated memory: 4397180 KiB

[startup+2682.3 s]
/proc/loadavg: 4.21 4.08 3.93 5/261 12575
/proc/meminfo: memFree=124957240/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3148672 memory=3087452 CPUtime=1418.01 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) S 12213 12216 11488 0 -1 4194304 1414698 0 0 0 141334 467 0 0 20 0 1 0 29121147 3224240128 771863 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 787168 771863 3360 6655 0 773709 0
[pid=12253] ppid=12216 vsize=1412912 memory=1311680 CPUtime=1948.85 cores=0,2
/proc/12253/stat : 12253 (Exact) R 12216 12253 12253 0 -1 4194304 183904 0 0 0 194745 140 0 0 20 0 1 0 29193912 1446821888 327920 18446744073709551615 4198400 8335837 140724829403264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31973376 140724829407419 140724829407773 140724829407773 140724829413327 0
/proc/12253/statm: 353228 327920 1088 1011 0 351995 0
Current children cumulated CPU time: 3366.86 s
Current children cumulated vsize: 4561584 KiB
Current children cumulated memory: 4399132 KiB

[startup+2742.3 s]
/proc/loadavg: 4.16 4.09 3.95 5/261 12577
/proc/meminfo: memFree=124954684/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3148672 memory=3087452 CPUtime=1418.01 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) S 12213 12216 11488 0 -1 4194304 1414698 0 0 0 141334 467 0 0 20 0 1 0 29121147 3224240128 771863 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 787168 771863 3360 6655 0 773709 0
[pid=12253] ppid=12216 vsize=1414444 memory=1315260 CPUtime=2008.7 cores=0,2
/proc/12253/stat : 12253 (Exact) R 12216 12253 12253 0 -1 4194304 186153 0 0 0 200728 142 0 0 20 0 1 0 29193912 1448390656 328815 18446744073709551615 4198400 8335837 140724829403264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31973376 140724829407419 140724829407773 140724829407773 140724829413327 0
/proc/12253/statm: 353611 328815 1088 1011 0 352378 0
Current children cumulated CPU time: 3426.71 s
Current children cumulated vsize: 4563116 KiB
Current children cumulated memory: 4402712 KiB

[startup+2802.3 s]
/proc/loadavg: 4.10 4.08 3.96 5/261 12579
/proc/meminfo: memFree=124887236/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3148672 memory=3087452 CPUtime=1418.01 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) S 12213 12216 11488 0 -1 4194304 1414698 0 0 0 141334 467 0 0 20 0 1 0 29121147 3224240128 771863 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 787168 771863 3360 6655 0 773709 0
[pid=12253] ppid=12216 vsize=1415336 memory=1316152 CPUtime=2068.54 cores=0,2
/proc/12253/stat : 12253 (Exact) R 12216 12253 12253 0 -1 4194304 187624 0 0 0 206710 144 0 0 20 0 1 0 29193912 1449304064 329038 18446744073709551615 4198400 8335837 140724829403264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31973376 140724829407419 140724829407773 140724829407773 140724829413327 0
/proc/12253/statm: 353834 329038 1088 1011 0 352601 0
Current children cumulated CPU time: 3486.55 s
Current children cumulated vsize: 4564008 KiB
Current children cumulated memory: 4403604 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.10 3.98 5/261 12592
/proc/meminfo: memFree=124891052/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3148672 memory=3087452 CPUtime=1418.01 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) S 12213 12216 11488 0 -1 4194304 1414698 0 0 0 141334 467 0 0 20 0 1 0 29121147 3224240128 771863 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 787168 771863 3360 6655 0 773709 0
[pid=12253] ppid=12216 vsize=1416844 memory=1317660 CPUtime=2128.39 cores=0,2
/proc/12253/stat : 12253 (Exact) R 12216 12253 12253 0 -1 4194304 189868 0 0 0 212692 147 0 0 20 0 1 0 29193912 1450848256 329415 18446744073709551615 4198400 8335837 140724829403264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31973376 140724829407419 140724829407773 140724829407773 140724829413327 0
/proc/12253/statm: 354211 329415 1088 1011 0 352978 0
Current children cumulated CPU time: 3546.4 s
Current children cumulated vsize: 4565516 KiB
Current children cumulated memory: 4405112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2916.11 s]
/proc/loadavg: 3.72 3.99 3.95 5/261 12734
/proc/meminfo: memFree=124907692/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3148672 memory=3087452 CPUtime=1418.01 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) S 12213 12216 11488 0 -1 4194304 1414698 0 0 0 141334 467 0 0 20 0 1 0 29121147 3224240128 771863 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 787168 771863 3360 6655 0 773709 0
[pid=12253] ppid=12216 vsize=1417640 memory=1320504 CPUtime=2182.04 cores=0,2
/proc/12253/stat : 12253 (Exact) R 12216 12253 12253 0 -1 4194304 191326 0 0 0 218055 149 0 0 20 0 1 0 29193912 1451663360 330126 18446744073709551615 4198400 8335837 140724829403264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31973376 140724829407419 140724829407773 140724829407773 140724829413327 0
/proc/12253/statm: 354410 330126 1088 1011 0 353177 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 4566312 KiB
Current children cumulated memory: 4407956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.51 s, system=6.2713 s

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

[startup+2916.4 s]
/proc/loadavg: 3.72 3.99 3.95 5/261 12734
/proc/meminfo: memFree=124907692/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3125836 memory=3064620 CPUtime=3600.25 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 1465786 191465 0 0 141351 469 218056 149 20 0 1 0 29121147 3200856064 766155 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 781459 766155 3360 6655 0 768000 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 3125836 KiB
Current children cumulated memory: 3064620 KiB

[startup+2916.8 s]
/proc/loadavg: 3.72 3.99 3.95 5/261 12734
/proc/meminfo: memFree=124907692/131249996 swapFree=33010684/33010684
[pid=12216] ppid=12213 vsize=3125836 memory=3064620 CPUtime=3600.65 cores=0,2
/proc/12216/stat : 12216 (LSIPExact) R 12213 12216 11488 0 -1 4194304 1515773 191465 0 0 141388 472 218056 149 20 0 1 0 29121147 3200856064 766155 18446744073709551615 94459600293888 94459627550289 140736169609952 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94459636053128 94459636484736 94459669049344 140736169613658 140736169613834 140736169613834 140736169619436 0
/proc/12216/statm: 781459 766155 3360 6655 0 768000 0
Current children cumulated CPU time: 3600.65 s
Current children cumulated vsize: 3125836 KiB
Current children cumulated memory: 3064620 KiB

[startup+2916.9 s]*
/proc/loadavg: 3.72 3.99 3.95 5/260 12735
/proc/meminfo: memFree=126877052/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 2916.92
CPU time (s): 3600.79
CPU user time (s): 3594.51
CPU system time (s): 6.2713
CPU usage (%): 123.445
Max. virtual memory (cumulated for all children) (KiB): 4601132
Max. memory (cumulated for all children) (KiB): 4442776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.51
system time used= 6.2713
maximum resident set size= 4254304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1746758
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= 669
involuntary context switches= 12954


# summary of solver processes directly reported to runsolver:
#   pid: 12216
#   total CPU time (s): 3600.79
#   total CPU user time (s): 3594.51
#   total CPU system time (s): 6.2713

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.53219 second user time and 12.9656 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-28 20:13:54
IDJOB=4503591
IDBENCH=155524
IDSOLVER=3336
FILE ID=nodeC017/4503591-1751134434
RUNJOBID= nodeC017-1751133631-11503
SLURM_JOB_ID= 9587417
Free space on /tmp= 432888 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-147.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503591-1751134434/watcher-4503591-1751134434 -o /tmp/evaluation-result-4503591-1751134434/solver-4503591-1751134434 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751133631-11503 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4503591-1751134434.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 68b1290c926351b4227086ab823cce81
RANDOM SEED=237499047

nodeC017 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		: 3600.044
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	: 7000.12
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		: 3600.058
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	: 7000.12
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		: 3600.068
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	: 7000.12
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		: 3600.064
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	: 7000.12
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		: 3600.054
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	: 7000.12
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		: 3700.000
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	: 7000.12
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		: 3620.415
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	: 7000.12
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		: 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 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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129815412 kB
MemAvailable:   129569532 kB
Buffers:            3280 kB
Cached:           577328 kB
SwapCached:            0 kB
Active:           403368 kB
Inactive:         370768 kB
Active(anon):     211608 kB
Inactive(anon):        0 kB
Active(file):     191760 kB
Inactive(file):   370768 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             87564 kB
Writeback:             0 kB
AnonPages:        194684 kB
Mapped:           131268 kB
Shmem:             18080 kB
KReclaimable:      61264 kB
Slab:             142572 kB
SReclaimable:      61264 kB
SUnreclaim:        81308 kB
KernelStack:        4144 kB
PageTables:         3316 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     540936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432844 MiB
End job on nodeC017 at 2025-06-28 21:02:31