Trace number 4489953

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.26 1850.47

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.17/1848.40	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.17/1848.40	c numVar: 25484
3600.17/1848.40	c numCon: 1553328
3600.17/1848.40	c numEqual: 4232
3600.17/1848.40	c intSize: 9
3600.17/1848.40	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.17/1848.40	c ------------------- Paras list -------------------
3600.17/1848.40	c Name                	 Type      	 Now       	 Default   	 Comment
3600.17/1848.40	c timeout             	 double    	 3600.000000	 3600      	 
3600.17/1848.40	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.17/1848.40	c ls_time             	 double    	 10.000000 	 10        	 
3600.17/1848.40	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.17/1848.40	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.17/1848.40	c random_seed         	 int       	 0         	 0         	 
3600.17/1848.40	c sample_size         	 int       	 50        	 50        	 
3600.17/1848.40	c sub_score           	 int       	 1         	 1         	 
3600.17/1848.40	c tabu_base           	 int       	 3         	 3         	 
3600.17/1848.40	c tabu_variation      	 int       	 1         	 1         	 
3600.17/1848.40	c sub_div             	 int       	 4         	 4         	 
3600.17/1848.40	c nbcore              	 int       	 2         	 1         	 
3600.17/1848.40	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.17/1848.40	c print_sol           	 int       	 1         	 1         	 
3600.17/1848.40	c tmpdir              	 string		 .         	 "."       	 
3600.17/1848.40	c home                	 string		 HOME	 "."       	 
3600.17/1848.40	c benchname           	 string		 HOME/instance-4489953-1751356643.opb	 ""        	 
3600.17/1848.40	c --------------------------------------------------
3600.17/1848.40	c Local Search solver
3600.17/1848.40	c LS find feasible solution for PBO with objective value 114
3600.17/1848.40	c MIP solver
3600.17/1848.40	c receive signal 15, try to interrupt solver...
3600.34/1848.51	c MIP solver find feasible solution
3600.34/1848.59	c MIP solver objective value: 61
3600.62/1848.81	c MIP find feasible solution for PBO with objective value 61
3600.62/1848.81	c copy file: 0
3600.62/1848.81	c gen ub file: HOME/instance-4489953-1751356643.opb_ub.opb
3600.62/1848.81	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 (60650 MiB free)
  memory of node 1: 64465 MiB (60925 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489953-1751356643/watcher-4489953-1751356643 -o /tmp/evaluation-result-4489953-1751356643/solver-4489953-1751356643 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751349357-49213 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4489953-1751356643.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
Current StackSize limit: 8192 KiB

solver pid=50336, runsolver pid=50333

[startup+0.100069 s]*
/proc/loadavg: 7.81 8.07 8.08 5/264 50337
/proc/meminfo: memFree=124712264/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=289328 memory=199124 CPUtime=0.08 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 36599 0 0 0 3 5 0 0 20 0 1 0 51341934 296271872 49781 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 72332 49781 1088 6655 0 62567 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 289328 KiB
Current children cumulated memory: 199124 KiB

[startup+0.205844 s]*
/proc/loadavg: 7.81 8.07 8.08 5/263 50341
/proc/meminfo: memFree=126165612/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=436244 memory=393044 CPUtime=0.19 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 73851 0 0 0 9 10 0 0 20 0 1 0 51341934 446713856 98261 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 109061 98261 1088 6655 0 99296 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 436244 KiB
Current children cumulated memory: 393044 KiB

[startup+0.305712 s]*
/proc/loadavg: 7.81 8.07 8.08 4/261 50345
/proc/meminfo: memFree=126125788/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=436244 memory=393044 CPUtime=0.3 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 73851 0 0 0 19 11 0 0 20 0 1 0 51341934 446713856 98261 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 109061 98261 1088 6655 0 99296 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 436244 KiB
Current children cumulated memory: 393044 KiB

[startup+0.700189 s]
/proc/loadavg: 7.81 8.07 8.08 4/261 50349
/proc/meminfo: memFree=127489296/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=588920 memory=554156 CPUtime=0.68 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 98241 0 0 0 52 16 0 0 20 0 1 0 51341934 603054080 138539 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 147230 138539 1120 6655 0 137465 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 588920 KiB
Current children cumulated memory: 554156 KiB

[startup+1.50023 s]
/proc/loadavg: 7.81 8.07 8.08 4/258 50386
/proc/meminfo: memFree=127666744/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=836984 memory=802092 CPUtime=1.46 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 160237 0 0 0 120 26 0 0 20 0 1 0 51341934 857071616 200523 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 209246 200523 1120 6655 0 199481 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 836984 KiB
Current children cumulated memory: 802092 KiB

[startup+3.1055 s]
/proc/loadavg: 7.81 8.07 8.08 5/264 50427
/proc/meminfo: memFree=125837284/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=1005396 memory=970284 CPUtime=3.06 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 202362 0 0 0 273 33 0 0 20 0 1 0 51341934 1029525504 242571 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 251349 242571 1120 6655 0 241584 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1005396 KiB
Current children cumulated memory: 970284 KiB

[startup+6.30018 s]
/proc/loadavg: 7.51 8.00 8.06 5/264 50427
/proc/meminfo: memFree=125572728/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=1005396 memory=970284 CPUtime=6.25 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 202439 0 0 0 592 33 0 0 20 0 1 0 51341934 1029525504 242571 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 251349 242571 1120 6655 0 241584 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1005396 KiB
Current children cumulated memory: 970284 KiB

[startup+12.7002 s]
/proc/loadavg: 7.31 7.95 8.04 5/266 50429
/proc/meminfo: memFree=123456440/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2161788 memory=2034772 CPUtime=12.62 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 329033 0 0 0 1196 66 0 0 20 0 2 0 51341934 2213670912 508693 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 540447 508693 2592 6655 0 514330 0
[pid=50336/tid=50429] ppid=50333 vsize=2161788 memory=1834300 CPUtime=0 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) S 50333 50336 49202 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 51343125 2213670912 508693 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 2161788 KiB
Current children cumulated memory: 2034772 KiB

