Trace number 4524147

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.4 1845.19

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-FoolSolitaire-table-2-0_c24.opb
MD5SUM2e656679a8d40db5005d825083b376ef
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 benchmark9
Best CPU time to get the best result obtained on this benchmark948.994
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables887342
Total number of constraints892924
Number of constraints which are clauses195370
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints697522
Minimum length of a constraint1
Maximum length of a constraint2713
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 76
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 3053
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.03/1843.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.03/1843.11	c numVar: 887342
3600.03/1843.11	c numCon: 892924
3600.03/1843.11	c numEqual: 64
3600.03/1843.11	c intSize: 12
3600.03/1843.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.03/1843.11	c ------------------- Paras list -------------------
3600.03/1843.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.03/1843.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.03/1843.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.03/1843.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.03/1843.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.03/1843.11	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.03/1843.11	c random_seed         	 int       	 0         	 0         	 
3600.03/1843.11	c sample_size         	 int       	 50        	 50        	 
3600.03/1843.11	c sub_score           	 int       	 1         	 1         	 
3600.03/1843.11	c tabu_base           	 int       	 3         	 3         	 
3600.03/1843.11	c tabu_variation      	 int       	 1         	 1         	 
3600.03/1843.11	c sub_div             	 int       	 4         	 4         	 
3600.03/1843.11	c nbcore              	 int       	 2         	 1         	 
3600.03/1843.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.03/1843.11	c print_sol           	 int       	 1         	 1         	 
3600.03/1843.11	c tmpdir              	 string		 .         	 "."       	 
3600.03/1843.11	c home                	 string		 HOME	 "."       	 
3600.03/1843.11	c benchname           	 string		 HOME/instance-4524147-1751605850.opb	 ""        	 
3600.03/1843.11	c --------------------------------------------------
3600.03/1843.11	c Local Search solver
3600.03/1843.11	c MIP solver
3600.03/1843.11	c receive signal 15, try to interrupt solver...
3600.83/1843.61	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: 63708 MiB (62061 MiB free)
  memory of node 1: 64465 MiB (60133 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524147-1751605850/watcher-4524147-1751605850 -o /tmp/evaluation-result-4524147-1751605850/solver-4524147-1751605850 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751602168-84122 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4524147-1751605850.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=84800, runsolver pid=84797

[startup+0.100066 s]*
/proc/loadavg: 7.80 8.00 7.98 8/267 84801
/proc/meminfo: memFree=124937220/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=248184 memory=199320 CPUtime=0.09 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 36547 0 0 0 3 6 0 0 20 0 1 0 76261622 254140416 49830 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 62046 49830 1184 6655 0 52281 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 248184 KiB
Current children cumulated memory: 199320 KiB

[startup+0.205891 s]*
/proc/loadavg: 7.80 8.00 7.98 8/267 84801
/proc/meminfo: memFree=124888708/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=279272 memory=235800 CPUtime=0.2 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 44627 0 0 0 12 8 0 0 20 0 1 0 76261622 285974528 58950 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 69818 58950 1184 6655 0 60053 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 279272 KiB
Current children cumulated memory: 235800 KiB

[startup+0.305506 s]*
/proc/loadavg: 7.80 8.00 7.98 8/267 84801
/proc/meminfo: memFree=124880644/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=287984 memory=244504 CPUtime=0.29 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 46817 0 0 0 20 9 0 0 20 0 1 0 76261622 294895616 61126 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 71996 61126 1184 6655 0 62231 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 287984 KiB
Current children cumulated memory: 244504 KiB

[startup+0.700178 s]
/proc/loadavg: 7.80 8.00 7.98 8/267 84801
/proc/meminfo: memFree=124637172/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=602072 memory=566756 CPUtime=0.68 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 85986 0 0 0 50 18 0 0 20 0 1 0 76261622 616521728 141689 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 150518 141689 1184 6655 0 140753 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 602072 KiB
Current children cumulated memory: 566756 KiB

[startup+1.50018 s]
/proc/loadavg: 7.80 8.00 7.98 8/267 84801
/proc/meminfo: memFree=124443644/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=902116 memory=864260 CPUtime=1.48 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 157797 0 0 0 118 30 0 0 20 0 1 0 76261622 923766784 216065 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 225529 216065 1184 6655 0 215764 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 902116 KiB
Current children cumulated memory: 864260 KiB

[startup+3.10556 s]
/proc/loadavg: 7.74 7.99 7.97 8/267 84801
/proc/meminfo: memFree=124067980/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=1091508 memory=1052892 CPUtime=3.08 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 204570 0 0 0 271 37 0 0 20 0 1 0 76261622 1117704192 263223 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 272877 263223 1184 6655 0 263112 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1091508 KiB
Current children cumulated memory: 1052892 KiB

[startup+6.30017 s]
/proc/loadavg: 7.74 7.99 7.97 8/267 84801
/proc/meminfo: memFree=124068232/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=1091508 memory=1052892 CPUtime=6.26 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 204787 0 0 0 588 38 0 0 20 0 1 0 76261622 1117704192 263223 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 272877 263223 1184 6655 0 263112 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1091508 KiB
Current children cumulated memory: 1052892 KiB

[startup+12.7002 s]
/proc/loadavg: 7.71 7.97 7.97 8/268 84802
/proc/meminfo: memFree=123060848/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=2220100 memory=2090304 CPUtime=12.63 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 316403 0 0 0 1196 67 0 0 20 0 2 0 76261622 2273382400 522576 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 555025 522576 2752 6655 0 528908 0
[pid=84800/tid=84802] ppid=84797 vsize=2220100 memory=1912684 CPUtime=0 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) S 84797 84800 84111 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76262796 2273382400 522576 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2220100 KiB
Current children cumulated memory: 2090304 KiB

