Trace number 4542181

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1UNSAT 1809.11 1205.25

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height38_pigeons37_holes36.opb
MD5SUM883a1a775d6309f3a96fbb0c62b71064
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 benchmark366.876
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1040520
Total number of constraints61390
Number of constraints which are clauses31085
Number of constraints which are cardinality constraints (but not clauses)27302
Number of constraints which are nor clauses,nor cardinality constraints3003
Minimum length of a constraint36
Maximum length of a constraint41
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 44
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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542181-1753219981/watcher-4542181-1753219981 -o /tmp/evaluation-result-4542181-1753219981/solver-4542181-1753219981 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753219980-181603 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4542181-1753219981.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=181651, runsolver pid=181648
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 2.54 3.57 4.01 5/249 181652
/proc/meminfo: memFree=105530744/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=70420 memory=27648 CPUtime=0.09 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 5929 0 0 0 7 2 0 0 20 0 1 0 237677563 72110080 6912 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 17605 6912 1152 6655 0 7840 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 70420 KiB
Current children cumulated memory: 27648 KiB

[startup+0.209354 s]*
/proc/loadavg: 2.54 3.57 4.01 5/247 181652
/proc/meminfo: memFree=105516412/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=83488 memory=40704 CPUtime=0.2 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 9171 0 0 0 16 4 0 0 20 0 1 0 237677563 85491712 10176 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 20872 10176 1152 6655 0 11107 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 83488 KiB
Current children cumulated memory: 40704 KiB

[startup+0.313419 s]*
/proc/loadavg: 2.54 3.57 4.01 5/247 181652
/proc/meminfo: memFree=105479804/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=159360 memory=98008 CPUtime=0.3 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 13243 0 0 0 23 7 0 0 20 0 1 0 237677563 163184640 24502 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 39840 24502 1184 6655 0 30075 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 159360 KiB
Current children cumulated memory: 98008 KiB

[startup+0.700327 s]
/proc/loadavg: 2.54 3.57 4.01 5/247 181653
/proc/meminfo: memFree=105221092/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=383256 memory=348848 CPUtime=0.68 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 46834 0 0 0 46 22 0 0 20 0 1 0 237677563 392454144 87212 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 95814 87212 1184 6655 0 86049 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 383256 KiB
Current children cumulated memory: 348848 KiB

[startup+1.5003 s]
/proc/loadavg: 2.54 3.57 4.01 5/252 181662
/proc/meminfo: memFree=104918624/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=719076 memory=684356 CPUtime=1.48 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 123549 0 0 0 109 39 0 0 20 0 1 0 237677563 736333824 171089 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 179769 171089 1184 6655 0 170004 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 719076 KiB
Current children cumulated memory: 684356 KiB

[startup+3.11284 s]
/proc/loadavg: 2.54 3.57 4.01 5/252 181662
/proc/meminfo: memFree=103254172/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=719076 memory=684356 CPUtime=3.08 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 123630 0 0 0 269 39 0 0 20 0 1 0 237677563 736333824 171089 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 179769 171089 1184 6655 0 170004 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 719076 KiB
Current children cumulated memory: 684356 KiB

[startup+6.30032 s]
/proc/loadavg: 2.66 3.58 4.01 5/252 181662
/proc/meminfo: memFree=102741624/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=719076 memory=684356 CPUtime=6.25 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 123733 0 0 0 586 39 0 0 20 0 1 0 237677563 736333824 171089 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 179769 171089 1184 6655 0 170004 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 719076 KiB
Current children cumulated memory: 684356 KiB

[startup+12.7003 s]
/proc/loadavg: 2.76 3.59 4.01 7/255 181665
/proc/meminfo: memFree=101294464/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=1484072 memory=1327020 CPUtime=12.64 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 191030 0 0 0 1202 62 0 0 20 0 2 0 237677563 1519689728 331755 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 371018 331755 2816 6655 0 344901 0
[pid=181651/tid=181665] ppid=181648 vsize=1484072 memory=1254952 CPUtime=0 cores=1,3
/proc/181651/task/181665/stat : 181665 (LSIPExact) S 181648 181651 181591 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237678667 1519689728 331755 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1484072 KiB
Current children cumulated memory: 1327020 KiB

