Trace number 4527729

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.48 1830.27

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_87.opb
MD5SUM83591af43c3da6ede4007c8e5a8d776b
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-1892
Best CPU time to get the best result obtained on this benchmark3584.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3741
Total number of constraints423980
Number of constraints which are clauses423980
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 3153
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 3153
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 3153
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.12/1828.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.12/1828.20	c numVar: 3741
3600.12/1828.20	c numCon: 423980
3600.12/1828.20	c numEqual: 0
3600.12/1828.20	c intSize: 12
3600.12/1828.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.12/1828.20	c ------------------- Paras list -------------------
3600.12/1828.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.12/1828.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.12/1828.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.12/1828.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.12/1828.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.12/1828.20	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.12/1828.20	c random_seed         	 int       	 0         	 0         	 
3600.12/1828.20	c sample_size         	 int       	 50        	 50        	 
3600.12/1828.20	c sub_score           	 int       	 1         	 1         	 
3600.12/1828.20	c tabu_base           	 int       	 3         	 3         	 
3600.12/1828.20	c tabu_variation      	 int       	 1         	 1         	 
3600.12/1828.20	c sub_div             	 int       	 4         	 4         	 
3600.12/1828.20	c nbcore              	 int       	 2         	 1         	 
3600.12/1828.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.12/1828.20	c print_sol           	 int       	 1         	 1         	 
3600.12/1828.20	c tmpdir              	 string		 .         	 "."       	 
3600.12/1828.20	c home                	 string		 HOME	 "."       	 
3600.12/1828.20	c benchname           	 string		 HOME/instance-4527729-1752235995.opb	 ""        	 
3600.12/1828.20	c --------------------------------------------------
3600.12/1828.20	c Local Search solver
3600.12/1828.20	c LS find feasible solution for PBO with objective value -1890
3600.12/1828.20	c MIP solver
3600.12/1828.20	c receive signal 15, try to interrupt solver...
3601.05/1828.87	c copy file: 0
3601.05/1828.87	c gen ub file: HOME/instance-4527729-1752235995.opb_ub.opb
3601.05/1828.87	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: 63794 MiB (62735 MiB free)
  memory of node 1: 64507 MiB (62469 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=117025, runsolver pid=117022

[startup+0.100107 s]*
/proc/loadavg: 5.61 6.66 7.17 6/256 117026
/proc/meminfo: memFree=128141632/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=139280 memory=92328 CPUtime=0.09 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 16993 0 0 0 4 5 0 0 20 0 1 0 139279222 142622720 23050 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 34820 23082 1120 6655 0 25055 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 139280 KiB
Current children cumulated memory: 92328 KiB

[startup+0.213692 s]*
/proc/loadavg: 5.61 6.66 7.17 6/256 117026
/proc/meminfo: memFree=128113344/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=153944 memory=111016 CPUtime=0.21 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 21186 0 0 0 14 7 0 0 20 0 1 0 139279222 157638656 27754 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 38486 27754 1120 6655 0 28721 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 153944 KiB
Current children cumulated memory: 111016 KiB

[startup+0.313527 s]*
/proc/loadavg: 5.61 6.66 7.17 6/256 117026
/proc/meminfo: memFree=128113344/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=166356 memory=129580 CPUtime=0.31 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 23211 0 0 0 23 8 0 0 20 0 1 0 139279222 170348544 32395 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 41589 32395 1152 6655 0 31824 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 166356 KiB
Current children cumulated memory: 129580 KiB

[startup+0.700365 s]
/proc/loadavg: 5.61 6.66 7.17 6/256 117026
/proc/meminfo: memFree=128053680/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=228804 memory=194220 CPUtime=0.69 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 38858 0 0 0 56 13 0 0 20 0 1 0 139279222 234295296 48523 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 57201 48523 1152 6655 0 47436 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 228804 KiB
Current children cumulated memory: 194220 KiB

[startup+1.50037 s]
/proc/loadavg: 5.61 6.66 7.17 6/256 117026
/proc/meminfo: memFree=127981148/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=306460 memory=271788 CPUtime=1.48 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 58265 0 0 0 131 17 0 0 20 0 1 0 139279222 313815040 67947 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 76615 67947 1152 6655 0 66850 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 306460 KiB
Current children cumulated memory: 271788 KiB

[startup+3.11339 s]
/proc/loadavg: 5.56 6.63 7.16 6/256 117026
/proc/meminfo: memFree=127948892/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=307356 memory=272684 CPUtime=3.09 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 58500 0 0 0 292 17 0 0 20 0 1 0 139279222 314732544 68171 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 76839 68171 1152 6655 0 67074 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 307356 KiB
Current children cumulated memory: 272684 KiB

[startup+6.30036 s]
/proc/loadavg: 5.56 6.63 7.16 6/256 117026
/proc/meminfo: memFree=127951684/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=307356 memory=272684 CPUtime=6.26 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 58517 0 0 0 609 17 0 0 20 0 1 0 139279222 314732544 68171 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 76839 68171 1152 6655 0 67074 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 307356 KiB
Current children cumulated memory: 272684 KiB

[startup+12.7004 s]
/proc/loadavg: 5.47 6.58 7.13 6/257 117027
/proc/meminfo: memFree=127514572/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=775828 memory=666544 CPUtime=12.64 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 120223 0 0 0 1232 32 0 0 20 0 2 0 139279222 794447872 166636 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 193957 166636 2848 6655 0 167840 0
[pid=117025/tid=117027] ppid=117022 vsize=775828 memory=721600 CPUtime=0 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) S 117022 117025 115635 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139280301 794447872 166636 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 775828 KiB
Current children cumulated memory: 666544 KiB