[startup+25.5002 s]
/proc/loadavg: 7.60 7.94 7.96 9/268 84802
/proc/meminfo: memFree=121871196/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=3602492 memory=3221524 CPUtime=29.29 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 493026 0 0 0 2807 122 0 0 20 0 2 0 76261622 3688951808 805381 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 900623 805381 2944 6655 0 887835 0
[pid=84800/tid=84802] ppid=84797 vsize=3602492 memory=3061324 CPUtime=3.9 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 22062 0 0 0 383 7 0 0 20 0 2 0 76262796 3688951808 805381 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 29.29 s
Current children cumulated vsize: 3602492 KiB
Current children cumulated memory: 3221524 KiB

[startup+51.1056 s]
/proc/loadavg: 7.74 7.94 7.96 8/267 84849
/proc/meminfo: memFree=121279440/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=4363888 memory=3932612 CPUtime=80.14 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 536128 0 0 0 7872 142 0 0 20 0 2 0 76261622 4468621312 983153 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1090972 983153 2944 6655 0 1068504 0
[pid=84800/tid=84802] ppid=84797 vsize=4363888 memory=3903300 CPUtime=29.24 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 36132 0 0 0 2907 17 0 0 20 0 2 0 76262796 4468621312 983153 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 80.14 s
Current children cumulated vsize: 4363888 KiB
Current children cumulated memory: 3932612 KiB

[startup+102.3 s]
/proc/loadavg: 8.06 7.98 7.97 9/268 84851
/proc/meminfo: memFree=119278344/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=6102552 memory=5720588 CPUtime=174.66 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 634980 0 0 0 17278 188 0 0 20 0 2 0 76261622 6249013248 1430147 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1525638 1430147 2944 6655 0 1511360 0
[pid=84800/tid=84802] ppid=84797 vsize=6102552 memory=5720588 CPUtime=76.37 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 75140 0 0 0 7597 40 0 0 20 0 2 0 76262796 6249013248 1430147 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 174.66 s
Current children cumulated vsize: 6102552 KiB
Current children cumulated memory: 5720588 KiB

[startup+162.3 s]
/proc/loadavg: 8.13 8.02 7.99 9/268 84858
/proc/meminfo: memFree=118125588/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=7155756 memory=6737924 CPUtime=293.85 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 674371 0 0 0 29171 214 0 0 20 0 2 0 76261622 7327494144 1684481 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1788939 1684481 2944 6655 0 1774661 0
[pid=84800/tid=84802] ppid=84797 vsize=7155756 memory=17280 CPUtime=136.17 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 97431 0 0 0 13565 52 0 0 20 0 2 0 76262796 7327494144 1684481 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 293.85 s
Current children cumulated vsize: 7155756 KiB
Current children cumulated memory: 6737924 KiB

[startup+222.3 s]
/proc/loadavg: 8.10 8.03 8.00 9/268 84860
/proc/meminfo: memFree=117942136/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=7155756 memory=6822532 CPUtime=413.02 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 698567 0 0 0 41082 220 0 0 20 0 2 0 76261622 7327494144 1705633 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1788939 1705633 2944 6655 0 1774661 0
[pid=84800/tid=84802] ppid=84797 vsize=7155756 memory=6822532 CPUtime=195.95 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 110308 0 0 0 19541 54 0 0 20 0 2 0 76262796 7327494144 1705633 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 413.02 s
Current children cumulated vsize: 7155756 KiB
Current children cumulated memory: 6822532 KiB

