Trace number 4521065

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.33 1828.06

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=84371, runsolver pid=84368

[startup+0.100057 s]*
/proc/loadavg: 7.09 6.01 4.77 8/268 84372
/proc/meminfo: memFree=124059192/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=153944 memory=111272 CPUtime=0.09 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 21187 0 0 0 5 4 0 0 20 0 1 0 72301367 157638656 27818 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 38486 27818 1184 6655 0 28721 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 153944 KiB
Current children cumulated memory: 111272 KiB

[startup+0.205566 s]*
/proc/loadavg: 7.09 6.01 4.77 8/268 84372
/proc/meminfo: memFree=124011440/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=194736 memory=160300 CPUtime=0.19 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 30870 0 0 0 13 6 0 0 20 0 1 0 72301367 199409664 40075 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 48684 40075 1184 6655 0 38919 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 194736 KiB
Current children cumulated memory: 160300 KiB

[startup+0.305541 s]*
/proc/loadavg: 7.09 6.01 4.77 8/268 84372
/proc/meminfo: memFree=123987248/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=220880 memory=186412 CPUtime=0.29 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 37400 0 0 0 22 7 0 0 20 0 1 0 72301367 226181120 46603 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 55220 46603 1184 6655 0 45455 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 220880 KiB
Current children cumulated memory: 186412 KiB

[startup+0.700159 s]
/proc/loadavg: 7.09 6.01 4.77 8/268 84372
/proc/meminfo: memFree=123938864/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=306276 memory=271788 CPUtime=0.69 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 58747 0 0 0 59 10 0 0 20 0 1 0 72301367 313626624 67947 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 76569 67947 1184 6655 0 66804 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 306276 KiB
Current children cumulated memory: 271788 KiB

[startup+1.50017 s]
/proc/loadavg: 7.16 6.04 4.79 8/268 84372
/proc/meminfo: memFree=123898544/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=306844 memory=272300 CPUtime=1.48 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 58872 0 0 0 138 10 0 0 20 0 1 0 72301367 314208256 68075 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 76711 68075 1184 6655 0 66946 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 306844 KiB
Current children cumulated memory: 272300 KiB

[startup+3.10539 s]
/proc/loadavg: 7.16 6.04 4.79 8/268 84372
/proc/meminfo: memFree=123899048/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=307356 memory=272812 CPUtime=3.08 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 59011 0 0 0 298 10 0 0 20 0 1 0 72301367 314732544 68203 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 76839 68203 1184 6655 0 67074 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 307356 KiB
Current children cumulated memory: 272812 KiB

[startup+6.30015 s]
/proc/loadavg: 7.15 6.06 4.80 8/268 84372
/proc/meminfo: memFree=123899492/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=307356 memory=272812 CPUtime=6.27 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 59555 0 0 0 617 10 0 0 20 0 1 0 72301367 314732544 68203 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 76839 68203 1184 6655 0 67074 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 307356 KiB
Current children cumulated memory: 272812 KiB

[startup+12.7002 s]
/proc/loadavg: 7.13 6.07 4.82 8/269 84373
/proc/meminfo: memFree=123454220/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=795752 memory=680080 CPUtime=12.66 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 120563 0 0 0 1241 25 0 0 20 0 2 0 72301367 814850048 170020 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 198938 170020 2944 6655 0 172821 0
[pid=84371/tid=84373] ppid=84368 vsize=795752 memory=741240 CPUtime=0 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) S 84368 84371 83956 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 72302424 814850048 170020 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 795752 KiB
Current children cumulated memory: 680080 KiB

[startup+25.5002 s]
/proc/loadavg: 7.11 6.10 4.84 9/269 84374
/proc/meminfo: memFree=123256420/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=973820 memory=914128 CPUtime=26.51 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 188134 0 0 0 2616 35 0 0 20 0 2 0 72301367 997191680 228532 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 243455 228532 3360 6655 0 232730 0
[pid=84371/tid=84373] ppid=84368 vsize=973820 memory=821584 CPUtime=1.1 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 18993 0 0 0 106 4 0 0 20 0 2 0 72302424 997191680 228532 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 26.51 s
Current children cumulated vsize: 973820 KiB
Current children cumulated memory: 914128 KiB

[startup+51.1056 s]
/proc/loadavg: 7.54 6.30 4.95 9/268 84374
/proc/meminfo: memFree=123005568/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1241576 memory=1153012 CPUtime=77.36 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 239880 0 0 0 7688 48 0 0 20 0 2 0 72301367 1271373824 288253 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 310394 288253 3392 6655 0 292399 0
[pid=84371/tid=84373] ppid=84368 vsize=1241576 memory=1148928 CPUtime=26.42 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 69674 0 0 0 2626 16 0 0 20 0 2 0 72302424 1271373824 288253 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 77.36 s
Current children cumulated vsize: 1241576 KiB
Current children cumulated memory: 1153012 KiB

