Trace number 4542533

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 S2UNSAT 3363.62 2800.96

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height46_pigeons45_holes44.opb
MD5SUMa8e56f9e5ad0cb5cee4856e95cb4d672
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1193.42
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2235696
Total number of constraints106882
Number of constraints which are clauses54005
Number of constraints which are cardinality constraints (but not clauses)48506
Number of constraints which are nor clauses,nor cardinality constraints4371
Minimum length of a constraint44
Maximum length of a constraint49
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1654.10/1085.98	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1654.10/1085.98	c numVar: 2235696
1654.10/1085.98	c numCon: 106882
1654.10/1085.98	c numEqual: 0
1654.10/1085.98	c intSize: 6
1654.10/1085.98	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
1654.10/1085.98	c ------------------- Paras list -------------------
1654.10/1085.98	c Name                	 Type      	 Now       	 Default   	 Comment
1654.10/1085.98	c timeout             	 double    	 3600.000000	 3600      	 
1654.10/1085.98	c mip_time            	 double    	 0.300000  	 0.5       	 
1654.10/1085.98	c ls_time             	 double    	 10.000000 	 10        	 
1654.10/1085.98	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
1654.10/1085.98	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1654.10/1085.98	c random_seed         	 int       	 0         	 0         	 
1654.10/1085.98	c sample_size         	 int       	 50        	 50        	 
1654.10/1085.98	c sub_score           	 int       	 1         	 1         	 
1654.10/1085.98	c tabu_base           	 int       	 3         	 3         	 
1654.10/1085.98	c tabu_variation      	 int       	 1         	 1         	 
1654.10/1085.98	c sub_div             	 int       	 4         	 4         	 
1654.10/1085.98	c nbcore              	 int       	 2         	 1         	 
1654.10/1085.98	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1654.10/1085.98	c print_sol           	 int       	 1         	 1         	 
1654.10/1085.98	c tmpdir              	 string		 .         	 "."       	 
1654.10/1085.98	c home                	 string		 HOME	 "."       	 
1654.10/1085.98	c benchname           	 string		 HOME/instance-4542533-1753221348.opb	 ""        	 
1654.10/1085.98	c --------------------------------------------------
1654.10/1085.98	c Local Search solver
1654.10/1085.98	c MIP solver
1654.10/1085.98	c use Exact solver
1654.18/2799.98	c Exact infeasible
3363.44/2800.86	s UNSATISFIABLE
3363.44/2800.86	c Total time: 2801

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62004 MiB free)
  memory of node 1: 64507 MiB (63397 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542533-1753221348/watcher-4542533-1753221348 -o /tmp/evaluation-result-4542533-1753221348/solver-4542533-1753221348 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753221348-164109 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4542533-1753221348.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=164167, runsolver pid=164164

[startup+0.100061 s]*
/proc/loadavg: 1.03 1.59 2.76 5/266 164168
/proc/meminfo: memFree=128294536/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=113128 memory=70280 CPUtime=0.09 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 15565 0 0 0 6 3 0 0 20 0 1 0 237812682 115843072 17570 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 28282 17570 1152 6655 0 18517 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 70280 KiB

[startup+0.205671 s]*
/proc/loadavg: 1.03 1.59 2.76 5/266 164168
/proc/meminfo: memFree=128246404/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=159460 memory=116616 CPUtime=0.19 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 27161 0 0 0 15 4 0 0 20 0 1 0 237812682 163287040 29154 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 39865 29154 1152 6655 0 30100 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 159460 KiB
Current children cumulated memory: 116616 KiB

[startup+0.305595 s]*
/proc/loadavg: 1.03 1.59 2.76 5/266 164168
/proc/meminfo: memFree=128145588/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=341400 memory=239792 CPUtime=0.29 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 36476 0 0 0 21 8 0 0 20 0 1 0 237812682 349593600 59948 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 85350 59948 1152 6655 0 75585 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 341400 KiB
Current children cumulated memory: 239792 KiB

[startup+0.700169 s]
/proc/loadavg: 1.03 1.59 2.76 5/266 164168
/proc/meminfo: memFree=127754100/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=798336 memory=763760 CPUtime=0.68 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 100524 0 0 0 44 24 0 0 20 0 1 0 237812682 817496064 190908 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 199584 190940 1152 6655 0 189819 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 798336 KiB
Current children cumulated memory: 763760 KiB

[startup+1.50016 s]
/proc/loadavg: 1.03 1.59 2.76 5/266 164168
/proc/meminfo: memFree=127359216/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=1344424 memory=1302924 CPUtime=1.48 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 222029 0 0 0 104 44 0 0 20 0 1 0 237812682 1376690176 325699 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 336106 325699 1152 6655 0 326341 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1344424 KiB
Current children cumulated memory: 1302924 KiB

[startup+3.10579 s]
/proc/loadavg: 1.03 1.59 2.76 5/266 164168
/proc/meminfo: memFree=126854708/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=1551496 memory=1501612 CPUtime=3.08 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 266413 0 0 0 256 52 0 0 20 0 1 0 237812682 1588731904 375403 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 387874 375403 1152 6655 0 378109 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1551496 KiB
Current children cumulated memory: 1501612 KiB

[startup+6.30017 s]
/proc/loadavg: 1.27 1.63 2.76 5/266 164168
/proc/meminfo: memFree=126855072/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=1551496 memory=1501612 CPUtime=6.26 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 266718 0 0 0 573 53 0 0 20 0 1 0 237812682 1588731904 375403 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 387874 375403 1152 6655 0 378109 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1551496 KiB
Current children cumulated memory: 1501612 KiB

[startup+12.7002 s]
/proc/loadavg: 1.49 1.67 2.77 6/270 164172
/proc/meminfo: memFree=124963292/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=2851896 memory=2650892 CPUtime=12.64 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 359594 0 0 0 1178 86 0 0 20 0 2 0 237812682 2920341504 662723 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 712974 662723 2656 6655 0 686857 0
[pid=164167/tid=164172] ppid=164164 vsize=2851896 memory=2391064 CPUtime=0 cores=0,2
/proc/164167/task/164172/stat : 164172 (LSIPExact) S 164164 164167 164099 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237813851 2920341504 662723 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2851896 KiB
Current children cumulated memory: 2650892 KiB

[startup+25.5002 s]
/proc/loadavg: 2.35 1.85 2.81 7/270 164172
/proc/meminfo: memFree=123053096/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=4349500 memory=3681200 CPUtime=25.4 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 464573 0 0 0 2395 145 0 0 20 0 2 0 237812682 4453888000 920300 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 1087375 920300 2912 6655 0 1061258 0
[pid=164167/tid=164172] ppid=164164 vsize=4349500 memory=4218604 CPUtime=0 cores=0,2
/proc/164167/task/164172/stat : 164172 (LSIPExact) S 164164 164167 164099 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237813851 4453888000 920300 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 4349500 KiB
Current children cumulated memory: 3681200 KiB

[startup+51.1065 s]
/proc/loadavg: 3.85 2.25 2.92 7/269 164219
/proc/meminfo: memFree=121543936/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=5356092 memory=4455384 CPUtime=50.91 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 515607 0 0 0 4914 177 0 0 20 0 2 0 237812682 5484638208 1113846 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 1339023 1113846 2912 6655 0 1312906 0
[pid=164167/tid=164172] ppid=164164 vsize=5356092 memory=4455384 CPUtime=0 cores=0,2
/proc/164167/task/164172/stat : 164172 (LSIPExact) S 164164 164167 164099 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237813851 5484638208 1113846 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 5356092 KiB
Current children cumulated memory: 4455384 KiB

[startup+102.3 s]
/proc/loadavg: 5.69 3.00 3.14 7/270 164221
/proc/meminfo: memFree=120763712/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=5371404 memory=4471000 CPUtime=101.86 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 526316 0 0 0 10006 180 0 0 20 0 2 0 237812682 5500317696 1117750 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 1342851 1117750 2912 6655 0 1316734 0
[pid=164167/tid=164172] ppid=164164 vsize=5371404 memory=4469080 CPUtime=0 cores=0,2
/proc/164167/task/164172/stat : 164172 (LSIPExact) S 164164 164167 164099 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237813851 5500317696 1117750 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 5371404 KiB
Current children cumulated memory: 4471000 KiB

[startup+162.3 s]
/proc/loadavg: 6.40 3.69 3.37 8/269 164269
/proc/meminfo: memFree=120505048/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=5388432 memory=4488280 CPUtime=161.61 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 535254 0 0 0 15977 184 0 0 20 0 2 0 237812682 5517754368 1122070 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 1347108 1122070 2912 6655 0 1320991 0
[pid=164167/tid=164172] ppid=164164 vsize=5388432 memory=27264 CPUtime=0 cores=0,2
/proc/164167/task/164172/stat : 164172 (LSIPExact) S 164164 164167 164099 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237813851 5517754368 1122070 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
Current children cumulated CPU time: 161.61 s
Current children cumulated vsize: 5388432 KiB
Current children cumulated memory: 4488280 KiB

[startup+222.3 s]
/proc/loadavg: 6.84 4.31 3.60 8/268 164276
/proc/meminfo: memFree=119153064/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=5403348 memory=4503384 CPUtime=221.36 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 544288 0 0 0 21950 186 0 0 20 0 2 0 237812682 5533028352 1125846 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 1350837 1125846 2912 6655 0 1324720 0
[pid=164167/tid=164172] ppid=164164 vsize=5403348 memory=4501720 CPUtime=0 cores=0,2
/proc/164167/task/164172/stat : 164172 (LSIPExact) S 164164 164167 164099 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237813851 5533028352 1125846 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
Current children cumulated CPU time: 221.36 s
Current children cumulated vsize: 5403348 KiB
Current children cumulated memory: 4503384 KiB

[startup+282.3 s]
/proc/loadavg: 6.91 4.80 3.82 8/269 164290
/proc/meminfo: memFree=119524936/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=5416284 memory=4516568 CPUtime=281.14 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 553291 0 0 0 27925 189 0 0 20 0 2 0 237812682 5546274816 1129142 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 1354071 1129142 2912 6655 0 1327954 0
[pid=164167/tid=164172] ppid=164164 vsize=5416284 memory=4515416 CPUtime=0 cores=0,2
/proc/164167/task/164172/stat : 164172 (LSIPExact) S 164164 164167 164099 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237813851 5546274816 1129142 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
Current children cumulated CPU time: 281.14 s
Current children cumulated vsize: 5416284 KiB
Current children cumulated memory: 4516568 KiB

[startup+342.3 s]
/proc/loadavg: 6.50 5.08 3.98 7/269 164308
/proc/meminfo: memFree=119359864/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=5427108 memory=4527576 CPUtime=340.9 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 561875 0 0 0 33899 191 0 0 20 0 2 0 237812682 5557358592 1131894 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 1356777 1131894 2912 6655 0 1330660 0
[pid=164167/tid=164172] ppid=164164 vsize=5427108 memory=4522072 CPUtime=0 cores=0,2
/proc/164167/task/164172/stat : 164172 (LSIPExact) S 164164 164167 164099 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237813851 5557358592 1131894 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
Current children cumulated CPU time: 340.9 s
Current children cumulated vsize: 5427108 KiB
Current children cumulated memory: 4527576 KiB


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

/proc/164167/statm: 2275833 1921238 3552 6655 0 2209775 0
[pid=164441] ppid=164167 vsize=16140092 memory=14141248 CPUtime=1471.41 cores=0,2
/proc/164441/stat : 164441 (Exact) R 164167 164441 164441 0 -1 4194304 1832501 0 0 0 146493 648 0 0 20 0 1 0 237921281 16527454208 3535312 18446744073709551615 4198400 8335837 140726243818496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32583680 140726243825849 140726243826203 140726243826203 140726243831759 0
/proc/164441/statm: 4035023 3535312 1088 1011 0 4033790 0
Current children cumulated CPU time: 3125.59 s
Current children cumulated vsize: 25243424 KiB
Current children cumulated memory: 21826200 KiB

[startup+2622.3 s]
/proc/loadavg: 5.46 5.85 5.88 6/268 165400
/proc/meminfo: memFree=105248280/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=9103332 memory=7684952 CPUtime=1654.18 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) S 164164 164167 164099 0 -1 4194304 1925200 0 0 0 164740 678 0 0 20 0 1 0 237812682 9321811968 1921238 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 2275833 1921238 3552 6655 0 2209775 0
[pid=164441] ppid=164167 vsize=16186512 memory=14230676 CPUtime=1531.25 cores=0,2
/proc/164441/stat : 164441 (Exact) R 164167 164441 164441 0 -1 4194304 1836431 0 0 0 152471 654 0 0 20 0 1 0 237921281 16574988288 3557669 18446744073709551615 4198400 8335837 140726243818496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32583680 140726243825849 140726243826203 140726243826203 140726243831759 0
/proc/164441/statm: 4046628 3557669 1088 1011 0 4045395 0
Current children cumulated CPU time: 3185.43 s
Current children cumulated vsize: 25289844 KiB
Current children cumulated memory: 21915628 KiB

