Trace number 4527674

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.29 1918.69

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2010/normalized-bab3.opb
MD5SUM5650d49d55a36e62ab842bae231a0f3b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9098882
Best CPU time to get the best result obtained on this benchmark3600.71
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables393800
Total number of constraints23067
Number of constraints which are clauses17479
Number of constraints which are cardinality constraints (but not clauses)1092
Number of constraints which are nor clauses,nor cardinality constraints4496
Minimum length of a constraint1
Maximum length of a constraint101656
Number of terms in the objective function 122664
Biggest coefficient in the objective function 30378
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 500013378
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 4511353
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 500013378
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.11/1916.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.11/1916.50	c numVar: 393800
3600.11/1916.50	c numCon: 23067
3600.11/1916.50	c numEqual: 4557
3600.11/1916.50	c intSize: 29
3600.11/1916.50	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.11/1916.50	c ------------------- Paras list -------------------
3600.11/1916.50	c Name                	 Type      	 Now       	 Default   	 Comment
3600.11/1916.50	c timeout             	 double    	 3600.000000	 3600      	 
3600.11/1916.50	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.11/1916.50	c ls_time             	 double    	 10.000000 	 10        	 
3600.11/1916.50	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.11/1916.50	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.11/1916.50	c random_seed         	 int       	 0         	 0         	 
3600.11/1916.50	c sample_size         	 int       	 50        	 50        	 
3600.11/1916.50	c sub_score           	 int       	 1         	 1         	 
3600.11/1916.50	c tabu_base           	 int       	 3         	 3         	 
3600.11/1916.50	c tabu_variation      	 int       	 1         	 1         	 
3600.11/1916.50	c sub_div             	 int       	 4         	 4         	 
3600.11/1916.50	c nbcore              	 int       	 2         	 1         	 
3600.11/1916.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.11/1916.50	c print_sol           	 int       	 1         	 1         	 
3600.11/1916.50	c tmpdir              	 string		 .         	 "."       	 
3600.11/1916.50	c home                	 string		 HOME	 "."       	 
3600.11/1916.50	c benchname           	 string		 HOME/instance-4527674-1752236043.opb	 ""        	 
3600.11/1916.50	c --------------------------------------------------
3600.11/1916.50	c Local Search solver
3600.11/1916.50	c MIP solver
3600.11/1916.50	c receive signal 15, try to interrupt solver...
3600.76/1917.14	c MIP solver find feasible solution
3600.76/1917.17	c MIP solver objective value: -9.02259e+06
3600.86/1917.27	c MIP find feasible solution for PBO with objective value -9022587
3600.86/1917.27	c copy file: 0
3600.86/1917.27	c gen ub file: HOME/instance-4527674-1752236043.opb_ub.opb
3600.86/1917.27	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: 63837 MiB (61468 MiB free)
  memory of node 1: 64465 MiB (41294 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=113987, runsolver pid=113984

[startup+0.100066 s]*
/proc/loadavg: 5.77 6.39 6.65 7/255 113988
/proc/meminfo: memFree=105197440/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=79928 memory=36612 CPUtime=0.09 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 8637 0 0 0 8 1 0 0 20 0 1 0 139283202 81846272 9153 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 19982 9153 1184 6655 0 10217 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 79928 KiB
Current children cumulated memory: 36612 KiB

[startup+0.208113 s]*
/proc/loadavg: 5.77 6.39 6.65 7/255 113988
/proc/meminfo: memFree=105181564/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=96172 memory=52356 CPUtime=0.2 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 12550 0 0 0 17 3 0 0 20 0 1 0 139283202 98480128 13089 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 24043 13089 1184 6655 0 14278 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 96172 KiB
Current children cumulated memory: 52356 KiB

[startup+0.307996 s]*
/proc/loadavg: 5.77 6.39 6.65 7/255 113988
/proc/meminfo: memFree=105165436/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=115692 memory=65924 CPUtime=0.3 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 15937 0 0 0 26 4 0 0 20 0 1 0 139283202 118468608 16481 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 28923 16481 1184 6655 0 19158 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 115692 KiB
Current children cumulated memory: 65924 KiB

[startup+0.700302 s]
/proc/loadavg: 5.77 6.39 6.65 7/255 113988
/proc/meminfo: memFree=105064056/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=277396 memory=234340 CPUtime=0.68 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 45150 0 0 0 55 13 0 0 20 0 1 0 139283202 284053504 58585 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 69349 58585 1184 6655 0 59584 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 277396 KiB
Current children cumulated memory: 234340 KiB

[startup+1.5003 s]
/proc/loadavg: 5.77 6.39 6.65 7/255 113988
/proc/meminfo: memFree=104930436/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=441976 memory=398944 CPUtime=1.48 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 85796 0 0 0 126 22 0 0 20 0 1 0 139283202 452583424 99736 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 110494 99736 1184 6655 0 100729 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 441976 KiB
Current children cumulated memory: 398944 KiB

[startup+3.11322 s]
/proc/loadavg: 5.79 6.38 6.65 7/255 113988
/proc/meminfo: memFree=104655488/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=590872 memory=547808 CPUtime=3.09 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 123313 0 0 0 280 29 0 0 20 0 1 0 139283202 605052928 136952 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 147718 136952 1184 6655 0 137953 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 590872 KiB
Current children cumulated memory: 547808 KiB

[startup+6.30029 s]
/proc/loadavg: 5.79 6.38 6.65 7/255 113988
/proc/meminfo: memFree=104631200/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=590872 memory=547808 CPUtime=6.26 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 123352 0 0 0 597 29 0 0 20 0 1 0 139283202 605052928 136952 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 147718 136952 1184 6655 0 137953 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 590872 KiB
Current children cumulated memory: 547808 KiB

[startup+12.7003 s]
/proc/loadavg: 5.82 6.37 6.64 7/256 113989
/proc/meminfo: memFree=104208664/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=1103104 memory=962020 CPUtime=12.65 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 179570 0 0 0 1220 45 0 0 20 0 2 0 139283202 1129578496 240505 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 275776 240505 2848 6655 0 249659 0
[pid=113987/tid=113989] ppid=113984 vsize=1103104 memory=921280 CPUtime=0 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) S 113984 113987 112005 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139284335 1129578496 240505 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1103104 KiB
Current children cumulated memory: 962020 KiB

