Trace number 4527728

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.45 1826.16

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/
normalized-maxcut_opt_complete_6-partite_inlv_nvert_84.opb
MD5SUM56a55a6a376bce11ab58c02a823aeaa9
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-1764
Best CPU time to get the best result obtained on this benchmark3581.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3486
Total number of constraints381136
Number of constraints which are clauses381136
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 2940
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 2940
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2940
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.17/1824.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.17/1824.11	c numVar: 3486
3600.17/1824.11	c numCon: 381136
3600.17/1824.11	c numEqual: 0
3600.17/1824.11	c intSize: 12
3600.17/1824.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.17/1824.11	c ------------------- Paras list -------------------
3600.17/1824.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.17/1824.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.17/1824.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.17/1824.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.17/1824.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.17/1824.11	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.17/1824.11	c random_seed         	 int       	 0         	 0         	 
3600.17/1824.11	c sample_size         	 int       	 50        	 50        	 
3600.17/1824.11	c sub_score           	 int       	 1         	 1         	 
3600.17/1824.11	c tabu_base           	 int       	 3         	 3         	 
3600.17/1824.11	c tabu_variation      	 int       	 1         	 1         	 
3600.17/1824.11	c sub_div             	 int       	 4         	 4         	 
3600.17/1824.11	c nbcore              	 int       	 2         	 1         	 
3600.17/1824.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.17/1824.11	c print_sol           	 int       	 1         	 1         	 
3600.17/1824.11	c tmpdir              	 string		 .         	 "."       	 
3600.17/1824.11	c home                	 string		 HOME	 "."       	 
3600.17/1824.11	c benchname           	 string		 HOME/instance-4527728-1752235999.opb	 ""        	 
3600.17/1824.11	c --------------------------------------------------
3600.17/1824.11	c Local Search solver
3600.17/1824.11	c LS find feasible solution for PBO with objective value -1764
3600.17/1824.11	c MIP solver
3600.17/1824.11	c receive signal 15, try to interrupt solver...
3600.56/1824.38	c MIP solver find feasible solution
3600.74/1824.40	c MIP solver objective value: -1764
3600.74/1824.49	c MIP find feasible solution for PBO with objective value -1764
3600.74/1824.49	c copy file: 0
3600.74/1824.49	c gen ub file: HOME/instance-4527728-1752235999.opb_ub.opb
3600.74/1824.49	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 (62968 MiB free)
  memory of node 1: 64465 MiB (39157 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527728-1752235999/watcher-4527728-1752235999 -o /tmp/evaluation-result-4527728-1752235999/solver-4527728-1752235999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752232205-123422 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527728-1752235999.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=124690, runsolver pid=124687

[startup+0.100071 s]*
/proc/loadavg: 6.11 6.61 6.89 7/256 124691
/proc/meminfo: memFree=104512256/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=135812 memory=90736 CPUtime=0.09 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 16633 0 0 0 3 6 0 0 20 0 1 0 139279097 139071488 22684 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 33953 22684 1120 6655 0 24188 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 135812 KiB
Current children cumulated memory: 90736 KiB

[startup+0.213483 s]*
/proc/loadavg: 6.11 6.61 6.89 7/256 124691
/proc/meminfo: memFree=104496380/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=143360 memory=100208 CPUtime=0.21 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 19017 0 0 0 14 7 0 0 20 0 1 0 139279097 146800640 25052 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 35840 25052 1120 6655 0 26075 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 143360 KiB
Current children cumulated memory: 100208 KiB

[startup+0.313182 s]*
/proc/loadavg: 6.11 6.61 6.89 7/256 124691
/proc/meminfo: memFree=104477164/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=160040 memory=125276 CPUtime=0.31 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 23226 0 0 0 22 9 0 0 20 0 1 0 139279097 163880960 31319 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 40043 31319 1120 6655 0 30278 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 160040 KiB
Current children cumulated memory: 125276 KiB

[startup+0.700247 s]
/proc/loadavg: 6.11 6.61 6.89 7/256 124691
/proc/meminfo: memFree=104444908/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=220764 memory=185948 CPUtime=0.68 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 38389 0 0 0 55 13 0 0 20 0 1 0 139279097 226062336 46487 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 55191 46487 1120 6655 0 45426 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 220764 KiB
Current children cumulated memory: 185948 KiB

[startup+1.50033 s]
/proc/loadavg: 6.11 6.61 6.89 7/256 124691
/proc/meminfo: memFree=104372352/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=281108 memory=246236 CPUtime=1.48 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 53479 0 0 0 132 16 0 0 20 0 1 0 139279097 287854592 61559 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 70277 61559 1120 6655 0 60512 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 281108 KiB
Current children cumulated memory: 246236 KiB

[startup+3.11299 s]
/proc/loadavg: 6.18 6.62 6.90 7/256 124691
/proc/meminfo: memFree=104356260/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=282004 memory=247004 CPUtime=3.08 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 53679 0 0 0 292 16 0 0 20 0 1 0 139279097 288772096 61751 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 70501 61751 1120 6655 0 60736 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 282004 KiB
Current children cumulated memory: 247004 KiB

[startup+6.30031 s]
/proc/loadavg: 6.18 6.62 6.90 7/256 124692
/proc/meminfo: memFree=104356420/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=282004 memory=247004 CPUtime=6.26 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 53693 0 0 0 610 16 0 0 20 0 1 0 139279097 288772096 61751 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 70501 61751 1120 6655 0 60736 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 282004 KiB
Current children cumulated memory: 247004 KiB

[startup+12.7003 s]
/proc/loadavg: 6.17 6.61 6.89 7/257 124693
/proc/meminfo: memFree=103935920/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=737576 memory=624104 CPUtime=12.64 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 116120 0 0 0 1234 30 0 0 20 0 2 0 139279097 755277824 156026 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 184394 156026 2848 6655 0 158277 0
[pid=124690/tid=124693] ppid=124687 vsize=737576 memory=6512 CPUtime=0 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) S 124687 124690 123405 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139280165 755277824 156026 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 737576 KiB
Current children cumulated memory: 624104 KiB

