Trace number 4485077

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.15 1822.19

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
MD5SUMd08022a8f602c12904bf031cb8221b8f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark5.01443
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables595
Total number of constraints27847
Number of constraints which are clauses27847
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 constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
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 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=42081, runsolver pid=42078

[startup+0.100062 s]*
/proc/loadavg: 8.04 8.04 8.00 8/266 42082
/proc/meminfo: memFree=125700472/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=54308 memory=19840 CPUtime=0.09 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 3923 0 0 0 9 0 0 0 20 0 1 0 44190936 55611392 4960 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 13577 4960 1184 6655 0 3812 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19840 KiB

[startup+0.205627 s]*
/proc/loadavg: 8.04 8.04 8.00 8/266 42082
/proc/meminfo: memFree=125696440/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=54308 memory=19840 CPUtime=0.19 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 3923 0 0 0 19 0 0 0 20 0 1 0 44190936 55611392 4960 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 13577 4960 1184 6655 0 3812 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19840 KiB

[startup+0.305491 s]*
/proc/loadavg: 8.04 8.04 8.00 8/266 42082
/proc/meminfo: memFree=125696440/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=54308 memory=19840 CPUtime=0.29 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 3923 0 0 0 29 0 0 0 20 0 1 0 44190936 55611392 4960 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 13577 4960 1184 6655 0 3812 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19840 KiB

[startup+0.700182 s]
/proc/loadavg: 8.04 8.04 8.00 8/266 42082
/proc/meminfo: memFree=125702336/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=54308 memory=19840 CPUtime=0.68 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 3923 0 0 0 68 0 0 0 20 0 1 0 44190936 55611392 4960 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 13577 4960 1184 6655 0 3812 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19840 KiB

[startup+1.50018 s]
/proc/loadavg: 8.04 8.04 8.00 8/266 42082
/proc/meminfo: memFree=125702336/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=54308 memory=19840 CPUtime=1.48 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 3923 0 0 0 148 0 0 0 20 0 1 0 44190936 55611392 4960 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 13577 4960 1184 6655 0 3812 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19840 KiB

[startup+3.1053 s]
/proc/loadavg: 8.04 8.04 8.00 8/266 42082
/proc/meminfo: memFree=125717088/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=54308 memory=19840 CPUtime=3.08 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 3923 0 0 0 308 0 0 0 20 0 1 0 44190936 55611392 4960 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 13577 4960 1184 6655 0 3812 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19840 KiB

[startup+6.30017 s]
/proc/loadavg: 7.96 8.02 8.00 8/265 42082
/proc/meminfo: memFree=125703508/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=54308 memory=19840 CPUtime=6.27 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 3923 0 0 0 627 0 0 0 20 0 1 0 44190936 55611392 4960 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 13577 4960 1184 6655 0 3812 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 54308 KiB
Current children cumulated memory: 19840 KiB

[startup+12.7002 s]
/proc/loadavg: 7.96 8.02 8.00 9/266 42083
/proc/meminfo: memFree=125634612/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=180548 memory=90892 CPUtime=14.84 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 19219 0 0 0 1481 3 0 0 20 0 2 0 44190936 184881152 22723 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 45137 22723 3488 6655 0 21748 0
[pid=42081/tid=42083] ppid=42078 vsize=180548 memory=68492 CPUtime=2.18 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 2838 0 0 0 218 0 0 0 20 0 2 0 44191940 184881152 22723 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 14.84 s
Current children cumulated vsize: 180548 KiB
Current children cumulated memory: 90892 KiB

[startup+25.5002 s]
/proc/loadavg: 7.82 7.99 7.99 7/265 42132
/proc/meminfo: memFree=125966312/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=191216 memory=106508 CPUtime=40.26 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 38507 0 0 0 4020 6 0 0 20 0 2 0 44190936 195805184 26627 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 47804 26627 3520 6655 0 26176 0
[pid=42081/tid=42083] ppid=42078 vsize=191216 memory=105612 CPUtime=14.84 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 9343 0 0 0 1483 1 0 0 20 0 2 0 44191940 195805184 26627 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 40.26 s
Current children cumulated vsize: 191216 KiB
Current children cumulated memory: 106508 KiB

