Trace number 4527379

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.08 1842.88

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.12.opb
MD5SUM2c36d20de18350ccd034c3f0e7e67663
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 benchmark41
Best CPU time to get the best result obtained on this benchmark3.23506
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25484
Total number of constraints1553328
Number of constraints which are clauses1549096
Number of constraints which are cardinality constraints (but not clauses)4232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint184
Number of terms in the objective function 184
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 184
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 182
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 366
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.03/1840.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.03/1840.80	c numVar: 25484
3600.03/1840.80	c numCon: 1553328
3600.03/1840.80	c numEqual: 4232
3600.03/1840.80	c intSize: 9
3600.03/1840.80	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.03/1840.80	c ------------------- Paras list -------------------
3600.03/1840.80	c Name                	 Type      	 Now       	 Default   	 Comment
3600.03/1840.80	c timeout             	 double    	 3600.000000	 3600      	 
3600.03/1840.80	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.03/1840.80	c ls_time             	 double    	 10.000000 	 10        	 
3600.03/1840.80	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.03/1840.80	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.03/1840.80	c random_seed         	 int       	 0         	 0         	 
3600.03/1840.80	c sample_size         	 int       	 50        	 50        	 
3600.03/1840.80	c sub_score           	 int       	 1         	 1         	 
3600.03/1840.80	c tabu_base           	 int       	 3         	 3         	 
3600.03/1840.80	c tabu_variation      	 int       	 1         	 1         	 
3600.03/1840.80	c sub_div             	 int       	 4         	 4         	 
3600.03/1840.80	c nbcore              	 int       	 2         	 1         	 
3600.03/1840.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.03/1840.80	c print_sol           	 int       	 1         	 1         	 
3600.03/1840.80	c tmpdir              	 string		 .         	 "."       	 
3600.03/1840.80	c home                	 string		 HOME	 "."       	 
3600.03/1840.80	c benchname           	 string		 HOME/instance-4527379-1752232206.opb	 ""        	 
3600.03/1840.80	c --------------------------------------------------
3600.03/1840.80	c Local Search solver
3600.03/1840.80	c LS find feasible solution for PBO with objective value 114
3600.03/1840.80	c MIP solver
3600.03/1840.80	c receive signal 15, try to interrupt solver...
3600.03/1840.85	c MIP solver find feasible solution
3600.14/1840.93	c MIP solver objective value: 84
3600.34/1841.15	c MIP find feasible solution for PBO with objective value 84
3600.34/1841.15	c copy file: 0
3600.34/1841.15	c gen ub file: HOME/instance-4527379-1752232206.opb_ub.opb
3600.34/1841.15	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: 63708 MiB (62100 MiB free)
  memory of node 1: 64465 MiB (55636 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100066 s]*
/proc/loadavg: 0.09 0.10 0.09 5/264 121598
/proc/meminfo: memFree=120345996/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=279560 memory=185736 CPUtime=0.09 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 34158 0 0 0 3 6 0 0 20 0 1 0 138899505 286269440 46434 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 69890 46434 1184 6655 0 60125 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 279560 KiB
Current children cumulated memory: 185736 KiB

[startup+0.205653 s]*
/proc/loadavg: 0.09 0.10 0.09 5/264 121598
/proc/meminfo: memFree=120119436/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=433604 memory=390024 CPUtime=0.18 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 72983 0 0 0 7 11 0 0 20 0 1 0 138899505 444010496 97506 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 108401 97506 1184 6655 0 98636 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 433604 KiB
Current children cumulated memory: 390024 KiB

[startup+0.305607 s]*
/proc/loadavg: 0.09 0.10 0.09 5/264 121598
/proc/meminfo: memFree=120087180/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=436244 memory=393480 CPUtime=0.29 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 73853 0 0 0 17 12 0 0 20 0 1 0 138899505 446713856 98370 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 109061 98370 1184 6655 0 99296 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 436244 KiB
Current children cumulated memory: 393480 KiB

[startup+0.70017 s]
/proc/loadavg: 0.09 0.10 0.09 5/264 121598
/proc/meminfo: memFree=119966204/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=589976 memory=555616 CPUtime=0.68 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 98510 0 0 0 51 17 0 0 20 0 1 0 138899505 604135424 138904 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 147494 138904 1216 6655 0 137729 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 589976 KiB
Current children cumulated memory: 555616 KiB

