Trace number 4545093

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 S1? (MO) 1481.68 812.712

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SolitairePattern-table-3-3-9.opb
MD5SUM297c2237af667ea8e386e1666cb34677
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark146.963
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables625728
Total number of constraints628780
Number of constraints which are clauses6288
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints622436
Minimum length of a constraint1
Maximum length of a constraint2712
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 75
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 2977
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

1396.74/727.58	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1396.74/727.58	c numVar: 625728
1396.74/727.58	c numCon: 628780
1396.74/727.58	c numEqual: 84
1396.74/727.58	c intSize: 12
1396.74/727.58	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1396.74/727.58	c ------------------- Paras list -------------------
1396.74/727.58	c Name                	 Type      	 Now       	 Default   	 Comment
1396.74/727.58	c timeout             	 double    	 3600.000000	 3600      	 
1396.74/727.58	c mip_time            	 double    	 0.200000  	 0.5       	 
1396.74/727.58	c ls_time             	 double    	 10.000000 	 10        	 
1396.74/727.58	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1396.74/727.58	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1396.74/727.58	c random_seed         	 int       	 0         	 0         	 
1396.74/727.58	c sample_size         	 int       	 50        	 50        	 
1396.74/727.58	c sub_score           	 int       	 1         	 1         	 
1396.74/727.58	c tabu_base           	 int       	 3         	 3         	 
1396.74/727.58	c tabu_variation      	 int       	 1         	 1         	 
1396.74/727.58	c sub_div             	 int       	 4         	 4         	 
1396.74/727.58	c nbcore              	 int       	 2         	 1         	 
1396.74/727.58	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1396.74/727.58	c print_sol           	 int       	 1         	 1         	 
1396.74/727.58	c tmpdir              	 string		 .         	 "."       	 
1396.74/727.58	c home                	 string		 HOME	 "."       	 
1396.74/727.58	c benchname           	 string		 HOME/instance-4545093-1753218956.opb	 ""        	 
1396.74/727.58	c --------------------------------------------------
1396.74/727.58	c Local Search solver
1396.74/727.58	c MIP solver
1396.74/727.58	c use Exact solver
1480.37/811.40	c receive signal 15, try to interrupt solver...
1396.82/811.91	c Exact solver (PID 169036) interrupted gracefully.
1481.55/812.64	s UNKNOWN
1481.55/812.64	c Total time: 813

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=168850, runsolver pid=168847

[startup+0.100066 s]*
/proc/loadavg: 5.96 5.99 5.83 6/267 168851
/proc/meminfo: memFree=81066060/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=207456 memory=164008 CPUtime=0.09 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 30795 0 0 0 4 5 0 0 20 0 1 0 237572205 212434944 41002 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 51864 41002 1152 6655 0 42099 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 207456 KiB
Current children cumulated memory: 164008 KiB

[startup+0.205718 s]*
/proc/loadavg: 5.96 5.99 5.83 6/267 168851
/proc/meminfo: memFree=81058248/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=216168 memory=172712 CPUtime=0.19 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 32977 0 0 0 13 6 0 0 20 0 1 0 237572205 221356032 43178 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 54042 43178 1152 6655 0 44277 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 216168 KiB
Current children cumulated memory: 172712 KiB

[startup+0.305661 s]*
/proc/loadavg: 5.96 5.99 5.83 6/267 168851
/proc/meminfo: memFree=80916536/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=360656 memory=325244 CPUtime=0.29 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 44052 0 0 0 20 9 0 0 20 0 1 0 237572205 369311744 81311 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 90164 81311 1152 6655 0 80399 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 360656 KiB
Current children cumulated memory: 325244 KiB

[startup+0.700176 s]
/proc/loadavg: 5.96 5.99 5.83 5/267 168851
/proc/meminfo: memFree=80811704/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=537488 memory=501756 CPUtime=0.68 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 88153 0 0 0 52 16 0 0 20 0 1 0 237572205 550387712 125439 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 134372 125439 1152 6655 0 124607 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 537488 KiB
Current children cumulated memory: 501756 KiB

[startup+1.50018 s]
/proc/loadavg: 5.96 5.99 5.83 6/267 168851
/proc/meminfo: memFree=80614072/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=818024 memory=779288 CPUtime=1.47 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 155519 0 0 0 121 26 0 0 20 0 1 0 237572205 837656576 194822 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 204506 194822 1152 6655 0 194741 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 818024 KiB
Current children cumulated memory: 779288 KiB

