Trace number 4527381

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) 3601.23 1823.2

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-unif-100_100.00.opb
MD5SUM9be73b05d343999548eaad0214200c86
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 benchmark34
Best CPU time to get the best result obtained on this benchmark1.38538
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8601
Total number of constraints386810
Number of constraints which are clauses384742
Number of constraints which are cardinality constraints (but not clauses)2068
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint94
Number of terms in the objective function 94
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 94
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 92
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 186
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.04/1821.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.04/1821.11	c numVar: 8601
3600.04/1821.11	c numCon: 386810
3600.04/1821.11	c numEqual: 2068
3600.04/1821.11	c intSize: 8
3600.04/1821.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.04/1821.11	c ------------------- Paras list -------------------
3600.04/1821.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.04/1821.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.04/1821.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.04/1821.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.04/1821.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.04/1821.11	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.04/1821.11	c random_seed         	 int       	 0         	 0         	 
3600.04/1821.11	c sample_size         	 int       	 50        	 50        	 
3600.04/1821.11	c sub_score           	 int       	 1         	 1         	 
3600.04/1821.11	c tabu_base           	 int       	 3         	 3         	 
3600.04/1821.11	c tabu_variation      	 int       	 1         	 1         	 
3600.04/1821.11	c sub_div             	 int       	 4         	 4         	 
3600.04/1821.11	c nbcore              	 int       	 2         	 1         	 
3600.04/1821.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.04/1821.11	c print_sol           	 int       	 1         	 1         	 
3600.04/1821.11	c tmpdir              	 string		 .         	 "."       	 
3600.04/1821.11	c home                	 string		 HOME	 "."       	 
3600.04/1821.11	c benchname           	 string		 HOME/instance-4527381-1752232210.opb	 ""        	 
3600.04/1821.11	c --------------------------------------------------
3600.04/1821.11	c Local Search solver
3600.04/1821.11	c LS find feasible solution for PBO with objective value 56
3600.04/1821.11	c MIP solver
3600.04/1821.11	c receive signal 15, try to interrupt solver...
3600.04/1821.12	c MIP solver find feasible solution
3600.04/1821.14	c MIP solver objective value: 34
3600.26/1821.68	c MIP find feasible solution for PBO with objective value 34
3600.26/1821.68	c copy file: 0
3600.26/1821.68	c gen ub file: HOME/instance-4527381-1752232210.opb_ub.opb
3600.26/1821.68	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: 63665 MiB (60329 MiB free)
  memory of node 1: 64507 MiB (53437 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=119147, runsolver pid=119144
Current StackSize limit: 8192 KiB

Starting watchdog thread

[startup+0.100066 s]*
/proc/loadavg: 0.40 0.16 0.11 5/267 119148
/proc/meminfo: memFree=116437348/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=144612 memory=101720 CPUtime=0.09 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 19340 0 0 0 6 3 0 0 20 0 1 0 138898947 148082688 25430 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 36153 25430 1152 6655 0 26388 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 144612 KiB
Current children cumulated memory: 101720 KiB

[startup+0.205675 s]*
/proc/loadavg: 0.40 0.16 0.11 5/267 119148
/proc/meminfo: memFree=116381780/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=192960 memory=158372 CPUtime=0.19 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 30917 0 0 0 14 5 0 0 20 0 1 0 138898947 197591040 39593 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 48240 39593 1184 6655 0 38475 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 192960 KiB
Current children cumulated memory: 158372 KiB

[startup+0.30557 s]*
/proc/loadavg: 0.40 0.16 0.11 5/267 119148
/proc/meminfo: memFree=116341460/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=229788 memory=195364 CPUtime=0.29 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 40138 0 0 0 23 6 0 0 20 0 1 0 138898947 235302912 48841 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 57447 48841 1184 6655 0 47682 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 229788 KiB
Current children cumulated memory: 195364 KiB

[startup+0.700175 s]
/proc/loadavg: 0.40 0.16 0.11 5/267 119148
/proc/meminfo: memFree=116293140/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=279980 memory=245412 CPUtime=0.68 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 52654 0 0 0 60 8 0 0 20 0 1 0 138898947 286699520 61353 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 69995 61353 1184 6655 0 60230 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 279980 KiB
Current children cumulated memory: 245412 KiB

[startup+1.50017 s]
/proc/loadavg: 0.40 0.16 0.11 5/267 119148
/proc/meminfo: memFree=116293140/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=279980 memory=245412 CPUtime=1.48 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 52654 0 0 0 140 8 0 0 20 0 1 0 138898947 286699520 61353 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 69995 61353 1184 6655 0 60230 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 279980 KiB
Current children cumulated memory: 245412 KiB

[startup+3.10536 s]
/proc/loadavg: 0.40 0.16 0.11 5/267 119148
/proc/meminfo: memFree=116293440/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=279980 memory=245412 CPUtime=3.08 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 52669 0 0 0 300 8 0 0 20 0 1 0 138898947 286699520 61353 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 69995 61353 1184 6655 0 60230 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 279980 KiB
Current children cumulated memory: 245412 KiB

[startup+6.30017 s]
/proc/loadavg: 0.69 0.23 0.13 6/268 119149
/proc/meminfo: memFree=116266100/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=279980 memory=245412 CPUtime=6.27 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 52684 0 0 0 619 8 0 0 20 0 1 0 138898947 286699520 61353 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 69995 61353 1184 6655 0 60230 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 279980 KiB
Current children cumulated memory: 245412 KiB

[startup+12.7001 s]
/proc/loadavg: 1.04 0.31 0.16 2/259 119177
/proc/meminfo: memFree=115926296/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=650280 memory=582252 CPUtime=12.76 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 106814 0 0 0 1257 19 0 0 20 0 2 0 138898947 665886720 145563 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 162570 145563 3456 6655 0 146172 0
[pid=119147/tid=119174] ppid=119144 vsize=650280 memory=582252 CPUtime=0.11 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) S 119144 119147 119023 0 -1 4194368 8444 0 0 0 10 1 0 0 20 0 2 0 138899995 665886720 145563 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 12.76 s
Current children cumulated vsize: 650280 KiB
Current children cumulated memory: 582252 KiB

