Trace number 4520973

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.83 1830.95

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_block/
normalized-maxcut_opt_complete_5-partite_block_nvert_90.opb
MD5SUM938881248995c1811678b4b6ed7e25b4
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-1944
Best CPU time to get the best result obtained on this benchmark3584.84
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4005
Total number of constraints469920
Number of constraints which are clauses469920
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 3240
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 3240
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 3240
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/1828.90	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.17/1828.90	c numVar: 4005
3600.17/1828.90	c numCon: 469920
3600.17/1828.90	c numEqual: 0
3600.17/1828.90	c intSize: 12
3600.17/1828.90	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.17/1828.90	c ------------------- Paras list -------------------
3600.17/1828.90	c Name                	 Type      	 Now       	 Default   	 Comment
3600.17/1828.90	c timeout             	 double    	 3600.000000	 3600      	 
3600.17/1828.90	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.17/1828.90	c ls_time             	 double    	 10.000000 	 10        	 
3600.17/1828.90	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.17/1828.90	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.17/1828.90	c random_seed         	 int       	 0         	 0         	 
3600.17/1828.90	c sample_size         	 int       	 50        	 50        	 
3600.17/1828.90	c sub_score           	 int       	 1         	 1         	 
3600.17/1828.90	c tabu_base           	 int       	 3         	 3         	 
3600.17/1828.90	c tabu_variation      	 int       	 1         	 1         	 
3600.17/1828.90	c sub_div             	 int       	 4         	 4         	 
3600.17/1828.90	c nbcore              	 int       	 2         	 1         	 
3600.17/1828.90	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.17/1828.90	c print_sol           	 int       	 1         	 1         	 
3600.17/1828.90	c tmpdir              	 string		 .         	 "."       	 
3600.17/1828.90	c home                	 string		 HOME	 "."       	 
3600.17/1828.90	c benchname           	 string		 HOME/instance-4520973-1751566029.opb	 ""        	 
3600.17/1828.90	c --------------------------------------------------
3600.17/1828.90	c Local Search solver
3600.17/1828.90	c LS find feasible solution for PBO with objective value -1944
3600.17/1828.90	c MIP solver
3600.17/1828.90	c receive signal 15, try to interrupt solver...
3601.51/1829.63	c copy file: 0
3601.51/1829.63	c gen ub file: HOME/instance-4520973-1751566029.opb_ub.opb
3601.51/1829.63	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62425 MiB free)
  memory of node 1: 64507 MiB (59983 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520973-1751566029/watcher-4520973-1751566029 -o /tmp/evaluation-result-4520973-1751566029/solver-4520973-1751566029 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751565791-83969 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4520973-1751566029.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=84271, runsolver pid=84268

[startup+0.100066 s]*
/proc/loadavg: 7.54 4.89 4.18 8/268 84272
/proc/meminfo: memFree=125233044/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=165524 memory=122636 CPUtime=0.09 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 23037 0 0 0 5 4 0 0 20 0 1 0 72280715 169496576 30659 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 41381 30659 1152 6655 0 31616 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 165524 KiB
Current children cumulated memory: 122636 KiB

[startup+0.205807 s]*
/proc/loadavg: 7.54 4.89 4.18 8/268 84272
/proc/meminfo: memFree=125192848/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=201952 memory=167264 CPUtime=0.19 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 30619 0 0 0 14 5 0 0 20 0 1 0 72280715 206798848 41816 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 50488 41816 1152 6655 0 40723 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 201952 KiB
Current children cumulated memory: 167264 KiB

[startup+0.305666 s]*
/proc/loadavg: 7.54 4.89 4.18 8/268 84272
/proc/meminfo: memFree=125168656/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=224404 memory=189664 CPUtime=0.29 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 36246 0 0 0 23 6 0 0 20 0 1 0 72280715 229789696 47416 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 56101 47416 1152 6655 0 46336 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 224404 KiB
Current children cumulated memory: 189664 KiB

[startup+0.700186 s]
/proc/loadavg: 7.54 4.89 4.18 8/268 84272
/proc/meminfo: memFree=125128336/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=302748 memory=268000 CPUtime=0.68 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 55823 0 0 0 59 9 0 0 20 0 1 0 72280715 310013952 67000 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 75687 67000 1152 6655 0 65922 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 302748 KiB
Current children cumulated memory: 268000 KiB

[startup+1.50019 s]
/proc/loadavg: 7.54 4.89 4.18 8/268 84272
/proc/meminfo: memFree=125064032/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=333668 memory=298848 CPUtime=1.47 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 63534 0 0 0 137 10 0 0 20 0 1 0 72280715 341676032 74712 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 83417 74712 1152 6655 0 73652 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 333668 KiB
Current children cumulated memory: 298848 KiB

[startup+3.10558 s]
/proc/loadavg: 7.50 4.92 4.19 8/268 84272
/proc/meminfo: memFree=125064416/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=334436 memory=299616 CPUtime=3.08 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 63738 0 0 0 297 11 0 0 20 0 1 0 72280715 342462464 74904 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 83609 74904 1152 6655 0 73844 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 334436 KiB
Current children cumulated memory: 299616 KiB

[startup+6.30018 s]
/proc/loadavg: 7.50 4.92 4.19 8/268 84272
/proc/meminfo: memFree=125064448/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=334436 memory=299616 CPUtime=6.27 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 63778 0 0 0 616 11 0 0 20 0 1 0 72280715 342462464 74904 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 83609 74904 1152 6655 0 73844 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 334436 KiB
Current children cumulated memory: 299616 KiB

[startup+12.7002 s]
/proc/loadavg: 7.46 4.96 4.21 8/269 84273
/proc/meminfo: memFree=124574356/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=812256 memory=702712 CPUtime=12.64 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 128800 0 0 0 1239 25 0 0 20 0 2 0 72280715 831750144 175678 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 203064 175678 2848 6655 0 176947 0
[pid=84271/tid=84273] ppid=84268 vsize=812256 memory=6256 CPUtime=0 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) S 84268 84271 83956 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 72281779 831750144 175678 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 812256 KiB
Current children cumulated memory: 702712 KiB