[startup+51.1056 s]
/proc/loadavg: 7.77 7.96 7.98 9/267 42181
/proc/meminfo: memFree=126161912/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=191216 memory=105988 CPUtime=91.13 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 52477 0 0 0 9104 9 0 0 20 0 2 0 44190936 195805184 26497 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 47804 26497 3520 6655 0 28180 0
[pid=42081/tid=42083] ppid=42078 vsize=191216 memory=14824 CPUtime=40.2 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 17521 0 0 0 4018 2 0 0 20 0 2 0 44191940 195805184 26497 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 91.13 s
Current children cumulated vsize: 191216 KiB
Current children cumulated memory: 105988 KiB

[startup+102.3 s]
/proc/loadavg: 7.81 7.92 7.96 9/268 42233
/proc/meminfo: memFree=125752904/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=314496 memory=227336 CPUtime=192.85 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 102024 0 0 0 19264 21 0 0 20 0 2 0 44190936 322043904 56834 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 78624 56834 3520 6655 0 55110 0
[pid=42081/tid=42083] ppid=42078 vsize=314496 memory=211336 CPUtime=90.9 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 43407 0 0 0 9081 9 0 0 20 0 2 0 44191940 322043904 56834 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 192.85 s
Current children cumulated vsize: 314496 KiB
Current children cumulated memory: 227336 KiB

[startup+162.3 s]
/proc/loadavg: 7.98 7.94 7.97 9/270 42241
/proc/meminfo: memFree=125772220/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=329184 memory=244676 CPUtime=308.8 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 129386 0 0 0 30855 25 0 0 20 0 2 0 44190936 337084416 61169 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 82296 61169 3520 6655 0 60912 0
[pid=42081/tid=42083] ppid=42078 vsize=329184 memory=14824 CPUtime=148.43 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 54790 0 0 0 14832 11 0 0 20 0 2 0 44191940 337084416 61169 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 308.8 s
Current children cumulated vsize: 329184 KiB
Current children cumulated memory: 244676 KiB

[startup+222.3 s]
/proc/loadavg: 7.99 7.95 7.98 9/270 42242
/proc/meminfo: memFree=125707376/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=329184 memory=244676 CPUtime=428.07 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 159155 0 0 0 42777 30 0 0 20 0 2 0 44190936 337084416 61169 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 82296 61169 3520 6655 0 60912 0
[pid=42081/tid=42083] ppid=42078 vsize=329184 memory=14824 CPUtime=208.26 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 67484 0 0 0 20813 13 0 0 20 0 2 0 44191940 337084416 61169 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 428.07 s
Current children cumulated vsize: 329184 KiB
Current children cumulated memory: 244676 KiB

[startup+282.3 s]
/proc/loadavg: 7.98 7.95 7.97 9/270 42290
/proc/meminfo: memFree=125752296/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=329184 memory=245368 CPUtime=544.69 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 168987 0 0 0 54434 35 0 0 20 0 2 0 44190936 337084416 61342 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 82296 61342 3520 6655 0 60912 0
[pid=42081/tid=42083] ppid=42078 vsize=329184 memory=245368 CPUtime=265.92 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 69304 0 0 0 26576 16 0 0 20 0 2 0 44191940 337084416 61342 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 544.69 s
Current children cumulated vsize: 329184 KiB
Current children cumulated memory: 245368 KiB

[startup+342.3 s]
/proc/loadavg: 8.05 7.98 7.99 9/270 42293
/proc/meminfo: memFree=125702348/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=329184 memory=245368 CPUtime=663.92 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 180233 0 0 0 66355 37 0 0 20 0 2 0 44190936 337084416 61342 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 82296 61342 3520 6655 0 60912 0
[pid=42081/tid=42083] ppid=42078 vsize=329184 memory=245368 CPUtime=325.72 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 80176 0 0 0 32555 17 0 0 20 0 2 0 44191940 337084416 61342 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 663.92 s
Current children cumulated vsize: 329184 KiB
Current children cumulated memory: 245368 KiB

