Trace number 4527375

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.2 1887.26

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.02.opb
MD5SUM1129444aa6737843c6921d1f2b98ff28
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 benchmark44
Best CPU time to get the best result obtained on this benchmark3.71687
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21566
Total number of constraints1314050
Number of constraints which are clauses1310032
Number of constraints which are cardinality constraints (but not clauses)4018
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint164
Number of terms in the objective function 164
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 164
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 162
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 326
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.14/1885.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.14/1885.20	c numVar: 21566
3600.14/1885.20	c numCon: 1314050
3600.14/1885.20	c numEqual: 4018
3600.14/1885.20	c intSize: 9
3600.14/1885.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.14/1885.20	c ------------------- Paras list -------------------
3600.14/1885.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.14/1885.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.14/1885.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.14/1885.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.14/1885.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.14/1885.20	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.14/1885.20	c random_seed         	 int       	 0         	 0         	 
3600.14/1885.20	c sample_size         	 int       	 50        	 50        	 
3600.14/1885.20	c sub_score           	 int       	 1         	 1         	 
3600.14/1885.20	c tabu_base           	 int       	 3         	 3         	 
3600.14/1885.20	c tabu_variation      	 int       	 1         	 1         	 
3600.14/1885.20	c sub_div             	 int       	 4         	 4         	 
3600.14/1885.20	c nbcore              	 int       	 2         	 1         	 
3600.14/1885.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.14/1885.20	c print_sol           	 int       	 1         	 1         	 
3600.14/1885.20	c tmpdir              	 string		 .         	 "."       	 
3600.14/1885.20	c home                	 string		 HOME	 "."       	 
3600.14/1885.20	c benchname           	 string		 HOME/instance-4527375-1752232210.opb	 ""        	 
3600.14/1885.20	c --------------------------------------------------
3600.14/1885.20	c Local Search solver
3600.14/1885.20	c LS find feasible solution for PBO with objective value 107
3600.14/1885.20	c MIP solver
3600.14/1885.20	c receive signal 15, try to interrupt solver...
3600.14/1885.25	c MIP solver find feasible solution
3600.29/1885.33	c MIP solver objective value: 53
3600.48/1885.52	c MIP find feasible solution for PBO with objective value 53
3600.48/1885.52	c copy file: 0
3600.48/1885.52	c gen ub file: HOME/instance-4527375-1752232210.opb_ub.opb
3600.48/1885.52	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 (61405 MiB free)
  memory of node 1: 64465 MiB (62692 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100019 s]*
/proc/loadavg: 0.46 0.16 0.11 5/265 112436
/proc/meminfo: memFree=126902404/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=270944 memory=193512 CPUtime=0.09 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 35577 0 0 0 3 6 0 0 20 0 1 0 138843586 277446656 48346 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 67736 48346 1184 6655 0 57971 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 270944 KiB
Current children cumulated memory: 193512 KiB

[startup+0.205613 s]*
/proc/loadavg: 0.46 0.16 0.11 5/265 112436
/proc/meminfo: memFree=126744580/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=376412 memory=333672 CPUtime=0.2 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 62475 0 0 0 9 11 0 0 20 0 1 0 138843586 385445888 83418 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 94103 83418 1184 6655 0 84338 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 376412 KiB
Current children cumulated memory: 333672 KiB

[startup+0.305499 s]*
/proc/loadavg: 0.46 0.16 0.11 6/265 112436
/proc/meminfo: memFree=126744580/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=376412 memory=333672 CPUtime=0.29 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 62475 0 0 0 18 11 0 0 20 0 1 0 138843586 385445888 83418 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 94103 83418 1184 6655 0 84338 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 376412 KiB
Current children cumulated memory: 333672 KiB

[startup+0.700163 s]
/proc/loadavg: 0.46 0.16 0.11 5/265 112436
/proc/meminfo: memFree=126643956/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=532040 memory=497572 CPUtime=0.69 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 90138 0 0 0 52 17 0 0 20 0 1 0 138843586 544808960 124393 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 133010 124393 1184 6655 0 123245 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 532040 KiB
Current children cumulated memory: 497572 KiB

[startup+1.50018 s]
/proc/loadavg: 0.46 0.16 0.11 5/265 112436
/proc/meminfo: memFree=126498804/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=754372 memory=719908 CPUtime=1.48 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 145728 0 0 0 123 25 0 0 20 0 1 0 138843586 772476928 179977 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 188593 179977 1184 6655 0 178828 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 754372 KiB
Current children cumulated memory: 719908 KiB