[startup+25.5004 s]
/proc/loadavg: 5.48 6.54 7.11 6/256 117073
/proc/meminfo: memFree=127458852/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=931640 memory=813040 CPUtime=25.38 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 143960 0 0 0 2494 44 0 0 20 0 2 0 139279222 953999360 203260 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 232910 203260 2880 6655 0 219548 0
[pid=117025/tid=117027] ppid=117022 vsize=931640 memory=812528 CPUtime=0.02 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) S 117022 117025 115635 0 -1 4194368 3275 0 0 0 1 1 0 0 20 0 2 0 139280301 953999360 203260 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 931640 KiB
Current children cumulated memory: 813040 KiB

[startup+51.1056 s]
/proc/loadavg: 5.37 6.43 7.06 7/256 117166
/proc/meminfo: memFree=126624424/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1237424 memory=1147344 CPUtime=75.4 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 239955 0 0 0 7471 69 0 0 20 0 2 0 139279222 1267122176 286836 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 309356 286836 3264 6655 0 291361 0
[pid=117025/tid=117027] ppid=117022 vsize=1237424 memory=0 CPUtime=24.59 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 61342 0 0 0 2438 21 0 0 20 0 2 0 139280301 1267122176 286836 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 75.4 s
Current children cumulated vsize: 1237424 KiB
Current children cumulated memory: 1147344 KiB

[startup+102.3 s]
/proc/loadavg: 6.21 6.48 7.04 7/257 117170
/proc/meminfo: memFree=124613520/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1246724 memory=1157884 CPUtime=176.97 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 260143 0 0 0 17626 71 0 0 20 0 2 0 139279222 1276645376 289471 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 311681 289471 3264 6655 0 294272 0
[pid=117025/tid=117027] ppid=117022 vsize=1246724 memory=1156988 CPUtime=75.19 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 72023 0 0 0 7497 22 0 0 20 0 2 0 139280301 1276645376 289471 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 176.97 s
Current children cumulated vsize: 1246724 KiB
Current children cumulated memory: 1157884 KiB

[startup+162.3 s]
/proc/loadavg: 6.14 6.41 6.98 7/257 117173
/proc/meminfo: memFree=124635408/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1250300 memory=1162792 CPUtime=296 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 271340 0 0 0 29528 72 0 0 20 0 2 0 139279222 1280307200 290698 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 312575 290698 3264 6655 0 295539 0
[pid=117025/tid=117027] ppid=117022 vsize=1250300 memory=1162792 CPUtime=134.48 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 74411 0 0 0 13426 22 0 0 20 0 2 0 139280301 1280307200 290698 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 296 s
Current children cumulated vsize: 1250300 KiB
Current children cumulated memory: 1162792 KiB

