Trace number 4527377

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.31 1839.78

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.10.opb
MD5SUM2f02bac70db8db765417c3215803c22b
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 benchmark49
Best CPU time to get the best result obtained on this benchmark5.09972
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables27027
Total number of constraints1883063
Number of constraints which are clauses1877876
Number of constraints which are cardinality constraints (but not clauses)5187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint182
Number of terms in the objective function 182
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 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 180
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 362
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.16/1837.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.16/1837.70	c numVar: 27027
3600.16/1837.70	c numCon: 1883063
3600.16/1837.70	c numEqual: 5187
3600.16/1837.70	c intSize: 9
3600.16/1837.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.16/1837.70	c ------------------- Paras list -------------------
3600.16/1837.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.16/1837.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.16/1837.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.16/1837.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.16/1837.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.16/1837.70	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.16/1837.70	c random_seed         	 int       	 0         	 0         	 
3600.16/1837.70	c sample_size         	 int       	 50        	 50        	 
3600.16/1837.70	c sub_score           	 int       	 1         	 1         	 
3600.16/1837.70	c tabu_base           	 int       	 3         	 3         	 
3600.16/1837.70	c tabu_variation      	 int       	 1         	 1         	 
3600.16/1837.70	c sub_div             	 int       	 4         	 4         	 
3600.16/1837.70	c nbcore              	 int       	 2         	 1         	 
3600.16/1837.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.16/1837.70	c print_sol           	 int       	 1         	 1         	 
3600.16/1837.70	c tmpdir              	 string		 .         	 "."       	 
3600.16/1837.70	c home                	 string		 HOME	 "."       	 
3600.16/1837.70	c benchname           	 string		 HOME/instance-4527377-1752232206.opb	 ""        	 
3600.16/1837.70	c --------------------------------------------------
3600.16/1837.70	c Local Search solver
3600.16/1837.70	c LS find feasible solution for PBO with objective value 121
3600.16/1837.70	c MIP solver
3600.16/1837.70	c receive signal 15, try to interrupt solver...
3600.37/1837.81	c MIP solver find feasible solution
3600.46/1837.91	c MIP solver objective value: 74
3600.67/1838.17	c MIP find feasible solution for PBO with objective value 74
3600.67/1838.17	c copy file: 0
3600.67/1838.17	c gen ub file: HOME/instance-4527377-1752232206.opb_ub.opb
3600.67/1838.17	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 (61889 MiB free)
  memory of node 1: 64507 MiB (60186 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527377-1752232206/watcher-4527377-1752232206 -o /tmp/evaluation-result-4527377-1752232206/solver-4527377-1752232206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1752232205-113968 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527377-1752232206.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=114025, runsolver pid=114022

[startup+0.100065 s]*
/proc/loadavg: 0.11 0.09 0.09 5/267 114026
/proc/meminfo: memFree=124814804/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=304920 memory=192648 CPUtime=0.09 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 35387 0 0 0 3 6 0 0 20 0 1 0 138898469 312238080 48162 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 76230 48162 1184 6655 0 66465 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 304920 KiB
Current children cumulated memory: 192648 KiB

[startup+0.205611 s]*
/proc/loadavg: 0.11 0.09 0.09 5/267 114026
/proc/meminfo: memFree=124612196/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=461472 memory=400268 CPUtime=0.19 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 74537 0 0 0 6 13 0 0 20 0 1 0 138898469 472547328 100067 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 115368 100067 1184 6655 0 105603 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 461472 KiB
Current children cumulated memory: 400268 KiB

[startup+0.305631 s]*
/proc/loadavg: 0.11 0.09 0.09 5/267 114026
/proc/meminfo: memFree=124535648/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=518628 memory=475788 CPUtime=0.28 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 89350 0 0 0 13 15 0 0 20 0 1 0 138898469 531075072 118947 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 129657 118947 1184 6655 0 119892 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 518628 KiB
Current children cumulated memory: 475788 KiB

[startup+0.700183 s]
/proc/loadavg: 0.11 0.09 0.09 5/267 114026
/proc/meminfo: memFree=124535648/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=658320 memory=623764 CPUtime=0.68 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 106398 0 0 0 48 20 0 0 20 0 1 0 138898469 674119680 155941 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 164580 155941 1184 6655 0 154815 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 658320 KiB
Current children cumulated memory: 623764 KiB

[startup+1.50019 s]
/proc/loadavg: 0.11 0.09 0.09 5/267 114026
/proc/meminfo: memFree=124273360/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=921112 memory=886420 CPUtime=1.47 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 172072 0 0 0 115 32 0 0 20 0 1 0 138898469 943218688 221605 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 230278 221605 1184 6655 0 220513 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 921112 KiB
Current children cumulated memory: 886420 KiB

[startup+3.10543 s]
/proc/loadavg: 0.11 0.09 0.09 5/267 114026
/proc/meminfo: memFree=123846824/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=1198100 memory=1163284 CPUtime=3.07 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 241390 0 0 0 265 42 0 0 20 0 1 0 138898469 1226854400 290821 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 299525 290821 1184 6655 0 289760 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1198100 KiB
Current children cumulated memory: 1163284 KiB

[startup+6.30018 s]
/proc/loadavg: 0.42 0.16 0.11 5/267 114026
/proc/meminfo: memFree=123847648/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=1198100 memory=1163412 CPUtime=6.26 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 241508 0 0 0 584 42 0 0 20 0 1 0 138898469 1226854400 290853 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 299525 290853 1184 6655 0 289760 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1198100 KiB
Current children cumulated memory: 1163412 KiB

[startup+12.7002 s]
/proc/loadavg: 0.71 0.22 0.13 6/265 114037
/proc/meminfo: memFree=122662084/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2546692 memory=2423304 CPUtime=12.65 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 391344 0 0 0 1185 80 0 0 20 0 2 0 138898469 2607812608 605826 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 636673 605826 2560 6655 0 610556 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2546692 KiB
Current children cumulated memory: 2423304 KiB

[startup+25.5002 s]
/proc/loadavg: 1.96 0.52 0.23 7/267 114039
/proc/meminfo: memFree=122221132/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2655368 memory=2554812 CPUtime=26.01 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 433280 0 0 0 2508 93 0 0 20 0 2 0 138898469 2719096832 638703 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 663842 638703 3424 6655 0 643861 0
[pid=114025/tid=114038] ppid=114022 vsize=2655368 memory=3840 CPUtime=0.61 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) S 114022 114025 113948 0 -1 4194368 20956 0 0 0 57 4 0 0 20 0 2 0 138899696 2719096832 638703 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 26.01 s
Current children cumulated vsize: 2655368 KiB
Current children cumulated memory: 2554812 KiB