[startup+25.5002 s]
/proc/loadavg: 6.80 7.81 7.99 5/268 50431
/proc/meminfo: memFree=120766252/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2308632 memory=2196868 CPUtime=25.98 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 373090 0 0 0 2520 78 0 0 20 0 2 0 51341934 2364039168 549217 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 577158 549217 3264 6655 0 556723 0
[pid=50336/tid=50429] ppid=50333 vsize=2308632 memory=2196484 CPUtime=0.59 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) S 50333 50336 49202 0 -1 4194368 20277 0 0 0 55 4 0 0 20 0 2 0 51343125 2364039168 549217 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 25.98 s
Current children cumulated vsize: 2308632 KiB
Current children cumulated memory: 2196868 KiB

[startup+51.1058 s]
/proc/loadavg: 6.41 7.63 7.93 7/268 50431
/proc/meminfo: memFree=120987932/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2308632 memory=2197252 CPUtime=51.48 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 388960 0 0 0 5069 79 0 0 20 0 2 0 51341934 2364039168 549313 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 577158 549313 3264 6655 0 556723 0
[pid=50336/tid=50429] ppid=50333 vsize=2308632 memory=2196996 CPUtime=0.59 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) S 50333 50336 49202 0 -1 4194368 20277 0 0 0 55 4 0 0 20 0 2 0 51343125 2364039168 549313 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 51.48 s
Current children cumulated vsize: 2308632 KiB
Current children cumulated memory: 2197252 KiB

[startup+102.3 s]
/proc/loadavg: 7.24 7.66 7.92 9/268 50437
/proc/meminfo: memFree=120543844/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2472616 memory=2335076 CPUtime=142.28 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 477288 0 0 0 14135 93 0 0 20 0 2 0 51341934 2531958784 583769 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 618154 583769 3328 6655 0 594114 0
[pid=50336/tid=50429] ppid=50333 vsize=2472616 memory=2335076 CPUtime=40.41 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 52724 0 0 0 4032 9 0 0 20 0 2 0 51343125 2531958784 583769 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 142.28 s
Current children cumulated vsize: 2472616 KiB
Current children cumulated memory: 2335076 KiB

[startup+162.3 s]
/proc/loadavg: 7.82 7.75 7.94 9/269 50440
/proc/meminfo: memFree=120480900/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2529952 memory=2412420 CPUtime=261.19 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 518962 0 0 0 26018 101 0 0 20 0 2 0 51341934 2590670848 603105 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 632488 603105 3328 6655 0 610745 0
[pid=50336/tid=50429] ppid=50333 vsize=2529952 memory=18176 CPUtime=99.63 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 66580 0 0 0 9951 12 0 0 20 0 2 0 51343125 2590670848 603105 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 261.19 s
Current children cumulated vsize: 2529952 KiB
Current children cumulated memory: 2412420 KiB