[startup+402.3 s]

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

/proc/42081/statm: 622230 612877 3520 6655 0 611147 0
[pid=42081/tid=42083] ppid=42078 vsize=2488920 memory=2405556 CPUtime=1401.98 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 415200 0 0 0 140107 91 0 0 20 0 2 0 44191940 2548654080 612877 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 2809.86 s
Current children cumulated vsize: 2488920 KiB
Current children cumulated memory: 2451508 KiB

[startup+1482.3 s]
/proc/loadavg: 7.17 7.24 7.53 8/267 42395
/proc/meminfo: memFree=122245904/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=2685900 memory=2588720 CPUtime=2929.07 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 883876 0 0 0 292721 186 0 0 20 0 2 0 44190936 2750361600 647180 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 671475 647180 3520 6655 0 645435 0
[pid=42081/tid=42083] ppid=42078 vsize=2685900 memory=2438964 CPUtime=1461.76 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 439019 0 0 0 146080 96 0 0 20 0 2 0 44191940 2750361600 647180 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 2929.07 s
Current children cumulated vsize: 2685900 KiB
Current children cumulated memory: 2588720 KiB

[startup+1542.3 s]
/proc/loadavg: 7.11 7.21 7.50 8/268 42398
/proc/meminfo: memFree=122089236/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=2736656 memory=2697008 CPUtime=3048.28 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 918263 0 0 0 304637 191 0 0 20 0 2 0 44190936 2802335744 674252 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 684164 674252 3520 6655 0 672552 0
[pid=42081/tid=42083] ppid=42078 vsize=2736656 memory=14824 CPUtime=1521.54 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 457198 0 0 0 152055 99 0 0 20 0 2 0 44191940 2802335744 674252 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 3048.28 s
Current children cumulated vsize: 2736656 KiB
Current children cumulated memory: 2697008 KiB

[startup+1602.3 s]
/proc/loadavg: 7.08 7.18 7.47 8/268 42400
/proc/meminfo: memFree=121937840/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=2881800 memory=2848248 CPUtime=3167.49 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 960873 0 0 0 316548 201 0 0 20 0 2 0 44190936 2950963200 712062 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 720450 712062 3520 6655 0 710363 0
[pid=42081/tid=42083] ppid=42078 vsize=2881800 memory=2706224 CPUtime=1581.34 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 477216 0 0 0 158029 105 0 0 20 0 2 0 44191940 2950963200 712062 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 3167.49 s
Current children cumulated vsize: 2881800 KiB
Current children cumulated memory: 2848248 KiB

[startup+1662.3 s]
/proc/loadavg: 7.13 7.18 7.45 8/267 42402
/proc/meminfo: memFree=121656364/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=3012988 memory=2975996 CPUtime=3286.7 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 1002752 0 0 0 328460 210 0 0 20 0 2 0 44190936 3085299712 743999 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 753247 743999 3520 6655 0 742270 0
[pid=42081/tid=42083] ppid=42078 vsize=3012988 memory=14824 CPUtime=1641.12 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 497951 0 0 0 164002 110 0 0 20 0 2 0 44191940 3085299712 743999 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 3286.7 s
Current children cumulated vsize: 3012988 KiB
Current children cumulated memory: 2975996 KiB

[startup+1722.3 s]
/proc/loadavg: 6.84 7.11 7.41 8/267 42497
/proc/meminfo: memFree=121707900/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=3217152 memory=3128444 CPUtime=3405.8 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 1061446 0 0 0 340351 229 0 0 20 0 2 0 44190936 3294363648 782111 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 804288 782111 3520 6655 0 780596 0
[pid=42081/tid=42083] ppid=42078 vsize=3217152 memory=14824 CPUtime=1700.88 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 533400 0 0 0 169967 121 0 0 20 0 2 0 44191940 3294363648 782111 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 3405.8 s
Current children cumulated vsize: 3217152 KiB
Current children cumulated memory: 3128444 KiB