[startup+51.1058 s]
/proc/loadavg: 3.23 0.93 0.38 8/272 114216
/proc/meminfo: memFree=122109828/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2776988 memory=2653632 CPUtime=57.57 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 502099 0 0 0 5656 101 0 0 20 0 2 0 138898469 2843635712 663408 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 694247 663408 3488 6655 0 670038 0
[pid=114025/tid=114038] ppid=114022 vsize=2776988 memory=3840 CPUtime=6.64 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 56435 0 0 0 657 7 0 0 20 0 2 0 138899696 2843635712 663408 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 57.57 s
Current children cumulated vsize: 2776988 KiB
Current children cumulated memory: 2653632 KiB

[startup+102.3 s]
/proc/loadavg: 5.41 1.89 0.73 8/272 114355
/proc/meminfo: memFree=121607796/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2814804 memory=2725492 CPUtime=158.58 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 593337 0 0 0 15749 109 0 0 20 0 2 0 138898469 2882359296 681373 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 703701 681373 3488 6655 0 685748 0
[pid=114025/tid=114038] ppid=114022 vsize=2814804 memory=14824 CPUtime=56.64 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 95825 0 0 0 5653 11 0 0 20 0 2 0 138899696 2882359296 681373 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 158.58 s
Current children cumulated vsize: 2814804 KiB
Current children cumulated memory: 2725492 KiB

[startup+162.3 s]
/proc/loadavg: 6.86 2.93 1.16 9/272 114358
/proc/meminfo: memFree=120496524/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2814804 memory=2728180 CPUtime=277.63 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 615843 0 0 0 27651 112 0 0 20 0 2 0 138898469 2882359296 682045 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 703701 682045 3488 6655 0 685748 0
[pid=114025/tid=114038] ppid=114022 vsize=2814804 memory=2728180 CPUtime=115.95 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 108118 0 0 0 11583 12 0 0 20 0 2 0 138899696 2882359296 682045 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 277.63 s
Current children cumulated vsize: 2814804 KiB
Current children cumulated memory: 2728180 KiB