[startup+25.5002 s]
/proc/loadavg: 7.35 5.06 4.25 8/269 84273
/proc/meminfo: memFree=124473268/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=1015888 memory=889912 CPUtime=25.43 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 171603 0 0 0 2506 37 0 0 20 0 2 0 72280715 1040269312 222478 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 253972 222478 2880 6655 0 241979 0
[pid=84271/tid=84273] ppid=84268 vsize=1015888 memory=18688 CPUtime=0.02 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) S 84268 84271 83956 0 -1 4194368 3186 0 0 0 1 1 0 0 20 0 2 0 72281779 1040269312 222478 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1015888 KiB
Current children cumulated memory: 889912 KiB

[startup+51.1057 s]
/proc/loadavg: 7.49 5.28 4.35 8/268 84274
/proc/meminfo: memFree=124056376/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=1430344 memory=1287132 CPUtime=75.4 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 272181 0 0 0 7484 56 0 0 20 0 2 0 72280715 1464672256 321783 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 357586 321783 3232 6655 0 333064 0
[pid=84271/tid=84273] ppid=84268 vsize=1430344 memory=1287132 CPUtime=24.5 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 74342 0 0 0 2433 17 0 0 20 0 2 0 72281779 1464672256 321783 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 75.4 s
Current children cumulated vsize: 1430344 KiB
Current children cumulated memory: 1287132 KiB

[startup+102.3 s]
/proc/loadavg: 7.27 5.56 4.50 8/268 84275
/proc/meminfo: memFree=124032672/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=1430344 memory=1288796 CPUtime=176.94 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 280663 0 0 0 17637 57 0 0 20 0 2 0 72280715 1464672256 322199 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 357586 322199 3232 6655 0 333483 0
[pid=84271/tid=84273] ppid=84268 vsize=1430344 memory=14824 CPUtime=75.08 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 76374 0 0 0 7490 18 0 0 20 0 2 0 72281779 1464672256 322199 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 176.94 s
Current children cumulated vsize: 1430344 KiB
Current children cumulated memory: 1288796 KiB

[startup+162.3 s]
/proc/loadavg: 7.10 5.83 4.66 8/267 84277
/proc/meminfo: memFree=124039844/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=1430344 memory=1290972 CPUtime=295.91 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 295945 0 0 0 29533 58 0 0 20 0 2 0 72280715 1464672256 322743 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 357586 322743 3232 6655 0 334030 0
[pid=84271/tid=84273] ppid=84268 vsize=1430344 memory=1288796 CPUtime=134.34 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 90988 0 0 0 13415 19 0 0 20 0 2 0 72281779 1464672256 322743 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 295.91 s
Current children cumulated vsize: 1430344 KiB
Current children cumulated memory: 1290972 KiB