[startup+1.50017 s]
/proc/loadavg: 0.09 0.10 0.09 5/264 121598
/proc/meminfo: memFree=119732616/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=821408 memory=787040 CPUtime=1.48 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 156368 0 0 0 123 25 0 0 20 0 1 0 138899505 841121792 196760 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 205352 196760 1216 6655 0 195587 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 821408 KiB
Current children cumulated memory: 787040 KiB

[startup+3.10548 s]
/proc/loadavg: 0.48 0.18 0.12 5/265 121599
/proc/meminfo: memFree=119402352/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=1005396 memory=970720 CPUtime=3.07 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 202364 0 0 0 274 33 0 0 20 0 1 0 138899505 1029525504 242680 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 251349 242680 1216 6655 0 241584 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1005396 KiB
Current children cumulated memory: 970720 KiB

[startup+6.30016 s]
/proc/loadavg: 0.48 0.18 0.12 5/265 121599
/proc/meminfo: memFree=119402936/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=1005396 memory=970720 CPUtime=6.26 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 202441 0 0 0 593 33 0 0 20 0 1 0 138899505 1029525504 242680 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 251349 242680 1216 6655 0 241584 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1005396 KiB
Current children cumulated memory: 970720 KiB

[startup+12.7001 s]
/proc/loadavg: 0.77 0.24 0.14 7/269 121603
/proc/meminfo: memFree=117854316/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2161788 memory=2036496 CPUtime=12.65 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 330154 0 0 0 1198 67 0 0 20 0 2 0 138899505 2213670912 509124 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 540447 509124 2656 6655 0 514330 0
[pid=121597/tid=121603] ppid=121594 vsize=2161788 memory=1832660 CPUtime=0 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) S 121594 121597 121522 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 138900700 2213670912 509124 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2161788 KiB
Current children cumulated memory: 2036496 KiB

[startup+25.5002 s]
/proc/loadavg: 2.15 0.57 0.25 8/269 121603
/proc/meminfo: memFree=117470832/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2308632 memory=2199460 CPUtime=26.01 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 371348 0 0 0 2522 79 0 0 20 0 2 0 138899505 2364039168 549865 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 577158 549865 3424 6655 0 556723 0
[pid=121597/tid=121603] ppid=121594 vsize=2308632 memory=2199460 CPUtime=0.59 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) S 121594 121597 121522 0 -1 4194368 20275 0 0 0 55 4 0 0 20 0 2 0 138900700 2364039168 549865 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 26.01 s
Current children cumulated vsize: 2308632 KiB
Current children cumulated memory: 2199460 KiB

[startup+51.1057 s]
/proc/loadavg: 3.81 1.09 0.43 8/269 121604
/proc/meminfo: memFree=117511992/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2308632 memory=2199844 CPUtime=51.54 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 385166 0 0 0 5074 80 0 0 20 0 2 0 138899505 2364039168 549961 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 577158 549961 3424 6655 0 556723 0
[pid=121597/tid=121603] ppid=121594 vsize=2308632 memory=2199588 CPUtime=0.59 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) S 121594 121597 121522 0 -1 4194368 20275 0 0 0 55 4 0 0 20 0 2 0 138900700 2364039168 549961 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 51.54 s
Current children cumulated vsize: 2308632 KiB
Current children cumulated memory: 2199844 KiB

[startup+102.3 s]
/proc/loadavg: 6.22 2.16 0.83 9/269 121605
/proc/meminfo: memFree=117198648/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2472616 memory=2343300 CPUtime=147.71 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 471868 0 0 0 14678 93 0 0 20 0 2 0 138899505 2531958784 585825 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 618154 585825 3520 6655 0 594114 0
[pid=121597/tid=121603] ppid=121594 vsize=2472616 memory=2341636 CPUtime=45.72 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 60091 0 0 0 4562 10 0 0 20 0 2 0 138900700 2531958784 585825 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 147.71 s
Current children cumulated vsize: 2472616 KiB
Current children cumulated memory: 2343300 KiB

[startup+162.3 s]
/proc/loadavg: 7.41 3.24 1.29 9/268 121607
/proc/meminfo: memFree=116918596/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2472616 memory=2361468 CPUtime=266.06 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 539195 0 0 0 26505 101 0 0 20 0 2 0 138899505 2531958784 590367 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 618154 590367 3520 6655 0 598794 0
[pid=121597/tid=121603] ppid=121594 vsize=2472616 memory=2358780 CPUtime=104.3 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 92562 0 0 0 10416 14 0 0 20 0 2 0 138900700 2531958784 590367 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 266.06 s
Current children cumulated vsize: 2472616 KiB
Current children cumulated memory: 2361468 KiB

