Trace number 4527380

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.32 1880.99

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.14.opb
MD5SUM90e53daebe6d07158ca0a25084e23cd3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark3.81833
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23848
Total number of constraints1451912
Number of constraints which are clauses1447776
Number of constraints which are cardinality constraints (but not clauses)4136
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
Number of terms in the objective function 176
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 176
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 174
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 350
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.19/1878.90	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.19/1878.90	c numVar: 23848
3600.19/1878.90	c numCon: 1451912
3600.19/1878.90	c numEqual: 4136
3600.19/1878.90	c intSize: 9
3600.19/1878.90	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.19/1878.90	c ------------------- Paras list -------------------
3600.19/1878.90	c Name                	 Type      	 Now       	 Default   	 Comment
3600.19/1878.90	c timeout             	 double    	 3600.000000	 3600      	 
3600.19/1878.90	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.19/1878.90	c ls_time             	 double    	 10.000000 	 10        	 
3600.19/1878.90	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.19/1878.90	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.19/1878.90	c random_seed         	 int       	 0         	 0         	 
3600.19/1878.90	c sample_size         	 int       	 50        	 50        	 
3600.19/1878.90	c sub_score           	 int       	 1         	 1         	 
3600.19/1878.90	c tabu_base           	 int       	 3         	 3         	 
3600.19/1878.90	c tabu_variation      	 int       	 1         	 1         	 
3600.19/1878.90	c sub_div             	 int       	 4         	 4         	 
3600.19/1878.90	c nbcore              	 int       	 2         	 1         	 
3600.19/1878.90	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.19/1878.90	c print_sol           	 int       	 1         	 1         	 
3600.19/1878.90	c tmpdir              	 string		 .         	 "."       	 
3600.19/1878.90	c home                	 string		 HOME	 "."       	 
3600.19/1878.90	c benchname           	 string		 HOME/instance-4527380-1752232206.opb	 ""        	 
3600.19/1878.90	c --------------------------------------------------
3600.19/1878.90	c Local Search solver
3600.19/1878.90	c LS find feasible solution for PBO with objective value 109
3600.19/1878.90	c MIP solver
3600.19/1878.90	c receive signal 15, try to interrupt solver...
3600.19/1878.99	c MIP solver find feasible solution
3600.37/1879.07	c MIP solver objective value: 45
3600.56/1879.28	c MIP find feasible solution for PBO with objective value 45
3600.56/1879.28	c copy file: 0
3600.56/1879.28	c gen ub file: HOME/instance-4527380-1752232206.opb_ub.opb
3600.56/1879.28	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100105 s]*
/proc/loadavg: 0.37 0.14 0.11 5/251 119421
/proc/meminfo: memFree=124721324/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=215804 memory=109576 CPUtime=0.09 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 19748 0 0 0 3 6 0 0 20 0 1 0 138899938 220983296 27394 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 53951 27394 1152 6655 0 44186 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 215804 KiB
Current children cumulated memory: 109576 KiB

[startup+0.214252 s]*
/proc/loadavg: 0.37 0.14 0.11 5/251 119421
/proc/meminfo: memFree=124595884/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=305432 memory=227976 CPUtime=0.21 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 42177 0 0 0 8 13 0 0 20 0 1 0 138899938 312762368 56962 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 76391 56962 1152 6655 0 66626 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 305432 KiB
Current children cumulated memory: 227976 KiB

[startup+0.313873 s]*
/proc/loadavg: 0.37 0.14 0.11 5/251 119421
/proc/meminfo: memFree=124490668/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=383708 memory=332680 CPUtime=0.31 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 61734 0 0 0 12 19 0 0 20 0 1 0 138899938 392916992 83170 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 95927 83170 1152 6655 0 86162 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 383708 KiB
Current children cumulated memory: 332680 KiB

[startup+0.700357 s]
/proc/loadavg: 0.37 0.14 0.11 5/251 119422
/proc/meminfo: memFree=124438076/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=410900 memory=368008 CPUtime=0.68 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 69045 0 0 0 45 23 0 0 20 0 1 0 138899938 420761600 92002 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 102725 92002 1152 6655 0 92960 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 410900 KiB
Current children cumulated memory: 368008 KiB

[startup+1.50027 s]
/proc/loadavg: 0.37 0.14 0.11 5/251 119422
/proc/meminfo: memFree=124301100/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=666944 memory=632324 CPUtime=1.47 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 120289 0 0 0 113 34 0 0 20 0 1 0 138899938 682950656 158081 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 166736 158081 1152 6655 0 156971 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 666944 KiB
Current children cumulated memory: 632324 KiB