[startup+222.3 s]
/proc/loadavg: 7.13 6.07 4.82 8/269 84373
/proc/meminfo: memFree=123361464/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=1430344 memory=1291100 CPUtime=414.87 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 298230 0 0 0 41428 59 0 0 20 0 2 0 72280715 1464672256 322775 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 357586 322775 3232 6655 0 334271 0
[pid=84271/tid=84273] ppid=84268 vsize=1430344 memory=1291100 CPUtime=193.59 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 92853 0 0 0 19339 20 0 0 20 0 2 0 72281779 1464672256 322775 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 414.87 s
Current children cumulated vsize: 1430344 KiB
Current children cumulated memory: 1291100 KiB

[startup+282.3 s]
/proc/loadavg: 7.67 6.41 5.01 9/268 84375
/proc/meminfo: memFree=123004572/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=1430344 memory=1291100 CPUtime=533.81 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 300241 0 0 0 53322 59 0 0 20 0 2 0 72280715 1464672256 322775 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 357586 322775 3232 6655 0 334271 0
[pid=84271/tid=84273] ppid=84268 vsize=1430344 memory=1291100 CPUtime=252.83 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 94727 0 0 0 25263 20 0 0 20 0 2 0 72281779 1464672256 322775 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 533.81 s
Current children cumulated vsize: 1430344 KiB
Current children cumulated memory: 1291100 KiB

[startup+342.3 s]
/proc/loadavg: 7.92 6.72 5.21 9/268 84377
/proc/meminfo: memFree=123004928/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=1430344 memory=1291612 CPUtime=652.77 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 301100 0 0 0 65217 60 0 0 20 0 2 0 72280715 1464672256 322903 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 357586 322903 3232 6655 0 334271 0
[pid=84271/tid=84273] ppid=84268 vsize=1430344 memory=1291100 CPUtime=312.07 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 95189 0 0 0 31187 20 0 0 20 0 2 0 72281779 1464672256 322903 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 652.77 s
Current children cumulated vsize: 1430344 KiB
Current children cumulated memory: 1291612 KiB

[startup+402.3 s]

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

/proc/84271/statm: 561418 519744 3328 6655 0 547730 0
[pid=84271/tid=84273] ppid=84268 vsize=2245672 memory=1291100 CPUtime=1378.68 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 214716 0 0 0 137827 41 0 0 20 0 2 0 72281779 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 2794.2 s
Current children cumulated vsize: 2245672 KiB
Current children cumulated memory: 2078976 KiB

[startup+1482.3 s]
/proc/loadavg: 8.11 8.10 7.31 9/268 84481
/proc/meminfo: memFree=120839060/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=2245672 memory=2078976 CPUtime=2913.13 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 679275 0 0 0 291189 124 0 0 20 0 2 0 72280715 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 561418 519744 3328 6655 0 547730 0
[pid=84271/tid=84273] ppid=84268 vsize=2245672 memory=1291100 CPUtime=1437.92 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 216293 0 0 0 143751 41 0 0 20 0 2 0 72281779 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 2913.13 s
Current children cumulated vsize: 2245672 KiB
Current children cumulated memory: 2078976 KiB

[startup+1542.3 s]
/proc/loadavg: 8.08 8.09 7.37 9/268 84483
/proc/meminfo: memFree=120838316/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=2245672 memory=2078976 CPUtime=3032.07 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 689370 0 0 0 303081 126 0 0 20 0 2 0 72280715 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 561418 519744 3328 6655 0 547730 0
[pid=84271/tid=84273] ppid=84268 vsize=2245672 memory=1291100 CPUtime=1497.17 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 216308 0 0 0 149675 42 0 0 20 0 2 0 72281779 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 3032.07 s
Current children cumulated vsize: 2245672 KiB
Current children cumulated memory: 2078976 KiB

[startup+1602.3 s]
/proc/loadavg: 8.13 8.10 7.42 9/268 84485
/proc/meminfo: memFree=120842528/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=2245672 memory=2078976 CPUtime=3151.01 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 702189 0 0 0 314973 128 0 0 20 0 2 0 72280715 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 561418 519744 3328 6655 0 547730 0
[pid=84271/tid=84273] ppid=84268 vsize=2245672 memory=1291100 CPUtime=1556.41 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 216584 0 0 0 155599 42 0 0 20 0 2 0 72281779 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 3151.01 s
Current children cumulated vsize: 2245672 KiB
Current children cumulated memory: 2078976 KiB