[startup+102.3 s]
/proc/loadavg: 7.87 6.58 5.12 9/268 84376
/proc/meminfo: memFree=123005564/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1246724 memory=1160756 CPUtime=178.96 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 254178 0 0 0 17846 50 0 0 20 0 2 0 72301367 1276645376 290189 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 311681 290189 3392 6655 0 294458 0
[pid=84371/tid=84373] ppid=84368 vsize=1246724 memory=1160756 CPUtime=77.02 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 83298 0 0 0 7685 17 0 0 20 0 2 0 72302424 1276645376 290189 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 178.96 s
Current children cumulated vsize: 1246724 KiB
Current children cumulated memory: 1160756 KiB

[startup+162.3 s]
/proc/loadavg: 8.16 6.89 5.31 9/268 84378
/proc/meminfo: memFree=123005912/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1250300 memory=1164612 CPUtime=298.01 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 263976 0 0 0 29750 51 0 0 20 0 2 0 72301367 1280307200 291153 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 312575 291153 3392 6655 0 295539 0
[pid=84371/tid=84373] ppid=84368 vsize=1250300 memory=1164356 CPUtime=136.32 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 83656 0 0 0 13614 18 0 0 20 0 2 0 72302424 1280307200 291153 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 298.01 s
Current children cumulated vsize: 1250300 KiB
Current children cumulated memory: 1164612 KiB

[startup+222.3 s]
/proc/loadavg: 8.03 7.12 5.49 8/267 84427
/proc/meminfo: memFree=123179284/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1253132 memory=1165892 CPUtime=416.97 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 274791 0 0 0 41643 54 0 0 20 0 2 0 72301367 1283207168 291473 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 313283 291473 3392 6655 0 296247 0
[pid=84371/tid=84373] ppid=84368 vsize=1253132 memory=1165892 CPUtime=195.59 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 85343 0 0 0 19540 19 0 0 20 0 2 0 72302424 1283207168 291473 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 416.97 s
Current children cumulated vsize: 1253132 KiB
Current children cumulated memory: 1165892 KiB

[startup+282.3 s]
/proc/loadavg: 8.00 7.27 5.65 9/266 84430
/proc/meminfo: memFree=122726772/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1256816 memory=1170552 CPUtime=535.99 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 275430 0 0 0 53544 55 0 0 20 0 2 0 72301367 1286979584 292638 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 314204 292638 3392 6655 0 297168 0
[pid=84371/tid=84373] ppid=84368 vsize=1256816 memory=1170552 CPUtime=254.86 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 85345 0 0 0 25467 19 0 0 20 0 2 0 72302424 1286979584 292638 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 535.99 s
Current children cumulated vsize: 1256816 KiB
Current children cumulated memory: 1170552 KiB

[startup+342.3 s]
/proc/loadavg: 8.04 7.42 5.80 9/267 84433
/proc/meminfo: memFree=122170588/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1257756 memory=1170808 CPUtime=655.04 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 279233 0 0 0 65448 56 0 0 20 0 2 0 72301367 1287942144 292702 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 314439 292702 3392 6655 0 297403 0
[pid=84371/tid=84373] ppid=84368 vsize=1257756 memory=1170552 CPUtime=314.16 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 85676 0 0 0 31397 19 0 0 20 0 2 0 72302424 1287942144 292702 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 655.04 s
Current children cumulated vsize: 1257756 KiB
Current children cumulated memory: 1170808 KiB


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

/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 252201 0 0 0 132977 59 0 0 20 0 2 0 72302424 2001338368 463720 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 2680.12 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1854880 KiB

[startup+1422.3 s]
/proc/loadavg: 8.00 8.07 7.43 8/268 84536
/proc/meminfo: memFree=120906280/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1954432 memory=1854880 CPUtime=2799.22 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 699173 0 0 0 279778 144 0 0 20 0 2 0 72301367 2001338368 463720 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 488608 463720 3488 6655 0 477716 0
[pid=84371/tid=84373] ppid=84368 vsize=1954432 memory=1854880 CPUtime=1390.15 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 267595 0 0 0 138954 61 0 0 20 0 2 0 72302424 2001338368 463720 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 2799.22 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1854880 KiB

[startup+1482.3 s]
/proc/loadavg: 7.74 7.97 7.44 9/269 84585
/proc/meminfo: memFree=119927052/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1954432 memory=1854880 CPUtime=2918.32 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 702255 0 0 0 291686 146 0 0 20 0 2 0 72301367 2001338368 463720 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 488608 463720 3488 6655 0 477716 0
[pid=84371/tid=84373] ppid=84368 vsize=1954432 memory=14824 CPUtime=1449.93 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 270440 0 0 0 144931 62 0 0 20 0 2 0 72302424 2001338368 463720 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 2918.32 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1854880 KiB