[startup+3.10564 s]
/proc/loadavg: 5.96 5.99 5.83 6/267 168851
/proc/meminfo: memFree=80456940/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=818024 memory=779288 CPUtime=3.07 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 155592 0 0 0 281 26 0 0 20 0 1 0 237572205 837656576 194822 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 204506 194822 1152 6655 0 194741 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 818024 KiB
Current children cumulated memory: 779288 KiB

[startup+6.30018 s]
/proc/loadavg: 5.89 5.97 5.82 6/267 168851
/proc/meminfo: memFree=80457192/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=818024 memory=779288 CPUtime=6.25 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 155738 0 0 0 599 26 0 0 20 0 1 0 237572205 837656576 194822 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 204506 194822 1152 6655 0 194741 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 818024 KiB
Current children cumulated memory: 779288 KiB

[startup+12.7002 s]
/proc/loadavg: 5.81 5.95 5.82 6/268 168852
/proc/meminfo: memFree=79713252/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=1773040 memory=1604008 CPUtime=12.64 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 258059 0 0 0 1211 53 0 0 20 0 2 0 237572205 1815592960 401002 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 443260 401002 2720 6655 0 417143 0
[pid=168850/tid=168852] ppid=168847 vsize=1773040 memory=1504000 CPUtime=0 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) S 168847 168850 166602 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237573324 1815592960 401002 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1773040 KiB
Current children cumulated memory: 1604008 KiB

[startup+25.5002 s]
/proc/loadavg: 5.79 5.94 5.82 7/268 168852
/proc/meminfo: memFree=78513900/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=3128296 memory=2700652 CPUtime=33.5 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 426535 0 0 0 3250 100 0 0 20 0 2 0 237572205 3203375104 675163 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 782074 675163 2848 6655 0 746758 0
[pid=168850/tid=168852] ppid=168847 vsize=3128296 memory=14248 CPUtime=8.1 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) R 168847 168850 166602 0 -1 4194368 31415 0 0 0 800 10 0 0 20 0 2 0 237573324 3203375104 675163 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 33.5 s
Current children cumulated vsize: 3128296 KiB
Current children cumulated memory: 2700652 KiB

[startup+51.1057 s]
/proc/loadavg: 5.92 5.96 5.83 7/268 168852
/proc/meminfo: memFree=77477744/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=4124128 memory=3678632 CPUtime=84.37 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 501485 0 0 0 8314 123 0 0 20 0 2 0 237572205 4223107072 919658 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 1031032 919658 2848 6655 0 1006120 0
[pid=168850/tid=168852] ppid=168847 vsize=4124128 memory=14248 CPUtime=33.45 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) R 168847 168850 166602 0 -1 4194368 64496 0 0 0 3324 21 0 0 20 0 2 0 237573324 4223107072 919658 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 84.37 s
Current children cumulated vsize: 4124128 KiB
Current children cumulated memory: 3678632 KiB

[startup+102.3 s]
/proc/loadavg: 5.93 5.95 5.83 7/266 168854
/proc/meminfo: memFree=75541788/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=6139380 memory=5523664 CPUtime=178.92 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 564157 0 0 0 17724 168 0 0 20 0 2 0 237572205 6286725120 1380916 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 1534845 1380916 2848 6655 0 1509933 0
[pid=168850/tid=168852] ppid=168847 vsize=6139380 memory=5523664 CPUtime=80.18 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) R 168847 168850 166602 0 -1 4194368 89311 0 0 0 7984 34 0 0 20 0 2 0 237573324 6286725120 1380916 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 178.92 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5523664 KiB

[startup+162.3 s]
/proc/loadavg: 6.06 5.98 5.85 7/267 168857
/proc/meminfo: memFree=75118052/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=6139380 memory=5778592 CPUtime=298.13 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 592096 0 0 0 29636 177 0 0 20 0 2 0 237572205 6286725120 1444648 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 1534845 1444648 2848 6655 0 1509933 0
[pid=168850/tid=168852] ppid=168847 vsize=6139380 memory=5523664 CPUtime=140 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) R 168847 168850 166602 0 -1 4194368 99892 0 0 0 13961 39 0 0 20 0 2 0 237573324 6286725120 1444648 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 298.13 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5778592 KiB