[startup+3.11286 s]
/proc/loadavg: 0.37 0.14 0.11 5/252 119423
/proc/meminfo: memFree=123898112/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=945412 memory=910724 CPUtime=3.09 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 189959 0 0 0 261 48 0 0 20 0 1 0 138899938 968101888 227681 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 236353 227681 1152 6655 0 226588 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 945412 KiB
Current children cumulated memory: 910724 KiB

[startup+6.3003 s]
/proc/loadavg: 0.66 0.21 0.13 5/252 119423
/proc/meminfo: memFree=123898824/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=945924 memory=910980 CPUtime=6.26 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 190179 0 0 0 578 48 0 0 20 0 1 0 138899938 968626176 227745 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 236481 227745 1152 6655 0 226716 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 945924 KiB
Current children cumulated memory: 910980 KiB

[startup+12.7003 s]
/proc/loadavg: 1.01 0.29 0.15 6/250 119434
/proc/meminfo: memFree=122922708/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2041296 memory=1918472 CPUtime=12.65 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 309569 0 0 0 1185 80 0 0 20 0 2 0 138899938 2090287104 479618 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 510324 479618 2784 6655 0 484207 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2041296 KiB
Current children cumulated memory: 1918472 KiB

[startup+25.5004 s]
/proc/loadavg: 2.18 0.58 0.25 6/251 119435
/proc/meminfo: memFree=122600320/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2173324 memory=2045396 CPUtime=26.2 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 359786 0 0 0 2522 98 0 0 20 0 2 0 138899938 2225483776 511349 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 543331 511349 3360 6655 0 518990 0
[pid=119420/tid=119435] ppid=119417 vsize=2173324 memory=2045268 CPUtime=0.81 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) S 119417 119420 119344 0 -1 4194368 18078 0 0 0 73 8 0 0 20 0 2 0 138901151 2225483776 511349 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 26.2 s
Current children cumulated vsize: 2173324 KiB
Current children cumulated memory: 2045396 KiB

[startup+51.1052 s]
/proc/loadavg: 3.71 1.07 0.42 8/255 119518
/proc/meminfo: memFree=122513860/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2247868 memory=2165716 CPUtime=64.67 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 428403 0 0 0 6357 110 0 0 20 0 2 0 138899938 2301816832 541429 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 561967 541429 3424 6655 0 549856 0
[pid=119420/tid=119435] ppid=119417 vsize=2247868 memory=7810487918915055718 CPUtime=13.75 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 50446 0 0 0 1362 13 0 0 20 0 2 0 138901151 2301816832 541429 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 64.67 s
Current children cumulated vsize: 2247868 KiB
Current children cumulated memory: 2165716 KiB

[startup+102.3 s]
/proc/loadavg: 5.61 2.00 0.78 8/255 119702
/proc/meminfo: memFree=122357592/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2179104 memory=2113920 CPUtime=166.36 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 497427 0 0 0 16514 122 0 0 20 0 2 0 138899938 2231402496 528480 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 544776 528480 3424 6655 0 533334 0
[pid=119420/tid=119435] ppid=119417 vsize=2179104 memory=2217796 CPUtime=64.42 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 72217 0 0 0 6425 17 0 0 20 0 2 0 138901151 2231402496 528480 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 166.36 s
Current children cumulated vsize: 2179104 KiB
Current children cumulated memory: 2113920 KiB

[startup+162.3 s]
/proc/loadavg: 6.99 3.04 1.21 9/256 119796
/proc/meminfo: memFree=121962244/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2276120 memory=2167024 CPUtime=284.86 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 533145 0 0 0 28358 128 0 0 20 0 2 0 138899938 2330746880 541756 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 569030 541756 3424 6655 0 544638 0
[pid=119420/tid=119435] ppid=119417 vsize=2276120 memory=14468 CPUtime=123.17 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 86291 0 0 0 12297 20 0 0 20 0 2 0 138901151 2330746880 541756 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 284.86 s
Current children cumulated vsize: 2276120 KiB
Current children cumulated memory: 2167024 KiB

[startup+222.3 s]
/proc/loadavg: 7.63 3.94 1.64 9/256 119798
/proc/meminfo: memFree=121741588/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2224452 memory=2167360 CPUtime=404.03 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 556486 0 0 0 40272 131 0 0 20 0 2 0 138899938 2277838848 541840 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 556113 541840 3424 6655 0 544722 0
[pid=119420/tid=119435] ppid=119417 vsize=2224452 memory=14468 CPUtime=182.57 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 99122 0 0 0 18236 21 0 0 20 0 2 0 138901151 2277838848 541840 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 404.03 s
Current children cumulated vsize: 2224452 KiB
Current children cumulated memory: 2167360 KiB