[startup+222.3 s]
/proc/loadavg: 7.64 3.87 1.60 9/271 114360
/proc/meminfo: memFree=119917568/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2814804 memory=2728308 CPUtime=396.62 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 616179 0 0 0 39550 112 0 0 20 0 2 0 138898469 2882359296 682077 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 703701 682077 3488 6655 0 685748 0
[pid=114025/tid=114038] ppid=114022 vsize=2814804 memory=2728308 CPUtime=175.22 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 108280 0 0 0 17510 12 0 0 20 0 2 0 138899696 2882359296 682077 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 396.62 s
Current children cumulated vsize: 2814804 KiB
Current children cumulated memory: 2728308 KiB

[startup+282.3 s]
/proc/loadavg: 7.98 4.66 2.01 9/271 114362
/proc/meminfo: memFree=119760296/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2814804 memory=2728308 CPUtime=515.6 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 638084 0 0 0 51444 116 0 0 20 0 2 0 138898469 2882359296 682077 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 703701 682077 3488 6655 0 685748 0
[pid=114025/tid=114038] ppid=114022 vsize=2814804 memory=2728308 CPUtime=234.48 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 120058 0 0 0 23434 14 0 0 20 0 2 0 138899696 2882359296 682077 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 515.6 s
Current children cumulated vsize: 2814804 KiB
Current children cumulated memory: 2728308 KiB

[startup+342.3 s]
/proc/loadavg: 8.09 5.30 2.40 9/268 114365
/proc/meminfo: memFree=119634916/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2814804 memory=2728308 CPUtime=634.57 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 659906 0 0 0 63338 119 0 0 20 0 2 0 138898469 2882359296 682077 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 703701 682077 3488 6655 0 685748 0
[pid=114025/tid=114038] ppid=114022 vsize=2814804 memory=2728308 CPUtime=293.73 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 131872 0 0 0 29358 15 0 0 20 0 2 0 138899696 2882359296 682077 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 634.57 s
Current children cumulated vsize: 2814804 KiB
Current children cumulated memory: 2728308 KiB

[startup+402.3 s]
/proc/loadavg: 8.03 5.79 2.75 9/269 114369
/proc/meminfo: memFree=119516832/131249996 swapFree=33010672/33010684

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

/proc/114025/statm: 703701 692404 3488 6655 0 693583 0
[pid=114025/tid=114038] ppid=114022 vsize=2814804 memory=2768976 CPUtime=1360.44 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 346809 0 0 0 136005 39 0 0 20 0 2 0 138899696 2882359296 692404 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 2775.81 s
Current children cumulated vsize: 2814804 KiB
Current children cumulated memory: 2769616 KiB

[startup+1482.3 s]
/proc/loadavg: 7.07 7.13 5.93 8/269 114422
/proc/meminfo: memFree=116996752/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2814804 memory=2769616 CPUtime=2894.77 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 1077044 0 0 0 289311 166 0 0 20 0 2 0 138898469 2882359296 692404 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 703701 692404 3488 6655 0 693583 0
[pid=114025/tid=114038] ppid=114022 vsize=2814804 memory=2769488 CPUtime=1419.69 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 351521 0 0 0 141929 40 0 0 20 0 2 0 138899696 2882359296 692404 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 2894.77 s
Current children cumulated vsize: 2814804 KiB
Current children cumulated memory: 2769616 KiB

[startup+1542.3 s]
/proc/loadavg: 7.12 7.13 6.01 8/269 114424
/proc/meminfo: memFree=116887856/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2814804 memory=2769740 CPUtime=3013.81 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 1081094 0 0 0 301213 168 0 0 20 0 2 0 138898469 2882359296 692435 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 703701 692435 3488 6655 0 693583 0
[pid=114025/tid=114038] ppid=114022 vsize=2814804 memory=2769616 CPUtime=1478.99 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 355351 0 0 0 147857 42 0 0 20 0 2 0 138899696 2882359296 692435 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 3013.81 s
Current children cumulated vsize: 2814804 KiB
Current children cumulated memory: 2769740 KiB

[startup+1602.3 s]
/proc/loadavg: 7.10 7.12 6.08 8/269 114427
/proc/meminfo: memFree=116769512/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2814804 memory=2769740 CPUtime=3132.82 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 1082544 0 0 0 313112 170 0 0 20 0 2 0 138898469 2882359296 692435 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 703701 692435 3488 6655 0 693583 0
[pid=114025/tid=114038] ppid=114022 vsize=2814804 memory=2769740 CPUtime=1538.29 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 356786 0 0 0 153784 45 0 0 20 0 2 0 138899696 2882359296 692435 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 3132.82 s
Current children cumulated vsize: 2814804 KiB
Current children cumulated memory: 2769740 KiB