[startup+25.5002 s]
/proc/loadavg: 5.93 6.37 6.64 8/256 113989
/proc/meminfo: memFree=102521464/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=2669244 memory=2268992 CPUtime=30.26 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 417447 0 0 0 2920 106 0 0 20 0 2 0 139283202 2733305856 567248 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 667311 567248 3424 6655 0 633927 0
[pid=113987/tid=113989] ppid=113984 vsize=2669244 memory=1935856 CPUtime=4.9 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 103032 0 0 0 461 29 0 0 20 0 2 0 139284335 2733305856 567248 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 30.26 s
Current children cumulated vsize: 2669244 KiB
Current children cumulated memory: 2268992 KiB

[startup+51.1055 s]
/proc/loadavg: 6.30 6.43 6.65 8/256 113990
/proc/meminfo: memFree=101159376/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=2865852 memory=2525768 CPUtime=81.11 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 470329 0 0 0 7993 118 0 0 20 0 2 0 139283202 2934632448 631442 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 716463 631442 3424 6655 0 684990 0
[pid=113987/tid=113989] ppid=113984 vsize=2865852 memory=2573460 CPUtime=30.23 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 140577 0 0 0 2984 39 0 0 20 0 2 0 139284335 2934632448 631442 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 81.11 s
Current children cumulated vsize: 2865852 KiB
Current children cumulated memory: 2525768 KiB

[startup+102.3 s]
/proc/loadavg: 6.76 6.54 6.67 8/256 113992
/proc/meminfo: memFree=100800600/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=2996924 memory=2655116 CPUtime=182.79 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 520361 0 0 0 18154 125 0 0 20 0 2 0 139283202 3068850176 663779 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 749231 663779 3488 6655 0 718002 0
[pid=113987/tid=113989] ppid=113984 vsize=2996924 memory=2655116 CPUtime=80.9 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 182760 0 0 0 8044 46 0 0 20 0 2 0 139284335 3068850176 663779 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 182.79 s
Current children cumulated vsize: 2996924 KiB
Current children cumulated memory: 2655116 KiB

[startup+162.3 s]
/proc/loadavg: 6.67 6.57 6.68 7/256 114040
/proc/meminfo: memFree=96189792/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3605708 memory=3261460 CPUtime=301.46 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 712500 0 0 0 29991 155 0 0 20 0 2 0 139283202 3692244992 815365 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 901427 815365 3520 6655 0 875025 0
[pid=113987/tid=113989] ppid=113984 vsize=3605708 memory=3221020 CPUtime=139.85 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 225357 0 0 0 13934 51 0 0 20 0 2 0 139284335 3692244992 815365 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 301.46 s
Current children cumulated vsize: 3605708 KiB
Current children cumulated memory: 3261460 KiB