[startup+222.3 s]
/proc/loadavg: 6.08 6.00 5.86 7/267 168859
/proc/meminfo: memFree=74980840/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=6139380 memory=5778592 CPUtime=417.34 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 634499 0 0 0 41553 181 0 0 20 0 2 0 237572205 6286725120 1444648 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 1534845 1444648 2848 6655 0 1509933 0
[pid=168850/tid=168852] ppid=168847 vsize=6139380 memory=10752 CPUtime=199.82 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) R 168847 168850 166602 0 -1 4194368 114699 0 0 0 19941 41 0 0 20 0 2 0 237573324 6286725120 1444648 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 417.34 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5778592 KiB

[startup+282.3 s]
/proc/loadavg: 6.08 6.01 5.88 7/268 168862
/proc/meminfo: memFree=74926068/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=6139380 memory=5778592 CPUtime=536.57 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 663776 0 0 0 53472 185 0 0 20 0 2 0 237572205 6286725120 1444648 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 1534845 1444648 2848 6655 0 1509933 0
[pid=168850/tid=168852] ppid=168847 vsize=6139380 memory=5778592 CPUtime=259.65 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) R 168847 168850 166602 0 -1 4194368 124995 0 0 0 25922 43 0 0 20 0 2 0 237573324 6286725120 1444648 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 536.57 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5778592 KiB

[startup+342.3 s]
/proc/loadavg: 6.06 6.02 5.90 7/269 168877
/proc/meminfo: memFree=74766876/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=6139380 memory=5778592 CPUtime=655.79 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 702251 0 0 0 65387 192 0 0 20 0 2 0 237572205 6286725120 1444648 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 1534845 1444648 2848 6655 0 1509933 0
[pid=168850/tid=168852] ppid=168847 vsize=6139380 memory=5778592 CPUtime=319.48 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) R 168847 168850 166602 0 -1 4194368 137150 0 0 0 31902 46 0 0 20 0 2 0 237573324 6286725120 1444648 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 655.79 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5778592 KiB

[startup+402.3 s]
/proc/loadavg: 6.08 6.03 5.91 7/268 168926
/proc/meminfo: memFree=95977104/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=6139380 memory=5778592 CPUtime=774.98 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 751571 0 0 0 77296 202 0 0 20 0 2 0 237572205 6286725120 1444648 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 1534845 1444648 2848 6655 0 1509933 0
[pid=168850/tid=168852] ppid=168847 vsize=6139380 memory=5778592 CPUtime=379.3 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) R 168847 168850 166602 0 -1 4194368 157551 0 0 0 37882 48 0 0 20 0 2 0 237573324 6286725120 1444648 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 774.98 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5778592 KiB

[startup+462.3 s]
/proc/loadavg: 6.64 6.20 5.98 7/268 168933
/proc/meminfo: memFree=95887820/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=6139380 memory=5778592 CPUtime=891.85 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 779181 0 0 0 88980 205 0 0 20 0 2 0 237572205 6286725120 1444648 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 1534845 1444648 2848 6655 0 1509933 0
[pid=168850/tid=168852] ppid=168847 vsize=6139380 memory=279993615646976 CPUtime=436.74 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) S 168847 168850 166602 0 -1 4194368 170983 0 0 0 43624 50 0 0 20 0 2 0 237573324 6286725120 1444648 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 1 0 0 -1 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 891.85 s
Current children cumulated vsize: 6139380 KiB
Current children cumulated memory: 5778592 KiB

[startup+522.3 s]
/proc/loadavg: 6.71 6.29 6.03 8/269 168936
/proc/meminfo: memFree=97389516/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=4678752 memory=4213548 CPUtime=989.6 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 1137425 0 0 0 98633 327 0 0 20 0 2 0 237572205 4791042048 1053387 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 1169688 1053387 3360 6655 0 1145408 0
[pid=168850/tid=168852] ppid=168847 vsize=4678752 memory=14248 CPUtime=476.26 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) R 168847 168850 166602 0 -1 4194368 272583 0 0 0 47546 80 0 0 20 0 2 0 237573324 4791042048 1053387 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 989.6 s
Current children cumulated vsize: 4678752 KiB
Current children cumulated memory: 4213548 KiB