[startup+222.3 s]
/proc/loadavg: 7.91 4.14 1.72 9/268 121609
/proc/meminfo: memFree=116641856/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2472616 memory=2361852 CPUtime=385.21 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 540208 0 0 0 38420 101 0 0 20 0 2 0 138899505 2531958784 590463 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 618154 590463 3520 6655 0 598794 0
[pid=121597/tid=121603] ppid=121594 vsize=2472616 memory=2361852 CPUtime=163.66 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 93240 0 0 0 16351 15 0 0 20 0 2 0 138900700 2531958784 590463 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 385.21 s
Current children cumulated vsize: 2472616 KiB
Current children cumulated memory: 2361852 KiB

[startup+282.3 s]
/proc/loadavg: 8.03 4.86 2.12 9/269 121612
/proc/meminfo: memFree=116320532/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2472616 memory=2364028 CPUtime=504.38 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 562166 0 0 0 50334 104 0 0 20 0 2 0 138899505 2531958784 591007 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 618154 591007 3520 6655 0 598794 0
[pid=121597/tid=121603] ppid=121594 vsize=2472616 memory=5632 CPUtime=223.02 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 105012 0 0 0 22286 16 0 0 20 0 2 0 138900700 2531958784 591007 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 504.38 s
Current children cumulated vsize: 2472616 KiB
Current children cumulated memory: 2364028 KiB

[startup+342.3 s]
/proc/loadavg: 8.06 5.45 2.50 9/267 121614
/proc/meminfo: memFree=115985752/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2472616 memory=2364028 CPUtime=623.56 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 583899 0 0 0 62249 107 0 0 20 0 2 0 138899505 2531958784 591007 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 618154 591007 3520 6655 0 598794 0
[pid=121597/tid=121603] ppid=121594 vsize=2472616 memory=5632 CPUtime=282.4 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 116653 0 0 0 28222 18 0 0 20 0 2 0 138900700 2531958784 591007 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 623.56 s
Current children cumulated vsize: 2472616 KiB
Current children cumulated memory: 2364028 KiB

[startup+402.3 s]

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

/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 262058 0 0 0 129157 36 0 0 20 0 2 0 138900700 2531958784 602588 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 2649.66 s
Current children cumulated vsize: 2472616 KiB
Current children cumulated memory: 2410352 KiB

[startup+1422.3 s]
/proc/loadavg: 8.17 8.10 6.42 9/268 121667
/proc/meminfo: memFree=110729452/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2472616 memory=2410516 CPUtime=2768.84 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 946231 0 0 0 276738 146 0 0 20 0 2 0 138899505 2531958784 602629 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 618154 602629 3520 6655 0 607471 0
[pid=121597/tid=121603] ppid=121594 vsize=2472616 memory=2410516 CPUtime=1351.33 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 264423 0 0 0 135096 37 0 0 20 0 2 0 138900700 2531958784 602629 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 2768.84 s
Current children cumulated vsize: 2472616 KiB
Current children cumulated memory: 2410516 KiB

[startup+1482.3 s]
/proc/loadavg: 8.17 8.11 6.53 9/267 121669
/proc/meminfo: memFree=110488976/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2472616 memory=2410900 CPUtime=2888.1 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 973094 0 0 0 288660 150 0 0 20 0 2 0 138899505 2531958784 602725 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 618154 602725 3520 6655 0 607471 0
[pid=121597/tid=121603] ppid=121594 vsize=2472616 memory=2410516 CPUtime=1410.75 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 280198 0 0 0 141036 39 0 0 20 0 2 0 138900700 2531958784 602725 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 2888.1 s
Current children cumulated vsize: 2472616 KiB
Current children cumulated memory: 2410900 KiB

[startup+1542.3 s]
/proc/loadavg: 8.06 8.08 6.63 9/266 121671
/proc/meminfo: memFree=110237996/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2472616 memory=2410900 CPUtime=3007.27 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 997886 0 0 0 300575 152 0 0 20 0 2 0 138899505 2531958784 602725 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 618154 602725 3520 6655 0 607471 0
[pid=121597/tid=121603] ppid=121594 vsize=2472616 memory=2410388 CPUtime=1470.14 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 283637 0 0 0 146974 40 0 0 20 0 2 0 138900700 2531958784 602725 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 3007.27 s
Current children cumulated vsize: 2472616 KiB
Current children cumulated memory: 2410900 KiB