[startup+222.3 s]
/proc/loadavg: 6.10 6.35 6.92 7/257 117176
/proc/meminfo: memFree=124516672/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1253132 memory=1164200 CPUtime=415.02 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 282175 0 0 0 41429 73 0 0 20 0 2 0 139279222 1283207168 291050 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 313283 291050 3264 6655 0 296247 0
[pid=117025/tid=117027] ppid=117022 vsize=1253132 memory=1164200 CPUtime=193.76 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 76339 0 0 0 19354 22 0 0 20 0 2 0 139280301 1283207168 291050 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 415.02 s
Current children cumulated vsize: 1253132 KiB
Current children cumulated memory: 1164200 KiB

[startup+282.3 s]
/proc/loadavg: 6.15 6.31 6.87 7/256 117178
/proc/meminfo: memFree=124515684/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1256816 memory=1168304 CPUtime=534.03 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 287205 0 0 0 53329 74 0 0 20 0 2 0 139279222 1286979584 292076 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 314204 292076 3264 6655 0 297168 0
[pid=117025/tid=117027] ppid=117022 vsize=1256816 memory=1168304 CPUtime=253.04 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 78203 0 0 0 25282 22 0 0 20 0 2 0 139280301 1286979584 292076 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 534.03 s
Current children cumulated vsize: 1256816 KiB
Current children cumulated memory: 1168304 KiB

[startup+342.3 s]
/proc/loadavg: 6.12 6.27 6.82 7/256 117180
/proc/meminfo: memFree=124295140/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1257756 memory=1169072 CPUtime=653.06 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 294202 0 0 0 65231 75 0 0 20 0 2 0 139279222 1287942144 292268 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 314439 292268 3264 6655 0 297403 0
[pid=117025/tid=117027] ppid=117022 vsize=1257756 memory=1168560 CPUtime=312.32 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 78238 0 0 0 31210 22 0 0 20 0 2 0 139280301 1287942144 292268 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 653.06 s
Current children cumulated vsize: 1257756 KiB
Current children cumulated memory: 1169072 KiB

[startup+402.3 s]

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

/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 145378 0 0 0 137942 51 0 0 20 0 2 0 139280301 2001338368 465351 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 2796.15 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1861404 KiB

[startup+1482.3 s]
/proc/loadavg: 6.34 6.58 6.57 7/248 117266
/proc/meminfo: memFree=117296756/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1954432 memory=1861404 CPUtime=2914.94 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 617624 0 0 0 291342 152 0 0 20 0 2 0 139279222 2001338368 465351 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 488608 465351 3360 6655 0 477716 0
[pid=117025/tid=117027] ppid=117022 vsize=1954432 memory=1861404 CPUtime=1439.11 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 146611 0 0 0 143859 52 0 0 20 0 2 0 139280301 2001338368 465351 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 2914.94 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1861404 KiB

[startup+1542.3 s]
/proc/loadavg: 6.18 6.49 6.53 7/247 117268
/proc/meminfo: memFree=117002220/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1954432 memory=1861404 CPUtime=3033.79 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 618256 0 0 0 303226 153 0 0 20 0 2 0 139279222 2001338368 465351 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 488608 465351 3360 6655 0 477716 0
[pid=117025/tid=117027] ppid=117022 vsize=1954432 memory=20992 CPUtime=1498.33 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 146801 0 0 0 149780 53 0 0 20 0 2 0 139280301 2001338368 465351 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 3033.79 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1861404 KiB

[startup+1602.3 s]
/proc/loadavg: 6.12 6.41 6.50 7/247 117270
/proc/meminfo: memFree=116901944/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1954432 memory=1861404 CPUtime=3152.59 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 627017 0 0 0 315104 155 0 0 20 0 2 0 139279222 2001338368 465351 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 488608 465351 3360 6655 0 477716 0
[pid=117025/tid=117027] ppid=117022 vsize=1954432 memory=20992 CPUtime=1557.51 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 146839 0 0 0 155698 53 0 0 20 0 2 0 139280301 2001338368 465351 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 3152.59 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1861404 KiB

[startup+1662.3 s]
/proc/loadavg: 6.08 6.35 6.48 7/247 117272
/proc/meminfo: memFree=116661836/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1954432 memory=1861404 CPUtime=3271.44 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 639800 0 0 0 326987 157 0 0 20 0 2 0 139279222 2001338368 465351 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 488608 465351 3360 6655 0 477716 0
[pid=117025/tid=117027] ppid=117022 vsize=1954432 memory=1861404 CPUtime=1616.72 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 147077 0 0 0 161618 54 0 0 20 0 2 0 139280301 2001338368 465351 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 3271.44 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1861404 KiB