[startup+582.3 s]
/proc/loadavg: 6.90 6.42 6.09 8/269 168939
/proc/meminfo: memFree=97206644/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=4751736 memory=4355388 CPUtime=1108.76 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 1375676 0 0 0 110464 412 0 0 20 0 2 0 237572205 4865777664 1088847 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 1187934 1088847 3360 6655 0 1163654 0
[pid=168850/tid=168852] ppid=168847 vsize=4751736 memory=4211432 CPUtime=535.63 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) R 168847 168850 166602 0 -1 4194368 309076 0 0 0 53473 90 0 0 20 0 2 0 237573324 4865777664 1088847 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 1108.76 s
Current children cumulated vsize: 4751736 KiB
Current children cumulated memory: 4355388 KiB

[startup+642.3 s]
/proc/loadavg: 6.90 6.51 6.14 8/268 168987
/proc/meminfo: memFree=96292572/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=5688544 memory=5318628 CPUtime=1227.9 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 1471552 0 0 0 122327 463 0 0 20 0 2 0 237572205 5825069056 1329657 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 1422136 1329657 3360 6655 0 1397856 0
[pid=168850/tid=168852] ppid=168847 vsize=5688544 memory=4211432 CPUtime=595 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) R 168847 168850 166602 0 -1 4194368 349905 0 0 0 59387 113 0 0 20 0 2 0 237573324 5825069056 1329657 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 1227.9 s
Current children cumulated vsize: 5688544 KiB
Current children cumulated memory: 5318628 KiB

[startup+702.3 s]
/proc/loadavg: 7.12 6.65 6.21 8/267 169034
/proc/meminfo: memFree=123026800/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=5733088 memory=5359032 CPUtime=1346.91 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 1555632 0 0 0 134213 478 0 0 20 0 2 0 237572205 5870682112 1339758 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 1433272 1339758 3360 6655 0 1408992 0
[pid=168850/tid=168852] ppid=168847 vsize=5733088 memory=4211432 CPUtime=654.28 cores=0,2
/proc/168850/task/168852/stat : 168852 (LSIPExact) R 168847 168850 166602 0 -1 4194368 404289 0 0 0 65302 126 0 0 20 0 2 0 237573324 5870682112 1339758 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
Current children cumulated CPU time: 1346.91 s
Current children cumulated vsize: 5733088 KiB
Current children cumulated memory: 5359032 KiB

[startup+762.3 s]
/proc/loadavg: 7.06 6.74 6.28 8/268 169038
/proc/meminfo: memFree=113424812/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=3836080 memory=3561072 CPUtime=1396.82 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) S 168847 168850 166602 0 -1 4194304 1661706 0 0 0 139189 493 0 0 20 0 1 0 237572205 3928145920 890268 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 959020 890268 3360 6655 0 948385 0
[pid=169036] ppid=168850 vsize=10443120 memory=9923440 CPUtime=34.59 cores=0,2
/proc/169036/stat : 169036 (Exact) R 168850 169036 169036 0 -1 4194304 1577799 0 0 0 3064 395 0 0 20 0 1 0 237644963 10693754880 2480860 18446744073709551615 4198400 8335837 140731623067856 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17965056 140731623073977 140731623074331 140731623074331 140731623079887 0
/proc/169036/statm: 2610780 2480860 960 1011 0 2609547 0
Current children cumulated CPU time: 1431.41 s
Current children cumulated vsize: 14279200 KiB
Current children cumulated memory: 13484512 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+811.4 s]
/proc/loadavg: 7.10 6.80 6.32 8/267 169039
/proc/meminfo: memFree=104350440/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=3836080 memory=3561072 CPUtime=1396.82 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) S 168847 168850 166602 0 -1 4194304 1661706 0 0 0 139189 493 0 0 20 0 1 0 237572205 3928145920 890268 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 959020 890268 3360 6655 0 948385 0
[pid=169036] ppid=168850 vsize=28041008 memory=19494152 CPUtime=83.55 cores=0,2
/proc/169036/stat : 169036 (Exact) R 168850 169036 169036 0 -1 4194304 3091528 0 0 0 7582 773 0 0 20 0 1 0 237644963 28713992192 4873538 18446744073709551615 4198400 8335837 140731623067856 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17965056 140731623073977 140731623074331 140731623074331 140731623079887 0
/proc/169036/statm: 7010252 4873538 960 1011 0 7009019 0
Current children cumulated CPU time: 1480.37 s
Current children cumulated vsize: 31877088 KiB
Current children cumulated memory: 23055224 KiB

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

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