[startup+2682.3 s]
/proc/loadavg: 5.71 5.84 5.87 7/268 165405
/proc/meminfo: memFree=104936784/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=9103332 memory=7684952 CPUtime=1654.18 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) S 164164 164167 164099 0 -1 4194304 1925200 0 0 0 164740 678 0 0 20 0 1 0 237812682 9321811968 1921238 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 2275833 1921238 3552 6655 0 2209775 0
[pid=164441] ppid=164167 vsize=16209928 memory=14266344 CPUtime=1591.08 cores=0,2
/proc/164441/stat : 164441 (Exact) R 164167 164441 164441 0 -1 4194304 1844635 0 0 0 158428 680 0 0 20 0 1 0 237921281 16598966272 3566586 18446744073709551615 4198400 8335837 140726243818496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32583680 140726243825849 140726243826203 140726243826203 140726243831759 0
/proc/164441/statm: 4052482 3566586 1088 1011 0 4051249 0
Current children cumulated CPU time: 3245.26 s
Current children cumulated vsize: 25313260 KiB
Current children cumulated memory: 21951296 KiB

[startup+2742.3 s]
/proc/loadavg: 5.97 5.89 5.89 7/268 165407
/proc/meminfo: memFree=104753676/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=9103332 memory=7684952 CPUtime=1654.18 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) S 164164 164167 164099 0 -1 4194304 1925200 0 0 0 164740 678 0 0 20 0 1 0 237812682 9321811968 1921238 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 2275833 1921238 3552 6655 0 2209775 0
[pid=164441] ppid=164167 vsize=16248744 memory=14305196 CPUtime=1650.92 cores=0,2
/proc/164441/stat : 164441 (Exact) R 164167 164441 164441 0 -1 4194304 1848939 0 0 0 164407 685 0 0 20 0 1 0 237921281 16638713856 3576299 18446744073709551615 4198400 8335837 140726243818496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32583680 140726243825849 140726243826203 140726243826203 140726243831759 0
/proc/164441/statm: 4062186 3576299 1088 1011 0 4060953 0
Current children cumulated CPU time: 3305.1 s
Current children cumulated vsize: 25352076 KiB
Current children cumulated memory: 21990148 KiB

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