[startup+25.5002 s]
/proc/loadavg: 1.92 0.54 0.24 3/253 119246
/proc/meminfo: memFree=116012440/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=671184 memory=613260 CPUtime=38.02 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 142532 0 0 0 3779 23 0 0 20 0 2 0 138898947 687292416 153315 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 167796 153315 3520 6655 0 152466 0
[pid=119147/tid=119174] ppid=119144 vsize=671184 memory=16896 CPUtime=12.61 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 18323 0 0 0 1259 2 0 0 20 0 2 0 138899995 687292416 153315 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 38.02 s
Current children cumulated vsize: 671184 KiB
Current children cumulated memory: 613260 KiB

[startup+51.1057 s]
/proc/loadavg: 3.26 0.96 0.39 7/269 119426
/proc/meminfo: memFree=115774400/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=673788 memory=623532 CPUtime=88.88 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 151514 0 0 0 8864 24 0 0 20 0 2 0 138898947 689958912 155883 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 168447 155883 3520 6655 0 154984 0
[pid=119147/tid=119174] ppid=119144 vsize=673788 memory=623532 CPUtime=37.97 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 24500 0 0 0 3794 3 0 0 20 0 2 0 138899995 689958912 155883 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 88.88 s
Current children cumulated vsize: 673788 KiB
Current children cumulated memory: 623532 KiB

[startup+102.3 s]
/proc/loadavg: 5.37 1.88 0.73 9/272 119613
/proc/meminfo: memFree=115276120/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=674988 memory=629692 CPUtime=190.55 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 193429 0 0 0 19027 28 0 0 20 0 2 0 138898947 691187712 157423 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 168747 157423 3520 6655 0 156493 0
[pid=119147/tid=119174] ppid=119144 vsize=674988 memory=629692 CPUtime=88.63 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 46929 0 0 0 8858 5 0 0 20 0 2 0 138899995 691187712 157423 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 190.55 s
Current children cumulated vsize: 674988 KiB
Current children cumulated memory: 629692 KiB

[startup+162.3 s]
/proc/loadavg: 7.04 3.00 1.19 9/273 119616
/proc/meminfo: memFree=115152496/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=756348 memory=678692 CPUtime=304.06 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 254784 0 0 0 30367 39 0 0 20 0 2 0 138898947 774500352 169673 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 189087 169673 3520 6655 0 177900 0
[pid=119147/tid=119174] ppid=119144 vsize=756348 memory=16896 CPUtime=142.35 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 76277 0 0 0 14224 11 0 0 20 0 2 0 138899995 774500352 169673 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 304.06 s
Current children cumulated vsize: 756348 KiB
Current children cumulated memory: 678692 KiB

