Trace number 4514725

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 NameAnswerCPU timeWall clock time
LSIPExact S1UNSAT 1497.06 792.392

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_18.opb
MD5SUM81a3482013934a1c472e0f197243e7de
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.76126
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables552
Total number of constraints2558
Number of constraints which are clauses2553
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1430.86/726.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1430.86/726.01	c numVar: 552
1430.86/726.01	c numCon: 2558
1430.86/726.01	c numEqual: 4
1430.86/726.01	c intSize: 6
1430.86/726.01	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1430.86/726.01	c ------------------- Paras list -------------------
1430.86/726.01	c Name                	 Type      	 Now       	 Default   	 Comment
1430.86/726.01	c timeout             	 double    	 3600.000000	 3600      	 
1430.86/726.01	c mip_time            	 double    	 0.200000  	 0.5       	 
1430.86/726.01	c ls_time             	 double    	 10.000000 	 10        	 
1430.86/726.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1430.86/726.01	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1430.86/726.01	c random_seed         	 int       	 0         	 0         	 
1430.86/726.01	c sample_size         	 int       	 50        	 50        	 
1430.86/726.01	c sub_score           	 int       	 1         	 1         	 
1430.86/726.01	c tabu_base           	 int       	 3         	 3         	 
1430.86/726.01	c tabu_variation      	 int       	 1         	 1         	 
1430.86/726.01	c sub_div             	 int       	 4         	 4         	 
1430.86/726.01	c nbcore              	 int       	 2         	 1         	 
1430.86/726.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1430.86/726.01	c print_sol           	 int       	 1         	 1         	 
1430.86/726.01	c tmpdir              	 string		 .         	 "."       	 
1430.86/726.01	c home                	 string		 HOME	 "."       	 
1430.86/726.01	c benchname           	 string		 HOME/instance-4514725-1751139641.opb	 ""        	 
1430.86/726.01	c --------------------------------------------------
1430.86/726.01	c Local Search solver
1430.86/726.01	c MIP solver
1430.86/726.01	c use Exact solver
1496.94/792.39	c Exact infeasible
1496.94/792.39	s UNSATISFIABLE
1496.94/792.39	c Total time: 793

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: 63708 MiB (62780 MiB free)
  memory of node 1: 64465 MiB (63642 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514725-1751139641/watcher-4514725-1751139641 -o /tmp/evaluation-result-4514725-1751139641/solver-4514725-1751139641 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751133631-12378 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4514725-1751139641.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=14503, runsolver pid=14500

[startup+0.100061 s]*
/proc/loadavg: 5.14 5.46 5.57 6/267 14504
/proc/meminfo: memFree=129457100/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=41392 memory=6912 CPUtime=0.09 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 720 0 0 0 9 0 0 0 20 0 1 0 29641663 42385408 1728 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 10348 1728 1152 6655 0 583 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41392 KiB
Current children cumulated memory: 6912 KiB

[startup+0.205534 s]*
/proc/loadavg: 5.14 5.46 5.57 6/267 14504
/proc/meminfo: memFree=129456360/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=41392 memory=6912 CPUtime=0.19 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 720 0 0 0 19 0 0 0 20 0 1 0 29641663 42385408 1728 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 10348 1728 1152 6655 0 583 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 41392 KiB
Current children cumulated memory: 6912 KiB

[startup+0.305459 s]*
/proc/loadavg: 5.14 5.46 5.57 6/267 14504
/proc/meminfo: memFree=129456360/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=41392 memory=6912 CPUtime=0.28 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 720 0 0 0 28 0 0 0 20 0 1 0 29641663 42385408 1728 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 10348 1728 1152 6655 0 583 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 41392 KiB
Current children cumulated memory: 6912 KiB

[startup+0.700177 s]
/proc/loadavg: 5.14 5.46 5.57 6/267 14504
/proc/meminfo: memFree=129456360/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=41392 memory=6912 CPUtime=0.67 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 720 0 0 0 67 0 0 0 20 0 1 0 29641663 42385408 1728 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 10348 1728 1152 6655 0 583 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 41392 KiB
Current children cumulated memory: 6912 KiB

[startup+1.50011 s]
/proc/loadavg: 5.14 5.46 5.57 6/267 14504
/proc/meminfo: memFree=129456360/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=41392 memory=6912 CPUtime=1.47 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 720 0 0 0 147 0 0 0 20 0 1 0 29641663 42385408 1728 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 10348 1728 1152 6655 0 583 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 41392 KiB
Current children cumulated memory: 6912 KiB

[startup+3.10527 s]
/proc/loadavg: 5.13 5.45 5.57 6/267 14504
/proc/meminfo: memFree=129456376/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=41392 memory=6912 CPUtime=3.07 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 720 0 0 0 307 0 0 0 20 0 1 0 29641663 42385408 1728 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 10348 1728 1152 6655 0 583 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 41392 KiB
Current children cumulated memory: 6912 KiB

[startup+6.3001 s]
/proc/loadavg: 5.13 5.45 5.57 6/267 14504
/proc/meminfo: memFree=129456376/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=41392 memory=6912 CPUtime=6.26 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 720 0 0 0 626 0 0 0 20 0 1 0 29641663 42385408 1728 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 10348 1728 1152 6655 0 583 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 41392 KiB
Current children cumulated memory: 6912 KiB

[startup+12.7002 s]
/proc/loadavg: 5.12 5.44 5.57 7/268 14505
/proc/meminfo: memFree=129440512/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=129940 memory=34480 CPUtime=15.28 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 5235 0 0 0 1528 0 0 0 20 0 2 0 29641663 133058560 8620 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 32485 8620 3328 6655 0 7140 0
[pid=14503/tid=14505] ppid=14500 vsize=129940 memory=34480 CPUtime=2.63 cores=4,6
/proc/14503/task/14505/stat : 14505 (LSIPExact) R 14500 14503 12362 0 -1 4194368 855 0 0 0 263 0 0 0 20 0 2 0 29642664 133058560 8620 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
Current children cumulated CPU time: 15.28 s
Current children cumulated vsize: 129940 KiB
Current children cumulated memory: 34480 KiB

[startup+25.5002 s]
/proc/loadavg: 5.38 5.48 5.58 7/268 14505
/proc/meminfo: memFree=129428516/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=129940 memory=37040 CPUtime=40.74 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 12726 0 0 0 4073 1 0 0 20 0 2 0 29641663 133058560 9260 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 32485 9260 3328 6655 0 7722 0
[pid=14503/tid=14505] ppid=14500 vsize=129940 memory=36656 CPUtime=15.32 cores=4,6
/proc/14503/task/14505/stat : 14505 (LSIPExact) R 14500 14503 12362 0 -1 4194368 4165 0 0 0 1532 0 0 0 20 0 2 0 29642664 133058560 9260 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
Current children cumulated CPU time: 40.74 s
Current children cumulated vsize: 129940 KiB
Current children cumulated memory: 37040 KiB

[startup+51.1054 s]
/proc/loadavg: 5.60 5.53 5.59 7/268 14506
/proc/meminfo: memFree=129426256/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=129940 memory=37424 CPUtime=91.65 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 13155 0 0 0 9164 1 0 0 20 0 2 0 29641663 133058560 9356 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 32485 9356 3328 6655 0 7863 0
[pid=14503/tid=14505] ppid=14500 vsize=129940 memory=17408 CPUtime=40.68 cores=4,6
/proc/14503/task/14505/stat : 14505 (LSIPExact) R 14500 14503 12362 0 -1 4194368 4331 0 0 0 4068 0 0 0 20 0 2 0 29642664 133058560 9356 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
Current children cumulated CPU time: 91.65 s
Current children cumulated vsize: 129940 KiB
Current children cumulated memory: 37424 KiB

[startup+102.3 s]
/proc/loadavg: 5.91 5.63 5.63 7/268 14508
/proc/meminfo: memFree=129421028/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=129940 memory=37936 CPUtime=193.46 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 19494 0 0 0 19344 2 0 0 20 0 2 0 29641663 133058560 9484 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 32485 9484 3328 6655 0 7914 0
[pid=14503/tid=14505] ppid=14500 vsize=129940 memory=37808 CPUtime=91.42 cores=4,6
/proc/14503/task/14505/stat : 14505 (LSIPExact) R 14500 14503 12362 0 -1 4194368 7469 0 0 0 9142 0 0 0 20 0 2 0 29642664 133058560 9484 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
Current children cumulated CPU time: 193.46 s
Current children cumulated vsize: 129940 KiB
Current children cumulated memory: 37936 KiB

[startup+162.3 s]
/proc/loadavg: 6.00 5.71 5.66 7/267 14510
/proc/meminfo: memFree=129408484/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=130388 memory=38320 CPUtime=312.76 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 25825 0 0 0 31273 3 0 0 20 0 2 0 29641663 133517312 9580 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 32597 9580 3328 6655 0 8043 0
[pid=14503/tid=14505] ppid=14500 vsize=130388 memory=37808 CPUtime=150.87 cores=4,6
/proc/14503/task/14505/stat : 14505 (LSIPExact) R 14500 14503 12362 0 -1 4194368 10703 0 0 0 15086 1 0 0 20 0 2 0 29642664 133517312 9580 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
Current children cumulated CPU time: 312.76 s
Current children cumulated vsize: 130388 KiB
Current children cumulated memory: 38320 KiB

[startup+222.3 s]
/proc/loadavg: 6.01 5.77 5.68 7/268 14517
/proc/meminfo: memFree=129395960/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=134948 memory=44848 CPUtime=429.81 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 28855 0 0 0 42977 4 0 0 20 0 2 0 29641663 138186752 11212 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 33737 11212 3360 6655 0 9633 0
[pid=14503/tid=14505] ppid=14500 vsize=134948 memory=44848 CPUtime=210.57 cores=4,6
/proc/14503/task/14505/stat : 14505 (LSIPExact) R 14500 14503 12362 0 -1 4194368 11392 0 0 0 21056 1 0 0 20 0 2 0 29642664 138186752 11212 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
Current children cumulated CPU time: 429.81 s
Current children cumulated vsize: 134948 KiB
Current children cumulated memory: 44848 KiB

[startup+282.3 s]
/proc/loadavg: 5.89 5.79 5.70 6/268 14519
/proc/meminfo: memFree=129340504/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=56752 CPUtime=548.67 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 42681 0 0 0 54861 6 0 0 20 0 2 0 29641663 147443712 14188 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14188 3360 6655 0 14699 0
[pid=14503/tid=14505] ppid=14500 vsize=143988 memory=56752 CPUtime=269.98 cores=4,6
/proc/14503/task/14505/stat : 14505 (LSIPExact) R 14500 14503 12362 0 -1 4194368 18823 0 0 0 26996 2 0 0 20 0 2 0 29642664 147443712 14188 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
Current children cumulated CPU time: 548.67 s
Current children cumulated vsize: 143988 KiB
Current children cumulated memory: 56752 KiB

[startup+342.3 s]
/proc/loadavg: 5.38 5.66 5.66 6/268 14522
/proc/meminfo: memFree=129331376/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=56752 CPUtime=667.96 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 43434 0 0 0 66790 6 0 0 20 0 2 0 29641663 147443712 14188 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14188 3360 6655 0 14699 0
[pid=14503/tid=14505] ppid=14500 vsize=143988 memory=56752 CPUtime=329.84 cores=4,6
/proc/14503/task/14505/stat : 14505 (LSIPExact) R 14500 14503 12362 0 -1 4194368 19459 0 0 0 32982 2 0 0 20 0 2 0 29642664 147443712 14188 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
Current children cumulated CPU time: 667.96 s
Current children cumulated vsize: 143988 KiB
Current children cumulated memory: 56752 KiB

[startup+402.3 s]

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

/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 48622 0 0 0 114506 9 0 0 20 0 2 0 29641663 147443712 14796 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14796 3360 6655 0 14699 0
[pid=14503/tid=14505] ppid=14500 vsize=143988 memory=59184 CPUtime=569.25 cores=4,6
/proc/14503/task/14505/stat : 14505 (LSIPExact) R 14500 14503 12362 0 -1 4194368 22312 0 0 0 56922 3 0 0 20 0 2 0 29642664 147443712 14796 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
Current children cumulated CPU time: 1145.15 s
Current children cumulated vsize: 143988 KiB
Current children cumulated memory: 59184 KiB

[startup+642.3 s]
/proc/loadavg: 5.11 5.31 5.50 6/267 14535
/proc/meminfo: memFree=129262468/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=59184 CPUtime=1264.44 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 48622 0 0 0 126435 9 0 0 20 0 2 0 29641663 147443712 14796 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14796 3360 6655 0 14699 0
[pid=14503/tid=14505] ppid=14500 vsize=143988 memory=59184 CPUtime=629.11 cores=4,6
/proc/14503/task/14505/stat : 14505 (LSIPExact) R 14500 14503 12362 0 -1 4194368 22312 0 0 0 62908 3 0 0 20 0 2 0 29642664 147443712 14796 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
Current children cumulated CPU time: 1264.44 s
Current children cumulated vsize: 143988 KiB
Current children cumulated memory: 59184 KiB

[startup+702.3 s]
/proc/loadavg: 5.08 5.27 5.47 6/268 14539
/proc/meminfo: memFree=129261120/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=59184 CPUtime=1383.73 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) R 14500 14503 12362 0 -1 4194304 48628 0 0 0 138364 9 0 0 20 0 2 0 29641663 147443712 14796 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14796 3360 6655 0 14699 0
[pid=14503/tid=14505] ppid=14500 vsize=143988 memory=59184 CPUtime=688.97 cores=4,6
/proc/14503/task/14505/stat : 14505 (LSIPExact) R 14500 14503 12362 0 -1 4194368 22313 0 0 0 68894 3 0 0 20 0 2 0 29642664 147443712 14796 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
Current children cumulated CPU time: 1383.73 s
Current children cumulated vsize: 143988 KiB
Current children cumulated memory: 59184 KiB