# cumulated CPU time of all completed processes:  user=3349.48 s, system=14.1424 s

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

[startup+2764.8 s]
/proc/loadavg: 5.98 5.89 5.89 7/268 165408
/proc/meminfo: memFree=104720060/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=9103332 memory=7684952 CPUtime=1654.18 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) S 164164 164167 164099 0 -1 4194304 1925200 0 0 0 164740 678 0 0 20 0 1 0 237812682 9321811968 1921238 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 2275833 1921238 3552 6655 0 2209775 0
[pid=164441] ppid=164167 vsize=16274600 memory=14331052 CPUtime=1673.35 cores=0,2
/proc/164441/stat : 164441 (Exact) R 164167 164441 164441 0 -1 4194304 1851532 0 0 0 166650 685 0 0 20 0 1 0 237921281 16665190400 3582763 18446744073709551615 4198400 8335837 140726243818496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32583680 140726243825849 140726243826203 140726243826203 140726243831759 0
/proc/164441/statm: 4068650 3582763 1088 1011 0 4067417 0
Current children cumulated CPU time: 3327.53 s
Current children cumulated vsize: 25377932 KiB
Current children cumulated memory: 22016004 KiB

[startup+2777.6 s]
/proc/loadavg: 5.98 5.90 5.90 7/267 165408
/proc/meminfo: memFree=104719808/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=9103332 memory=7684952 CPUtime=1654.18 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) S 164164 164167 164099 0 -1 4194304 1925200 0 0 0 164740 678 0 0 20 0 1 0 237812682 9321811968 1921238 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 2275833 1921238 3552 6655 0 2209775 0
[pid=164441] ppid=164167 vsize=16274600 memory=14331052 CPUtime=1686.12 cores=0,2
/proc/164441/stat : 164441 (Exact) R 164167 164441 164441 0 -1 4194304 1851942 0 0 0 167925 687 0 0 20 0 1 0 237921281 16665190400 3582763 18446744073709551615 4198400 8335837 140726243818496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32583680 140726243825849 140726243826203 140726243826203 140726243831759 0
/proc/164441/statm: 4068650 3582763 1088 1011 0 4067417 0
Current children cumulated CPU time: 3340.3 s
Current children cumulated vsize: 25377932 KiB
Current children cumulated memory: 22016004 KiB