[startup+1542.3 s]
/proc/loadavg: 7.95 7.99 7.48 9/269 84587
/proc/meminfo: memFree=119912740/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1954432 memory=1860132 CPUtime=3037.3 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 735101 0 0 0 303579 151 0 0 20 0 2 0 72301367 2001338368 465033 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 488608 465033 3488 6655 0 477716 0
[pid=84371/tid=84373] ppid=84368 vsize=1954432 memory=1860132 CPUtime=1509.67 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 302896 0 0 0 150901 66 0 0 20 0 2 0 72302424 2001338368 465033 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 3037.3 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1860132 KiB

[startup+1602.3 s]
/proc/loadavg: 8.09 8.02 7.53 9/268 84589
/proc/meminfo: memFree=119906256/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1954432 memory=1860240 CPUtime=3156.28 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 745935 0 0 0 315473 155 0 0 20 0 2 0 72301367 2001338368 465060 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 488608 465060 3488 6655 0 477716 0
[pid=84371/tid=84373] ppid=84368 vsize=1954432 memory=1860132 CPUtime=1569.41 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 307953 0 0 0 156873 68 0 0 20 0 2 0 72302424 2001338368 465060 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 3156.28 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1860240 KiB

[startup+1662.3 s]
/proc/loadavg: 7.94 7.99 7.55 9/269 84644
/proc/meminfo: memFree=121627096/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1954432 memory=1860496 CPUtime=3275.22 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 780225 0 0 0 327358 164 0 0 20 0 2 0 72301367 2001338368 465124 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 488608 465124 3488 6655 0 477716 0
[pid=84371/tid=84373] ppid=84368 vsize=1954432 memory=1860132 CPUtime=1629.13 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 329056 0 0 0 162840 73 0 0 20 0 2 0 72302424 2001338368 465124 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 3275.22 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1860496 KiB

[startup+1722.3 s]
/proc/loadavg: 8.06 8.01 7.58 9/270 84647
/proc/meminfo: memFree=121485968/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1954432 memory=1860512 CPUtime=3394.2 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 809201 0 0 0 339250 170 0 0 20 0 2 0 72301367 2001338368 465128 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 488608 465128 3488 6655 0 477716 0
[pid=84371/tid=84373] ppid=84368 vsize=1954432 memory=1860132 CPUtime=1688.86 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 350240 0 0 0 168809 77 0 0 20 0 2 0 72302424 2001338368 465128 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 3394.2 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1860512 KiB

[startup+1782.3 s]
/proc/loadavg: 8.08 8.02 7.62 9/269 84649
/proc/meminfo: memFree=121478056/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1954432 memory=1860524 CPUtime=3513.27 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 810350 0 0 0 351155 172 0 0 20 0 2 0 72301367 2001338368 465131 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 488608 465131 3488 6655 0 477716 0
[pid=84371/tid=84373] ppid=84368 vsize=1954432 memory=14824 CPUtime=1748.64 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 351205 0 0 0 174785 79 0 0 20 0 2 0 72302424 2001338368 465131 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 3513.27 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1860524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1826 s]*
/proc/loadavg: 8.11 8.04 7.64 9/269 84651
/proc/meminfo: memFree=120945088/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1954432 memory=1863080 CPUtime=3600.02 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) R 84368 84371 83956 0 -1 4194304 838417 0 0 0 359825 177 0 0 20 0 2 0 72301367 2001338368 465770 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 488608 465770 3488 6655 0 477716 0
[pid=84371/tid=84373] ppid=84368 vsize=1954432 memory=-6513445750602568030 CPUtime=1792.19 cores=4,6
/proc/84371/task/84373/stat : 84373 (LSIPExact) R 84368 84371 83956 0 -1 4194368 370359 0 0 0 179136 83 0 0 20 0 2 0 72302424 2001338368 465770 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1954432 KiB
Current children cumulated memory: 1863080 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3600.38 s, system=1.94459 s

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

[startup+1827.2 s]
/proc/loadavg: 8.02 8.02 7.64 8/269 84653
/proc/meminfo: memFree=121419532/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1411312 memory=1365028 CPUtime=3600.9 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) S 84368 84371 83956 0 -1 4194304 880301 227 0 0 359910 180 0 0 20 0 1 0 72301367 1445183488 341257 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 352828 341257 3520 6655 0 341936 0
[pid=84653] ppid=84371 vsize=52096 memory=41560 CPUtime=0.54 cores=4,6
/proc/84653/stat : 84653 (Exact) R 84371 84653 84653 0 -1 4194304 7065 0 0 0 52 2 0 0 20 0 1 0 72484029 53346304 10390 18446744073709551615 4198400 8335837 140725198729680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44527616 140725198731444 140725198731805 140725198731805 140725198737359 0
/proc/84653/statm: 13024 10390 928 1011 0 11791 0
Current children cumulated CPU time: 3601.44 s
Current children cumulated vsize: 1463408 KiB
Current children cumulated memory: 1406588 KiB