[startup+222.3 s]
/proc/loadavg: 6.94 6.67 6.71 8/252 114055
/proc/meminfo: memFree=115074484/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3607020 memory=3296460 CPUtime=413.93 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 820772 0 0 0 41229 164 0 0 20 0 2 0 139283202 3693588480 824115 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 901755 824115 3520 6655 0 875353 0
[pid=113987/tid=113989] ppid=113984 vsize=3607020 memory=11264 CPUtime=192.61 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 247555 0 0 0 19207 54 0 0 20 0 2 0 139284335 3693588480 824115 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 413.93 s
Current children cumulated vsize: 3607020 KiB
Current children cumulated memory: 3296460 KiB

[startup+282.3 s]
/proc/loadavg: 5.98 6.44 6.62 7/246 114073
/proc/meminfo: memFree=115638720/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3607020 memory=3309708 CPUtime=532.99 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 889541 0 0 0 53130 169 0 0 20 0 2 0 139283202 3693588480 827427 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 901755 827427 3520 6655 0 875353 0
[pid=113987/tid=113989] ppid=113984 vsize=3607020 memory=3302448 CPUtime=251.89 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 252983 0 0 0 25135 54 0 0 20 0 2 0 139284335 3693588480 827427 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 532.99 s
Current children cumulated vsize: 3607020 KiB
Current children cumulated memory: 3309708 KiB

[startup+342.3 s]
/proc/loadavg: 6.05 6.37 6.59 7/246 114075
/proc/meminfo: memFree=114028700/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3607020 memory=3323708 CPUtime=651.94 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 913393 0 0 0 65023 171 0 0 20 0 2 0 139283202 3693588480 830927 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 901755 830927 3520 6655 0 875353 0
[pid=113987/tid=113989] ppid=113984 vsize=3607020 memory=3302448 CPUtime=311.12 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 274188 0 0 0 31056 56 0 0 20 0 2 0 139284335 3693588480 830927 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 651.94 s
Current children cumulated vsize: 3607020 KiB
Current children cumulated memory: 3323708 KiB


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

[startup+1662.3 s]
/proc/loadavg: 4.14 4.39 5.21 5/241 114169
/proc/meminfo: memFree=117749232/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3679400 memory=3481864 CPUtime=3096.4 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 2122691 0 0 0 309342 298 0 0 20 0 2 0 139283202 3767705600 870466 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 919850 870466 3520 6655 0 893448 0
[pid=113987/tid=113989] ppid=113984 vsize=3679400 memory=3473032 CPUtime=1466.01 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 680718 0 0 0 146507 94 0 0 20 0 2 0 139284335 3767705600 870466 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 3096.4 s
Current children cumulated vsize: 3679400 KiB
Current children cumulated memory: 3481864 KiB

[startup+1722.3 s]
/proc/loadavg: 4.11 4.33 5.14 5/241 114171
/proc/meminfo: memFree=117747060/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3679400 memory=3483528 CPUtime=3215.15 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 2193420 0 0 0 321210 305 0 0 20 0 2 0 139283202 3767705600 870882 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 919850 870882 3520 6655 0 893448 0
[pid=113987/tid=113989] ppid=113984 vsize=3679400 memory=3473032 CPUtime=1525.13 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 704645 0 0 0 152417 96 0 0 20 0 2 0 139284335 3767705600 870882 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 3215.15 s
Current children cumulated vsize: 3679400 KiB
Current children cumulated memory: 3483528 KiB

[startup+1782.3 s]
/proc/loadavg: 4.16 4.30 5.07 5/241 114176
/proc/meminfo: memFree=117736608/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3679400 memory=3483528 CPUtime=3333.96 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 2217651 0 0 0 333087 309 0 0 20 0 2 0 139283202 3767705600 870882 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 919850 870882 3520 6655 0 893448 0
[pid=113987/tid=113989] ppid=113984 vsize=3679400 memory=3483528 CPUtime=1584.3 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 713453 0 0 0 158332 98 0 0 20 0 2 0 139284335 3767705600 870882 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 3333.96 s
Current children cumulated vsize: 3679400 KiB
Current children cumulated memory: 3483528 KiB

[startup+1842.3 s]
/proc/loadavg: 4.12 4.26 5.01 5/242 114183
/proc/meminfo: memFree=117713812/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3679400 memory=3483528 CPUtime=3452.85 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 2280679 0 0 0 344970 315 0 0 20 0 2 0 139283202 3767705600 870882 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 919850 870882 3520 6655 0 893448 0
[pid=113987/tid=113989] ppid=113984 vsize=3679400 memory=3483528 CPUtime=1643.52 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 742214 0 0 0 164252 100 0 0 20 0 2 0 139284335 3767705600 870882 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 3452.85 s
Current children cumulated vsize: 3679400 KiB
Current children cumulated memory: 3483528 KiB