[startup+2790.4 s]
/proc/loadavg: 6.06 5.92 5.90 7/267 165409
/proc/meminfo: memFree=104757908/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=9103332 memory=7684952 CPUtime=1654.18 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) S 164164 164167 164099 0 -1 4194304 1925200 0 0 0 164740 678 0 0 20 0 1 0 237812682 9321811968 1921238 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 2275833 1921238 3552 6655 0 2209775 0
[pid=164441] ppid=164167 vsize=16289020 memory=14345472 CPUtime=1698.88 cores=0,2
/proc/164441/stat : 164441 (Exact) R 164167 164441 164441 0 -1 4194304 1854815 0 0 0 169201 687 0 0 20 0 1 0 237921281 16679956480 3586368 18446744073709551615 4198400 8335837 140726243818496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32583680 140726243825849 140726243826203 140726243826203 140726243831759 0
/proc/164441/statm: 4072255 3586368 1088 1011 0 4071022 0
Current children cumulated CPU time: 3353.06 s
Current children cumulated vsize: 25392352 KiB
Current children cumulated memory: 22030424 KiB

[startup+2796.8 s]
/proc/loadavg: 6.05 5.92 5.91 7/267 165409
/proc/meminfo: memFree=108995224/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=9103332 memory=7684952 CPUtime=1654.18 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) S 164164 164167 164099 0 -1 4194304 1925200 0 0 0 164740 678 0 0 20 0 1 0 237812682 9321811968 1921238 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 2275833 1921238 3552 6655 0 2209775 0
[pid=164441] ppid=164167 vsize=10257124 memory=10101224 CPUtime=1705.27 cores=0,2
/proc/164441/stat : 164441 (Exact) R 164167 164441 164441 0 -1 4194304 1855812 0 0 0 169838 689 0 0 20 0 1 0 237921281 10503294976 2525306 18446744073709551615 4198400 8335837 140726243818496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32583680 140726243825849 140726243826203 140726243826203 140726243831759 0
/proc/164441/statm: 2564281 2525306 1120 1011 0 2563048 0
Current children cumulated CPU time: 3359.45 s
Current children cumulated vsize: 19360456 KiB
Current children cumulated memory: 17786176 KiB