[startup+222.3 s]
/proc/loadavg: 7.94 7.80 7.94 9/268 50453
/proc/meminfo: memFree=120595620/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2463872 memory=2338768 CPUtime=380.07 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 557142 0 0 0 37900 107 0 0 20 0 2 0 51341934 2523004928 584692 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 615968 584692 3328 6655 0 594274 0
[pid=50336/tid=50429] ppid=50333 vsize=2463872 memory=2338640 CPUtime=158.84 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 70479 0 0 0 15870 14 0 0 20 0 2 0 51343125 2523004928 584692 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 380.07 s
Current children cumulated vsize: 2463872 KiB
Current children cumulated memory: 2338768 KiB

[startup+282.3 s]
/proc/loadavg: 8.08 7.87 7.96 9/267 50455
/proc/meminfo: memFree=120606976/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2531492 memory=2416568 CPUtime=498.92 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 617082 0 0 0 49776 116 0 0 20 0 2 0 51341934 2592247808 604142 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 632873 604142 3328 6655 0 611182 0
[pid=50336/tid=50429] ppid=50333 vsize=2531492 memory=2416312 CPUtime=218.04 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 87745 0 0 0 21788 16 0 0 20 0 2 0 51343125 2592247808 604142 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 498.92 s
Current children cumulated vsize: 2531492 KiB
Current children cumulated memory: 2416568 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 7.91 7.97 9/268 50458
/proc/meminfo: memFree=120611840/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2522496 memory=2410668 CPUtime=617.82 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 656565 0 0 0 61658 124 0 0 20 0 2 0 51341934 2583035904 602667 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 630624 602667 3328 6655 0 608933 0
[pid=50336/tid=50429] ppid=50333 vsize=2522496 memory=2405904 CPUtime=277.25 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 99204 0 0 0 27706 19 0 0 20 0 2 0 51343125 2583035904 602667 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 617.82 s
Current children cumulated vsize: 2522496 KiB
Current children cumulated memory: 2410668 KiB

[startup+402.3 s]

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

/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 246067 0 0 0 134132 55 0 0 20 0 2 0 51343125 2529148928 600322 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 2756.38 s
Current children cumulated vsize: 2469872 KiB
Current children cumulated memory: 2401288 KiB

[startup+1482.3 s]
/proc/loadavg: 8.08 8.14 8.08 9/267 50513
/proc/meminfo: memFree=120183624/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2469872 memory=2405436 CPUtime=2875.2 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 1023595 0 0 0 287332 188 0 0 20 0 2 0 51341934 2529148928 601359 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 617468 601359 3328 6655 0 607067 0
[pid=50336/tid=50429] ppid=50333 vsize=2469872 memory=18176 CPUtime=1401.05 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 247890 0 0 0 140049 56 0 0 20 0 2 0 51343125 2529148928 601359 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 2875.2 s
Current children cumulated vsize: 2469872 KiB
Current children cumulated memory: 2405436 KiB

[startup+1542.3 s]
/proc/loadavg: 8.12 8.14 8.09 9/268 50516
/proc/meminfo: memFree=120168424/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2469872 memory=2405820 CPUtime=2994.02 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 1044370 0 0 0 299211 191 0 0 20 0 2 0 51341934 2529148928 601455 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 617468 601455 3328 6655 0 607067 0
[pid=50336/tid=50429] ppid=50333 vsize=2469872 memory=2405820 CPUtime=1460.22 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 249739 0 0 0 145965 57 0 0 20 0 2 0 51343125 2529148928 601455 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 2994.02 s
Current children cumulated vsize: 2469872 KiB
Current children cumulated memory: 2405820 KiB

[startup+1602.3 s]
/proc/loadavg: 8.12 8.14 8.09 9/268 50518
/proc/meminfo: memFree=120105140/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2469872 memory=2405948 CPUtime=3112.83 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 1070623 0 0 0 311088 195 0 0 20 0 2 0 51341934 2529148928 601487 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 617468 601487 3328 6655 0 607067 0
[pid=50336/tid=50429] ppid=50333 vsize=2469872 memory=2405820 CPUtime=1519.39 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 266405 0 0 0 151878 61 0 0 20 0 2 0 51343125 2529148928 601487 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 3112.83 s
Current children cumulated vsize: 2469872 KiB
Current children cumulated memory: 2405948 KiB