[startup+1662.3 s]
/proc/loadavg: 7.07 7.11 6.15 8/268 114429
/proc/meminfo: memFree=116601692/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2814804 memory=2769740 CPUtime=3251.89 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 1082981 0 0 0 325014 175 0 0 20 0 2 0 138898469 2882359296 692435 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 703701 692435 3488 6655 0 693583 0
[pid=114025/tid=114038] ppid=114022 vsize=2814804 memory=2769740 CPUtime=1597.61 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 357051 0 0 0 159712 49 0 0 20 0 2 0 138899696 2882359296 692435 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 3251.89 s
Current children cumulated vsize: 2814804 KiB
Current children cumulated memory: 2769740 KiB

[startup+1722.3 s]
/proc/loadavg: 7.08 7.10 6.21 8/268 114431
/proc/meminfo: memFree=116486596/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2833196 memory=2787508 CPUtime=3371.04 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 1088061 0 0 0 336923 181 0 0 20 0 2 0 138898469 2901192704 696877 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 708299 696877 3488 6655 0 698181 0
[pid=114025/tid=114038] ppid=114022 vsize=2833196 memory=2769740 CPUtime=1656.97 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 358577 0 0 0 165643 54 0 0 20 0 2 0 138899696 2901192704 696877 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 3371.04 s
Current children cumulated vsize: 2833196 KiB
Current children cumulated memory: 2787508 KiB

[startup+1782.3 s]
/proc/loadavg: 7.07 7.10 6.27 8/268 114433
/proc/meminfo: memFree=116384356/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2833880 memory=2788480 CPUtime=3490.18 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 1090852 0 0 0 348834 184 0 0 20 0 2 0 138898469 2901893120 697120 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 708470 697120 3488 6655 0 698352 0
[pid=114025/tid=114038] ppid=114022 vsize=2833880 memory=2787508 CPUtime=1716.33 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 359679 0 0 0 171575 58 0 0 20 0 2 0 138899696 2901893120 697120 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 3490.18 s
Current children cumulated vsize: 2833880 KiB
Current children cumulated memory: 2788480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1837.7 s]
/proc/loadavg: 7.24 7.15 6.34 7/268 114481
/proc/meminfo: memFree=119490676/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2833880 memory=2788876 CPUtime=3600.16 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) R 114022 114025 113948 0 -1 4194304 1092147 0 0 0 359823 193 0 0 20 0 2 0 138898469 2901893120 697219 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 708470 697219 3488 6655 0 698415 0
[pid=114025/tid=114038] ppid=114022 vsize=2833880 memory=2788496 CPUtime=1771.13 cores=5,7
/proc/114025/task/114038/stat : 114038 (LSIPExact) R 114022 114025 113948 0 -1 4194368 360953 0 0 0 177047 66 0 0 20 0 2 0 138899696 2901893120 697219 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 2833880 KiB
Current children cumulated memory: 2788876 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3600.14 s, system=2.16383 s

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

[startup+1838.4 s]
/proc/loadavg: 7.24 7.15 6.34 6/267 114481
/proc/meminfo: memFree=119873508/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2436368 memory=2397196 CPUtime=3600.7 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) S 114022 114025 113948 0 -1 4194304 1318090 230 0 0 359866 204 0 0 20 0 1 0 138898469 2494840832 599299 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 609092 599299 3520 6655 0 599037 0
Current children cumulated CPU time: 3600.7 s
Current children cumulated vsize: 2436368 KiB
Current children cumulated memory: 2397196 KiB

[startup+1839.2 s]
/proc/loadavg: 7.06 7.12 6.33 6/269 114490
/proc/meminfo: memFree=119840296/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2436368 memory=2397196 CPUtime=3600.7 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) S 114022 114025 113948 0 -1 4194304 1318090 230 0 0 359866 204 0 0 20 0 1 0 138898469 2494840832 599299 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 609092 599299 3520 6655 0 599037 0
[pid=114490] ppid=114025 vsize=48920 memory=29624 CPUtime=1 cores=5,7
/proc/114490/stat : 114490 (Exact) R 114025 114490 114490 0 -1 4194304 5882 0 0 0 98 2 0 0 20 0 1 0 139082286 50094080 7406 18446744073709551615 4198400 8335837 140720986108288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26083328 140720986110130 140720986110491 140720986110491 140720986116047 0
/proc/114490/statm: 12230 7406 960 1011 0 10997 0
Current children cumulated CPU time: 3601.7 s
Current children cumulated vsize: 2485288 KiB
Current children cumulated memory: 2426820 KiB