[startup+25.5003 s]
/proc/loadavg: 3.56 3.72 4.04 7/256 181666
/proc/meminfo: memFree=97122084/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=2537672 memory=2128628 CPUtime=25.39 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 291218 0 0 0 2439 100 0 0 20 0 2 0 237677563 2598576128 532157 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 634418 532157 2944 6655 0 608301 0
[pid=181651/tid=181665] ppid=181648 vsize=2537672 memory=2125172 CPUtime=0 cores=1,3
/proc/181651/task/181665/stat : 181665 (LSIPExact) S 181648 181651 181591 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237678667 2598576128 532157 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2537672 KiB
Current children cumulated memory: 2128628 KiB

[startup+51.1131 s]
/proc/loadavg: 4.39 3.91 4.10 7/256 181666
/proc/meminfo: memFree=96464508/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=2556812 memory=2148212 CPUtime=50.93 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 302932 0 0 0 4989 104 0 0 20 0 2 0 237677563 2618175488 537053 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 639203 537053 2944 6655 0 613086 0
[pid=181651/tid=181665] ppid=181648 vsize=2556812 memory=16368 CPUtime=0 cores=1,3
/proc/181651/task/181665/stat : 181665 (LSIPExact) S 181648 181651 181591 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237678667 2618175488 537053 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2556812 KiB
Current children cumulated memory: 2148212 KiB

[startup+102.3 s]
/proc/loadavg: 5.38 4.25 4.21 7/257 181669
/proc/meminfo: memFree=96416932/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=2574764 memory=2166388 CPUtime=101.89 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 319402 0 0 0 10080 109 0 0 20 0 2 0 237677563 2636558336 541597 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 643691 541597 2944 6655 0 617574 0
[pid=181651/tid=181665] ppid=181648 vsize=2574764 memory=-7375949215436011903 CPUtime=0 cores=1,3
/proc/181651/task/181665/stat : 181665 (LSIPExact) S 181648 181651 181591 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237678667 2636558336 541597 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 2574764 KiB
Current children cumulated memory: 2166388 KiB

[startup+162.3 s]
/proc/loadavg: 6.22 4.68 4.36 8/257 181671
/proc/meminfo: memFree=94306036/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=4884096 memory=4201124 CPUtime=196.6 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 609728 0 0 0 19457 203 0 0 20 0 2 0 237677563 5001314304 1050281 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1221024 1050281 3456 6655 0 1198185 0
[pid=181651/tid=181665] ppid=181648 vsize=4884096 memory=3327540 CPUtime=40.35 cores=1,3
/proc/181651/task/181665/stat : 181665 (LSIPExact) R 181648 181651 181591 0 -1 4194368 95587 0 0 0 3996 39 0 0 20 0 2 0 237678667 5001314304 1050281 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
Current children cumulated CPU time: 196.6 s
Current children cumulated vsize: 4884096 KiB
Current children cumulated memory: 4201124 KiB

[startup+222.3 s]
/proc/loadavg: 6.64 5.09 4.52 8/256 181673
/proc/meminfo: memFree=93970692/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=5274268 memory=4603380 CPUtime=315.67 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 754065 0 0 0 31323 244 0 0 20 0 2 0 237677563 5400850432 1150845 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1318567 1150845 3520 6655 0 1295728 0
[pid=181651/tid=181665] ppid=181648 vsize=5274268 memory=11008 CPUtime=99.7 cores=1,3
/proc/181651/task/181665/stat : 181665 (LSIPExact) R 181648 181651 181591 0 -1 4194368 127452 0 0 0 9928 42 0 0 20 0 2 0 237678667 5400850432 1150845 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
Current children cumulated CPU time: 315.67 s
Current children cumulated vsize: 5274268 KiB
Current children cumulated memory: 4603380 KiB