[startup+222.3 s]
/proc/loadavg: 7.69 3.92 1.62 9/273 119618
/proc/meminfo: memFree=115095340/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=756348 memory=678692 CPUtime=423.25 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 266915 0 0 0 42284 41 0 0 20 0 2 0 138898947 774500352 169673 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 189087 169673 3520 6655 0 177900 0
[pid=119147/tid=119174] ppid=119144 vsize=756348 memory=678692 CPUtime=201.71 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 81537 0 0 0 20159 12 0 0 20 0 2 0 138899995 774500352 169673 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 423.25 s
Current children cumulated vsize: 756348 KiB
Current children cumulated memory: 678692 KiB

[startup+282.3 s]
/proc/loadavg: 7.92 4.68 2.03 9/273 119620
/proc/meminfo: memFree=115066136/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=767808 memory=688932 CPUtime=542.44 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 298259 0 0 0 54198 46 0 0 20 0 2 0 138898947 786235392 172233 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 191952 172233 3520 6655 0 180765 0
[pid=119147/tid=119174] ppid=119144 vsize=767808 memory=678692 CPUtime=261.08 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 100031 0 0 0 26093 15 0 0 20 0 2 0 138899995 786235392 172233 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 542.44 s
Current children cumulated vsize: 767808 KiB
Current children cumulated memory: 688932 KiB

[startup+342.3 s]
/proc/loadavg: 8.02 5.30 2.41 9/268 119622
/proc/meminfo: memFree=114964016/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=784784 memory=734372 CPUtime=661.64 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 316679 0 0 0 66115 49 0 0 20 0 2 0 138898947 803618816 183593 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 196196 183593 3520 6655 0 185009 0
[pid=119147/tid=119174] ppid=119144 vsize=784784 memory=678692 CPUtime=320.46 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 112362 0 0 0 32029 17 0 0 20 0 2 0 138899995 803618816 183593 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 661.64 s
Current children cumulated vsize: 784784 KiB
Current children cumulated memory: 734372 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 2807.62 s
Current children cumulated vsize: 3295280 KiB
Current children cumulated memory: 3243676 KiB

[startup+1482.3 s]
/proc/loadavg: 7.12 7.13 5.94 8/267 119676
/proc/meminfo: memFree=111427068/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=3518516 memory=3417720 CPUtime=2926.84 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 1091302 0 0 0 292465 219 0 0 20 0 2 0 138898947 3602960384 854430 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 879629 854430 3520 6655 0 855264 0
[pid=119147/tid=119174] ppid=119144 vsize=3518516 memory=3406584 CPUtime=1448.95 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 481816 0 0 0 144788 107 0 0 20 0 2 0 138899995 3602960384 854430 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 2926.84 s
Current children cumulated vsize: 3518516 KiB
Current children cumulated memory: 3417720 KiB

[startup+1542.3 s]
/proc/loadavg: 7.10 7.12 6.02 8/267 119677
/proc/meminfo: memFree=111113636/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=3657232 memory=3557216 CPUtime=3046.07 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 1132104 0 0 0 304379 228 0 0 20 0 2 0 138898947 3745005568 889304 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 914308 889304 3520 6655 0 890297 0
[pid=119147/tid=119174] ppid=119144 vsize=3657232 memory=20608 CPUtime=1508.34 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 501892 0 0 0 150723 111 0 0 20 0 2 0 138899995 3745005568 889304 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 3046.07 s
Current children cumulated vsize: 3657232 KiB
Current children cumulated memory: 3557216 KiB

[startup+1602.3 s]
/proc/loadavg: 7.11 7.11 6.09 8/266 119679
/proc/meminfo: memFree=110721760/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=3793552 memory=3740048 CPUtime=3165.27 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 1189913 0 0 0 316288 239 0 0 20 0 2 0 138898947 3884597248 935012 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 948388 935012 3520 6655 0 935863 0
[pid=119147/tid=119174] ppid=119144 vsize=3793552 memory=20608 CPUtime=1567.73 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 535439 0 0 0 156655 118 0 0 20 0 2 0 138899995 3884597248 935012 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 3165.27 s
Current children cumulated vsize: 3793552 KiB
Current children cumulated memory: 3740048 KiB

[startup+1662.3 s]
/proc/loadavg: 6.92 7.06 6.13 8/266 119681
/proc/meminfo: memFree=110778204/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=3973024 memory=3892208 CPUtime=3284.51 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 1235389 0 0 0 328201 250 0 0 20 0 2 0 138898947 4068376576 973052 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 993256 973052 3520 6655 0 974445 0
[pid=119147/tid=119174] ppid=119144 vsize=3973024 memory=3848176 CPUtime=1627.13 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 548511 0 0 0 162590 123 0 0 20 0 2 0 138899995 4068376576 973052 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 3284.51 s
Current children cumulated vsize: 3973024 KiB
Current children cumulated memory: 3892208 KiB