[startup+2798.4 s]
/proc/loadavg: 6.05 5.92 5.91 7/267 165409
/proc/meminfo: memFree=109787520/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=9103332 memory=7684952 CPUtime=1654.18 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) S 164164 164167 164099 0 -1 4194304 1925200 0 0 0 164740 678 0 0 20 0 1 0 237812682 9321811968 1921238 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 2275833 1921238 3552 6655 0 2209775 0
[pid=164441] ppid=164167 vsize=9464360 memory=9308460 CPUtime=1706.86 cores=0,2
/proc/164441/stat : 164441 (Exact) R 164167 164441 164441 0 -1 4194304 1856293 0 0 0 169997 689 0 0 20 0 1 0 237921281 9691504640 2327115 18446744073709551615 4198400 8335837 140726243818496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 32583680 140726243825849 140726243826203 140726243826203 140726243831759 0
/proc/164441/statm: 2366090 2327115 1120 1011 0 2364857 0
Current children cumulated CPU time: 3361.04 s
Current children cumulated vsize: 18567692 KiB
Current children cumulated memory: 16993412 KiB

[startup+2800 s]*
/proc/loadavg: 6.05 5.92 5.91 7/266 165409
/proc/meminfo: memFree=119153380/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=9068396 memory=7650012 CPUtime=3362.64 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 1939903 1856378 0 0 164741 678 170132 713 20 0 1 0 237812682 9286037504 1912503 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 2267099 1912503 3552 6655 0 2201041 0
Current children cumulated CPU time: 3362.64 s
Current children cumulated vsize: 9068396 KiB
Current children cumulated memory: 7650012 KiB