[startup+1782.3 s]
/proc/loadavg: 7.05 7.12 7.39 8/267 42499
/proc/meminfo: memFree=121480164/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=3367740 memory=3299324 CPUtime=3525.01 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 1108687 0 0 0 352265 236 0 0 20 0 2 0 44190936 3448565760 824831 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 841935 824831 3520 6655 0 823128 0
[pid=42081/tid=42083] ppid=42078 vsize=3367740 memory=17792 CPUtime=1760.7 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 556229 0 0 0 175945 125 0 0 20 0 2 0 44191940 3448565760 824831 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 3525.01 s
Current children cumulated vsize: 3367740 KiB
Current children cumulated memory: 3299324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.11 s]
/proc/loadavg: 7.10 7.12 7.38 8/266 42500
/proc/meminfo: memFree=121320904/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=3504112 memory=3437468 CPUtime=3600.11 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) R 42078 42081 40512 0 -1 4194304 1151665 0 0 0 359767 244 0 0 20 0 2 0 44190936 3588210688 859367 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 876028 859367 3520 6655 0 857953 0
[pid=42081/tid=42083] ppid=42078 vsize=3504112 memory=17792 CPUtime=1798.39 cores=0,2
/proc/42081/task/42083/stat : 42083 (LSIPExact) R 42078 42081 40512 0 -1 4194368 577091 0 0 0 179711 128 0 0 20 0 2 0 44191940 3588210688 859367 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 3504112 KiB
Current children cumulated memory: 3437468 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.51 s, system=2.64 s

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

[startup+1820.8 s]
/proc/loadavg: 7.10 7.12 7.38 8/266 42500
/proc/meminfo: memFree=121320904/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=2418484 memory=2324268 CPUtime=3600.29 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) S 42078 42081 40512 0 -1 4194304 1244083 230 0 0 359775 254 0 0 20 0 1 0 44190936 2476527616 581067 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 604621 581067 3552 6655 0 594682 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 2418484 KiB
Current children cumulated memory: 2324268 KiB

[startup+1821.6 s]
/proc/loadavg: 7.10 7.12 7.38 7/266 42502
/proc/meminfo: memFree=122407360/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=2418484 memory=2324268 CPUtime=3600.29 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) S 42078 42081 40512 0 -1 4194304 1244083 230 0 0 359775 254 0 0 20 0 1 0 44190936 2476527616 581067 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 604621 581067 3552 6655 0 594682 0
[pid=42502] ppid=42081 vsize=59232 memory=44940 CPUtime=1.26 cores=0,2
/proc/42502/stat : 42502 (Exact) R 42081 42502 42502 0 -1 4194304 7838 0 0 0 125 1 0 0 20 0 1 0 44372966 60653568 11235 18446744073709551615 4198400 8335837 140723274440608 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9148648 9230840 25628672 140723274447028 140723274447389 140723274447389 140723274452943 0
/proc/42502/statm: 14808 11235 1120 1011 0 13575 0
Current children cumulated CPU time: 3601.55 s
Current children cumulated vsize: 2477716 KiB
Current children cumulated memory: 2369208 KiB

[startup+1822 s]*
/proc/loadavg: 7.10 7.12 7.38 7/266 42502
/proc/meminfo: memFree=122388760/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=2418484 memory=2324268 CPUtime=3600.29 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) S 42078 42081 40512 0 -1 4194304 1244083 230 0 0 359775 254 0 0 20 0 1 0 44190936 2476527616 581067 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 604621 581067 3552 6655 0 594682 0
[pid=42502] ppid=42081 vsize=59668 memory=47336 CPUtime=1.66 cores=0,2
/proc/42502/stat : 42502 (Exact) R 42081 42502 42502 0 -1 4194304 7922 0 0 0 165 1 0 0 20 0 1 0 44372966 61100032 11834 18446744073709551615 4198400 8335837 140723274440608 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9148648 9230840 25628672 140723274447028 140723274447389 140723274447389 140723274452943 0
/proc/42502/statm: 14917 11834 1120 1011 0 13684 0
Current children cumulated CPU time: 3601.95 s
Current children cumulated vsize: 2478152 KiB
Current children cumulated memory: 2371604 KiB