[startup+1722.3 s]
/proc/loadavg: 7.02 7.06 6.20 8/267 119684
/proc/meminfo: memFree=110655000/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=4100448 memory=4015684 CPUtime=3403.72 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 1274782 0 0 0 340114 258 0 0 20 0 2 0 138898947 4198858752 1003921 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 1025112 1003921 3520 6655 0 1005586 0
[pid=119147/tid=119174] ppid=119144 vsize=4100448 memory=3744784 CPUtime=1686.51 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 567463 0 0 0 168524 127 0 0 20 0 2 0 138899995 4198858752 1003921 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 3403.72 s
Current children cumulated vsize: 4100448 KiB
Current children cumulated memory: 4015684 KiB

[startup+1782.3 s]
/proc/loadavg: 7.04 7.06 6.25 8/267 119686
/proc/meminfo: memFree=110363228/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=4382468 memory=4305608 CPUtime=3522.93 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 1348712 0 0 0 352016 277 0 0 20 0 2 0 138898947 4487647232 1076402 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 1095617 1076402 3520 6655 0 1078838 0
[pid=119147/tid=119174] ppid=119144 vsize=4382468 memory=4270920 CPUtime=1745.9 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 604176 0 0 0 174452 138 0 0 20 0 2 0 138899995 4487647232 1076402 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 3522.93 s
Current children cumulated vsize: 4382468 KiB
Current children cumulated memory: 4305608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1821.11 s]
/proc/loadavg: 7.09 7.07 6.29 8/266 119732
/proc/meminfo: memFree=110865408/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=4485940 memory=4393824 CPUtime=3600.04 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) R 119144 119147 119023 0 -1 4194304 1377969 0 0 0 359721 283 0 0 20 0 2 0 138898947 4593602560 1098456 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 1121485 1098456 3520 6655 0 1100811 0
[pid=119147/tid=119174] ppid=119144 vsize=4485940 memory=4321096 CPUtime=1784.32 cores=5,7
/proc/119147/task/119174/stat : 119174 (LSIPExact) R 119144 119147 119023 0 -1 4194368 618906 0 0 0 178289 143 0 0 20 0 2 0 138899995 4593602560 1098456 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 4485940 KiB
Current children cumulated memory: 4393824 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.15 s, system=3.0842 s

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

[startup+1822.4 s]
/proc/loadavg: 7.09 7.07 6.29 6/266 119734
/proc/meminfo: memFree=113029588/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=2252196 memory=2213216 CPUtime=3600.26 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) S 119144 119147 119023 0 -1 4194304 1457215 229 0 0 359731 295 0 0 20 0 1 0 138898947 2306248704 553304 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 563049 553304 3552 6655 0 553275 0
[pid=119734] ppid=119147 vsize=35732 memory=13824 CPUtime=0.15 cores=5,7
/proc/119734/stat : 119734 (Exact) R 119147 119734 119734 0 -1 4194304 2894 0 0 0 14 1 0 0 20 0 1 0 139081116 36589568 3456 18446744073709551615 4198400 8335837 140737373765312 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27693056 140737373771954 140737373772315 140737373772315 140737373777871 0
/proc/119734/statm: 8933 3456 960 1011 0 7700 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 2287928 KiB
Current children cumulated memory: 2227040 KiB

[startup+1822.8 s]
/proc/loadavg: 7.09 7.07 6.29 6/266 119734
/proc/meminfo: memFree=113029588/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=2252196 memory=2213216 CPUtime=3600.26 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) S 119144 119147 119023 0 -1 4194304 1457215 229 0 0 359731 295 0 0 20 0 1 0 138898947 2306248704 553304 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 563049 553304 3552 6655 0 553275 0
[pid=119734] ppid=119147 vsize=38240 memory=19408 CPUtime=0.55 cores=5,7
/proc/119734/stat : 119734 (Exact) R 119147 119734 119734 0 -1 4194304 3815 0 0 0 54 1 0 0 20 0 1 0 139081116 39157760 4852 18446744073709551615 4198400 8335837 140737373765312 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27693056 140737373771954 140737373772315 140737373772315 140737373777871 0
/proc/119734/statm: 9560 4852 960 1011 0 8327 0
Current children cumulated CPU time: 3600.81 s
Current children cumulated vsize: 2290436 KiB
Current children cumulated memory: 2232624 KiB