[startup+1662.3 s]
/proc/loadavg: 8.52 8.23 8.12 9/269 50521
/proc/meminfo: memFree=120066460/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2469872 memory=2405948 CPUtime=3231.67 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 1073319 0 0 0 322970 197 0 0 20 0 2 0 51341934 2529148928 601487 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 617468 601487 3328 6655 0 607067 0
[pid=50336/tid=50429] ppid=50333 vsize=2469872 memory=2405948 CPUtime=1578.57 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 269065 0 0 0 157794 63 0 0 20 0 2 0 51343125 2529148928 601487 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 3231.67 s
Current children cumulated vsize: 2469872 KiB
Current children cumulated memory: 2405948 KiB

[startup+1722.3 s]
/proc/loadavg: 8.25 8.20 8.11 9/270 50526
/proc/meminfo: memFree=119999644/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2469872 memory=2406076 CPUtime=3350.49 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 1089915 0 0 0 334848 201 0 0 20 0 2 0 51341934 2529148928 601519 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 617468 601519 3328 6655 0 607067 0
[pid=50336/tid=50429] ppid=50333 vsize=2469872 memory=2405948 CPUtime=1637.74 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 273573 0 0 0 163709 65 0 0 20 0 2 0 51343125 2529148928 601519 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 3350.49 s
Current children cumulated vsize: 2469872 KiB
Current children cumulated memory: 2406076 KiB

[startup+1782.3 s]
/proc/loadavg: 8.17 8.18 8.11 9/269 50528
/proc/meminfo: memFree=119910484/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2469872 memory=2406076 CPUtime=3469.36 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 1116934 0 0 0 346730 206 0 0 20 0 2 0 51341934 2529148928 601519 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 617468 601519 3328 6655 0 607067 0
[pid=50336/tid=50429] ppid=50333 vsize=2469872 memory=2406076 CPUtime=1696.93 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 287308 0 0 0 169626 67 0 0 20 0 2 0 51343125 2529148928 601519 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 3469.36 s
Current children cumulated vsize: 2469872 KiB
Current children cumulated memory: 2406076 KiB

[startup+1842.3 s]
/proc/loadavg: 8.04 8.14 8.10 7/263 50620
/proc/meminfo: memFree=123378592/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2469872 memory=2406204 CPUtime=3588.08 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 1137674 0 0 0 358590 218 0 0 20 0 2 0 51341934 2529148928 601551 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 617468 601551 3328 6655 0 607067 0
[pid=50336/tid=50429] ppid=50333 vsize=2469872 memory=14848 CPUtime=1756.08 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 295102 0 0 0 175537 71 0 0 20 0 2 0 51343125 2529148928 601551 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 3588.08 s
Current children cumulated vsize: 2469872 KiB
Current children cumulated memory: 2406204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1848.4 s]
/proc/loadavg: 7.88 8.11 8.09 6/266 50626
/proc/meminfo: memFree=123619864/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2469872 memory=2406204 CPUtime=3600.17 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) R 50333 50336 49202 0 -1 4194304 1137792 0 0 0 359799 218 0 0 20 0 2 0 51341934 2529148928 601551 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 617468 601551 3328 6655 0 607067 0
[pid=50336/tid=50429] ppid=50333 vsize=2469872 memory=5276 CPUtime=1762.11 cores=4,6
/proc/50336/task/50429/stat : 50429 (LSIPExact) R 50333 50336 49202 0 -1 4194368 295150 0 0 0 176140 71 0 0 20 0 2 0 51343125 2529148928 601551 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 2469872 KiB
Current children cumulated memory: 2406204 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.89 s, system=2.36885 s

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

[startup+1849.6 s]
/proc/loadavg: 7.57 8.04 8.06 4/262 50665
/proc/meminfo: memFree=125507740/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2115340 memory=2064892 CPUtime=3600.62 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) S 50333 50336 49202 0 -1 4194304 1329213 229 0 0 359835 227 0 0 20 0 1 0 51341934 2166108160 516223 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 528835 516223 3360 6655 0 518488 0
[pid=50663] ppid=50336 vsize=47664 memory=26560 CPUtime=0.75 cores=4,6
/proc/50663/stat : 50663 (Exact) R 50336 50663 50663 0 -1 4194304 5612 0 0 0 73 2 0 0 20 0 1 0 51526815 48807936 6640 18446744073709551615 4198400 8335837 140728372712656 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 21417984 140728372721844 140728372722205 140728372722205 140728372727759 0
/proc/50663/statm: 11916 6640 960 1011 0 10683 0
Current children cumulated CPU time: 3601.37 s
Current children cumulated vsize: 2163004 KiB
Current children cumulated memory: 2091452 KiB