[startup+1822.11 s]
/proc/loadavg: 7.10 7.12 7.38 7/266 42502
/proc/meminfo: memFree=122388760/131249996 swapFree=33010684/33010684
[pid=42081] ppid=42078 vsize=2418484 memory=2324268 CPUtime=3600.29 cores=0,2
/proc/42081/stat : 42081 (LSIPExact) S 42078 42081 40512 0 -1 4194304 1244083 230 0 0 359775 254 0 0 20 0 1 0 44190936 2476527616 581067 18446744073709551615 94248617091072 94248644347473 140734227353600 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94248652850312 94248653281920 94248681324544 140734227360090 140734227360266 140734227360266 140734227365868 0
/proc/42081/statm: 604621 581067 3552 6655 0 594682 0
[pid=42502] ppid=42081 vsize=60008 memory=47720 CPUtime=1.76 cores=0,2
/proc/42502/stat : 42502 (Exact) R 42081 42502 42502 0 -1 4194304 8022 0 0 0 175 1 0 0 20 0 1 0 44372966 61448192 11930 18446744073709551615 4198400 8335837 140723274440608 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9148648 9230840 25628672 140723274447028 140723274447389 140723274447389 140723274452943 0
/proc/42502/statm: 15002 11930 1120 1011 0 13769 0
Current children cumulated CPU time: 3602.05 s
Current children cumulated vsize: 2478492 KiB
Current children cumulated memory: 2371988 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1822.19
CPU time (s): 3602.15
CPU user time (s): 3599.51
CPU system time (s): 2.64
CPU usage (%): 197.683
Max. virtual memory (cumulated for all children) (KiB): 3504112
Max. memory (cumulated for all children) (KiB): 3437468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.51
system time used= 2.64
maximum resident set size= 3437596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1254155
page faults= 0
swaps= 0
block input operations= 1296
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 574
involuntary context switches= 69135


# summary of solver processes directly reported to runsolver:
#   pid: 42081
#   total CPU time (s): 3602.15
#   total CPU user time (s): 3599.51
#   total CPU system time (s): 2.64

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.74383 second user time and 8.12913 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 14:05:32
IDJOB=4485077
IDBENCH=146693
IDSOLVER=3336
FILE ID=nodeC017/4485077-1751285132
RUNJOBID= nodeC017-1751279512-40522
SLURM_JOB_ID= 9594216
Free space on /tmp= 432880 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485077-1751285132/watcher-4485077-1751285132 -o /tmp/evaluation-result-4485077-1751285132/solver-4485077-1751285132 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751279512-40522 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4485077-1751285132.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= d08022a8f602c12904bf031cb8221b8f
RANDOM SEED=712502070

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.585
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		: 3600.063
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.063
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.055
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.089
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.059
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.092
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		: 3600.079
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:        125715340 kB
MemAvailable:   128677112 kB
Buffers:            2380 kB
Cached:          3733068 kB
SwapCached:            0 kB
Active:          1369992 kB
Inactive:        3427524 kB
Active(anon):    1080136 kB
Inactive(anon):       12 kB
Active(file):     289856 kB
Inactive(file):  3427512 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45280 kB
Writeback:             4 kB
AnonPages:       1065180 kB
Mapped:           140036 kB
Shmem:             18080 kB
KReclaimable:     166888 kB
Slab:             255580 kB
SReclaimable:     166888 kB
SUnreclaim:        88692 kB
KernelStack:        4288 kB
PageTables:         5172 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1416208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    512000 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= 432836 MiB
End job on nodeC017 at 2025-06-30 14:35:54