[startup+3.10533 s]
/proc/loadavg: 0.75 0.22 0.13 5/265 112436
/proc/meminfo: memFree=126249112/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=864652 memory=829988 CPUtime=3.08 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 173337 0 0 0 277 31 0 0 20 0 1 0 138843586 885403648 207497 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 216163 207497 1184 6655 0 206398 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 864652 KiB
Current children cumulated memory: 829988 KiB

[startup+6.30017 s]
/proc/loadavg: 0.75 0.22 0.13 5/265 112436
/proc/meminfo: memFree=126249120/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=864652 memory=829988 CPUtime=6.27 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 173402 0 0 0 596 31 0 0 20 0 1 0 138843586 885403648 207497 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 216163 207497 1184 6655 0 206398 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 864652 KiB
Current children cumulated memory: 829988 KiB

[startup+12.7002 s]
/proc/loadavg: 1.63 0.43 0.20 8/269 112440
/proc/meminfo: memFree=125089944/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=1910780 memory=1791948 CPUtime=12.64 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 283432 0 0 0 1206 58 0 0 20 0 2 0 138843586 1956638720 447987 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 477695 447987 2784 6655 0 451578 0
[pid=112435/tid=112440] ppid=112432 vsize=1910780 memory=1685984 CPUtime=0 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) S 112432 112435 112314 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 138844750 1956638720 447987 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1910780 KiB
Current children cumulated memory: 1791948 KiB

[startup+25.5002 s]
/proc/loadavg: 2.38 0.63 0.27 7/269 112440
/proc/meminfo: memFree=124829668/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=1949236 memory=1877980 CPUtime=25.84 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 307929 0 0 0 2517 67 0 0 20 0 2 0 138843586 1996017664 469495 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 487309 469495 3456 6655 0 474802 0
[pid=112435/tid=112440] ppid=112432 vsize=1949236 memory=1877852 CPUtime=0.43 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) S 112432 112435 112314 0 -1 4194368 17729 0 0 0 40 3 0 0 20 0 2 0 138844750 1996017664 469495 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 25.84 s
Current children cumulated vsize: 1949236 KiB
Current children cumulated memory: 1877980 KiB

[startup+51.1054 s]
/proc/loadavg: 3.98 1.15 0.45 9/269 112487
/proc/meminfo: memFree=124753884/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2013228 memory=1950108 CPUtime=63.1 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 372041 0 0 0 6234 76 0 0 20 0 2 0 138843586 2061545472 487527 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 503307 487527 3552 6655 0 490800 0
[pid=112435/tid=112440] ppid=112432 vsize=2013228 memory=1978632 CPUtime=12.18 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 46413 0 0 0 1212 6 0 0 20 0 2 0 138844750 2061545472 487527 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 63.1 s
Current children cumulated vsize: 2013228 KiB
Current children cumulated memory: 1950108 KiB

[startup+102.3 s]
/proc/loadavg: 6.32 2.28 0.88 8/269 112535
/proc/meminfo: memFree=123934508/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2034032 memory=1984292 CPUtime=164.69 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 442760 0 0 0 16380 89 0 0 20 0 2 0 138843586 2082848768 496073 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 508508 496073 3552 6655 0 498362 0
[pid=112435/tid=112440] ppid=112432 vsize=2034032 memory=1984292 CPUtime=62.83 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 80613 0 0 0 6273 10 0 0 20 0 2 0 138844750 2082848768 496073 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 164.69 s
Current children cumulated vsize: 2034032 KiB
Current children cumulated memory: 1984292 KiB

[startup+162.3 s]
/proc/loadavg: 6.79 3.16 1.27 8/270 112540
/proc/meminfo: memFree=119755988/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2124880 memory=2023572 CPUtime=283.2 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 489695 0 0 0 28225 95 0 0 20 0 2 0 138843586 2175877120 505893 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 531220 505893 3552 6655 0 507188 0
[pid=112435/tid=112440] ppid=112432 vsize=2124880 memory=2013020 CPUtime=121.58 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 107480 0 0 0 12145 13 0 0 20 0 2 0 138844750 2175877120 505893 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 283.2 s
Current children cumulated vsize: 2124880 KiB
Current children cumulated memory: 2023572 KiB