[startup+25.5002 s]
/proc/loadavg: 6.21 6.60 6.88 8/257 124693
/proc/meminfo: memFree=103766188/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=920804 memory=835972 CPUtime=29.02 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 174508 0 0 0 2857 45 0 0 20 0 2 0 139279097 942903296 208993 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 230201 208993 3232 6655 0 216322 0
[pid=124690/tid=124693] ppid=124687 vsize=920804 memory=835972 CPUtime=3.64 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 16772 0 0 0 358 6 0 0 20 0 2 0 139280165 942903296 208993 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 29.02 s
Current children cumulated vsize: 920804 KiB
Current children cumulated memory: 835972 KiB

[startup+51.1054 s]
/proc/loadavg: 6.56 6.65 6.89 8/257 124693
/proc/meminfo: memFree=103261268/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1160884 memory=1034968 CPUtime=79.88 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 243554 0 0 0 7930 58 0 0 20 0 2 0 139279097 1188745216 258742 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 290221 258742 3264 6655 0 266026 0
[pid=124690/tid=124693] ppid=124687 vsize=1160884 memory=14080 CPUtime=28.97 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 80934 0 0 0 2879 18 0 0 20 0 2 0 139280165 1188745216 258742 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 79.88 s
Current children cumulated vsize: 1160884 KiB
Current children cumulated memory: 1034968 KiB

[startup+102.3 s]
/proc/loadavg: 6.89 6.72 6.91 8/257 124695
/proc/meminfo: memFree=103320960/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1166936 memory=1043676 CPUtime=181.58 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 249873 0 0 0 18100 58 0 0 20 0 2 0 139279097 1194942464 260919 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 291734 260919 3264 6655 0 268039 0
[pid=124690/tid=124693] ppid=124687 vsize=1166936 memory=1043676 CPUtime=79.65 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 82837 0 0 0 7946 19 0 0 20 0 2 0 139280165 1194942464 260919 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 181.58 s
Current children cumulated vsize: 1166936 KiB
Current children cumulated memory: 1043676 KiB

[startup+162.3 s]
/proc/loadavg: 6.94 6.77 6.91 7/255 124742
/proc/meminfo: memFree=125764472/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1171124 memory=1048156 CPUtime=300.75 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 272072 0 0 0 30015 60 0 0 20 0 2 0 139279097 1199230976 262039 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 292781 262039 3264 6655 0 269620 0
[pid=124690/tid=124693] ppid=124687 vsize=1171124 memory=20608 CPUtime=139.03 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 94723 0 0 0 13883 20 0 0 20 0 2 0 139280165 1199230976 262039 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 300.75 s
Current children cumulated vsize: 1171124 KiB
Current children cumulated memory: 1048156 KiB