[startup+1662.3 s]
/proc/loadavg: 7.66 7.98 7.42 8/270 84585
/proc/meminfo: memFree=120234412/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=2245672 memory=2078976 CPUtime=3269.94 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 704886 0 0 0 326866 128 0 0 20 0 2 0 72280715 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 561418 519744 3328 6655 0 547730 0
[pid=84271/tid=84273] ppid=84268 vsize=2245672 memory=1291100 CPUtime=1615.66 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 216621 0 0 0 161524 42 0 0 20 0 2 0 72281779 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 3269.94 s
Current children cumulated vsize: 2245672 KiB
Current children cumulated memory: 2078976 KiB

[startup+1722.3 s]
/proc/loadavg: 7.92 7.99 7.46 9/269 84587
/proc/meminfo: memFree=119924380/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=2245672 memory=2078976 CPUtime=3388.87 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 707021 0 0 0 338759 128 0 0 20 0 2 0 72280715 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 561418 519744 3328 6655 0 547730 0
[pid=84271/tid=84273] ppid=84268 vsize=2245672 memory=1291100 CPUtime=1674.9 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 216649 0 0 0 167448 42 0 0 20 0 2 0 72281779 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 3388.87 s
Current children cumulated vsize: 2245672 KiB
Current children cumulated memory: 2078976 KiB

[startup+1782.3 s]
/proc/loadavg: 8.03 8.01 7.50 9/268 84589
/proc/meminfo: memFree=119908240/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=2245672 memory=2078976 CPUtime=3507.8 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 717295 0 0 0 350651 129 0 0 20 0 2 0 72280715 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 561418 519744 3328 6655 0 547730 0
[pid=84271/tid=84273] ppid=84268 vsize=2245672 memory=1291100 CPUtime=1734.14 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 216789 0 0 0 173372 42 0 0 20 0 2 0 72281779 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 3507.8 s
Current children cumulated vsize: 2245672 KiB
Current children cumulated memory: 2078976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1828.9 s]
/proc/loadavg: 8.06 8.02 7.54 9/269 84596
/proc/meminfo: memFree=119931600/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=2245672 memory=2078976 CPUtime=3600.17 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 719674 0 0 0 359887 130 0 0 20 0 2 0 72280715 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 561418 519744 3328 6655 0 547730 0
[pid=84271/tid=84273] ppid=84268 vsize=2245672 memory=1291100 CPUtime=1780.15 cores=5,7
/proc/84271/task/84273/stat : 84273 (LSIPExact) R 84268 84271 83956 0 -1 4194368 216797 0 0 0 177973 42 0 0 20 0 2 0 72281779 2299568128 519744 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 2245672 KiB
Current children cumulated memory: 2078976 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3601.38 s, system=1.4499 s

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

[startup+1829.6 s]
/proc/loadavg: 8.06 8.02 7.54 9/269 84596
/proc/meminfo: memFree=119931600/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=1674880 memory=1592488 CPUtime=3601.51 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) R 84268 84271 83956 0 -1 4194304 763979 0 0 0 360019 132 0 0 20 0 1 0 72280715 1715077120 398122 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 418720 398122 3360 6655 0 405141 0
Current children cumulated CPU time: 3601.51 s
Current children cumulated vsize: 1674880 KiB
Current children cumulated memory: 1592488 KiB

[startup+1830.4 s]
/proc/loadavg: 8.06 8.02 7.54 8/269 84598
/proc/meminfo: memFree=120376236/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=1674880 memory=1592488 CPUtime=3601.53 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) S 84268 84271 83956 0 -1 4194304 771173 230 0 0 360020 133 0 0 20 0 1 0 72280715 1715077120 398122 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 418720 398122 3360 6655 0 405141 0
[pid=84598] ppid=84271 vsize=58980 memory=52544 CPUtime=0.73 cores=5,7
/proc/84598/stat : 84598 (Exact) R 84271 84598 84598 0 -1 4194304 9020 0 0 0 70 3 0 0 20 0 1 0 72463678 60395520 13136 18446744073709551615 4198400 8335837 140721019905024 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 13684736 140721019914420 140721019914781 140721019914781 140721019920335 0
/proc/84598/statm: 14745 13136 928 1011 0 13512 0
Current children cumulated CPU time: 3602.26 s
Current children cumulated vsize: 1733860 KiB
Current children cumulated memory: 1645032 KiB