[startup+762.3 s]
/proc/loadavg: 4.74 5.15 5.42 5/268 14542
/proc/meminfo: memFree=129222232/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=57452 CPUtime=1430.87 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) S 14500 14503 12362 0 -1 4194304 48684 0 0 0 143078 9 0 0 20 0 1 0 29641663 147443712 14363 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14363 3392 6655 0 14699 0
[pid=14542] ppid=14503 vsize=39720 memory=23580 CPUtime=36.15 cores=4,6
/proc/14542/stat : 14542 (Exact) R 14503 14542 14542 0 -1 4194304 7084 0 0 0 3592 23 0 0 20 0 1 0 29714264 40673280 5895 18446744073709551615 4198400 8335837 140734891100032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44527616 140734891104443 140734891104797 140734891104797 140734891110351 0
/proc/14542/statm: 9930 5895 1120 1011 0 8697 0
Current children cumulated CPU time: 1467.02 s
Current children cumulated vsize: 183708 KiB
Current children cumulated memory: 81032 KiB

[startup+792.392 s]
# the end of solver process 14503 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1496.56 s, system=0.499933 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+768 s]*
/proc/loadavg: 4.62 5.11 5.40 5/268 14542
/proc/meminfo: memFree=129221988/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=57452 CPUtime=1430.87 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) S 14500 14503 12362 0 -1 4194304 48684 0 0 0 143078 9 0 0 20 0 1 0 29641663 147443712 14363 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14363 3392 6655 0 14699 0
[pid=14542] ppid=14503 vsize=40260 memory=24008 CPUtime=41.84 cores=4,6
/proc/14542/stat : 14542 (Exact) R 14503 14542 14542 0 -1 4194304 8106 0 0 0 4158 26 0 0 20 0 1 0 29714264 41226240 6002 18446744073709551615 4198400 8335837 140734891100032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44527616 140734891104443 140734891104797 140734891104797 140734891110351 0
/proc/14542/statm: 10065 6002 1120 1011 0 8832 0
Current children cumulated CPU time: 1472.71 s
Current children cumulated vsize: 184248 KiB
Current children cumulated memory: 81460 KiB