[startup+222.3 s]
/proc/loadavg: 6.52 6.68 6.87 7/255 124745
/proc/meminfo: memFree=124204896/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1360968 memory=1213668 CPUtime=419.91 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 299617 0 0 0 41925 66 0 0 20 0 2 0 139279097 1393631232 303417 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 340242 303417 3264 6655 0 318002 0
[pid=124690/tid=124693] ppid=124687 vsize=1360968 memory=14080 CPUtime=198.4 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 103693 0 0 0 19819 21 0 0 20 0 2 0 139280165 1393631232 303417 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 419.91 s
Current children cumulated vsize: 1360968 KiB
Current children cumulated memory: 1213668 KiB

[startup+282.3 s]
/proc/loadavg: 6.92 6.76 6.89 8/253 124747
/proc/meminfo: memFree=123468564/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1360968 memory=1213668 CPUtime=539.21 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 301819 0 0 0 53853 68 0 0 20 0 2 0 139279097 1393631232 303417 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 340242 303417 3264 6655 0 318002 0
[pid=124690/tid=124693] ppid=124687 vsize=1360968 memory=1213668 CPUtime=257.84 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 105852 0 0 0 25762 22 0 0 20 0 2 0 139280165 1393631232 303417 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 539.21 s
Current children cumulated vsize: 1360968 KiB
Current children cumulated memory: 1213668 KiB

[startup+342.3 s]
/proc/loadavg: 7.02 6.82 6.91 8/253 124749
/proc/meminfo: memFree=122426212/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1871340 memory=1701076 CPUtime=658.39 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 395526 0 0 0 65750 89 0 0 20 0 2 0 139279097 1916252160 425269 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 467835 425269 3328 6655 0 455879 0
[pid=124690/tid=124693] ppid=124687 vsize=1871340 memory=1213668 CPUtime=317.18 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 139142 0 0 0 31690 28 0 0 20 0 2 0 139280165 1916252160 425269 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 658.39 s
Current children cumulated vsize: 1871340 KiB
Current children cumulated memory: 1701076 KiB


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

[startup+1482.3 s]
/proc/loadavg: 2.14 3.02 4.75 3/234 124899
/proc/meminfo: memFree=126961808/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1830120 memory=1707100 CPUtime=2922.1 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 768018 0 0 0 292073 137 0 0 20 0 2 0 139279097 1874042880 426775 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 457530 426775 3328 6655 0 445574 0
[pid=124690/tid=124693] ppid=124687 vsize=1830120 memory=1706972 CPUtime=1445.18 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 407509 0 0 0 144454 64 0 0 20 0 2 0 139280165 1874042880 426775 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 2922.1 s
Current children cumulated vsize: 1830120 KiB
Current children cumulated memory: 1707100 KiB

[startup+1542.3 s]
/proc/loadavg: 2.05 2.83 4.58 3/232 124901
/proc/meminfo: memFree=126951784/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1830120 memory=1707228 CPUtime=3041.18 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 768782 0 0 0 303981 137 0 0 20 0 2 0 139279097 1874042880 426807 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 457530 426807 3328 6655 0 445574 0
[pid=124690/tid=124693] ppid=124687 vsize=1830120 memory=11264 CPUtime=1504.51 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 408264 0 0 0 150387 64 0 0 20 0 2 0 139280165 1874042880 426807 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 3041.18 s
Current children cumulated vsize: 1830120 KiB
Current children cumulated memory: 1707228 KiB

[startup+1602.3 s]
/proc/loadavg: 2.14 2.71 4.42 3/232 124902
/proc/meminfo: memFree=126955948/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1830120 memory=1707228 CPUtime=3160.27 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 784745 0 0 0 315888 139 0 0 20 0 2 0 139279097 1874042880 426807 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 457530 426807 3328 6655 0 445574 0
[pid=124690/tid=124693] ppid=124687 vsize=1830120 memory=1707228 CPUtime=1563.86 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 417939 0 0 0 156320 66 0 0 20 0 2 0 139280165 1874042880 426807 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 3160.27 s
Current children cumulated vsize: 1830120 KiB
Current children cumulated memory: 1707228 KiB

[startup+1662.3 s]
/proc/loadavg: 2.07 2.58 4.27 3/232 124904
/proc/meminfo: memFree=126951564/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1821192 memory=1734020 CPUtime=3278.99 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 839344 0 0 0 327753 146 0 0 20 0 2 0 139279097 1864900608 433505 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 455298 433505 3328 6655 0 443179 0
[pid=124690/tid=124693] ppid=124687 vsize=1821192 memory=1707228 CPUtime=1622.88 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 445552 0 0 0 162218 70 0 0 20 0 2 0 139280165 1864900608 433505 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 3278.99 s
Current children cumulated vsize: 1821192 KiB
Current children cumulated memory: 1734020 KiB