[startup+1830.8 s]
/proc/loadavg: 8.06 8.02 7.54 8/269 84598
/proc/meminfo: memFree=120376236/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=1674880 memory=1592488 CPUtime=3601.53 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) S 84268 84271 83956 0 -1 4194304 771173 230 0 0 360020 133 0 0 20 0 1 0 72280715 1715077120 398122 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 418720 398122 3360 6655 0 405141 0
[pid=84598] ppid=84271 vsize=88616 memory=75244 CPUtime=1.13 cores=5,7
/proc/84598/stat : 84598 (Exact) R 84271 84598 84598 0 -1 4194304 13948 0 0 0 108 5 0 0 20 0 1 0 72463678 90742784 18811 18446744073709551615 4198400 8335837 140721019905024 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 13684736 140721019914420 140721019914781 140721019914781 140721019920335 0
/proc/84598/statm: 22154 18811 960 1011 0 20921 0
Current children cumulated CPU time: 3602.66 s
Current children cumulated vsize: 1763496 KiB
Current children cumulated memory: 1667732 KiB

[startup+1830.9 s]
/proc/loadavg: 8.06 8.02 7.54 8/269 84598
/proc/meminfo: memFree=120376236/131249996 swapFree=33010672/33010684
[pid=84271] ppid=84268 vsize=1674880 memory=1592488 CPUtime=3601.53 cores=5,7
/proc/84271/stat : 84271 (LSIPExact) S 84268 84271 83956 0 -1 4194304 771173 230 0 0 360020 133 0 0 20 0 1 0 72280715 1715077120 398122 18446744073709551615 94789401235456 94789428491857 140722736016624 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94789436994696 94789437426304 94789442863104 140722736023898 140722736024074 140722736024074 140722736029676 0
/proc/84271/statm: 418720 398122 3360 6655 0 405141 0
[pid=84598] ppid=84271 vsize=151528 memory=138432 CPUtime=1.23 cores=5,7
/proc/84598/stat : 84598 (Exact) R 84271 84598 84598 0 -1 4194304 16875 0 0 0 117 6 0 0 20 0 1 0 72463678 155164672 34608 18446744073709551615 4198400 8335837 140721019905024 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 13684736 140721019914420 140721019914781 140721019914781 140721019920335 0
/proc/84598/statm: 37882 34608 1056 1011 0 36649 0
Current children cumulated CPU time: 3602.76 s
Current children cumulated vsize: 1826408 KiB
Current children cumulated memory: 1730920 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1830.95
CPU time (s): 3602.83
CPU user time (s): 3601.38
CPU system time (s): 1.4499
CPU usage (%): 196.774
Max. virtual memory (cumulated for all children) (KiB): 2397060
Max. memory (cumulated for all children) (KiB): 2185356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.38
system time used= 1.4499
maximum resident set size= 2190604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 788278
page faults= 0
swaps= 0
block input operations= 30736
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 459
involuntary context switches= 98791


# summary of solver processes directly reported to runsolver:
#   pid: 84271
#   total CPU time (s): 3602.83
#   total CPU user time (s): 3601.38
#   total CPU system time (s): 1.4499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.93173 second user time and 8.85252 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 20:07:10
IDJOB=4520973
IDBENCH=178176
IDSOLVER=3336
FILE ID=nodeC017/4520973-1751566029
RUNJOBID= nodeC017-1751565791-83969
SLURM_JOB_ID= 9598774
Free space on /tmp= 432320 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_block/normalized-maxcut_opt_complete_5-partite_block_nvert_90.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520973-1751566029/watcher-4520973-1751566029 -o /tmp/evaluation-result-4520973-1751566029/solver-4520973-1751566029 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751565791-83969 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4520973-1751566029.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 938881248995c1811678b4b6ed7e25b4
RANDOM SEED=1000644638

nodeC017 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125346024 kB
MemAvailable:   129159028 kB
Buffers:            1688 kB
Cached:          4581552 kB
SwapCached:            8 kB
Active:           880256 kB
Inactive:        4292168 kB
Active(anon):     591132 kB
Inactive(anon):    16128 kB
Active(file):     289124 kB
Inactive(file):  4276040 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60012 kB
Writeback:             4 kB
AnonPages:        592252 kB
Mapped:           139452 kB
Shmem:             18072 kB
KReclaimable:     173756 kB
Slab:             265612 kB
SReclaimable:     173756 kB
SUnreclaim:        91856 kB
KernelStack:        4320 kB
PageTables:         4260 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     945928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432248 MiB
End job on nodeC017 at 2025-07-03 20:37:41