[startup+282.3 s]
/proc/loadavg: 8.42 8.14 8.04 9/268 84862
/proc/meminfo: memFree=117842048/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=7155756 memory=6822532 CPUtime=532.21 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 738162 0 0 0 52995 226 0 0 20 0 2 0 76261622 7327494144 1705633 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1788939 1705633 2944 6655 0 1774661 0
[pid=84800/tid=84802] ppid=84797 vsize=7155756 memory=6822532 CPUtime=255.76 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 126022 0 0 0 25519 57 0 0 20 0 2 0 76262796 7327494144 1705633 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 532.21 s
Current children cumulated vsize: 7155756 KiB
Current children cumulated memory: 6822532 KiB

[startup+342.3 s]
/proc/loadavg: 8.00 8.08 8.02 9/268 84864
/proc/meminfo: memFree=117734908/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=7155756 memory=6822532 CPUtime=651.38 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 779585 0 0 0 64906 232 0 0 20 0 2 0 76261622 7327494144 1705633 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1788939 1705633 2944 6655 0 1774661 0
[pid=84800/tid=84802] ppid=84797 vsize=7155756 memory=6822532 CPUtime=315.55 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 140911 0 0 0 31496 59 0 0 20 0 2 0 76262796 7327494144 1705633 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 651.38 s
Current children cumulated vsize: 7155756 KiB
Current children cumulated memory: 6822532 KiB


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

[pid=84800] ppid=84797 vsize=6530060 memory=5998416 CPUtime=3122.95 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 2031973 0 0 0 311536 759 0 0 20 0 2 0 76261622 6686781440 1499604 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1632515 1499604 3552 6655 0 1600021 0
[pid=84800/tid=84802] ppid=84797 vsize=6530060 memory=5993048 CPUtime=1542.8 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 894759 0 0 0 153779 501 0 0 20 0 2 0 76262796 6686781440 1499604 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 3122.95 s
Current children cumulated vsize: 6530060 KiB
Current children cumulated memory: 5998416 KiB

[startup+1662.3 s]
/proc/loadavg: 6.12 6.12 6.59 7/267 85020
/proc/meminfo: memFree=99829236/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=6530876 memory=6008576 CPUtime=3241.76 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 2094059 0 0 0 323405 771 0 0 20 0 2 0 76261622 6687617024 1502144 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1632719 1502144 3552 6655 0 1600225 0
[pid=84800/tid=84802] ppid=84797 vsize=6530876 memory=5993048 CPUtime=1601.97 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 947814 0 0 0 159686 511 0 0 20 0 2 0 76262796 6687617024 1502144 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 3241.76 s
Current children cumulated vsize: 6530876 KiB
Current children cumulated memory: 6008576 KiB

[startup+1722.3 s]
/proc/loadavg: 6.10 6.11 6.56 7/267 85022
/proc/meminfo: memFree=99831132/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=6530876 memory=6008576 CPUtime=3360.59 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 2133655 0 0 0 335281 778 0 0 20 0 2 0 76261622 6687617024 1502144 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1632719 1502144 3552 6655 0 1600225 0
[pid=84800/tid=84802] ppid=84797 vsize=6530876 memory=5993048 CPUtime=1661.15 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 965418 0 0 0 165601 514 0 0 20 0 2 0 76262796 6687617024 1502144 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 3360.59 s
Current children cumulated vsize: 6530876 KiB
Current children cumulated memory: 6008576 KiB

[startup+1782.3 s]
/proc/loadavg: 6.11 6.11 6.52 7/266 85024
/proc/meminfo: memFree=99827572/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=6530876 memory=6008576 CPUtime=3479.44 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 2175367 0 0 0 347160 784 0 0 20 0 2 0 76261622 6687617024 1502144 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1632719 1502144 3552 6655 0 1600225 0
[pid=84800/tid=84802] ppid=84797 vsize=6530876 memory=14248 CPUtime=1720.36 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 983238 0 0 0 171519 517 0 0 20 0 2 0 76262796 6687617024 1502144 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 3479.44 s
Current children cumulated vsize: 6530876 KiB
Current children cumulated memory: 6008576 KiB