[startup+780.8 s]
/proc/loadavg: 4.53 5.08 5.38 5/268 14543
/proc/meminfo: memFree=129220540/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=57452 CPUtime=1430.87 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) S 14500 14503 12362 0 -1 4194304 48684 0 0 0 143078 9 0 0 20 0 1 0 29641663 147443712 14363 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14363 3392 6655 0 14699 0
[pid=14542] ppid=14503 vsize=42244 memory=25692 CPUtime=54.6 cores=4,6
/proc/14542/stat : 14542 (Exact) R 14503 14542 14542 0 -1 4194304 9619 0 0 0 5427 33 0 0 20 0 1 0 29714264 43257856 6423 18446744073709551615 4198400 8335837 140734891100032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44527616 140734891104443 140734891104797 140734891104797 140734891110351 0
/proc/14542/statm: 10561 6423 1120 1011 0 9328 0
Current children cumulated CPU time: 1485.47 s
Current children cumulated vsize: 186232 KiB
Current children cumulated memory: 83144 KiB

[startup+787.2 s]
/proc/loadavg: 4.48 5.06 5.38 5/270 14550
/proc/meminfo: memFree=129219400/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=57452 CPUtime=1430.87 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) S 14500 14503 12362 0 -1 4194304 48684 0 0 0 143078 9 0 0 20 0 1 0 29641663 147443712 14363 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14363 3392 6655 0 14699 0
[pid=14542] ppid=14503 vsize=43580 memory=26972 CPUtime=60.98 cores=4,6
/proc/14542/stat : 14542 (Exact) R 14503 14542 14542 0 -1 4194304 9953 0 0 0 6062 36 0 0 20 0 1 0 29714264 44625920 6743 18446744073709551615 4198400 8335837 140734891100032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44527616 140734891104443 140734891104797 140734891104797 140734891110351 0
/proc/14542/statm: 10895 6743 1120 1011 0 9662 0
Current children cumulated CPU time: 1491.85 s
Current children cumulated vsize: 187568 KiB
Current children cumulated memory: 84424 KiB