[startup+222.3 s]
/proc/loadavg: 7.02 3.89 1.65 8/271 112543
/proc/meminfo: memFree=119768524/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2059616 memory=2013968 CPUtime=402.31 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 498482 0 0 0 40132 99 0 0 20 0 2 0 138843586 2109046784 503492 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 514904 503492 3552 6655 0 504758 0
[pid=112435/tid=112440] ppid=112432 vsize=2059616 memory=2013968 CPUtime=180.94 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 115816 0 0 0 18076 18 0 0 20 0 2 0 138844750 2109046784 503492 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 2059616 KiB
Current children cumulated memory: 2013968 KiB

[startup+282.3 s]
/proc/loadavg: 7.03 4.46 1.98 8/270 112545
/proc/meminfo: memFree=119746176/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2059884 memory=2014096 CPUtime=521.42 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 527825 0 0 0 52036 106 0 0 20 0 2 0 138843586 2109321216 503524 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 514971 503524 3552 6655 0 504825 0
[pid=112435/tid=112440] ppid=112432 vsize=2059884 memory=2014096 CPUtime=240.29 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 131759 0 0 0 24006 23 0 0 20 0 2 0 138844750 2109321216 503524 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 521.42 s
Current children cumulated vsize: 2059884 KiB
Current children cumulated memory: 2014096 KiB

[startup+342.3 s]
/proc/loadavg: 7.08 4.94 2.31 8/268 112546
/proc/meminfo: memFree=119720376/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2059884 memory=2014096 CPUtime=640.55 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 540402 0 0 0 63944 111 0 0 20 0 2 0 138843586 2109321216 503524 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 514971 503524 3552 6655 0 504825 0
[pid=112435/tid=112440] ppid=112432 vsize=2059884 memory=2014096 CPUtime=299.64 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 141761 0 0 0 29937 27 0 0 20 0 2 0 138844750 2109321216 503524 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 640.55 s
Current children cumulated vsize: 2059884 KiB
Current children cumulated memory: 2014096 KiB

[startup+402.3 s]

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

/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 287844 0 0 0 136941 51 0 0 20 0 2 0 138844750 2345328640 551247 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 2783.93 s
Current children cumulated vsize: 2290360 KiB
Current children cumulated memory: 2204988 KiB

[startup+1482.3 s]
/proc/loadavg: 8.11 7.89 6.19 9/267 112879
/proc/meminfo: memFree=124023936/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2290360 memory=2207164 CPUtime=2902.97 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 804035 0 0 0 290144 153 0 0 20 0 2 0 138843586 2345328640 551791 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 572590 551791 3552 6655 0 552506 0
[pid=112435/tid=112440] ppid=112432 vsize=2290360 memory=2207164 CPUtime=1429.63 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 290393 0 0 0 142912 51 0 0 20 0 2 0 138844750 2345328640 551791 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 2902.97 s
Current children cumulated vsize: 2290360 KiB
Current children cumulated memory: 2207164 KiB

[startup+1542.3 s]
/proc/loadavg: 8.08 7.92 6.31 9/267 112881
/proc/meminfo: memFree=123975628/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2291272 memory=2209340 CPUtime=3022.06 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 805376 0 0 0 302052 154 0 0 20 0 2 0 138843586 2346262528 552335 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 572818 552335 3552 6655 0 552962 0
[pid=112435/tid=112440] ppid=112432 vsize=2291272 memory=10752 CPUtime=1489.37 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 291106 0 0 0 148886 51 0 0 20 0 2 0 138844750 2346262528 552335 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 3022.06 s
Current children cumulated vsize: 2291272 KiB
Current children cumulated memory: 2209340 KiB

[startup+1602.3 s]
/proc/loadavg: 8.14 7.97 6.43 9/266 112883
/proc/meminfo: memFree=123914708/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2296728 memory=2217256 CPUtime=3141.12 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 810730 0 0 0 313958 154 0 0 20 0 2 0 138843586 2351849472 554314 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 574182 554314 3552 6655 0 555463 0
[pid=112435/tid=112440] ppid=112432 vsize=2296728 memory=2212068 CPUtime=1549.09 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 293225 0 0 0 154858 51 0 0 20 0 2 0 138844750 2351849472 554314 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 3141.12 s
Current children cumulated vsize: 2296728 KiB
Current children cumulated memory: 2217256 KiB