[startup+1827.6 s]
/proc/loadavg: 8.02 8.02 7.64 8/269 84653
/proc/meminfo: memFree=121419532/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1411312 memory=1365028 CPUtime=3600.9 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) S 84368 84371 83956 0 -1 4194304 880301 227 0 0 359910 180 0 0 20 0 1 0 72301367 1445183488 341257 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 352828 341257 3520 6655 0 341936 0
[pid=84653] ppid=84371 vsize=79740 memory=65440 CPUtime=0.94 cores=4,6
/proc/84653/stat : 84653 (Exact) R 84371 84653 84653 0 -1 4194304 11500 0 0 0 91 3 0 0 20 0 1 0 72484029 81653760 16360 18446744073709551615 4198400 8335837 140725198729680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44527616 140725198731444 140725198731805 140725198731805 140725198737359 0
/proc/84653/statm: 19935 16360 960 1011 0 18702 0
Current children cumulated CPU time: 3601.84 s
Current children cumulated vsize: 1491052 KiB
Current children cumulated memory: 1430468 KiB

[startup+1828 s]*
/proc/loadavg: 8.02 8.02 7.64 8/269 84653
/proc/meminfo: memFree=121206428/131249996 swapFree=33010672/33010684
[pid=84371] ppid=84368 vsize=1411312 memory=1365028 CPUtime=3600.9 cores=4,6
/proc/84371/stat : 84371 (LSIPExact) S 84368 84371 83956 0 -1 4194304 880301 227 0 0 359910 180 0 0 20 0 1 0 72301367 1445183488 341257 18446744073709551615 94205125042176 94205152298577 140733451532288 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94205160801416 94205161233024 94205190520832 140733451536730 140733451536906 140733451536906 140733451542508 0
/proc/84371/statm: 352828 341257 3520 6655 0 341936 0
[pid=84653] ppid=84371 vsize=268300 memory=252876 CPUtime=1.35 cores=4,6
/proc/84653/stat : 84653 (Exact) R 84371 84653 84653 0 -1 4194304 21553 0 0 0 126 9 0 0 20 0 1 0 72484029 274739200 63219 18446744073709551615 4198400 8335837 140725198729680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44527616 140725198731444 140725198731805 140725198731805 140725198737359 0
/proc/84653/statm: 67075 63219 1056 1011 0 65842 0
Current children cumulated CPU time: 3602.25 s
Current children cumulated vsize: 1679612 KiB
Current children cumulated memory: 1617904 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1828.06
CPU time (s): 3602.33
CPU user time (s): 3600.38
CPU system time (s): 1.94459
CPU usage (%): 197.057
Max. virtual memory (cumulated for all children) (KiB): 2138228
Max. memory (cumulated for all children) (KiB): 1963080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.38
system time used= 1.94459
maximum resident set size= 1965156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 917481
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= 445
involuntary context switches= 91618


# summary of solver processes directly reported to runsolver:
#   pid: 84371
#   total CPU time (s): 3602.33
#   total CPU user time (s): 3600.38
#   total CPU system time (s): 1.94459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.69388 second user time and 8.31596 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 20:10:36
IDJOB=4521065
IDBENCH=178219
IDSOLVER=3336
FILE ID=nodeC017/4521065-1751566236
RUNJOBID= nodeC017-1751565791-83967
SLURM_JOB_ID= 9598774
Free space on /tmp= 432308 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-4521065-1751566236/watcher-4521065-1751566236 -o /tmp/evaluation-result-4521065-1751566236/solver-4521065-1751566236 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751565791-83967 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4521065-1751566236.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 83591af43c3da6ede4007c8e5a8d776b
RANDOM SEED=689090971

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.068
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.050
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		: 3599.800
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:        124155964 kB
MemAvailable:   127983084 kB
Buffers:            1688 kB
Cached:          4595648 kB
SwapCached:            8 kB
Active:          2072984 kB
Inactive:        4306268 kB
Active(anon):    1783860 kB
Inactive(anon):    16128 kB
Active(file):     289124 kB
Inactive(file):  4290140 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58484 kB
Writeback:            32 kB
AnonPages:       1784980 kB
Mapped:           138736 kB
Shmem:             18072 kB
KReclaimable:     173792 kB
Slab:             265520 kB
SReclaimable:     173792 kB
SUnreclaim:        91728 kB
KernelStack:        4352 kB
PageTables:         6856 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2188276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    866304 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= 432260 MiB
End job on nodeC017 at 2025-07-03 20:41:04