[startup+282.3 s]
/proc/loadavg: 6.91 5.45 4.68 8/257 181678
/proc/meminfo: memFree=93775036/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=5332184 memory=4741656 CPUtime=434.73 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 888848 0 0 0 43190 283 0 0 20 0 2 0 237677563 5460156416 1185414 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1333046 1185414 3552 6655 0 1310207 0
[pid=181651/tid=181665] ppid=181648 vsize=5332184 memory=4768020 CPUtime=159.02 cores=1,3
/proc/181651/task/181665/stat : 181665 (LSIPExact) R 181648 181651 181591 0 -1 4194368 162498 0 0 0 15858 44 0 0 20 0 2 0 237678667 5460156416 1185414 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
Current children cumulated CPU time: 434.73 s
Current children cumulated vsize: 5332184 KiB
Current children cumulated memory: 4741656 KiB

[startup+342.3 s]
/proc/loadavg: 6.73 5.69 4.82 7/257 181730
/proc/meminfo: memFree=92559176/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=5249368 memory=4697484 CPUtime=553.86 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 962165 0 0 0 55084 302 0 0 20 0 2 0 237677563 5375352832 1174371 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1312342 1174371 3552 6655 0 1289503 0
[pid=181651/tid=181665] ppid=181648 vsize=5249368 memory=4768020 CPUtime=218.38 cores=1,3
/proc/181651/task/181665/stat : 181665 (LSIPExact) R 181648 181651 181591 0 -1 4194368 166380 0 0 0 21792 46 0 0 20 0 2 0 237678667 5375352832 1174371 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
Current children cumulated CPU time: 553.86 s
Current children cumulated vsize: 5249368 KiB
Current children cumulated memory: 4697484 KiB

[startup+402.3 s]

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

Current children cumulated memory: 9613380 KiB

[startup+942.3 s]
/proc/loadavg: 6.09 6.35 5.66 7/254 181855
/proc/meminfo: memFree=64529828/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=4745904 memory=4203548 CPUtime=1347.42 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) S 181648 181651 181591 0 -1 4194304 1506075 0 0 0 134282 460 0 0 20 0 1 0 237677563 4859805696 1050887 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1186476 1050887 3584 6655 0 1163637 0
[pid=181842] ppid=181651 vsize=6140896 memory=5441816 CPUtime=199.49 cores=1,3
/proc/181842/stat : 181842 (Exact) R 181651 181842 181842 0 -1 4194304 770069 0 0 0 19718 231 0 0 20 0 1 0 237751787 6288277504 1360454 18446744073709551615 4198400 8335837 140722419394128 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24174592 140722419402937 140722419403291 140722419403291 140722419408847 0
/proc/181842/statm: 1535224 1360454 1088 1011 0 1533991 0
Current children cumulated CPU time: 1546.91 s
Current children cumulated vsize: 10886800 KiB
Current children cumulated memory: 9645364 KiB

[startup+1002.3 s]
/proc/loadavg: 6.07 6.30 5.69 7/255 181858
/proc/meminfo: memFree=64499516/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=4745904 memory=4206364 CPUtime=1347.42 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) S 181648 181651 181591 0 -1 4194304 1506075 0 0 0 134282 460 0 0 20 0 1 0 237677563 4859805696 1051591 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1186476 1051591 3584 6655 0 1163637 0
[pid=181842] ppid=181651 vsize=6143328 memory=5476092 CPUtime=259.33 cores=1,3
/proc/181842/stat : 181842 (Exact) R 181651 181842 181842 0 -1 4194304 771632 0 0 0 25699 234 0 0 20 0 1 0 237751787 6290767872 1369023 18446744073709551615 4198400 8335837 140722419394128 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24174592 140722419402937 140722419403291 140722419403291 140722419408847 0
/proc/181842/statm: 1535832 1369023 1088 1011 0 1534599 0
Current children cumulated CPU time: 1606.75 s
Current children cumulated vsize: 10889232 KiB
Current children cumulated memory: 9682456 KiB