[startup+282.3 s]
/proc/loadavg: 7.97 4.72 2.05 9/256 119800
/proc/meminfo: memFree=121539336/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2224452 memory=2167360 CPUtime=523.2 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 576232 0 0 0 52187 133 0 0 20 0 2 0 138899938 2277838848 541840 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 556113 541840 3424 6655 0 544722 0
[pid=119420/tid=119435] ppid=119417 vsize=2224452 memory=2167360 CPUtime=241.97 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 109472 0 0 0 24175 22 0 0 20 0 2 0 138901151 2277838848 541840 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 523.2 s
Current children cumulated vsize: 2224452 KiB
Current children cumulated memory: 2167360 KiB

[startup+342.3 s]
/proc/loadavg: 8.05 5.33 2.43 9/254 119802
/proc/meminfo: memFree=121192948/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2224452 memory=2167360 CPUtime=642.36 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 576300 0 0 0 64103 133 0 0 20 0 2 0 138899938 2277838848 541840 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 556113 541840 3424 6655 0 544722 0
[pid=119420/tid=119435] ppid=119417 vsize=2224452 memory=2167360 CPUtime=301.37 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 109523 0 0 0 30115 22 0 0 20 0 2 0 138901151 2277838848 541840 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 642.36 s
Current children cumulated vsize: 2224452 KiB
Current children cumulated memory: 2167360 KiB

[startup+402.3 s]
/proc/loadavg: 8.06 5.83 2.79 9/254 119804
/proc/meminfo: memFree=120820176/131382112 swapFree=33000116/33010684

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

Current children cumulated CPU time: 2812.76 s
Current children cumulated vsize: 2473100 KiB
Current children cumulated memory: 2377680 KiB

[startup+1542.3 s]
/proc/loadavg: 8.04 7.87 6.48 9/254 119903
/proc/meminfo: memFree=114810292/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2489656 memory=2392816 CPUtime=2932.01 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 890694 0 0 0 293016 185 0 0 20 0 2 0 138899938 2549407744 598204 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 622414 598204 3456 6655 0 600777 0
[pid=119420/tid=119435] ppid=119417 vsize=2489656 memory=2392560 CPUtime=1419.96 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 239641 0 0 0 141942 54 0 0 20 0 2 0 138901151 2549407744 598204 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 2932.01 s
Current children cumulated vsize: 2489656 KiB
Current children cumulated memory: 2392816 KiB

[startup+1602.3 s]
/proc/loadavg: 8.06 7.92 6.58 9/254 119905
/proc/meminfo: memFree=114503872/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2489656 memory=2392816 CPUtime=3051.25 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 896132 0 0 0 304940 185 0 0 20 0 2 0 138899938 2549407744 598204 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 622414 598204 3456 6655 0 600777 0
[pid=119420/tid=119435] ppid=119417 vsize=2489656 memory=2392560 CPUtime=1479.77 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 241041 0 0 0 147923 54 0 0 20 0 2 0 138901151 2549407744 598204 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 3051.25 s
Current children cumulated vsize: 2489656 KiB
Current children cumulated memory: 2392816 KiB

[startup+1662.3 s]
/proc/loadavg: 8.13 7.96 6.68 9/254 119907
/proc/meminfo: memFree=114186032/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2491584 memory=2396272 CPUtime=3170.47 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 910478 0 0 0 316860 187 0 0 20 0 2 0 138899938 2551382016 599068 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 622896 599068 3456 6655 0 601259 0
[pid=119420/tid=119435] ppid=119417 vsize=2491584 memory=2392560 CPUtime=1539.55 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 241047 0 0 0 153901 54 0 0 20 0 2 0 138901151 2551382016 599068 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 3170.47 s
Current children cumulated vsize: 2491584 KiB
Current children cumulated memory: 2396272 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 7.99 6.77 9/253 119909
/proc/meminfo: memFree=113901048/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2491584 memory=2396272 CPUtime=3289.72 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 929315 0 0 0 328783 189 0 0 20 0 2 0 138899938 2551382016 599068 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 622896 599068 3456 6655 0 601259 0
[pid=119420/tid=119435] ppid=119417 vsize=2491584 memory=2392560 CPUtime=1599.35 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 243654 0 0 0 159881 54 0 0 20 0 2 0 138901151 2551382016 599068 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 3289.72 s
Current children cumulated vsize: 2491584 KiB
Current children cumulated memory: 2396272 KiB