[startup+790.4 s]
/proc/loadavg: 4.45 5.04 5.37 5/270 14550
/proc/meminfo: memFree=129217888/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=57452 CPUtime=1430.87 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) S 14500 14503 12362 0 -1 4194304 48684 0 0 0 143078 9 0 0 20 0 1 0 29641663 147443712 14363 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14363 3392 6655 0 14699 0
[pid=14542] ppid=14503 vsize=44828 memory=30252 CPUtime=64.18 cores=4,6
/proc/14542/stat : 14542 (Exact) R 14503 14542 14542 0 -1 4194304 10266 0 0 0 6380 38 0 0 20 0 1 0 29714264 45903872 7563 18446744073709551615 4198400 8335837 140734891100032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44527616 140734891104443 140734891104797 140734891104797 140734891110351 0
/proc/14542/statm: 11207 7563 1120 1011 0 9974 0
Current children cumulated CPU time: 1495.05 s
Current children cumulated vsize: 188816 KiB
Current children cumulated memory: 87704 KiB

[startup+791.2 s]
/proc/loadavg: 4.45 5.04 5.37 5/270 14550
/proc/meminfo: memFree=129217888/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=57452 CPUtime=1430.87 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) S 14500 14503 12362 0 -1 4194304 48684 0 0 0 143078 9 0 0 20 0 1 0 29641663 147443712 14363 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14363 3392 6655 0 14699 0
[pid=14542] ppid=14503 vsize=44828 memory=30252 CPUtime=64.98 cores=4,6
/proc/14542/stat : 14542 (Exact) R 14503 14542 14542 0 -1 4194304 10268 0 0 0 6459 39 0 0 20 0 1 0 29714264 45903872 7563 18446744073709551615 4198400 8335837 140734891100032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44527616 140734891104443 140734891104797 140734891104797 140734891110351 0
/proc/14542/statm: 11207 7563 1120 1011 0 9974 0
Current children cumulated CPU time: 1495.85 s
Current children cumulated vsize: 188816 KiB
Current children cumulated memory: 87704 KiB