[startup+1662.3 s]
/proc/loadavg: 8.10 7.99 6.53 9/266 112885
/proc/meminfo: memFree=123824012/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2296728 memory=2220456 CPUtime=3260.24 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 812428 0 0 0 325869 155 0 0 20 0 2 0 138843586 2351849472 555114 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 574182 555114 3552 6655 0 556031 0
[pid=112435/tid=112440] ppid=112432 vsize=2296728 memory=5276 CPUtime=1608.85 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 294553 0 0 0 160833 52 0 0 20 0 2 0 138844750 2351849472 555114 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 3260.24 s
Current children cumulated vsize: 2296728 KiB
Current children cumulated memory: 2220456 KiB

[startup+1722.3 s]
/proc/loadavg: 8.15 8.02 6.64 9/266 112887
/proc/meminfo: memFree=123766624/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2299912 memory=2230332 CPUtime=3379.3 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 823426 0 0 0 337774 156 0 0 20 0 2 0 138843586 2355109888 557583 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 574978 557583 3552 6655 0 558161 0
[pid=112435/tid=112440] ppid=112432 vsize=2299912 memory=2230332 CPUtime=1668.56 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 300257 0 0 0 166804 52 0 0 20 0 2 0 138844750 2355109888 557583 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 3379.3 s
Current children cumulated vsize: 2299912 KiB
Current children cumulated memory: 2230332 KiB

[startup+1782.3 s]
/proc/loadavg: 7.59 7.89 6.68 8/266 112889
/proc/meminfo: memFree=123705160/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2299912 memory=2234620 CPUtime=3452.76 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 825284 0 0 0 345119 157 0 0 20 0 2 0 138843586 2355109888 558655 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 574978 558655 3552 6655 0 559631 0
[pid=112435/tid=112440] ppid=112432 vsize=2299912 memory=20480 CPUtime=1728.09 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) S 112432 112435 112314 0 -1 4194368 301455 0 0 0 172756 53 0 0 20 0 2 0 138844750 2355109888 558655 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 1 0 0 -1 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 3452.76 s
Current children cumulated vsize: 2299912 KiB
Current children cumulated memory: 2234620 KiB

[startup+1842.3 s]
/proc/loadavg: 6.99 7.68 6.69 9/267 112939
/proc/meminfo: memFree=123768112/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2324596 memory=2258424 CPUtime=3515.1 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 838801 0 0 0 351352 158 0 0 20 0 2 0 138843586 2380386304 564606 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 581149 564606 3552 6655 0 565802 0
[pid=112435/tid=112440] ppid=112432 vsize=2324596 memory=2234620 CPUtime=1730.68 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 303728 0 0 0 173015 53 0 0 20 0 2 0 138844750 2380386304 564606 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 3515.1 s
Current children cumulated vsize: 2324596 KiB
Current children cumulated memory: 2258424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1885.2 s]
/proc/loadavg: 7.57 7.74 6.76 9/268 112941
/proc/meminfo: memFree=123723292/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2341088 memory=2275484 CPUtime=3600.14 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) R 112432 112435 112314 0 -1 4194304 848233 0 0 0 359854 160 0 0 20 0 2 0 138843586 2397274112 568871 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 585272 568871 3552 6655 0 569925 0
[pid=112435/tid=112440] ppid=112432 vsize=2341088 memory=3617290112565884909 CPUtime=1773.05 cores=0,2
/proc/112435/task/112440/stat : 112440 (LSIPExact) R 112432 112435 112314 0 -1 4194368 305730 0 0 0 177252 53 0 0 20 0 2 0 138844750 2397274112 568871 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 2341088 KiB
Current children cumulated memory: 2275484 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3600.45 s, system=1.75015 s

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

[startup+1886.4 s]
/proc/loadavg: 7.57 7.74 6.76 8/268 112945
/proc/meminfo: memFree=123984652/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2015932 memory=1975308 CPUtime=3600.48 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) S 112432 112435 112314 0 -1 4194304 1003654 228 0 0 359881 167 0 0 20 0 1 0 138843586 2064314368 493827 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 503983 493827 3584 6655 0 493810 0
[pid=112945] ppid=112435 vsize=48072 memory=28408 CPUtime=0.84 cores=0,2
/proc/112945/stat : 112945 (Exact) R 112435 112945 112945 0 -1 4194304 5568 0 0 0 83 1 0 0 20 0 1 0 139032138 49225728 7102 18446744073709551615 4198400 8335837 140735561616032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32944128 140735561619634 140735561619995 140735561619995 140735561625551 0
/proc/112945/statm: 12018 7102 960 1011 0 10785 0
Current children cumulated CPU time: 3601.32 s
Current children cumulated vsize: 2064004 KiB
Current children cumulated memory: 2003716 KiB