[startup+1602.3 s]
/proc/loadavg: 8.14 8.10 6.72 9/267 121674
/proc/meminfo: memFree=110043704/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2472616 memory=2412436 CPUtime=3126.42 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 1018653 0 0 0 312487 155 0 0 20 0 2 0 138899505 2531958784 603109 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 618154 603109 3520 6655 0 607471 0
[pid=121597/tid=121603] ppid=121594 vsize=2472616 memory=2410388 CPUtime=1529.51 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 289310 0 0 0 152910 41 0 0 20 0 2 0 138900700 2531958784 603109 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 3126.42 s
Current children cumulated vsize: 2472616 KiB
Current children cumulated memory: 2412436 KiB

[startup+1662.3 s]
/proc/loadavg: 8.11 8.09 6.81 9/268 121677
/proc/meminfo: memFree=109795676/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2493548 memory=2439756 CPUtime=3245.56 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 1044082 0 0 0 324397 159 0 0 20 0 2 0 138899505 2553393152 609939 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 623387 609939 3520 6655 0 612704 0
[pid=121597/tid=121603] ppid=121594 vsize=2493548 memory=1792 CPUtime=1588.88 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 298829 0 0 0 158845 43 0 0 20 0 2 0 138900700 2553393152 609939 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 3245.56 s
Current children cumulated vsize: 2493548 KiB
Current children cumulated memory: 2439756 KiB

[startup+1722.3 s]
/proc/loadavg: 8.17 8.11 6.90 9/268 121679
/proc/meminfo: memFree=109515004/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2515440 memory=2462456 CPUtime=3364.69 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 1071894 0 0 0 336306 163 0 0 20 0 2 0 138899505 2575810560 615614 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 628860 615614 3520 6655 0 618177 0
[pid=121597/tid=121603] ppid=121594 vsize=2515440 memory=2446920 CPUtime=1648.23 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 311192 0 0 0 164778 45 0 0 20 0 2 0 138900700 2575810560 615614 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 3364.69 s
Current children cumulated vsize: 2515440 KiB
Current children cumulated memory: 2462456 KiB

[startup+1782.3 s]
/proc/loadavg: 8.13 8.10 6.98 9/268 121681
/proc/meminfo: memFree=109218160/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2522020 memory=2468376 CPUtime=3483.86 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 1073480 0 0 0 348222 164 0 0 20 0 2 0 138899505 2582548480 617094 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 630505 617094 3520 6655 0 619822 0
[pid=121597/tid=121603] ppid=121594 vsize=2522020 memory=14692 CPUtime=1707.58 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 312309 0 0 0 170712 46 0 0 20 0 2 0 138900700 2582548480 617094 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 3483.86 s
Current children cumulated vsize: 2522020 KiB
Current children cumulated memory: 2468376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1840.8 s]
/proc/loadavg: 7.06 7.85 6.97 6/267 121832
/proc/meminfo: memFree=115378588/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2587556 memory=2490768 CPUtime=3600.03 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) R 121594 121597 121522 0 -1 4194304 1085116 0 0 0 359835 168 0 0 20 0 2 0 138899505 2649657344 622692 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 646889 622692 3520 6655 0 625236 0
[pid=121597/tid=121603] ppid=121594 vsize=2587556 memory=3200 CPUtime=1765.46 cores=1,3
/proc/121597/task/121603/stat : 121603 (LSIPExact) R 121594 121597 121522 0 -1 4194368 323752 0 0 0 176496 50 0 0 20 0 2 0 138900700 2649657344 622692 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2587556 KiB
Current children cumulated memory: 2490768 KiB

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

[startup+1842.3 s]
/proc/loadavg: 7.06 7.85 6.97 5/267 121834
/proc/meminfo: memFree=115774988/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2085232 memory=2038896 CPUtime=3600.37 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) S 121594 121597 121522 0 -1 4194304 1270300 230 0 0 359857 180 0 0 20 0 1 0 138899505 2135277568 509724 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 521308 509724 3552 6655 0 510840 0
[pid=121834] ppid=121597 vsize=49380 memory=30408 CPUtime=1.11 cores=1,3
/proc/121834/stat : 121834 (Exact) R 121597 121834 121834 0 -1 4194304 6108 0 0 0 109 2 0 0 20 0 1 0 139083621 50565120 7602 18446744073709551615 4198400 8335837 140734123958544 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38113280 140734123964594 140734123964955 140734123964955 140734123970511 0
/proc/121834/statm: 12345 7602 960 1011 0 11112 0
Current children cumulated CPU time: 3601.48 s
Current children cumulated vsize: 2134612 KiB
Current children cumulated memory: 2069304 KiB

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

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