[startup+1722.3 s]
/proc/loadavg: 2.07 2.49 4.13 3/232 124906
/proc/meminfo: memFree=126954308/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1821192 memory=1734468 CPUtime=3398.09 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 862201 0 0 0 339659 150 0 0 20 0 2 0 139279097 1864900608 433617 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 455298 433617 3328 6655 0 443179 0
[pid=124690/tid=124693] ppid=124687 vsize=1821192 memory=1707228 CPUtime=1682.23 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 453062 0 0 0 168151 72 0 0 20 0 2 0 139280165 1864900608 433617 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 3398.09 s
Current children cumulated vsize: 1821192 KiB
Current children cumulated memory: 1734468 KiB

[startup+1782.3 s]
/proc/loadavg: 2.09 2.41 4.00 3/233 124911
/proc/meminfo: memFree=126956208/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1821192 memory=1734548 CPUtime=3517.2 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 862882 0 0 0 351569 151 0 0 20 0 2 0 139279097 1864900608 433637 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 455298 433637 3328 6655 0 443179 0
[pid=124690/tid=124693] ppid=124687 vsize=1821192 memory=1734544 CPUtime=1741.58 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 453268 0 0 0 174086 72 0 0 20 0 2 0 139280165 1864900608 433637 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 3517.2 s
Current children cumulated vsize: 1821192 KiB
Current children cumulated memory: 1734548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1824.11 s]
/proc/loadavg: 2.25 2.40 3.92 3/233 124917
/proc/meminfo: memFree=126958412/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1821192 memory=1734568 CPUtime=3600.17 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) R 124687 124690 123405 0 -1 4194304 867269 0 0 0 359866 151 0 0 20 0 2 0 139279097 1864900608 433642 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 455298 433642 3328 6655 0 443179 0
[pid=124690/tid=124693] ppid=124687 vsize=1821192 memory=5276 CPUtime=1782.94 cores=0,2
/proc/124690/task/124693/stat : 124693 (LSIPExact) R 124687 124690 123405 0 -1 4194368 453353 0 0 0 178221 73 0 0 20 0 2 0 139280165 1864900608 433642 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 1821192 KiB
Current children cumulated memory: 1734568 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.26 s, system=1.59055 s

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

# cumulated CPU time of all completed processes:  user=3600.73 s, system=1.72103 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+1824.8 s]
/proc/loadavg: 2.25 2.40 3.92 3/233 124917
/proc/meminfo: memFree=126958412/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1418516 memory=1366924 CPUtime=3600.79 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) S 124687 124690 123405 0 -1 4194304 916529 228 0 0 359925 154 0 0 20 0 1 0 139279097 1452560384 341731 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 354629 341731 3360 6655 0 342673 0
Current children cumulated CPU time: 3600.79 s
Current children cumulated vsize: 1418516 KiB
Current children cumulated memory: 1366924 KiB

[startup+1825.6 s]
/proc/loadavg: 2.25 2.40 3.92 2/233 124919
/proc/meminfo: memFree=127292864/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1418516 memory=1366924 CPUtime=3600.79 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) S 124687 124690 123405 0 -1 4194304 916529 228 0 0 359925 154 0 0 20 0 1 0 139279097 1452560384 341731 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 354629 341731 3360 6655 0 342673 0
[pid=124919] ppid=124690 vsize=246608 memory=229376 CPUtime=1.07 cores=0,2
/proc/124919/stat : 124919 (Exact) R 124690 124919 124919 0 -1 4194304 18704 0 0 0 98 9 0 0 20 0 1 0 139461546 252526592 57344 18446744073709551615 4198400 8335837 140726442780976 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29446144 140726442784946 140726442785307 140726442785307 140726442790863 0
/proc/124919/statm: 61652 57344 1056 1011 0 60419 0
Current children cumulated CPU time: 3601.86 s
Current children cumulated vsize: 1665124 KiB
Current children cumulated memory: 1596300 KiB