[startup+1839.6 s]
/proc/loadavg: 7.06 7.12 6.33 6/269 114490
/proc/meminfo: memFree=119840296/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2436368 memory=2397196 CPUtime=3600.7 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) S 114022 114025 113948 0 -1 4194304 1318090 230 0 0 359866 204 0 0 20 0 1 0 138898469 2494840832 599299 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 609092 599299 3520 6655 0 599037 0
[pid=114490] ppid=114025 vsize=51288 memory=31892 CPUtime=1.4 cores=5,7
/proc/114490/stat : 114490 (Exact) R 114025 114490 114490 0 -1 4194304 6494 0 0 0 137 3 0 0 20 0 1 0 139082286 52518912 7973 18446744073709551615 4198400 8335837 140720986108288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26083328 140720986110130 140720986110491 140720986110491 140720986116047 0
/proc/114490/statm: 12822 7973 960 1011 0 11589 0
Current children cumulated CPU time: 3602.1 s
Current children cumulated vsize: 2487656 KiB
Current children cumulated memory: 2429088 KiB

[startup+1839.7 s]
/proc/loadavg: 7.06 7.12 6.33 6/269 114490
/proc/meminfo: memFree=119840296/131249996 swapFree=33010672/33010684
[pid=114025] ppid=114022 vsize=2436368 memory=2397196 CPUtime=3600.7 cores=5,7
/proc/114025/stat : 114025 (LSIPExact) S 114022 114025 113948 0 -1 4194304 1318090 230 0 0 359866 204 0 0 20 0 1 0 138898469 2494840832 599299 18446744073709551615 94001861468160 94001888725329 140736294202416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94001897227400 94001897659008 94001902886912 140736294205784 140736294205960 140736294205960 140736294211564 0
/proc/114025/statm: 609092 599299 3520 6655 0 599037 0
[pid=114490] ppid=114025 vsize=51684 memory=34224 CPUtime=1.5 cores=5,7
/proc/114490/stat : 114490 (Exact) R 114025 114490 114490 0 -1 4194304 6593 0 0 0 147 3 0 0 20 0 1 0 139082286 52924416 8556 18446744073709551615 4198400 8335837 140720986108288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26083328 140720986110130 140720986110491 140720986110491 140720986116047 0
/proc/114490/statm: 12921 8556 960 1011 0 11688 0
Current children cumulated CPU time: 3602.2 s
Current children cumulated vsize: 2488052 KiB
Current children cumulated memory: 2431420 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1839.78
CPU time (s): 3602.31
CPU user time (s): 3600.14
CPU system time (s): 2.16383
CPU usage (%): 195.801
Max. virtual memory (cumulated for all children) (KiB): 2880340
Max. memory (cumulated for all children) (KiB): 2788876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.14
system time used= 2.16383
maximum resident set size= 2790924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1324914
page faults= 0
swaps= 0
block input operations= 81224
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 495
involuntary context switches= 63594


# summary of solver processes directly reported to runsolver:
#   pid: 114025
#   total CPU time (s): 3602.31
#   total CPU user time (s): 3600.14
#   total CPU system time (s): 2.16383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.72528 second user time and 7.93346 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-11 13:10:07
IDJOB=4527377
IDBENCH=147570
IDSOLVER=3384
FILE ID=nodeC017/4527377-1752232206
RUNJOBID= nodeC017-1752232205-113968
SLURM_JOB_ID= 9682528
Free space on /tmp= 432264 MiB

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

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

MD5SUM BENCH= 2f02bac70db8db765417c3215803c22b
RANDOM SEED=1187949666

nodeC017 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		: 3600.025
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.12
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.065
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.12
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		: 3868.854
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.12
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		: 3595.384
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.12
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.068
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.12
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.062
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.12
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.12
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		: 3600.358
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125005084 kB
MemAvailable:   129690796 kB
Buffers:            1688 kB
Cached:          5451832 kB
SwapCached:            8 kB
Active:           394836 kB
Inactive:        5151560 kB
Active(anon):      94996 kB
Inactive(anon):    15952 kB
Active(file):     299840 kB
Inactive(file):  5135608 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            246508 kB
Writeback:             4 kB
AnonPages:         96000 kB
Mapped:           114312 kB
Shmem:             18072 kB
KReclaimable:     178608 kB
Slab:             271788 kB
SReclaimable:     178608 kB
SUnreclaim:        93180 kB
KernelStack:        4304 kB
PageTables:         3224 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     425860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432204 MiB
End job on nodeC017 at 2025-07-11 13:40:47