[startup+1782.3 s]
/proc/loadavg: 8.12 8.01 6.86 9/254 119911
/proc/meminfo: memFree=113579400/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2491584 memory=2396272 CPUtime=3408.24 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 931560 0 0 0 340635 189 0 0 20 0 2 0 138899938 2551382016 599068 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 622896 599068 3456 6655 0 601259 0
[pid=119420/tid=119435] ppid=119417 vsize=2491584 memory=2396272 CPUtime=1658.46 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 243730 0 0 0 165792 54 0 0 20 0 2 0 138901151 2551382016 599068 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 3408.24 s
Current children cumulated vsize: 2491584 KiB
Current children cumulated memory: 2396272 KiB

[startup+1842.3 s]
/proc/loadavg: 7.49 7.88 6.89 7/253 120010
/proc/meminfo: memFree=121800972/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2491584 memory=2396272 CPUtime=3527.48 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 935972 0 0 0 352558 190 0 0 20 0 2 0 138899938 2551382016 599068 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 622896 599068 3456 6655 0 601259 0
[pid=119420/tid=119435] ppid=119417 vsize=2491584 memory=2396272 CPUtime=1718.28 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 243923 0 0 0 171774 54 0 0 20 0 2 0 138901151 2551382016 599068 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 3527.48 s
Current children cumulated vsize: 2491584 KiB
Current children cumulated memory: 2396272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1878.9 s]
/proc/loadavg: 7.27 7.78 6.90 8/256 120065
/proc/meminfo: memFree=119524460/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=2491584 memory=2396272 CPUtime=3600.19 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) R 119417 119420 119344 0 -1 4194304 936523 0 0 0 359829 190 0 0 20 0 2 0 138899938 2551382016 599068 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 622896 599068 3456 6655 0 601259 0
[pid=119420/tid=119435] ppid=119417 vsize=2491584 memory=14468 CPUtime=1754.75 cores=4,6
/proc/119420/task/119435/stat : 119435 (LSIPExact) R 119417 119420 119344 0 -1 4194368 243927 0 0 0 175421 54 0 0 20 0 2 0 138901151 2551382016 599068 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 2491584 KiB
Current children cumulated memory: 2396272 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3600.2 s, system=2.11498 s

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

[startup+1880 s]*
/proc/loadavg: 7.25 7.77 6.90 7/256 120067
/proc/meminfo: memFree=119942044/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=1963848 memory=1916148 CPUtime=3600.62 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) S 119417 119420 119344 0 -1 4194304 1109964 228 0 0 359863 199 0 0 20 0 1 0 138899938 2010980352 479037 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 490962 479037 3488 6655 0 479666 0
[pid=120067] ppid=119420 vsize=47168 memory=26028 CPUtime=0.68 cores=4,6
/proc/120067/stat : 120067 (Exact) R 119420 120067 120067 0 -1 4194304 5469 0 0 0 67 1 0 0 20 0 1 0 139087866 48300032 6507 18446744073709551615 4198400 8335837 140736534707392 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25321472 140736534710450 140736534710811 140736534710811 140736534716367 0
/proc/120067/statm: 11792 6507 960 1011 0 10559 0
Current children cumulated CPU time: 3601.3 s
Current children cumulated vsize: 2011016 KiB
Current children cumulated memory: 1942176 KiB

[startup+1880.4 s]
/proc/loadavg: 7.25 7.77 6.90 7/256 120067
/proc/meminfo: memFree=119942044/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=1963848 memory=1916148 CPUtime=3600.62 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) S 119417 119420 119344 0 -1 4194304 1109964 228 0 0 359863 199 0 0 20 0 1 0 138899938 2010980352 479037 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 490962 479037 3488 6655 0 479666 0
[pid=120067] ppid=119420 vsize=47564 memory=28660 CPUtime=1.08 cores=4,6
/proc/120067/stat : 120067 (Exact) R 119420 120067 120067 0 -1 4194304 5631 0 0 0 106 2 0 0 20 0 1 0 139087866 48705536 7165 18446744073709551615 4198400 8335837 140736534707392 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25321472 140736534710450 140736534710811 140736534710811 140736534716367 0
/proc/120067/statm: 11891 7165 960 1011 0 10658 0
Current children cumulated CPU time: 3601.7 s
Current children cumulated vsize: 2011412 KiB
Current children cumulated memory: 1944808 KiB