[startup+1902.3 s]
/proc/loadavg: 4.09 4.23 4.95 5/241 114185
/proc/meminfo: memFree=117714524/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3679400 memory=3483528 CPUtime=3571.93 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 2315551 0 0 0 356875 318 0 0 20 0 2 0 139283202 3767705600 870882 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 919850 870882 3520 6655 0 893448 0
[pid=113987/tid=113989] ppid=113984 vsize=3679400 memory=3483528 CPUtime=1702.84 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 757331 0 0 0 170183 101 0 0 20 0 2 0 139284335 3767705600 870882 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 3571.93 s
Current children cumulated vsize: 3679400 KiB
Current children cumulated memory: 3483528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1916.5 s]
/proc/loadavg: 4.08 4.22 4.94 5/241 114185
/proc/meminfo: memFree=117714524/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3679400 memory=3483528 CPUtime=3600.11 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 2317178 0 0 0 359693 318 0 0 20 0 2 0 139283202 3767705600 870882 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 919850 870882 3520 6655 0 893448 0
[pid=113987/tid=113989] ppid=113984 vsize=3679400 memory=3483528 CPUtime=1716.89 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) R 113984 113987 112005 0 -1 4194368 758909 0 0 0 171587 102 0 0 20 0 2 0 139284335 3767705600 870882 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 3679400 KiB
Current children cumulated memory: 3483528 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.68 s, system=3.39242 s

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

# cumulated CPU time of all completed processes:  user=3598.62 s, system=3.66582 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1916.8 s]
/proc/loadavg: 4.08 4.22 4.94 5/241 114185
/proc/meminfo: memFree=117714524/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3679400 memory=3483528 CPUtime=3600.46 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) R 113984 113987 112005 0 -1 4194304 2317183 0 0 0 359728 318 0 0 20 0 2 0 139283202 3767705600 870882 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 919850 870882 3520 6655 0 893448 0
[pid=113987/tid=113989] ppid=113984 vsize=3679400 memory=14464 CPUtime=1716.93 cores=0,2
/proc/113987/task/113989/stat : 113989 (LSIPExact) S 113984 113987 112005 0 -1 4194368 758912 0 0 0 171591 102 0 0 20 0 2 0 139284335 3767705600 870882 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
Current children cumulated CPU time: 3600.46 s
Current children cumulated vsize: 3679400 KiB
Current children cumulated memory: 3483528 KiB

[startup+1917.6 s]
/proc/loadavg: 4.07 4.21 4.93 4/241 114185
/proc/meminfo: memFree=117712836/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3462120 memory=3298280 CPUtime=3600.89 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) S 113984 113987 112005 0 -1 4194304 2367449 227 0 0 359768 321 0 0 20 0 1 0 139283202 3545210880 824570 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 865530 824570 3520 6655 0 845300 0
Current children cumulated CPU time: 3600.89 s
Current children cumulated vsize: 3462120 KiB
Current children cumulated memory: 3298280 KiB

[startup+1918 s]*
/proc/loadavg: 4.07 4.21 4.93 4/241 114187
/proc/meminfo: memFree=117504892/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3462120 memory=3298280 CPUtime=3600.89 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) S 113984 113987 112005 0 -1 4194304 2367449 227 0 0 359768 321 0 0 20 0 1 0 139283202 3545210880 824570 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 865530 824570 3520 6655 0 845300 0
[pid=114187] ppid=113987 vsize=390300 memory=371424 CPUtime=0.68 cores=0,2
/proc/114187/stat : 114187 (Exact) R 113987 114187 114187 0 -1 4194304 41658 0 0 0 54 14 0 0 20 0 1 0 139474930 399667200 92856 18446744073709551615 4198400 8335837 140723635841328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 33701888 140723635849394 140723635849755 140723635849755 140723635855311 0
/proc/114187/statm: 97575 92856 960 1011 0 96342 0
Current children cumulated CPU time: 3601.57 s
Current children cumulated vsize: 3852420 KiB
Current children cumulated memory: 3669704 KiB