[startup+1842.3 s]
/proc/loadavg: 6.09 6.10 6.50 7/266 85027
/proc/meminfo: memFree=99815012/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=6531016 memory=6008912 CPUtime=3598.43 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 2201116 0 0 0 359052 791 0 0 20 0 2 0 76261622 6687760384 1502228 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1632754 1502228 3552 6655 0 1600260 0
[pid=84800/tid=84802] ppid=84797 vsize=6531016 memory=6008576 CPUtime=1779.64 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 1008977 0 0 0 177441 523 0 0 20 0 2 0 76262796 6687760384 1502228 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 3598.43 s
Current children cumulated vsize: 6531016 KiB
Current children cumulated memory: 6008912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1843.11 s]
/proc/loadavg: 6.09 6.10 6.50 7/266 85027
/proc/meminfo: memFree=99815020/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=6531016 memory=6008912 CPUtime=3600.03 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 2201637 0 0 0 359212 791 0 0 20 0 2 0 76261622 6687760384 1502228 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1632754 1502228 3552 6655 0 1600260 0
[pid=84800/tid=84802] ppid=84797 vsize=6531016 memory=6008576 CPUtime=1780.43 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 1009498 0 0 0 177520 523 0 0 20 0 2 0 76262796 6687760384 1502228 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 6531016 KiB
Current children cumulated memory: 6008912 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3592.83 s, system=8.10172 s

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

# cumulated CPU time of all completed processes:  user=3594.06 s, system=8.33948 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1843.2 s]
/proc/loadavg: 6.09 6.10 6.50 7/266 85027
/proc/meminfo: memFree=99815020/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=6571164 memory=6048144 CPUtime=3600.23 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) R 84797 84800 84111 0 -1 4194304 2202019 0 0 0 359231 792 0 0 20 0 2 0 76261622 6728871936 1512036 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 1642791 1512036 3552 6655 0 1610297 0
[pid=84800/tid=84802] ppid=84797 vsize=6571164 memory=6008576 CPUtime=1780.54 cores=4,6
/proc/84800/task/84802/stat : 84802 (LSIPExact) R 84797 84800 84111 0 -1 4194368 1009875 0 0 0 177530 524 0 0 20 0 2 0 76262796 6728871936 1512036 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 6571164 KiB
Current children cumulated memory: 6048144 KiB

[startup+1844 s]*
/proc/loadavg: 6.09 6.10 6.50 6/266 85028
/proc/meminfo: memFree=101914864/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=3647624 memory=3417668 CPUtime=3600.84 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) S 84797 84800 84111 0 -1 4194304 2315033 0 0 0 359282 802 0 0 20 0 1 0 76261622 3735166976 854417 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 911906 854417 3584 6655 0 894001 0
[pid=85028] ppid=84800 vsize=539732 memory=520608 CPUtime=0.36 cores=4,6
/proc/85028/stat : 85028 (Exact) R 84800 85028 85028 0 -1 4194304 19317 0 0 0 24 12 0 0 20 0 1 0 76445984 552685568 130152 18446744073709551615 4198400 8335837 140731816619792 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 37609472 140731816626363 140731816626717 140731816626717 140731816632271 0
/proc/85028/statm: 134933 130152 960 1011 0 133700 0
Current children cumulated CPU time: 3601.2 s
Current children cumulated vsize: 4187356 KiB
Current children cumulated memory: 3938276 KiB

[startup+1844.8 s]
/proc/loadavg: 6.09 6.10 6.50 6/266 85028
/proc/meminfo: memFree=101914864/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=3647624 memory=3417668 CPUtime=3600.84 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) S 84797 84800 84111 0 -1 4194304 2315033 0 0 0 359282 802 0 0 20 0 1 0 76261622 3735166976 854417 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 911906 854417 3584 6655 0 894001 0
[pid=85028] ppid=84800 vsize=699312 memory=692660 CPUtime=1.15 cores=4,6
/proc/85028/stat : 85028 (Exact) R 84800 85028 85028 0 -1 4194304 59900 0 0 0 95 20 0 0 20 0 1 0 76445984 716095488 173165 18446744073709551615 4198400 8335837 140731816619792 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 37609472 140731816626363 140731816626717 140731816626717 140731816632271 0
/proc/85028/statm: 174828 173165 960 1011 0 173595 0
Current children cumulated CPU time: 3601.99 s
Current children cumulated vsize: 4346936 KiB
Current children cumulated memory: 4110328 KiB