[startup+792 s]*
/proc/loadavg: 4.45 5.04 5.37 5/270 14550
/proc/meminfo: memFree=129217888/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=57452 CPUtime=1430.87 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) S 14500 14503 12362 0 -1 4194304 48684 0 0 0 143078 9 0 0 20 0 1 0 29641663 147443712 14363 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14363 3392 6655 0 14699 0
[pid=14542] ppid=14503 vsize=44828 memory=30252 CPUtime=65.78 cores=4,6
/proc/14542/stat : 14542 (Exact) R 14503 14542 14542 0 -1 4194304 10270 0 0 0 6539 39 0 0 20 0 1 0 29714264 45903872 7563 18446744073709551615 4198400 8335837 140734891100032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44527616 140734891104443 140734891104797 140734891104797 140734891110351 0
/proc/14542/statm: 11207 7563 1120 1011 0 9974 0
Current children cumulated CPU time: 1496.65 s
Current children cumulated vsize: 188816 KiB
Current children cumulated memory: 87704 KiB

[startup+792.2 s]
/proc/loadavg: 4.45 5.04 5.37 5/270 14550
/proc/meminfo: memFree=129217888/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=57452 CPUtime=1430.87 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) S 14500 14503 12362 0 -1 4194304 48684 0 0 0 143078 9 0 0 20 0 1 0 29641663 147443712 14363 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14363 3392 6655 0 14699 0
[pid=14542] ppid=14503 vsize=44828 memory=30252 CPUtime=65.97 cores=4,6
/proc/14542/stat : 14542 (Exact) R 14503 14542 14542 0 -1 4194304 10270 0 0 0 6558 39 0 0 20 0 1 0 29714264 45903872 7563 18446744073709551615 4198400 8335837 140734891100032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44527616 140734891104443 140734891104797 140734891104797 140734891110351 0
/proc/14542/statm: 11207 7563 1120 1011 0 9974 0
Current children cumulated CPU time: 1496.84 s
Current children cumulated vsize: 188816 KiB
Current children cumulated memory: 87704 KiB