[startup+1918.4 s]
/proc/loadavg: 4.07 4.21 4.93 4/241 114187
/proc/meminfo: memFree=117504892/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3462120 memory=3298280 CPUtime=3600.89 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) S 113984 113987 112005 0 -1 4194304 2367449 227 0 0 359768 321 0 0 20 0 1 0 139283202 3545210880 824570 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 865530 824570 3520 6655 0 845300 0
[pid=114187] ppid=113987 vsize=505568 memory=488804 CPUtime=1.08 cores=0,2
/proc/114187/stat : 114187 (Exact) R 113987 114187 114187 0 -1 4194304 69969 0 0 0 85 23 0 0 20 0 1 0 139474930 517701632 122201 18446744073709551615 4198400 8335837 140723635841328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 33701888 140723635849394 140723635849755 140723635849755 140723635855311 0
/proc/114187/statm: 126392 122201 960 1011 0 125159 0
Current children cumulated CPU time: 3601.97 s
Current children cumulated vsize: 3967688 KiB
Current children cumulated memory: 3787084 KiB

[startup+1918.5 s]
/proc/loadavg: 4.07 4.21 4.93 4/241 114187
/proc/meminfo: memFree=117504892/131382120 swapFree=33010416/33010684
[pid=113987] ppid=113984 vsize=3462120 memory=3298280 CPUtime=3600.89 cores=0,2
/proc/113987/stat : 113987 (LSIPExact) S 113984 113987 112005 0 -1 4194304 2367449 227 0 0 359768 321 0 0 20 0 1 0 139283202 3545210880 824570 18446744073709551615 94762877399040 94762904656209 140734592945424 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94762913158280 94762913589888 94762935209984 140734592952664 140734592952840 140734592952840 140734592958444 0
/proc/113987/statm: 865530 824570 3520 6655 0 845300 0
[pid=114187] ppid=113987 vsize=539988 memory=523108 CPUtime=1.18 cores=0,2
/proc/114187/stat : 114187 (Exact) R 113987 114187 114187 0 -1 4194304 78561 0 0 0 93 25 0 0 20 0 1 0 139474930 552947712 130777 18446744073709551615 4198400 8335837 140723635841328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 33701888 140723635849394 140723635849755 140723635849755 140723635855311 0
/proc/114187/statm: 134997 130777 960 1011 0 133764 0
Current children cumulated CPU time: 3602.07 s
Current children cumulated vsize: 4002108 KiB
Current children cumulated memory: 3821388 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1918.69
CPU time (s): 3602.29
CPU user time (s): 3598.62
CPU system time (s): 3.66582
CPU usage (%): 187.747
Max. virtual memory (cumulated for all children) (KiB): 4002108
Max. memory (cumulated for all children) (KiB): 3821388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.62
system time used= 3.66582
maximum resident set size= 3535252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2446261
page faults= 0
swaps= 0
block input operations= 23880
block output operations= 3144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 510
involuntary context switches= 32798


# summary of solver processes directly reported to runsolver:
#   pid: 113987,114187
#   total CPU time (s): 3602.29
#   total CPU user time (s): 3598.62
#   total CPU system time (s): 3.66582

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5594 second user time and 10.8214 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-11 14:14:04
IDJOB=4527674
IDBENCH=178803
IDSOLVER=3384
FILE ID=nodeC002/4527674-1752236043
RUNJOBID= nodeC002-1752232205-112022
SLURM_JOB_ID= 9682513
Free space on /tmp= 430504 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-bab3.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527674-1752236043/watcher-4527674-1752236043 -o /tmp/evaluation-result-4527674-1752236043/solver-4527674-1752236043 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1752232205-112022 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527674-1752236043.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5650d49d55a36e62ab842bae231a0f3b
RANDOM SEED=125082541

nodeC002 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	: 0xb00001f
cpu MHz		: 1197.318
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3591.671
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1795.842
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.556
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3591.678
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3491.903
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3591.671
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3515.126
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        105228676 kB
MemAvailable:   109119112 kB
Buffers:            2128 kB
Cached:          4688984 kB
SwapCached:           28 kB
Active:         21156912 kB
Inactive:        4381676 kB
Active(anon):   20859004 kB
Inactive(anon):     6404 kB
Active(file):     297908 kB
Inactive(file):  4375272 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             81016 kB
Writeback:             0 kB
AnonPages:      20848580 kB
Mapped:           146836 kB
Shmem:             17932 kB
KReclaimable:     113764 kB
Slab:             201944 kB
SReclaimable:     113764 kB
SUnreclaim:        88180 kB
KernelStack:        4112 kB
PageTables:        45304 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   22253468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5521408 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431088 MiB
End job on nodeC002 at 2025-07-11 14:46:03