[startup+1062.3 s]
/proc/loadavg: 5.97 6.24 5.71 6/255 181861
/proc/meminfo: memFree=64814924/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=4745904 memory=4210972 CPUtime=1347.42 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) S 181648 181651 181591 0 -1 4194304 1506075 0 0 0 134282 460 0 0 20 0 1 0 237677563 4859805696 1052743 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1186476 1052743 3584 6655 0 1163637 0
[pid=181842] ppid=181651 vsize=6170192 memory=5539820 CPUtime=319.17 cores=1,3
/proc/181842/stat : 181842 (Exact) R 181651 181842 181842 0 -1 4194304 774469 0 0 0 31680 237 0 0 20 0 1 0 237751787 6318276608 1384955 18446744073709551615 4198400 8335837 140722419394128 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24174592 140722419402937 140722419403291 140722419403291 140722419408847 0
/proc/181842/statm: 1542548 1384955 1088 1011 0 1541315 0
Current children cumulated CPU time: 1666.59 s
Current children cumulated vsize: 10916096 KiB
Current children cumulated memory: 9750792 KiB

[startup+1122.3 s]
/proc/loadavg: 5.01 5.93 5.64 5/255 181910
/proc/meminfo: memFree=59844832/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=4745904 memory=4210972 CPUtime=1347.42 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) S 181648 181651 181591 0 -1 4194304 1506075 0 0 0 134282 460 0 0 20 0 1 0 237677563 4859805696 1052743 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1186476 1052743 3584 6655 0 1163637 0
[pid=181842] ppid=181651 vsize=6204784 memory=5619468 CPUtime=378.96 cores=1,3
/proc/181842/stat : 181842 (Exact) R 181651 181842 181842 0 -1 4194304 777232 0 0 0 37652 244 0 0 20 0 1 0 237751787 6353698816 1404867 18446744073709551615 4198400 8335837 140722419394128 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24174592 140722419402937 140722419403291 140722419403291 140722419408847 0
/proc/181842/statm: 1551196 1404867 1088 1011 0 1549963 0
Current children cumulated CPU time: 1726.38 s
Current children cumulated vsize: 10950688 KiB
Current children cumulated memory: 9830440 KiB

[startup+1182.3 s]
/proc/loadavg: 4.51 5.61 5.54 5/255 181912
/proc/meminfo: memFree=58984352/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=4745904 memory=4210972 CPUtime=1347.42 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) S 181648 181651 181591 0 -1 4194304 1506075 0 0 0 134282 460 0 0 20 0 1 0 237677563 4859805696 1052743 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1186476 1052743 3584 6655 0 1163637 0
[pid=181842] ppid=181651 vsize=6231204 memory=5678608 CPUtime=438.79 cores=1,3
/proc/181842/stat : 181842 (Exact) R 181651 181842 181842 0 -1 4194304 780054 0 0 0 43631 248 0 0 20 0 1 0 237751787 6380752896 1419652 18446744073709551615 4198400 8335837 140722419394128 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24174592 140722419402937 140722419403291 140722419403291 140722419408847 0
/proc/181842/statm: 1557801 1419652 1088 1011 0 1556568 0
Current children cumulated CPU time: 1786.21 s
Current children cumulated vsize: 10977108 KiB
Current children cumulated memory: 9889580 KiB

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

# cumulated CPU time of all completed processes:  user=1801.64 s, system=7.46653 s

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

[startup+1190.4 s]
/proc/loadavg: 4.43 5.55 5.52 5/255 181912
/proc/meminfo: memFree=58943656/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=4745904 memory=4210972 CPUtime=1347.42 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) S 181648 181651 181591 0 -1 4194304 1506075 0 0 0 134282 460 0 0 20 0 1 0 237677563 4859805696 1052743 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1186476 1052743 3584 6655 0 1163637 0
[pid=181842] ppid=181651 vsize=6253172 memory=5708816 CPUtime=446.86 cores=1,3
/proc/181842/stat : 181842 (Exact) R 181651 181842 181842 0 -1 4194304 782589 0 0 0 44437 249 0 0 20 0 1 0 237751787 6403248128 1427204 18446744073709551615 4198400 8335837 140722419394128 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24174592 140722419402937 140722419403291 140722419403291 140722419408847 0
/proc/181842/statm: 1563293 1427204 1088 1011 0 1562060 0
Current children cumulated CPU time: 1794.28 s
Current children cumulated vsize: 10999076 KiB
Current children cumulated memory: 9919788 KiB