[startup+1880.8 s]
/proc/loadavg: 7.25 7.77 6.90 7/256 120067
/proc/meminfo: memFree=119942044/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=1963848 memory=1916148 CPUtime=3600.62 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) S 119417 119420 119344 0 -1 4194304 1109964 228 0 0 359863 199 0 0 20 0 1 0 138899938 2010980352 479037 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 490962 479037 3488 6655 0 479666 0
[pid=120067] ppid=119420 vsize=48356 memory=29428 CPUtime=1.48 cores=4,6
/proc/120067/stat : 120067 (Exact) R 119420 120067 120067 0 -1 4194304 5835 0 0 0 146 2 0 0 20 0 1 0 139087866 49516544 7357 18446744073709551615 4198400 8335837 140736534707392 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25321472 140736534710450 140736534710811 140736534710811 140736534716367 0
/proc/120067/statm: 12089 7357 960 1011 0 10856 0
Current children cumulated CPU time: 3602.1 s
Current children cumulated vsize: 2012204 KiB
Current children cumulated memory: 1945576 KiB

[startup+1880.9 s]
/proc/loadavg: 7.25 7.77 6.90 7/256 120067
/proc/meminfo: memFree=119942044/131382112 swapFree=33000116/33010684
[pid=119420] ppid=119417 vsize=1963848 memory=1916148 CPUtime=3600.62 cores=4,6
/proc/119420/stat : 119420 (LSIPExact) S 119417 119420 119344 0 -1 4194304 1109964 228 0 0 359863 199 0 0 20 0 1 0 138899938 2010980352 479037 18446744073709551615 94344868728832 94344895986001 140720684288128 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94344904488072 94344904919680 94344927621120 140720684292440 140720684292616 140720684292616 140720684298220 0
/proc/119420/statm: 490962 479037 3488 6655 0 479666 0
[pid=120067] ppid=119420 vsize=48620 memory=29684 CPUtime=1.58 cores=4,6
/proc/120067/stat : 120067 (Exact) R 119420 120067 120067 0 -1 4194304 5892 0 0 0 156 2 0 0 20 0 1 0 139087866 49786880 7421 18446744073709551615 4198400 8335837 140736534707392 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25321472 140736534710450 140736534710811 140736534710811 140736534716367 0
/proc/120067/statm: 12155 7421 960 1011 0 10922 0
Current children cumulated CPU time: 3602.2 s
Current children cumulated vsize: 2012468 KiB
Current children cumulated memory: 1945832 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1880.99
CPU time (s): 3602.32
CPU user time (s): 3600.2
CPU system time (s): 2.11498
CPU usage (%): 191.511
Max. virtual memory (cumulated for all children) (KiB): 2538636
Max. memory (cumulated for all children) (KiB): 2429136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.2
system time used= 2.11498
maximum resident set size= 2429136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1116084
page faults= 0
swaps= 0
block input operations= 56648
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 493
involuntary context switches= 73726


# summary of solver processes directly reported to runsolver:
#   pid: 119420
#   total CPU time (s): 3602.32
#   total CPU user time (s): 3600.2
#   total CPU system time (s): 2.11498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.97861 second user time and 9.0516 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-11 13:10:08
IDJOB=4527380
IDBENCH=147568
IDSOLVER=3384
FILE ID=nodeC007/4527380-1752232206
RUNJOBID= nodeC007-1752232205-119362
SLURM_JOB_ID= 9682518
Free space on /tmp= 430904 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/haplotype/normalized-simp-nonunif-100_100.14.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527380-1752232206/watcher-4527380-1752232206 -o /tmp/evaluation-result-4527380-1752232206/solver-4527380-1752232206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1752232205-119362 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527380-1752232206.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 90e53daebe6d07158ca0a25084e23cd3
RANDOM SEED=1187949666

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        124793968 kB
MemAvailable:   129807652 kB
Buffers:              16 kB
Cached:          5680028 kB
SwapCached:         2804 kB
Active:           348464 kB
Inactive:        5409656 kB
Active(anon):      55004 kB
Inactive(anon):    35088 kB
Active(file):     293460 kB
Inactive(file):  5374568 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            230464 kB
Writeback:             0 kB
AnonPages:         78420 kB
Mapped:           108184 kB
Shmem:             12012 kB
KReclaimable:     370568 kB
Slab:             462800 kB
SReclaimable:     370568 kB
SUnreclaim:        92232 kB
KernelStack:        4048 kB
PageTables:         3164 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     423632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 430836 MiB
End job on nodeC007 at 2025-07-11 13:41:29