[startup+1886.8 s]
/proc/loadavg: 7.57 7.74 6.76 8/268 112945
/proc/meminfo: memFree=123984652/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2015932 memory=1975308 CPUtime=3600.48 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) S 112432 112435 112314 0 -1 4194304 1003654 228 0 0 359881 167 0 0 20 0 1 0 138843586 2064314368 493827 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 503983 493827 3584 6655 0 493810 0
[pid=112945] ppid=112435 vsize=50704 memory=32856 CPUtime=1.24 cores=0,2
/proc/112945/stat : 112945 (Exact) R 112435 112945 112945 0 -1 4194304 6235 0 0 0 123 1 0 0 20 0 1 0 139032138 51920896 8214 18446744073709551615 4198400 8335837 140735561616032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32944128 140735561619634 140735561619995 140735561619995 140735561625551 0
/proc/112945/statm: 12676 8214 960 1011 0 11443 0
Current children cumulated CPU time: 3601.72 s
Current children cumulated vsize: 2066636 KiB
Current children cumulated memory: 2008164 KiB

[startup+1887.2 s]
/proc/loadavg: 7.57 7.74 6.76 8/268 112945
/proc/meminfo: memFree=123952912/131250000 swapFree=33010684/33010684
[pid=112435] ppid=112432 vsize=2015932 memory=1975308 CPUtime=3600.48 cores=0,2
/proc/112435/stat : 112435 (LSIPExact) S 112432 112435 112314 0 -1 4194304 1003654 228 0 0 359881 167 0 0 20 0 1 0 138843586 2064314368 493827 18446744073709551615 94771119607808 94771146864977 140721084967664 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94771155367048 94771155798656 94771182374912 140721084971352 140721084971528 140721084971528 140721084977132 0
/proc/112435/statm: 503983 493827 3584 6655 0 493810 0
[pid=112945] ppid=112435 vsize=53080 memory=37436 CPUtime=1.65 cores=0,2
/proc/112945/stat : 112945 (Exact) R 112435 112945 112945 0 -1 4194304 6872 0 0 0 163 2 0 0 20 0 1 0 139032138 54353920 9359 18446744073709551615 4198400 8335837 140735561616032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32944128 140735561619634 140735561619995 140735561619995 140735561625551 0
/proc/112945/statm: 13270 9359 960 1011 0 12037 0
Current children cumulated CPU time: 3602.13 s
Current children cumulated vsize: 2069012 KiB
Current children cumulated memory: 2012744 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1887.26
CPU time (s): 3602.2
CPU user time (s): 3600.45
CPU system time (s): 1.75015
CPU usage (%): 190.87
Max. virtual memory (cumulated for all children) (KiB): 2341088
Max. memory (cumulated for all children) (KiB): 2275484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.45
system time used= 1.75015
maximum resident set size= 2275612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1010754
page faults= 0
swaps= 0
block input operations= 89416
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 492
involuntary context switches= 77323


# summary of solver processes directly reported to runsolver:
#   pid: 112435
#   total CPU time (s): 3602.2
#   total CPU user time (s): 3600.45
#   total CPU system time (s): 1.75015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.80483 second user time and 8.68331 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-11 13:10:11
IDJOB=4527375
IDBENCH=147572
IDSOLVER=3384
FILE ID=nodeC028/4527375-1752232210
RUNJOBID= nodeC028-1752232205-112331
SLURM_JOB_ID= 9682539
Free space on /tmp= 431012 MiB

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

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

MD5SUM BENCH= 1129444aa6737843c6921d1f2b98ff28
RANDOM SEED=1101230875

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127075992 kB
MemAvailable:   129672968 kB
Buffers:            3280 kB
Cached:          3395148 kB
SwapCached:            0 kB
Active:           480564 kB
Inactive:        3082196 kB
Active(anon):     182404 kB
Inactive(anon):        0 kB
Active(file):     298160 kB
Inactive(file):  3082196 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            226216 kB
Writeback:             4 kB
AnonPages:        167416 kB
Mapped:           114860 kB
Shmem:             18068 kB
KReclaimable:     111720 kB
Slab:             204020 kB
SReclaimable:     111720 kB
SUnreclaim:        92300 kB
KernelStack:        4272 kB
PageTables:         3344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     503140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 430968 MiB
End job on nodeC028 at 2025-07-11 13:41:38