[startup+1196.8 s]
/proc/loadavg: 4.40 5.53 5.52 5/255 181912
/proc/meminfo: memFree=58939560/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=4745904 memory=4210972 CPUtime=1347.42 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) S 181648 181651 181591 0 -1 4194304 1506075 0 0 0 134282 460 0 0 20 0 1 0 237677563 4859805696 1052743 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1186476 1052743 3584 6655 0 1163637 0
[pid=181842] ppid=181651 vsize=6253172 memory=5710864 CPUtime=453.24 cores=1,3
/proc/181842/stat : 181842 (Exact) R 181651 181842 181842 0 -1 4194304 782722 0 0 0 45075 249 0 0 20 0 1 0 237751787 6403248128 1427716 18446744073709551615 4198400 8335837 140722419394128 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24174592 140722419402937 140722419403291 140722419403291 140722419408847 0
/proc/181842/statm: 1563293 1427716 1088 1011 0 1562060 0
Current children cumulated CPU time: 1800.66 s
Current children cumulated vsize: 10999076 KiB
Current children cumulated memory: 9921836 KiB

[startup+1200 s]*
/proc/loadavg: 4.37 5.50 5.51 5/255 181912
/proc/meminfo: memFree=58923320/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=4745904 memory=4210972 CPUtime=1347.42 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) S 181648 181651 181591 0 -1 4194304 1506075 0 0 0 134282 460 0 0 20 0 1 0 237677563 4859805696 1052743 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1186476 1052743 3584 6655 0 1163637 0
[pid=181842] ppid=181651 vsize=6253172 memory=5712912 CPUtime=456.44 cores=1,3
/proc/181842/stat : 181842 (Exact) R 181651 181842 181842 0 -1 4194304 782723 0 0 0 45395 249 0 0 20 0 1 0 237751787 6403248128 1428228 18446744073709551615 4198400 8335837 140722419394128 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24174592 140722419402937 140722419403291 140722419403291 140722419408847 0
/proc/181842/statm: 1563293 1428228 1088 1011 0 1562060 0
Current children cumulated CPU time: 1803.86 s
Current children cumulated vsize: 10999076 KiB
Current children cumulated memory: 9923884 KiB

[startup+1203.2 s]
/proc/loadavg: 4.37 5.50 5.51 5/255 181912
/proc/meminfo: memFree=60347760/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=4745904 memory=4210972 CPUtime=1347.42 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) S 181648 181651 181591 0 -1 4194304 1506075 0 0 0 134282 460 0 0 20 0 1 0 237677563 4859805696 1052743 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1186476 1052743 3584 6655 0 1163637 0
[pid=181842] ppid=181651 vsize=3977164 memory=3885780 CPUtime=459.62 cores=1,3
/proc/181842/stat : 181842 (Exact) R 181651 181842 181842 0 -1 4194304 783915 0 0 0 45712 250 0 0 20 0 1 0 237751787 4072615936 971445 18446744073709551615 4198400 8335837 140722419394128 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24174592 140722419402937 140722419403291 140722419403291 140722419408847 0
/proc/181842/statm: 994291 971445 1120 1011 0 993058 0
Current children cumulated CPU time: 1807.04 s
Current children cumulated vsize: 8723068 KiB
Current children cumulated memory: 8096752 KiB