[startup+1722.3 s]
/proc/loadavg: 6.08 6.30 6.45 7/248 117275
/proc/meminfo: memFree=116386012/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1954432 memory=1864716 CPUtime=3390.29 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 670787 0 0 0 338866 163 0 0 20 0 2 0 139279222 2001338368 466179 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 488608 466179 3360 6655 0 477716 0
[pid=117025/tid=117027] ppid=117022 vsize=1954432 memory=1861404 CPUtime=1675.92 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 162508 0 0 0 167535 57 0 0 20 0 2 0 139280301 2001338368 466179 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 3390.29 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1864716 KiB

[startup+1782.3 s]
/proc/loadavg: 6.07 6.26 6.42 7/249 117284
/proc/meminfo: memFree=116075184/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1954432 memory=1864720 CPUtime=3509.17 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 687320 0 0 0 350750 167 0 0 20 0 2 0 139279222 2001338368 466180 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 488608 466180 3360 6655 0 477716 0
[pid=117025/tid=117027] ppid=117022 vsize=1954432 memory=20992 CPUtime=1735.15 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 166439 0 0 0 173455 60 0 0 20 0 2 0 139280301 2001338368 466180 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 3509.17 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1864720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1828.2 s]
/proc/loadavg: 6.07 6.23 6.41 7/249 117286
/proc/meminfo: memFree=115881208/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1954432 memory=1864720 CPUtime=3600.12 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 695976 0 0 0 359843 169 0 0 20 0 2 0 139279222 2001338368 466180 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 488608 466180 3360 6655 0 477716 0
[pid=117025/tid=117027] ppid=117022 vsize=1954432 memory=6900 CPUtime=1780.46 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) R 117022 117025 115635 0 -1 4194368 169615 0 0 0 177985 61 0 0 20 0 2 0 139280301 2001338368 466180 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1864720 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3600.61 s, system=1.86564 s

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

[startup+1828.8 s]
/proc/loadavg: 6.07 6.23 6.41 7/249 117286
/proc/meminfo: memFree=115881208/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1954432 memory=1864728 CPUtime=3601.05 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) R 117022 117025 115635 0 -1 4194304 709248 0 0 0 359934 171 0 0 20 0 2 0 139279222 2001338368 466182 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 488608 466182 3360 6655 0 477716 0
[pid=117025/tid=117027] ppid=117022 vsize=1954432 memory=6900 CPUtime=1780.78 cores=1,3
/proc/117025/task/117027/stat : 117027 (LSIPExact) S 117022 117025 115635 0 -1 4194368 172448 0 0 0 178016 62 0 0 20 0 2 0 139280301 2001338368 466182 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
Current children cumulated CPU time: 3601.05 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1864728 KiB

[startup+1829.6 s]
/proc/loadavg: 6.07 6.23 6.41 6/249 117288
/proc/meminfo: memFree=116245816/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1522780 memory=1474784 CPUtime=3601.1 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) S 117022 117025 115635 0 -1 4194304 739548 228 0 0 359938 172 0 0 20 0 1 0 139279222 1559326720 368696 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 380695 368696 3360 6655 0 369803 0
[pid=117288] ppid=117025 vsize=54704 memory=45392 CPUtime=0.69 cores=1,3
/proc/117288/stat : 117288 (Exact) R 117025 117288 117288 0 -1 4194304 8235 0 0 0 67 2 0 0 20 0 1 0 139462110 56016896 11348 18446744073709551615 4198400 8335837 140724008556400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36401152 140724008564914 140724008565275 140724008565275 140724008570831 0
/proc/117288/statm: 13676 11348 928 1011 0 12443 0
Current children cumulated CPU time: 3601.79 s
Current children cumulated vsize: 1577484 KiB
Current children cumulated memory: 1520176 KiB