[startup+1850 s]*
/proc/loadavg: 7.57 8.04 8.06 5/266 50673
/proc/meminfo: memFree=124566936/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2115340 memory=2064892 CPUtime=3600.62 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) S 50333 50336 49202 0 -1 4194304 1329213 229 0 0 359835 227 0 0 20 0 1 0 51341934 2166108160 516223 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 528835 516223 3360 6655 0 518488 0
[pid=50663] ppid=50336 vsize=49776 memory=31016 CPUtime=1.15 cores=4,6
/proc/50663/stat : 50663 (Exact) R 50336 50663 50663 0 -1 4194304 6214 0 0 0 113 2 0 0 20 0 1 0 51526815 50970624 7754 18446744073709551615 4198400 8335837 140728372712656 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 21417984 140728372721844 140728372722205 140728372722205 140728372727759 0
/proc/50663/statm: 12444 7754 960 1011 0 11211 0
Current children cumulated CPU time: 3601.77 s
Current children cumulated vsize: 2165116 KiB
Current children cumulated memory: 2095908 KiB

[startup+1850.4 s]
/proc/loadavg: 7.57 8.04 8.06 5/266 50673
/proc/meminfo: memFree=124566936/131249988 swapFree=33010684/33010684
[pid=50336] ppid=50333 vsize=2115340 memory=2064892 CPUtime=3600.62 cores=4,6
/proc/50336/stat : 50336 (LSIPExact) S 50333 50336 49202 0 -1 4194304 1329213 229 0 0 359835 227 0 0 20 0 1 0 51341934 2166108160 516223 18446744073709551615 94769527443456 94769554699857 140726534861488 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94769563202696 94769563634304 94769583640576 140726534863194 140726534863370 140726534863370 140726534868972 0
/proc/50336/statm: 528835 516223 3360 6655 0 518488 0
[pid=50663] ppid=50336 vsize=53200 memory=36212 CPUtime=1.55 cores=4,6
/proc/50663/stat : 50663 (Exact) R 50336 50663 50663 0 -1 4194304 7076 0 0 0 152 3 0 0 20 0 1 0 51526815 54476800 9053 18446744073709551615 4198400 8335837 140728372712656 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 21417984 140728372721844 140728372722205 140728372722205 140728372727759 0
/proc/50663/statm: 13300 9053 960 1011 0 12067 0
Current children cumulated CPU time: 3602.17 s
Current children cumulated vsize: 2168540 KiB
Current children cumulated memory: 2101104 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1850.47
CPU time (s): 3602.26
CPU user time (s): 3599.89
CPU system time (s): 2.36885
CPU usage (%): 194.667
Max. virtual memory (cumulated for all children) (KiB): 2545300
Max. memory (cumulated for all children) (KiB): 2430688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.89
system time used= 2.36885
maximum resident set size= 2430944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1336518
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= 444
involuntary context switches= 103975


# summary of solver processes directly reported to runsolver:
#   pid: 50336
#   total CPU time (s): 3602.26
#   total CPU user time (s): 3599.89
#   total CPU system time (s): 2.36885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.57347 second user time and 9.95232 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 09:57:24
IDJOB=4489953
IDBENCH=147567
IDSOLVER=3336
FILE ID=nodeC020/4489953-1751356643
RUNJOBID= nodeC020-1751349357-49213
SLURM_JOB_ID= 9598127
Free space on /tmp= 432688 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-4489953-1751356643/watcher-4489953-1751356643 -o /tmp/evaluation-result-4489953-1751356643/solver-4489953-1751356643 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751349357-49213 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4489953-1751356643.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 2c36d20de18350ccd034c3f0e7e67663
RANDOM SEED=2094584029

nodeC020 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.887
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.79
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.869
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.79
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		: 3607.777
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.79
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		: 3583.305
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.79
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.946
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.79
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.875
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        124565312 kB
MemAvailable:   125255980 kB
Buffers:            3280 kB
Cached:          1495108 kB
SwapCached:            0 kB
Active:          4831376 kB
Inactive:        1186704 kB
Active(anon):    4537748 kB
Inactive(anon):        0 kB
Active(file):     293628 kB
Inactive(file):  1186704 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            187672 kB
Writeback:             0 kB
AnonPages:       4517340 kB
Mapped:           139284 kB
Shmem:             18056 kB
KReclaimable:      99148 kB
Slab:             187428 kB
SReclaimable:      99148 kB
SUnreclaim:        88280 kB
KernelStack:        4320 kB
PageTables:        11752 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    4968004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1013760 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432596 MiB
End job on nodeC020 at 2025-07-01 10:28:14