[startup+1845 s]*
/proc/loadavg: 6.09 6.10 6.50 6/266 85028
/proc/meminfo: memFree=101701488/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=3647624 memory=3417668 CPUtime=3600.84 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) S 84797 84800 84111 0 -1 4194304 2315033 0 0 0 359282 802 0 0 20 0 1 0 76261622 3735166976 854417 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 911906 854417 3584 6655 0 894001 0
[pid=85028] ppid=84800 vsize=737116 memory=722580 CPUtime=1.35 cores=4,6
/proc/85028/stat : 85028 (Exact) R 84800 85028 85028 0 -1 4194304 66621 0 0 0 113 22 0 0 20 0 1 0 76445984 754806784 180645 18446744073709551615 4198400 8335837 140731816619792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 37609472 140731816626363 140731816626717 140731816626717 140731816632271 0
/proc/85028/statm: 184279 180645 960 1011 0 183046 0
Current children cumulated CPU time: 3602.19 s
Current children cumulated vsize: 4384740 KiB
Current children cumulated memory: 4140248 KiB

[startup+1845.11 s]
/proc/loadavg: 6.09 6.10 6.50 6/266 85028
/proc/meminfo: memFree=101701488/131250000 swapFree=33008356/33010684
[pid=84800] ppid=84797 vsize=3647624 memory=3417668 CPUtime=3600.84 cores=4,6
/proc/84800/stat : 84800 (LSIPExact) S 84797 84800 84111 0 -1 4194304 2315033 0 0 0 359282 802 0 0 20 0 1 0 76261622 3735166976 854417 18446744073709551615 93900007755776 93900035012177 140723260608080 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93900043515016 93900043946624 93900045983744 140723260610906 140723260611082 140723260611082 140723260616684 0
/proc/84800/statm: 911906 854417 3584 6655 0 894001 0
[pid=85028] ppid=84800 vsize=750012 memory=737560 CPUtime=1.45 cores=4,6
/proc/85028/stat : 85028 (Exact) R 84800 85028 85028 0 -1 4194304 69835 0 0 0 123 22 0 0 20 0 1 0 76445984 768012288 184390 18446744073709551615 4198400 8335837 140731816619792 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 37609472 140731816626363 140731816626717 140731816626717 140731816632271 0
/proc/85028/statm: 187503 184390 960 1011 0 186270 0
Current children cumulated CPU time: 3602.29 s
Current children cumulated vsize: 4397636 KiB
Current children cumulated memory: 4155228 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1845.19
CPU time (s): 3602.4
CPU user time (s): 3594.06
CPU system time (s): 8.33948
CPU usage (%): 195.232
Max. virtual memory (cumulated for all children) (KiB): 7155756
Max. memory (cumulated for all children) (KiB): 6822532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.06
system time used= 8.33948
maximum resident set size= 6822532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2384869
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= 483
involuntary context switches= 39484


# summary of solver processes directly reported to runsolver:
#   pid: 84800,85028
#   total CPU time (s): 3602.4
#   total CPU user time (s): 3594.06
#   total CPU system time (s): 8.33948

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.51755 second user time and 9.44636 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-04 07:10:50
IDJOB=4524147
IDBENCH=180565
IDSOLVER=3336
FILE ID=nodeC014/4524147-1751605850
RUNJOBID= nodeC014-1751602168-84122
SLURM_JOB_ID= 9598883
Free space on /tmp= 430264 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-FoolSolitaire-table-2-0_c24.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524147-1751605850/watcher-4524147-1751605850 -o /tmp/evaluation-result-4524147-1751605850/solver-4524147-1751605850 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751602168-84122 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4524147-1751605850.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 2e656679a8d40db5005d825083b376ef
RANDOM SEED=1157009877

nodeC014 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.218
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.23
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.113
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.23
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.101
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.23
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.291
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.23
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.672
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.23
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.005
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.23
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.256
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.23
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.061
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125135368 kB
MemAvailable:   125287976 kB
Buffers:             696 kB
Cached:           947900 kB
SwapCached:         1628 kB
Active:          4892808 kB
Inactive:         616288 kB
Active(anon):    4527732 kB
Inactive(anon):    49164 kB
Active(file):     365076 kB
Inactive(file):   567124 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             88872 kB
Writeback:             4 kB
AnonPages:       4561956 kB
Mapped:           139496 kB
Shmem:             16396 kB
KReclaimable:     119296 kB
Slab:             209692 kB
SReclaimable:     119296 kB
SUnreclaim:        90396 kB
KernelStack:        4320 kB
PageTables:        12164 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5003592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2037760 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429396 MiB
End job on nodeC014 at 2025-07-04 07:41:36