[startup+1830 s]*
/proc/loadavg: 6.07 6.23 6.41 6/249 117288
/proc/meminfo: memFree=116165336/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1522780 memory=1474784 CPUtime=3601.1 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) S 117022 117025 115635 0 -1 4194304 739548 228 0 0 359938 172 0 0 20 0 1 0 139279222 1559326720 368696 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 380695 368696 3360 6655 0 369803 0
[pid=117288] ppid=117025 vsize=85020 memory=70684 CPUtime=1.1 cores=1,3
/proc/117288/stat : 117288 (Exact) R 117025 117288 117288 0 -1 4194304 13293 0 0 0 106 4 0 0 20 0 1 0 139462110 87060480 17671 18446744073709551615 4198400 8335837 140724008556400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36401152 140724008564914 140724008565275 140724008565275 140724008570831 0
/proc/117288/statm: 21255 17671 960 1011 0 20022 0
Current children cumulated CPU time: 3602.2 s
Current children cumulated vsize: 1607800 KiB
Current children cumulated memory: 1545468 KiB

[startup+1830.2 s]
/proc/loadavg: 6.07 6.23 6.41 6/249 117288
/proc/meminfo: memFree=116165336/131382112 swapFree=33010416/33010684
[pid=117025] ppid=117022 vsize=1522780 memory=1474784 CPUtime=3601.1 cores=1,3
/proc/117025/stat : 117025 (LSIPExact) S 117022 117025 115635 0 -1 4194304 739548 228 0 0 359938 172 0 0 20 0 1 0 139279222 1559326720 368696 18446744073709551615 94019178979328 94019206236497 140732960558064 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94019214738568 94019215170176 94019228102656 140732960561496 140732960561672 140732960561672 140732960567276 0
/proc/117025/statm: 380695 368696 3360 6655 0 369803 0
[pid=117288] ppid=117025 vsize=179512 memory=165552 CPUtime=1.29 cores=1,3
/proc/117288/stat : 117288 (Exact) R 117025 117288 117288 0 -1 4194304 17576 0 0 0 122 7 0 0 20 0 1 0 139462110 183820288 41388 18446744073709551615 4198400 8335837 140724008556400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36401152 140724008564914 140724008565275 140724008565275 140724008570831 0
/proc/117288/statm: 44878 41388 1056 1011 0 43645 0
Current children cumulated CPU time: 3602.39 s
Current children cumulated vsize: 1702292 KiB
Current children cumulated memory: 1640336 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1830.27
CPU time (s): 3602.48
CPU user time (s): 3600.61
CPU system time (s): 1.86564
CPU usage (%): 196.828
Max. virtual memory (cumulated for all children) (KiB): 2138228
Max. memory (cumulated for all children) (KiB): 1965824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.61
system time used= 1.86563
maximum resident set size= 1965824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 763160
page faults= 0
swaps= 0
block input operations= 27688
block output operations= 56
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 483
involuntary context switches= 42179


# summary of solver processes directly reported to runsolver:
#   pid: 117025
#   total CPU time (s): 3602.48
#   total CPU user time (s): 3600.61
#   total CPU system time (s): 1.86564

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.32881 second user time and 9.3403 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-11 14:13:15
IDJOB=4527729
IDBENCH=178219
IDSOLVER=3384
FILE ID=nodeC012/4527729-1752235995
RUNJOBID= nodeC012-1752232205-115654
SLURM_JOB_ID= 9682523
Free space on /tmp= 431428 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_87.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527729-1752235995/watcher-4527729-1752235995 -o /tmp/evaluation-result-4527729-1752235995/solver-4527729-1752235995 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752232205-115654 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527729-1752235995.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 83591af43c3da6ede4007c8e5a8d776b
RANDOM SEED=165777579

nodeC012 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		: 3691.240
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.39
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		: 1197.746
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.39
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		: 3700.000
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.39
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.150
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.39
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		: 3691.235
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.39
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		: 3591.456
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.39
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.39
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		: 3591.523
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128210116 kB
MemAvailable:   129100684 kB
Buffers:            2136 kB
Cached:          1687536 kB
SwapCached:           16 kB
Active:          1512328 kB
Inactive:        1063556 kB
Active(anon):     899208 kB
Inactive(anon):     4948 kB
Active(file):     613120 kB
Inactive(file):  1058608 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58500 kB
Writeback:             4 kB
AnonPages:        885204 kB
Mapped:           151476 kB
Shmem:             17944 kB
KReclaimable:     116552 kB
Slab:             205540 kB
SReclaimable:     116552 kB
SUnreclaim:        88988 kB
KernelStack:        4128 kB
PageTables:         4876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1275152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431360 MiB
End job on nodeC012 at 2025-07-11 14:43:46