[startup+2800.4 s]
/proc/loadavg: 6.05 5.92 5.91 7/266 165409
/proc/meminfo: memFree=119153380/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=8876260 memory=7457876 CPUtime=3363.04 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 2048957 1856378 0 0 164775 684 170132 713 20 0 1 0 237812682 9089290240 1864469 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 2219065 1864469 3552 6655 0 2153007 0
Current children cumulated CPU time: 3363.04 s
Current children cumulated vsize: 8876260 KiB
Current children cumulated memory: 7457876 KiB

[startup+2800.8 s]
/proc/loadavg: 6.05 5.92 5.91 7/266 165409
/proc/meminfo: memFree=119153380/131250000 swapFree=33010416/33010684
[pid=164167] ppid=164164 vsize=8668816 memory=7265388 CPUtime=3363.44 cores=0,2
/proc/164167/stat : 164167 (LSIPExact) R 164164 164167 164099 0 -1 4194304 2145515 1856378 0 0 164810 689 170132 713 20 0 1 0 237812682 8876867584 1816347 18446744073709551615 94605833310208 94605860566609 140721683557648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94605869069448 94605869501056 94605870850048 140721683560792 140721683560968 140721683560968 140721683566572 0
/proc/164167/statm: 2167204 1816347 3552 6655 0 2101146 0
Current children cumulated CPU time: 3363.44 s
Current children cumulated vsize: 8668816 KiB
Current children cumulated memory: 7265388 KiB

[startup+2800.9 s]*
/proc/loadavg: 6.05 5.92 5.91 7/266 165409
/proc/meminfo: memFree=120231676/131250000 swapFree=33010416/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): 2800.96
CPU time (s): 3363.62
CPU user time (s): 3349.48
CPU system time (s): 14.1424
CPU usage (%): 120.088
Max. virtual memory (cumulated for all children) (KiB): 27749216
Max. memory (cumulated for all children) (KiB): 23912412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3349.48
system time used= 14.1424
maximum resident set size= 16499588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4036276
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= 311
involuntary context switches= 39291


# summary of solver processes directly reported to runsolver:
#   pid: 164167
#   total CPU time (s): 3363.62
#   total CPU user time (s): 3349.48
#   total CPU system time (s): 14.1424

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87518 second user time and 13.1914 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-22 23:55:48
IDJOB=4542533
IDBENCH=163934
IDSOLVER=3337
FILE ID=nodeC018/4542533-1753221348
RUNJOBID= nodeC018-1753221348-164109
SLURM_JOB_ID= 9687810
Free space on /tmp= 432816 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height46_pigeons45_holes44.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542533-1753221348/watcher-4542533-1753221348 -o /tmp/evaluation-result-4542533-1753221348/solver-4542533-1753221348 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753221348-164109 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4542533-1753221348.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= a8e56f9e5ad0cb5cee4856e95cb4d672
RANDOM SEED=2106942666

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128439420 kB
MemAvailable:   129285716 kB
Buffers:            2128 kB
Cached:          1597004 kB
SwapCached:           28 kB
Active:          1492832 kB
Inactive:         518788 kB
Active(anon):     438444 kB
Inactive(anon):      284 kB
Active(file):    1054388 kB
Inactive(file):   518504 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            248532 kB
Writeback:             0 kB
AnonPages:        415096 kB
Mapped:           116772 kB
Shmem:             26240 kB
KReclaimable:     224884 kB
Slab:             321108 kB
SReclaimable:     224884 kB
SUnreclaim:        96224 kB
KernelStack:        4272 kB
PageTables:         3668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     757236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432756 MiB
End job on nodeC018 at 2025-07-23 00:42:30