# cumulated CPU time of all completed processes:  user=1468.38 s, system=13.2945 s

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

[startup+812 s]*
/proc/loadavg: 7.10 6.80 6.32 8/266 169040
/proc/meminfo: memFree=122763264/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=3821340 memory=3546336 CPUtime=1480.96 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 1718612 3091699 0 0 139195 496 7583 822 20 0 1 0 237572205 3913052160 886584 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 955335 886584 3360 6655 0 944700 0
Current children cumulated CPU time: 1480.96 s
Current children cumulated vsize: 3821340 KiB
Current children cumulated memory: 3546336 KiB

[startup+812.4 s]
/proc/loadavg: 7.10 6.80 6.32 8/266 169040
/proc/meminfo: memFree=122763264/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=3787120 memory=3512116 CPUtime=1481.35 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 1727684 3091699 0 0 139233 497 7583 822 20 0 1 0 237572205 3878010880 878029 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 946780 878029 3360 6655 0 936145 0
Current children cumulated CPU time: 1481.35 s
Current children cumulated vsize: 3787120 KiB
Current children cumulated memory: 3512116 KiB

[startup+812.6 s]
/proc/loadavg: 7.10 6.80 6.32 8/266 169040
/proc/meminfo: memFree=122763264/131250000 swapFree=33008356/33010684
[pid=168850] ppid=168847 vsize=3738232 memory=3463228 CPUtime=1481.55 cores=0,2
/proc/168850/stat : 168850 (LSIPExact) R 168847 168850 166602 0 -1 4194304 1782250 3091699 0 0 139251 499 7583 822 20 0 1 0 237572205 3827949568 865807 18446744073709551615 94681716219904 94681743477073 140729602620416 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94681751979144 94681752410752 94681757831168 140729602623832 140729602624008 140729602624008 140729602629612 0
/proc/168850/statm: 934558 865807 3360 6655 0 923923 0
Current children cumulated CPU time: 1481.55 s
Current children cumulated vsize: 3738232 KiB
Current children cumulated memory: 3463228 KiB

[startup+812.7 s]*
/proc/loadavg: 7.10 6.80 6.32 8/266 169040
/proc/meminfo: memFree=125592508/131250000 swapFree=33008356/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 812.712
CPU time (s): 1481.68
CPU user time (s): 1468.38
CPU system time (s): 13.2945
CPU usage (%): 182.313
Max. virtual memory (cumulated for all children) (KiB): 31877088
Max. memory (cumulated for all children) (KiB): 23055224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1468.38
system time used= 13.2945
maximum resident set size= 19531016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4897186
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= 653
involuntary context switches= 13526


# summary of solver processes directly reported to runsolver:
#   pid: 168850
#   total CPU time (s): 1481.68
#   total CPU user time (s): 1468.38
#   total CPU system time (s): 13.2945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.36372 second user time and 4.17559 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-22 23:15:56
IDJOB=4545093
IDBENCH=180703
IDSOLVER=3384
FILE ID=nodeC014/4545093-1753218956
RUNJOBID= nodeC014-1753209940-166612
SLURM_JOB_ID= 9687781
Free space on /tmp= 432576 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SolitairePattern-table-3-3-9.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545093-1753218956/watcher-4545093-1753218956 -o /tmp/evaluation-result-4545093-1753218956/solver-4545093-1753218956 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753209940-166612 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545093-1753218956.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 297c2237af667ea8e386e1666cb34677
RANDOM SEED=750397220

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		: 3601.527
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.119
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.153
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.096
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		: 3600.123
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.118
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		: 3700.000
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		: 3592.935
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:        81194832 kB
MemAvailable:   81944156 kB
Buffers:             696 kB
Cached:          1494624 kB
SwapCached:         1624 kB
Active:         48470408 kB
Inactive:         674612 kB
Active(anon):   47648620 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   648916 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             77800 kB
Writeback:             4 kB
AnonPages:      47639960 kB
Mapped:           153644 kB
Shmem:             24612 kB
KReclaimable:     235720 kB
Slab:             332116 kB
SReclaimable:     235720 kB
SUnreclaim:        96396 kB
KernelStack:        4304 kB
PageTables:        97108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   52518380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  27060224 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= 432644 MiB
End job on nodeC014 at 2025-07-22 23:29:29