[startup+1826 s]*
/proc/loadavg: 2.25 2.40 3.92 2/233 124919
/proc/meminfo: memFree=127012272/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1418516 memory=1366924 CPUtime=3600.79 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) S 124687 124690 123405 0 -1 4194304 916529 228 0 0 359925 154 0 0 20 0 1 0 139279097 1452560384 341731 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 354629 341731 3360 6655 0 342673 0
[pid=124919] ppid=124690 vsize=297900 memory=280920 CPUtime=1.48 cores=0,2
/proc/124919/stat : 124919 (Exact) R 124690 124919 124919 0 -1 4194304 25555 0 0 0 136 12 0 0 20 0 1 0 139461546 305049600 70230 18446744073709551615 4198400 8335837 140726442780976 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29446144 140726442784946 140726442785307 140726442785307 140726442790863 0
/proc/124919/statm: 74475 70230 1120 1011 0 73242 0
Current children cumulated CPU time: 3602.27 s
Current children cumulated vsize: 1716416 KiB
Current children cumulated memory: 1647844 KiB

[startup+1826.11 s]
/proc/loadavg: 2.25 2.40 3.92 2/233 124919
/proc/meminfo: memFree=127012272/131382116 swapFree=33009904/33010684
[pid=124690] ppid=124687 vsize=1418516 memory=1366924 CPUtime=3600.79 cores=0,2
/proc/124690/stat : 124690 (LSIPExact) S 124687 124690 123405 0 -1 4194304 916529 228 0 0 359925 154 0 0 20 0 1 0 139279097 1452560384 341731 18446744073709551615 94335082418176 94335109675345 140735136510624 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94335118177416 94335118609024 94335123832832 140735136516440 140735136516616 140735136516616 140735136522220 0
/proc/124690/statm: 354629 341731 3360 6655 0 342673 0
[pid=124919] ppid=124690 vsize=297900 memory=280920 CPUtime=1.58 cores=0,2
/proc/124919/stat : 124919 (Exact) R 124690 124919 124919 0 -1 4194304 25555 0 0 0 146 12 0 0 20 0 1 0 139461546 305049600 70230 18446744073709551615 4198400 8335837 140726442780976 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29446144 140726442784946 140726442785307 140726442785307 140726442790863 0
/proc/124919/statm: 74475 70230 1120 1011 0 73242 0
Current children cumulated CPU time: 3602.37 s
Current children cumulated vsize: 1716416 KiB
Current children cumulated memory: 1647844 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1826.16
CPU time (s): 3602.45
CPU user time (s): 3600.73
CPU system time (s): 1.72103
CPU usage (%): 197.269
Max. virtual memory (cumulated for all children) (KiB): 1928188
Max. memory (cumulated for all children) (KiB): 1767160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.73
system time used= 1.72103
maximum resident set size= 1767160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 942312
page faults= 0
swaps= 0
block input operations= 24840
block output operations= 56
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 492
involuntary context switches= 30621


# summary of solver processes directly reported to runsolver:
#   pid: 124690,124919
#   total CPU time (s): 3602.45
#   total CPU user time (s): 3600.73
#   total CPU system time (s): 1.72103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.56487 second user time and 8.76752 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-11 14:13:19
IDJOB=4527728
IDBENCH=178243
IDSOLVER=3384
FILE ID=nodeC004/4527728-1752235999
RUNJOBID= nodeC004-1752232205-123422
SLURM_JOB_ID= 9682515
Free space on /tmp= 431316 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/normalized-maxcut_opt_complete_6-partite_inlv_nvert_84.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527728-1752235999/watcher-4527728-1752235999 -o /tmp/evaluation-result-4527728-1752235999/solver-4527728-1752235999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752232205-123422 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527728-1752235999.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 56a55a6a376bce11ab58c02a823aeaa9
RANDOM SEED=1501780101

nodeC004 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.708
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.74
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.641
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.74
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		: 1197.211
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.74
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.318
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.74
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.633
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.74
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.664
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.74
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.74
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		: 3491.872
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        104576688 kB
MemAvailable:   106048324 kB
Buffers:            2128 kB
Cached:          2217512 kB
SwapCached:           32 kB
Active:         24422540 kB
Inactive:        1611408 kB
Active(anon):   23821516 kB
Inactive(anon):    10724 kB
Active(file):     601024 kB
Inactive(file):  1600684 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             57068 kB
Writeback:             0 kB
AnonPages:      23810612 kB
Mapped:           146344 kB
Shmem:             17932 kB
KReclaimable:     219112 kB
Slab:             308304 kB
SReclaimable:     219112 kB
SUnreclaim:        89192 kB
KernelStack:        4128 kB
PageTables:        50460 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   27009612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16637952 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431624 MiB
End job on nodeC004 at 2025-07-11 14:43:45