[startup+1823 s]*
/proc/loadavg: 7.09 7.07 6.29 7/266 119734
/proc/meminfo: memFree=112977156/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=2252196 memory=2213216 CPUtime=3600.26 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) S 119144 119147 119023 0 -1 4194304 1457215 229 0 0 359731 295 0 0 20 0 1 0 138898947 2306248704 553304 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 563049 553304 3552 6655 0 553275 0
[pid=119734] ppid=119147 vsize=77216 memory=61612 CPUtime=0.75 cores=5,7
/proc/119734/stat : 119734 (Exact) R 119147 119734 119734 0 -1 4194304 13404 0 0 0 72 3 0 0 20 0 1 0 139081116 79069184 15403 18446744073709551615 4198400 8335837 140737373765312 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27693056 140737373771954 140737373772315 140737373772315 140737373777871 0
/proc/119734/statm: 19304 15403 1120 1011 0 18071 0
Current children cumulated CPU time: 3601.01 s
Current children cumulated vsize: 2329412 KiB
Current children cumulated memory: 2274828 KiB

[startup+1823.11 s]
/proc/loadavg: 7.09 7.07 6.29 7/266 119734
/proc/meminfo: memFree=112977156/131249996 swapFree=33010684/33010684
[pid=119147] ppid=119144 vsize=2252196 memory=2213216 CPUtime=3600.26 cores=5,7
/proc/119147/stat : 119147 (LSIPExact) S 119144 119147 119023 0 -1 4194304 1457215 229 0 0 359731 295 0 0 20 0 1 0 138898947 2306248704 553304 18446744073709551615 94201142611968 94201169869137 140724313741424 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94201178371208 94201178802816 94201185755136 140724313745752 140724313745928 140724313745928 140724313751532 0
/proc/119147/statm: 563049 553304 3552 6655 0 553275 0
[pid=119734] ppid=119147 vsize=78024 memory=63148 CPUtime=0.86 cores=5,7
/proc/119734/stat : 119734 (Exact) R 119147 119734 119734 0 -1 4194304 13789 0 0 0 82 4 0 0 20 0 1 0 139081116 79896576 15787 18446744073709551615 4198400 8335837 140737373765312 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27693056 140737373771954 140737373772315 140737373772315 140737373777871 0
/proc/119734/statm: 19506 15787 1120 1011 0 18273 0
Current children cumulated CPU time: 3601.12 s
Current children cumulated vsize: 2330220 KiB
Current children cumulated memory: 2276364 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1823.2
CPU time (s): 3601.23
CPU user time (s): 3598.15
CPU system time (s): 3.0842
CPU usage (%): 197.523
Max. virtual memory (cumulated for all children) (KiB): 4485940
Max. memory (cumulated for all children) (KiB): 4393824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.15
system time used= 3.0842
maximum resident set size= 4394208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1471233
page faults= 0
swaps= 0
block input operations= 25544
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 513
involuntary context switches= 52026


# summary of solver processes directly reported to runsolver:
#   pid: 119147
#   total CPU time (s): 3601.23
#   total CPU user time (s): 3598.15
#   total CPU system time (s): 3.0842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.77745 second user time and 8.57116 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-11 13:10:10
IDJOB=4527381
IDBENCH=147573
IDSOLVER=3384
FILE ID=nodeC024/4527381-1752232210
RUNJOBID= nodeC024-1752232205-119043
SLURM_JOB_ID= 9682535
Free space on /tmp= 432216 MiB

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

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

MD5SUM BENCH= 9be73b05d343999548eaad0214200c86
RANDOM SEED=1101230875

nodeC024 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.672
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.36
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.670
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.36
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		: 3602.535
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116497704 kB
MemAvailable:   129663540 kB
Buffers:            2144 kB
Cached:         13930072 kB
SwapCached:            0 kB
Active:           663256 kB
Inactive:       13349920 kB
Active(anon):      98988 kB
Inactive(anon):       36 kB
Active(file):     564268 kB
Inactive(file): 13349884 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            187404 kB
Writeback:             0 kB
AnonPages:         84124 kB
Mapped:           114432 kB
Shmem:             18064 kB
KReclaimable:     181444 kB
Slab:             275316 kB
SReclaimable:     181444 kB
SUnreclaim:        93872 kB
KernelStack:        4304 kB
PageTables:         3188 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     425348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432164 MiB
End job on nodeC024 at 2025-07-11 13:40:34