[startup+792.3 s]
/proc/loadavg: 4.45 5.04 5.37 5/270 14550
/proc/meminfo: memFree=129217888/131250000 swapFree=33010684/33010684
[pid=14503] ppid=14500 vsize=143988 memory=57452 CPUtime=1430.87 cores=4,6
/proc/14503/stat : 14503 (LSIPExact) S 14500 14503 12362 0 -1 4194304 48684 0 0 0 143078 9 0 0 20 0 1 0 29641663 147443712 14363 18446744073709551615 94569659355136 94569686611537 140724336976816 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94569695114376 94569695545984 94569696186368 140724336982362 140724336982538 140724336982538 140724336988140 0
/proc/14503/statm: 35997 14363 3392 6655 0 14699 0
[pid=14542] ppid=14503 vsize=44828 memory=30252 CPUtime=66.07 cores=4,6
/proc/14542/stat : 14542 (Exact) R 14503 14542 14542 0 -1 4194304 10270 0 0 0 6568 39 0 0 20 0 1 0 29714264 45903872 7563 18446744073709551615 4198400 8335837 140734891100032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 44527616 140734891104443 140734891104797 140734891104797 140734891110351 0
/proc/14542/statm: 11207 7563 1120 1011 0 9974 0
Current children cumulated CPU time: 1496.94 s
Current children cumulated vsize: 188816 KiB
Current children cumulated memory: 87704 KiB

Child status: 0

Real time (s): 792.392
CPU time (s): 1497.06
CPU user time (s): 1496.56
CPU system time (s): 0.499933
CPU usage (%): 188.929
Max. virtual memory (cumulated for all children) (KiB): 188816
Max. memory (cumulated for all children) (KiB): 87704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1496.56
system time used= 0.499933
maximum resident set size= 59440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59372
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 332
involuntary context switches= 9866


# summary of solver processes directly reported to runsolver:
#   pid: 14503
#   total CPU time (s): 1497.06
#   total CPU user time (s): 1496.56
#   total CPU system time (s): 0.499933

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.65307 second user time and 3.53958 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-28 21:40:41
IDJOB=4514725
IDBENCH=162871
IDSOLVER=3336
FILE ID=nodeC016/4514725-1751139641
RUNJOBID= nodeC016-1751133631-12378
SLURM_JOB_ID= 9587416
Free space on /tmp= 432932 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_18.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514725-1751139641/watcher-4514725-1751139641 -o /tmp/evaluation-result-4514725-1751139641/solver-4514725-1751139641 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751133631-12378 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4514725-1751139641.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 81a3482013934a1c472e0f197243e7de
RANDOM SEED=89245473

nodeC016 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		: 3599.736
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	: 6999.48
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.754
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	: 6999.48
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		: 3503.547
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	: 6999.48
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.755
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	: 6999.48
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.718
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	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.725
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	: 6999.48
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		: 3590.935
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	: 6999.48
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		: 3700.000
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	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129457100 kB
MemAvailable:   129210120 kB
Buffers:            3280 kB
Cached:           566404 kB
SwapCached:            0 kB
Active:           849588 kB
Inactive:         360032 kB
Active(anon):     658008 kB
Inactive(anon):        0 kB
Active(file):     191580 kB
Inactive(file):   360032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44388 kB
Writeback:             0 kB
AnonPages:        640264 kB
Mapped:           148332 kB
Shmem:             18072 kB
KReclaimable:      81292 kB
Slab:             163840 kB
SReclaimable:      81292 kB
SUnreclaim:        82548 kB
KernelStack:        4316 kB
PageTables:         4868 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1067956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    450560 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC016 at 2025-06-28 21:53:54