# cumulated CPU time of all completed processes:  user=3600.18 s, system=1.89947 s

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

[startup+1842.4 s]
/proc/loadavg: 7.06 7.85 6.97 5/267 121834
/proc/meminfo: memFree=115774988/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2085232 memory=2038896 CPUtime=3600.37 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) S 121594 121597 121522 0 -1 4194304 1270300 230 0 0 359857 180 0 0 20 0 1 0 138899505 2135277568 509724 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 521308 509724 3552 6655 0 510840 0
[pid=121834] ppid=121597 vsize=50040 memory=31048 CPUtime=1.21 cores=1,3
/proc/121834/stat : 121834 (Exact) R 121597 121834 121834 0 -1 4194304 6257 0 0 0 119 2 0 0 20 0 1 0 139083621 51240960 7762 18446744073709551615 4198400 8335837 140734123958544 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38113280 140734123964594 140734123964955 140734123964955 140734123970511 0
/proc/121834/statm: 12510 7762 960 1011 0 11277 0
Current children cumulated CPU time: 3601.58 s
Current children cumulated vsize: 2135272 KiB
Current children cumulated memory: 2069944 KiB

[startup+1842.8 s]
/proc/loadavg: 7.06 7.85 6.97 5/267 121834
/proc/meminfo: memFree=115774988/131249992 swapFree=33010160/33010684
[pid=121597] ppid=121594 vsize=2085232 memory=2038896 CPUtime=3600.37 cores=1,3
/proc/121597/stat : 121597 (LSIPExact) S 121594 121597 121522 0 -1 4194304 1270300 230 0 0 359857 180 0 0 20 0 1 0 138899505 2135277568 509724 18446744073709551615 94072604028928 94072631286097 140728162964768 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94072639788168 94072640219776 94072662814720 140728162974040 140728162974216 140728162974216 140728162979820 0
/proc/121597/statm: 521308 509724 3552 6655 0 510840 0
[pid=121834] ppid=121597 vsize=53200 memory=36096 CPUtime=1.61 cores=1,3
/proc/121834/stat : 121834 (Exact) R 121597 121834 121834 0 -1 4194304 7078 0 0 0 158 3 0 0 20 0 1 0 139083621 54476800 9024 18446744073709551615 4198400 8335837 140734123958544 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38113280 140734123964594 140734123964955 140734123964955 140734123970511 0
/proc/121834/statm: 13300 9024 960 1011 0 12067 0
Current children cumulated CPU time: 3601.98 s
Current children cumulated vsize: 2138432 KiB
Current children cumulated memory: 2074992 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1842.88
CPU time (s): 3602.08
CPU user time (s): 3600.18
CPU system time (s): 1.89947
CPU usage (%): 195.459
Max. virtual memory (cumulated for all children) (KiB): 2587556
Max. memory (cumulated for all children) (KiB): 2490768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.18
system time used= 1.89947
maximum resident set size= 2490896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1277608
page faults= 0
swaps= 0
block input operations= 81224
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 452
involuntary context switches= 91265


# summary of solver processes directly reported to runsolver:
#   pid: 121597
#   total CPU time (s): 3602.08
#   total CPU user time (s): 3600.18
#   total CPU system time (s): 1.89947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.75055 second user time and 8.47034 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-11 13:10:07
IDJOB=4527379
IDBENCH=147567
IDSOLVER=3384
FILE ID=nodeC025/4527379-1752232206
RUNJOBID= nodeC025-1752232205-121540
SLURM_JOB_ID= 9682536
Free space on /tmp= 432776 MiB

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

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

MD5SUM BENCH= 2c36d20de18350ccd034c3f0e7e67663
RANDOM SEED=1187949666

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        120563292 kB
MemAvailable:   129570540 kB
Buffers:            2128 kB
Cached:          9753616 kB
SwapCached:          200 kB
Active:           607060 kB
Inactive:        9396088 kB
Active(anon):     248196 kB
Inactive(anon):    17064 kB
Active(file):     358864 kB
Inactive(file):  9379024 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            250920 kB
Writeback:             0 kB
AnonPages:        250796 kB
Mapped:           113300 kB
Shmem:             17856 kB
KReclaimable:     217196 kB
Slab:             309460 kB
SReclaimable:     217196 kB
SUnreclaim:        92264 kB
KernelStack:        4256 kB
PageTables:         3520 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     589644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432604 MiB
End job on nodeC025 at 2025-07-11 13:40:50