[startup+1204 s]*
/proc/loadavg: 4.37 5.50 5.51 5/255 181912
/proc/meminfo: memFree=60745068/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=4745904 memory=4210972 CPUtime=1347.42 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) S 181648 181651 181591 0 -1 4194304 1506075 0 0 0 134282 460 0 0 20 0 1 0 237677563 4859805696 1052743 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1186476 1052743 3584 6655 0 1163637 0
[pid=181842] ppid=181651 vsize=3977164 memory=3885780 CPUtime=460.43 cores=1,3
/proc/181842/stat : 181842 (Exact) R 181651 181842 181842 0 -1 4194304 783940 0 0 0 45793 250 0 0 20 0 1 0 237751787 4072615936 971445 18446744073709551615 4198400 8335837 140722419394128 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24174592 140722419402937 140722419403291 140722419403291 140722419408847 0
/proc/181842/statm: 994291 971445 1120 1011 0 993058 0
Current children cumulated CPU time: 1807.85 s
Current children cumulated vsize: 8723068 KiB
Current children cumulated memory: 8096752 KiB

[startup+1204.8 s]
/proc/loadavg: 4.37 5.50 5.51 5/255 181912
/proc/meminfo: memFree=60745068/131382116 swapFree=33005528/33010684
[pid=181651] ppid=181648 vsize=4664612 memory=4129696 CPUtime=1808.64 cores=1,3
/proc/181651/stat : 181651 (LSIPExact) R 181648 181651 181591 0 -1 4194304 1566925 784146 0 0 134316 469 45818 261 20 0 1 0 237677563 4776562688 1032424 18446744073709551615 93921039519744 93921066776145 140731514686096 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93921075278984 93921075710592 93921098203136 140731514689880 140731514690056 140731514690056 140731514695660 0
/proc/181651/statm: 1166153 1032424 3584 6655 0 1143314 0
Current children cumulated CPU time: 1808.64 s
Current children cumulated vsize: 4664612 KiB
Current children cumulated memory: 4129696 KiB

[startup+1205.2 s]*
/proc/loadavg: 4.34 5.48 5.50 5/254 181912
/proc/meminfo: memFree=66547436/131382116 swapFree=33005528/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): 1205.25
CPU time (s): 1809.11
CPU user time (s): 1801.64
CPU system time (s): 7.46653
CPU usage (%): 150.103
Max. virtual memory (cumulated for all children) (KiB): 11739488
Max. memory (cumulated for all children) (KiB): 10208004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.64
system time used= 7.46653
maximum resident set size= 8157560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2408626
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= 304
involuntary context switches= 15601


# summary of solver processes directly reported to runsolver:
#   pid: 181651
#   total CPU time (s): 1809.11
#   total CPU user time (s): 1801.64
#   total CPU system time (s): 7.46653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.30089 second user time and 8.79 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-22 23:33:01
IDJOB=4542181
IDBENCH=163905
IDSOLVER=3336
FILE ID=nodeC010/4542181-1753219981
RUNJOBID= nodeC010-1753219980-181603
SLURM_JOB_ID= 9687804
Free space on /tmp= 432564 MiB

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

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

MD5SUM BENCH= 883a1a775d6309f3a96fbb0c62b71064
RANDOM SEED=1232033386

nodeC010 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	: 0xb00001f
cpu MHz		: 1197.284
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.146
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1396.826
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1996.086
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.151
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.347
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.415
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1795.728
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        105548636 kB
MemAvailable:   129793336 kB
Buffers:             228 kB
Cached:         25008992 kB
SwapCached:         4300 kB
Active:           999504 kB
Inactive:       24172448 kB
Active(anon):     135908 kB
Inactive(anon):    48712 kB
Active(file):     863596 kB
Inactive(file): 24123736 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            220364 kB
Writeback:             8 kB
AnonPages:        161672 kB
Mapped:           109580 kB
Shmem:             21832 kB
KReclaimable:     193988 kB
Slab:             285268 kB
SReclaimable:     193988 kB
SUnreclaim:        91280 kB
KernelStack:        3936 kB
PageTables:         2992 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     492004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432364 MiB
End job on nodeC010 at 2025-07-22 23:53:07